-
Notifications
You must be signed in to change notification settings - Fork 0
Release/release 2.0.2 #67
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
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
fetchVisibleLedgerOnboarding(), fetchAgencyMemberList() 함수가 동시에 호출되면서 멤버 목록이 정상적으로 set되지 않은 상태에서 fetchVisibleLedgerOnboarding 함수를 호출하는 상황에서 발생 => 함수 호출를 순차적으로 변경
fetchVisibleLedgerOnboarding 함수에서 db값을 관찰하고 있어서, 자체적으로 state 값 변경 불필요
[ID - 40] 장부 온보딩 반복 노출 이슈
EdgeToEdge로 인해, onGloballyPositioned로 전달되는 위치값이 SystemBar 영역을 포함해서 전달됨
ex). 장부 온보딩 팝업 등 투명도를 활용하는 화면에서 유의미
[ID-39] 모듈 의존성 리팩토링
# Conflicts: # app/src/main/java/com/moneymong/moneymong/MainActivity.kt # core/ui/src/main/java/com/moneymong/moneymong/ui/SystemBarColorController.kt # feature/ledger/src/main/java/com/moneymong/moneymong/ledger/LedgerScreen.kt # feature/ledgerdetail/src/main/java/com/moneymong/moneymong/ledgerdetail/LedgerDetailScreen.kt
[ID-41] targetSdk 35 적용
[ID-48] 장부 생성 화면 내 장부 가입 기능 추가
"native_app_key" => "NATIVE_APP_KEY" 수정 이유: 기존(v2.0.1)에는 app/build.gradle에서 buildConfigField를 통해 buildConfig에 "NATIVE_APP_KEY" 상수를 생성. 하지만 07e1655 커밋에서 제거한 뒤, secretsGradlePlugin를 통해 자동으로 buildConfig값이 생성되도록 변경 CI 환경에서 "native_app_key" 네이밍으로 local.properties에 생성되면서 secretsGradlePlugin으로 인해 "native_app_key" 상수가 buildConfig에 생성되어 CI 빌드가 실패
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.
요약
Release 2.0.2 -> Release
작업내용