Releases: wafflestudio/guam-community-mobile
Releases · wafflestudio/guam-community-mobile
Release: 1.2.3
Notification
- 익명 유저의 프로필 이미지가 보이지 않던 버그 개선
- ScrollToTop 버튼 신설
- 알림 탭에서 다른 탭으로 갔다 돌아오면 context가 사라져 터지는 버그 우회
Post
- 좋아요 순 정렬 기능 신설
- 게시글 작성 시 loading button 띄우기 (따닥 이슈 해결)
- 게시글 작성/수정 시 글자수 제한 alert message 띄우기
- 게시글 작성/수정 화면에서 unfocus 시 키보드 버튼 사라지게 만들기
- 본인이 작성한 익명 글을 삭제할 수 있게 만들기
ETC
- 이용양관 & 개인정보보호 페이지/버튼 신설
- ellipsis(long text 처리) 버그 수정
- 빈 닉네임으로 회원가입 가능한 버그 수정
- 로그인 화면 배경 화질 개선 (0.75x -> 1x)
- (Android) Firebase에 SHA1 키 추가
TODO
- 알림 탭을 통해 들어간 게시글에서 댓글 작성 시 키보드 unfocus 및 텍스트 clear가 되지 않는 문제
- 게시글 lazy loading
Release: 1.2.2
-
iOS 앱 아이콘 변경
-
로그인 시 로딩 화면 표출 / 로그아웃 시 alert BottomModal 신설
-
구글로그인 추가
-
S3 Presigned Url로 사진 업로드 구조 변경
-
위로가기 버튼 신설
Release: 1.2.0
- 쪽지 모달 사용자 편의성 개선 (키보드에 가리지 않도록)
- 쪽지함 삭제 페이지 버그 수정 (쪽지 삭제 후 완료 버튼 누르기 전까지 사라지지 않았던 기존 현상 수정)
- 검색 탭 페이지네이션 기능 추가
- 게시글 내부에서 댓글 작성 시 댓글 수 게시글 내/외 즉각 반영
Release: 1.1.4
- 쪽지 이미지 개수 제한 (무제한 -> 1개씩)
- 새로운 쪽지함 boolean 표출 로직 수정
- 페이지네이션 완료 시 안내 문구(모두 불러왔다는 안내) 표출 로직 수정
- 프로필 수정 버그 해결
Release: 1.1.2
-
프로필 작성 기능 정상화
-
익명 쪽지 기능 Block
Release: 1.0.6
- 쪽지함 에러 문제를 해결했습니다.
What's Changed
- Initial Commit by @YeonghyeonKO in #1
- Feature/skeleton code by @YeonghyeonKO in #2
- Feature/post detail by @YeonghyeonKO in #3
- Feature/post detail - comment field by @YeonghyeonKO in #6
- Feature/post creation by @YeonghyeonKO in #8
- Create LICENSE by @YeonghyeonKO in #9
- Fix / 이미지 배경 검은색 & 이미지 개수 보여주기 by @YeonghyeonKO in #13
- change cancel_filled icon by @YeonghyeonKO in #16
- Fix/기획&디자인 수정 요청 반영 by @YeonghyeonKO in #15
- Feature/profiles by @gajagajago in #7
- Feature/signup by @YeonghyeonKO in #17
- Fix/BottomModal by @YeonghyeonKO in #21
- Feature/message by @YeonghyeonKO in #19
- Feature/notification by @YeonghyeonKO in #23
- Feature/splash by @YeonghyeonKO in #29
- Feature/set interest by @YeonghyeonKO in #27
- Feature/popup by @YeonghyeonKO in #31
- Convert use of flutter_session to flutter_secure_storage by @gajagajago in #37
- 검색 탭 by @gajagajago in #32
- PR #32 merge 시 commit 안 된 부분 추가 by @gajagajago in #38
- Fix/interest vs category by @YeonghyeonKO in #39
- Feature/other profile2 by @YeonghyeonKO in #41
- Auth by @gajagajago in #46
- API/Fetch posts by @YeonghyeonKO in #48
- User/integration by @gajagajago in #50
- Feature/mention by @YeonghyeonKO in #54
- API / fix posts provider & define GET comments API by @YeonghyeonKO in #56
- API/connect S3 to show remote images by @YeonghyeonKO in #58
- Fix / render profiles from comments to be mentioned by @YeonghyeonKO in #59
- Api / 게시글 작성 & 삭제 (수정은 API 아직 없음) by @YeonghyeonKO in #60
- reflect reviews by @YeonghyeonKO in #62
- Feature / change dateTime format using 'Jiffy' by @YeonghyeonKO in #64
- Fix / 게시글&댓글 관련 수정 by @YeonghyeonKO in #65
- API / 프로필 사진&정보&관심사 설정 by @YeonghyeonKO in #63
- Fix / 익명게시판 by @YeonghyeonKO in #73
- API / search tab by @YeonghyeonKO in #70
- Fix/profile by @YeonghyeonKO in #77
- Feature/hyperlink by @YeonghyeonKO in #78
- Fix/silo by @YeonghyeonKO in #80
- Api/comment by @YeonghyeonKO in #79
- Fix/comment by @YeonghyeonKO in #82
- Api/edit post by @YeonghyeonKO in #83
- Feature / pagination and reload by @YeonghyeonKO in #86
- Fix / getUserProfile 로직 수정 by @YeonghyeonKO in #87
- Fix / posts (toast, bottomModal) by @YeonghyeonKO in #89
- Api / like and scrap by @YeonghyeonKO in #90
- Api / comment delete by @YeonghyeonKO in #91
- Api/notification by @YeonghyeonKO in #96
- Feature / letter by @YeonghyeonKO in #97
- Fix / Silo 이슈 해결 by @YeonghyeonKO in #102
- API / comment like by @YeonghyeonKO in #103
- Feature / Pagination & Refresh by @YeonghyeonKO in #104
- Api/letters by @YeonghyeonKO in #105
- Release: 1.0.6 by @YeonghyeonKO in #106
New Contributors
- @YeonghyeonKO made their first contribution in #1
- @gajagajago made their first contribution in #7
Full Changelog: https://github.com/wafflestudio/guam-community-mobile/commits/pre-release