Merged
Conversation
우선순위 리스트 아래에 구분선을 추가함. 광고 추가 이후에는 광고로 바꿀 예정.
드래그로 하려고 했으나, 버그가 많고, 보통 중요한 알림도 최근에 온 알림이 중요한 경우도 상당하므로, 정렬 순서를 시간순으로 변경함.
종종 intent에 패키지명이 null인 경우가 있어 오류가 났음. 이에 sbn에 있는 패키지명으로 intent를 만들도록 수정함.
Closed
1 task
Code Coverage
|
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
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.
PR
작업 내용
참고 사항
원래 우선순위 리스트의 경우 드래그 앤 드롭 방식으로 사용자가 원하는대로 바꾸게 하려고 했으나,
의도한 것보다 편하지 않았고, 구현도 복잡했습니다.
알림의 경우 최근의 알림이 과거 알림보다 중요한 경우가 많으므로,
우선순위 리스트에서도 시간 순으로 정렬하도록 했습니다.
그럼에도 비우선순위보다 보기 좋은 곳에 위치하므로, 사용하는 데에는 큰 차이가 없을 것으로 예상합니다.
✏ Git Close
#25