-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor/base arc #47
Merged
Merged
Conversation
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
- Activity, Fragment Lifecycle 에 맞게 ViewModel 분리 - 이전에 작업하던 onActivityResult, onFragmentResult 가 Rx에 의존하던거 오버라이딩 함수로 변경
- kotiln 1.8.10 -> 1.8.22 - Compose 1.4.3 -> 1.4.8 - lifecycle 2.5.1 -> 2.6.1
- 잘못된 값으로 Access Token 저장하는 로직 수정
- ApiResponse onSuccess, onError 함수 안에 강제 종료 발생시
- features network 모듈 데이터 모델 및 클래스 정리 - 서버단에서 API 몇개 추가해야 할듯.
- ItemListAdapter, BaseUiModel 코드 개선
- ItemListAdapter, V2 Core 모듈로 이동
- common.gradle 작업 - release 모드 keystore 추가
- gitignore 추가 apk 파일
- signing 을 제외한 패키지 정리 작업
- signing 을 제외한 패키지 정리 작업
- signing 을 제외한 패키지 정리 작업
- build.gradle 정리
- 멀티 모듈화 난독화 대응
- common.gradle keystore 값 변경
- 코드 정리 및 반영
- keystore 파일 포함하도록 처리 (TIL 이기때문에 파일을 굳이..숨길 필요는 없다고 생각)
- jks 파일 추가
- gradle 파일 정리
- 리드미 작성 - proguard rule 추가
- network v2 데이터 모델 구조 변경
- 점점 모듈이 화면단위로 쪼개지는군...(확실히 여러사람이 있을때 좋은 아키텍처인듯..?)
- 기본 클래스들 추가 및 코어 모듈에 추가할것들 추가
- 기본 클래스들 추가 및 코어 모듈에 추가할것들 추가
- SDK 34 - kotlin 버전 1.8.22
- proguard 문 추가 - 리드미 작성
- 코드 정리
- 코드 정리
- 코드 정리
- bridge 연결
- bridge 연결및 이슈 처리
- BottomSheet FullHeight 함수 추가
# Conflicts: # .gitignore # test/build.gradle.kts # test/src/androidTest/java/com/hmju/test/MainUiTest.kt
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.
추가 내용