-
Notifications
You must be signed in to change notification settings - Fork 0
Migrate Setting Notification View from XML to Compose #630
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
Merged
Conversation
This file contains hidden or 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
- Define types for each notification setting - Implement notification settings by syncing local and server data - Add and integrate an app notification settings dialog - Refactor ViewModel to use internal variables instead of directly using preferences - Maintain LiveData usage with `asLiveData` after renaming relevant variables
… and XML resources
Member
Member
Author
|
해당 내용에 대해 다음과 같이 수정하였습니다.
반응 알림에 대한 조작은 모두 서버 설정값만 조작하도록 되어 있으며, 알림 카테고리에 대한 설정은 조회 및 이동만 하도록 처리하였습니다. |
Member
|
Apr-09-2025.21-58-22.mp4===========> 앱 내 알림 설정이 off이고, 기기 설정상 앱 알림 권한이 on인 경우 👉 서버에서는 알림 요청을 보내지 않도록 처리하며, |
yuni-ju
approved these changes
Apr 9, 2025
DongJun-H
added a commit
that referenced
this pull request
Feb 3, 2026
Migrate Setting Notification View from XML to Compose
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.


작업 사항
참고