Merged
Conversation
title에 ""이 들어가 있을 경우 라우팅 경로를 올바르게 인식하지 못해 팅기던 현상이 있어 수정함. 해결은 title을 인코딩하여 라우팅하는 것.
패키지 이름으로 앱의 아이콘을 가져오는 getter 추가.
알림 모델에 subText 컬럼 추가, 알림 메타 모델에 isRead 컬럼 추가. 마이그레이션 진행.
메인 앱 아이콘은 패키지로부터 가져오고, 제목 아이콘부터는 LargeIcon을 쓰되, null일 경우 smallIcon 활용. 데이터 모델 변경에 따른 변경 사항 적용.
Closed
3 tasks
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
#29