-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* feat: TodayFortuneBox 구현 * feat: 오늘의 운세(TodayFortuneDashboard) UI 구현 * feat: FortuneDetailRoute, FortuneDetailScreen 파일 분리 * refactor: 패키지 네이밍 수정 * feat: fortune 데이터레이어 구현 - di 모듈 추가 - network api 구현 * feat: fortune 도메인레이어 구현, internal 키워드 일괄 적용 - mapper 구현 - 레포지토리 인터페이스 생성 및 적용 - 힐트모듈 수정 * refactor: internal 키워드 삭제 * refactor: 함수 네이밍 수정 * feat: 레이어 의존성 추가 * refactor: 네트워크 path 수정 * feat: 네트워크 통신 구현 및 state 적용 * feat: 오늘의 솝마디 관련 유즈케이스 생성 * refactor: TodayFortuneBox 패딩값 추가 * refactor: 타입 및 네이밍 수정 * refactor: internal 추가 * test: FortuneDetailScreenTest 구현 * feat: 콕 찌르기 대시보드 UI 구현 * feat: 콕 찌르기 유저 추천 API 연결 * refactor: UI State 수정 및 적용 * refactor: SimpleDataFormatter로 리팩터링 * refactor: Timber 적용 * build: 의존성 수정 * refactor: break strategy 적용 * refactor: 뷰모델 수정 * refactor: 프로필 사진 사이즈 수정 * refactor: 배경색 수정 * feat: 프로필 클릭 시 플레이그라운드로 이동 * feat: 프로필 기본 이미지 구현 * refactor: 자잘한 개행 및 import * test: 기본 생성 파일 삭제 * refactor: 추천인 이름 글자수 제한 설정 * test: 테스트 코드 수정 * refactor: uimodel의 isEmpty 프로퍼티 제거 * refactor: vectorResource 적용 * build: spotless & baseline 적용
- Loading branch information
Showing
22 changed files
with
2,443 additions
and
2,129 deletions.
There are no files selected for viewing
2,028 changes: 1,010 additions & 1,018 deletions
2,028
app/src/release/generated/baselineProfiles/baseline-prof.txt
Large diffs are not rendered by default.
Oops, something went wrong.
2,028 changes: 1,010 additions & 1,018 deletions
2,028
app/src/release/generated/baselineProfiles/startup-prof.txt
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
data/fortune/src/main/java/org/sopt/official/data/fortune/di/ApiModule.kt
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
2 changes: 1 addition & 1 deletion
2
data/fortune/src/main/java/org/sopt/official/data/fortune/di/RepositoryModule.kt
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
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
48 changes: 0 additions & 48 deletions
48
...fortune/src/androidTest/java/org/sopt/official/feature/fortune/ExampleInstrumentedTest.kt
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.