-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Extract domain and data modules * Extract presentation module * Remove unused about resources * Extract db module * feature modules * Remove strings from :app * return to ksp dagger * Setup ktlint * ktlint formatting * Bump kotlin and compose compiler * Delete tests in currency icons modules * typo fix * Update firebase config * Upgrade Java version to 17 * Make app widget resizable * Fix quick select currency code callback * Fix widget intents --------- Co-authored-by: Hieu Vu <[email protected]>
- Loading branch information
Showing
326 changed files
with
3,781 additions
and
1,590 deletions.
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
28 changes: 0 additions & 28 deletions
28
app/src/main/java/dev/arkbuilders/rate/data/repo/TimestampRepoImpl.kt
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
app/src/main/java/dev/arkbuilders/rate/data/repo/currency/CurrencyDataSource.kt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
52 changes: 0 additions & 52 deletions
52
app/src/main/java/dev/arkbuilders/rate/di/module/RepoModule.kt
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
app/src/main/java/dev/arkbuilders/rate/domain/model/CurrencyCode.kt
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
app/src/main/java/dev/arkbuilders/rate/domain/repo/PairAlertRepo.kt
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
app/src/main/java/dev/arkbuilders/rate/domain/repo/PortfolioRepo.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.