-
Notifications
You must be signed in to change notification settings - Fork 1
[FEAT] 업데이트 공지 바텀시트 #254
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
DongChyeon
merged 13 commits into
release/1.1.3
from
feat/#253-update-notice-bottom-sheet
Sep 15, 2025
Merged
[FEAT] 업데이트 공지 바텀시트 #254
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
bb6b286
[UI/#253] 업데이트 공지 바텀시트 UI
DongChyeon 45c2695
[FEAT/#253] 업데이트 공지 바텀시트 노출 여부 관리 로직을 위한 변수 추가
DongChyeon 1922f93
[FEAT/#253] 앱 버전 정보를 제공하는 DI 모듈 추가
DongChyeon f52fffe
[FEAT/#253] 다시 보지 않기 누른 버전명, 닫기 버튼 누른 날짜 Flow 노출
DongChyeon 82e6e41
[REFACTOR/#253] closed -> shown으로 네이밍 수정
DongChyeon 5957794
[FEAT/#253] 앱 업데이트 공지 바텀시트 노출 로직 ViewModel에 연동
DongChyeon c111a02
[UI/#253] UpdateNoticeBottomSheet 배경 dimmed 처리
DongChyeon 3f12acd
[FEAT/#253] 앱 버전명에 따라 동적으로 업데이트 배너 URL 생성
DongChyeon 1f0e17a
[REFACTOR/#253] BottomSheet -> Notice 네이밍 수정
DongChyeon 27d79db
[REFACTOR/#253] 날짜 저장 방식을 String에서 Long(EpochDay)으로 변경
DongChyeon 020b8ce
[FIX/#253] 미션 수행 후 운세가 생성 중이거나 아직 안 본 운세가 있을 때만 운세 화면으로 이동
DongChyeon e724cd2
[FEAT/#253] 네트워크가 연결된 상황에서만 업데이트 바텀시트 노출
DongChyeon de737d4
[CHORE/#253] 모듈 의존성 그래프 업데이트
DongChyeon 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 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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| package com.yapp.orbit.di | ||
|
|
||
| import com.yapp.orbit.BuildConfig | ||
| import dagger.Module | ||
| import dagger.Provides | ||
| import dagger.hilt.InstallIn | ||
| import dagger.hilt.components.SingletonComponent | ||
| import javax.inject.Named | ||
| import javax.inject.Singleton | ||
|
|
||
| @Module | ||
| @InstallIn(SingletonComponent::class) | ||
| object AppVersionModule { | ||
| @Provides | ||
| @Singleton | ||
| @Named("appVersion") | ||
| fun provideAppVersion(): String = BuildConfig.VERSION_NAME | ||
| } |
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
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
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
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
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
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
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
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
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android"> | ||
|
|
||
| <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> | ||
| </manifest> |
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.