-
Notifications
You must be signed in to change notification settings - Fork 49
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
[부나] 1, 2단계 영화 극장 선택 제출합니다. #15
Merged
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
0e6a17d
feat: 영화 티켓 예매 마이그레이션
tmdgh1592 fe3b115
docs: 예매 내역 기능 구현 목록 작성
tmdgh1592 8699f04
feat(MainActivity): 바텀 내비게이션 추가
tmdgh1592 41e7187
feat(MainActivity): 바텀 네비게이션 클릭 시 해당 프래그먼트로 이동하는 기능 구현
tmdgh1592 85207ff
feat(HistoryFragment): 리사이클러뷰 예매 내역 아이템 xml 구현
tmdgh1592 0f15d0b
refactor(Reservation): 예약 정보를 Reservation 모델로 전달하도록 변경
tmdgh1592 cb38495
feat(HistoryFragment): 예매 내역 목록을 보여주는 기능 구현
tmdgh1592 b6ff7d2
feat(HistoryFragment): 예매 내역 목록을 보여주는 기능 구현
tmdgh1592 08fc1a2
feat(MainActivity): 알림권한 허용을 요청하는 기능 구현
tmdgh1592 1741ebc
feat(SettingFragment): 설정 화면 구현
tmdgh1592 871d0ed
feat(Preferences): 설정 데이터를 저장하는 SharedPreference 구현
tmdgh1592 2b75a9b
feat(SettingFragment): 설정에서 알림 기능을 On/Off 하는 기능 구현
tmdgh1592 1426e31
feat(HistoryFragment): 예매 기록 구분선 추가
tmdgh1592 74a824e
feat: 영화 시작 시간 30분 전에 푸시 알림, 푸시 알림을 클릭하면 예매 정보를 보여주는 기능 구현
tmdgh1592 e1d4aa5
refactor: AlarmReceiver 클래스명 변경
tmdgh1592 a105c5b
refactor: Reminder를 추상화하도록 변경
tmdgh1592 4d54d12
refactor(PushReceiver): 푸시 알림 수신 여부에 따라 알림 제어
tmdgh1592 c3555ce
refactor(PushReceiver): 푸시 알림 수신 여부에 따라 알림 제어
tmdgh1592 4bab86b
refactor(PushAlarmManager): AlarmManager 클래스 분리
tmdgh1592 2a32d40
refactor(Notification): 아이콘 변경
tmdgh1592 bffd245
refactor(PushAlarmManager): set함수에서 시간을 Long타입으로 변환하도록 수정
tmdgh1592 5fd4448
fix(ReservationPushReceiver): 알림이 오지 않던 문제 키 값 변경으로 해결
tmdgh1592 a45577b
refactor(MovieApplication): sharedPreferences를 application이 관리하도록 변경
tmdgh1592 dd5e718
충돌해결
tmdgh1592 f37813b
refactor(ContextExt): 권한확인 기능을 확장 함수로 분리
tmdgh1592 b0feac7
feat: 권한이 허용되어 있지 않을 때 푸시 스위치를 켜면, 권한 요청 다이얼로그를 보여주는 기능 구현
tmdgh1592 e2cf7fe
feat(SettingFragment): 권한이 없는 상태에서 푸시 스위치를 켜면 시스템 설정 화면으로 이동하는 기능 구현
tmdgh1592 491371e
test(SettingFragment): 세팅 화면 테스트 코드 작성
tmdgh1592 03aa72e
refactor: Fragment 이동하는 기능을 함수로 분리
tmdgh1592 d097fac
refactor: 사용자에게 권한 요청을 한 번만 하도록 변경
tmdgh1592 e491a8f
fix(PushAlarmManager): PendingIntent 생성시 고유한 값을 사용하도록 변경
tmdgh1592 c175522
refactor(PushAlarmManager): pendingIntent 생성을 run 스코프 함수로 초기화하도록 변경
tmdgh1592 b9eac7a
refactor: 예매 내역 아이템을 클릭했을 때 이벤트를 함수로 분리
tmdgh1592 bb39788
refactor: Fragment의 newInstance() 호출시 불필요한 함수 호출 제거
tmdgh1592 d6aae69
refactor(AlarmManager): set() 함수 호출시 intent와 푸시할 데이터를 전달받도록 변경
tmdgh1592 4d37b79
refactor(DataStore): Preference의 이름을 LocalDataStore로 변경하고 DataStore를 …
tmdgh1592 b4189f7
refactor(LocalDataStore): Application을 제거하고 싱글톤으로 생성하도록 변경
tmdgh1592 0c3205f
refactor(TicketingResultActivity): intent 생성 방식을 동반 객체에서 정의하도록 변경
tmdgh1592 f633363
refactor: Reservation 도메인 생성
tmdgh1592 1694f40
fix: 푸시 알림을 30일 이전이 아닌 30분 전으로 수정
tmdgh1592 6eacceb
fix(TicketingResultActivity): intent() 메서드에 companion object가 아니라 액티비…
tmdgh1592 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
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.
함수명은 동사나 동사구로 지으면 어덜까요?