-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release/1.0.8 -> develop #285
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: AppDelegate 푸시 수신 상태 Notification 등록 * feat: UserClient 푸시 알림 허용 상태 로직 추가 * feat: 푸시 알림 허용 상태에 따른 알림설정 화면 로직 구현 * feat: UserClient 푸쉬알림허용상태 Publisher 구현 * feat: 푸쉬알림허용상태에 따른 로직 변경 * feat: 토글 버튼 binding 코드 개선 - 코드리뷰 반영 * feat: UserClient UserDefaultKeys enum 추가 * feat: 오탈자 수정 - pushNotificationSubject -> pushNotificationAllowStatusSubject
JongHoooon
approved these changes
Sep 26, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
JongHoooon
added a commit
that referenced
this pull request
Oct 16, 2024
* chore: 빌드 넘버 1.0.8 (29) * chore: DomainAuth 의존성 추가 * feat: ProfileEditView bottom ignoreSafeArea 추가 * [Feature/#277] 웹뷰 os type, 버전 파라미터 추가 (#279) * [Feature/#278] 웹뷰 상단 safe area 무시하도록 수정 (#284) * [Fix/#280] 로그인화면 백그라운드 이미지 비율 수정 (#281) * [Fix/#282] 로그인 화면 로그인 버튼 vstack 하단 마진 수정 (#283) * [Feature/#232] 커스텀 alert 적용 (#272) * feat: SplashView bottleAlert 적용 * feat: PingPongDetailView bottleAlert 적용 * feat: ReportUserView bottleAlert 적용 * feat: SandBeachView bottleAlert 적용 * feat: 탈퇴하기 Alert message 수정 (#274) * [Feature/#275] 알림 권한 미허용 시 alert 추가 (#276) * feat: AppDelegate 푸시 수신 상태 Notification 등록 * feat: UserClient 푸시 알림 허용 상태 로직 추가 * feat: 푸시 알림 허용 상태에 따른 알림설정 화면 로직 구현 * feat: UserClient 푸쉬알림허용상태 Publisher 구현 * feat: 푸쉬알림허용상태에 따른 로직 변경 * feat: 토글 버튼 binding 코드 개선 - 코드리뷰 반영 * feat: UserClient UserDefaultKeys enum 추가 * feat: 오탈자 수정 - pushNotificationSubject -> pushNotificationAllowStatusSubject * chore: 빌드 넘버 1.0.8 (30) --------- Co-authored-by: JongHoon <[email protected]>
leemhyungyu
added a commit
that referenced
this pull request
Oct 16, 2024
* feat: 화살표 클릭시 action 실행하도록 수정 * Revert "feat: 화살표 클릭시 action 실행하도록 수정" This reverts commit 19a5277. * feat: 알림 설정 진입 시 서버로부터 받아온 값으로 화면 표시 * feat: 각 토글 변경 시 API 호출 및 디바운스 설정 * feat: 계정 관리 클릭 시 화면 전환 * [Feature/#251] 연락처 차단 기능 구현 (#256) * feat: 연락처 차단 기능 구현 * refactor: BlockContactRequestDTO의 blockContacts 프로퍼티 접근제한자 수정 * fix: 누락된 의존성 주입 * refactor: 연락처 trim 로직 개선 * [Feature/#257] 마이페이지 앱 버전 업데이트 기능 구현 (#258) * feat: 마이페이지 버전 체크 및 업데이트 기능 구현 * feat: 연락처 차단 로직 수정 --------- Co-authored-by: leemhyungyu <[email protected]> * [feature/#264] 마이페이지 프로필 수정 웹뷰 연결 (#270) * [Feature/#263] 연락처 접근 권한 허용안함 시 설정 이동 (#265) * feat: BottleURLType 설정 URLScheme 추가 * feat: 연락처 접근 권한 미허용시 설정으로 이동 * [Feature/#268] 연락처 차단 완료 시 Toast 띄우기 (#269) * feat: 연락처 차단 업데이트 시 Toast 띄우기 * feat: 연락처 차단 업데이트 클릭 시 Alert 추가 * Release/1.0.8 -> develop (#285) * chore: 빌드 넘버 1.0.8 (29) * chore: DomainAuth 의존성 추가 * feat: ProfileEditView bottom ignoreSafeArea 추가 * [Feature/#277] 웹뷰 os type, 버전 파라미터 추가 (#279) * [Feature/#278] 웹뷰 상단 safe area 무시하도록 수정 (#284) * [Fix/#280] 로그인화면 백그라운드 이미지 비율 수정 (#281) * [Fix/#282] 로그인 화면 로그인 버튼 vstack 하단 마진 수정 (#283) * [Feature/#232] 커스텀 alert 적용 (#272) * feat: SplashView bottleAlert 적용 * feat: PingPongDetailView bottleAlert 적용 * feat: ReportUserView bottleAlert 적용 * feat: SandBeachView bottleAlert 적용 * feat: 탈퇴하기 Alert message 수정 (#274) * [Feature/#275] 알림 권한 미허용 시 alert 추가 (#276) * feat: AppDelegate 푸시 수신 상태 Notification 등록 * feat: UserClient 푸시 알림 허용 상태 로직 추가 * feat: 푸시 알림 허용 상태에 따른 알림설정 화면 로직 구현 * feat: UserClient 푸쉬알림허용상태 Publisher 구현 * feat: 푸쉬알림허용상태에 따른 로직 변경 * feat: 토글 버튼 binding 코드 개선 - 코드리뷰 반영 * feat: UserClient UserDefaultKeys enum 추가 * feat: 오탈자 수정 - pushNotificationSubject -> pushNotificationAllowStatusSubject * chore: 빌드 넘버 1.0.8 (30) --------- Co-authored-by: JongHoon <[email protected]> * setting: Create pull-request.yml * Update pull-request.yml * Update pull-request.yml * Update pull-request.yml * Update pull-request.yml * [Setting/#303] assertion error 슬랙 로깅 연결 #304 * feat: 호감 탭 추가 및 호감 웹뷰 연결 (#307) * [Fix/#308] onboarding 4 디자인 qa 반영 #309 * fix: image 마진 값 수정 * fix: CTA 문구 완료 -> 확인 으로 수정 * [refactor/#310] 마이페이지 중복된 setTabBar 모디파이어 제거 #311 * [Refactor/#296] 웹뷰 프로필 생성 변경된 URL 적용 #312 * [Feature/#306] 호감 tab 웹뷰 action 핸들링 #313 * [Fix/#314] 보틀 보관함 하단에 탭 높이만큼 패딩값 추가 필요 #315 * [Feature/#316] 추천 보틀 웹뷰 액션 핸들링 #317 * feat: 호감 탭 추가 및 호감 웹뷰 연결 * feat: 호감 탭 웹뷰 액션 핸들링 * feat: 추천 보틀(랜덤 보틀, 떠내려온 보틀) 웹뷰 이벤트 핸들링 * [Refactor/#319] 프로필 이미지 블러 처리 로직 제거 #320 * chore: 버전, 빌드 넘버 업데이트 v1.0.9(31) --------- Co-authored-by: JongHoon <[email protected]> Co-authored-by: JongHoon <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release/1.0.8 -> develop