-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Attempts to load image in iOS * [Splash] Animation * Onboarding page * Nav module * Bottom Tab bar nav - with Placeholder screens * Profile, Bisq URL screen - UI * Exchange screen - UI * Home screen * Theme - Colors, Typography classes * Implemented Theme colors, Typography classes across other screens * Components: Layout, Button, Logo; Font adjustments in inital setup screens * MVP pattern for Splash, Onboarding, GettingStarted screens * i18n - Done in splash screen with lyricist package * Resources - Cleanup * All images converted to PNG, tested in both iOS, Android and removed coil3 lib dependency * First code review corrections 1/2 * i18n Improvements - Script to convert translation keys, values from bisq2 app to mobile app lyricist structure - Translation strings in onboarding screens - Key, Values updated for all strings used in bisq2's application module. * Code review corrections 2/2 - Made use of Koin DI in SplashScreen, OnboardingScreen, GettingStartedScreen - /screens to /uicases/* * Code review corrections 3/n (This partial commit fails in android) - Better data models and repositories in 'domain' - Better DI usage with screens and presenters, by moving navControllers into DI (But having some issue now, which stops tab based nav from working. RootNavGraph, TabNavGraph probably need some refactor) - Few other minor feedback corrections * - fix compilation issue (in kotlin getters are not necessary, making fields public already generates those * - fix runtime crashes by specifying which nav controller to get (to be reviewed by buddha) * - fix compose example test compilation errors * - upgrading gradle wrapper to 8.11 to get the gradle config cache fixes and improvements. This fixes the build issue on this branch * - referencing new sub readme doc from main readme (navigation docs) * - reverting cocoapods downgrade * NetworkRepository improvement - Partial * [added] CreateProfilePresenter * [added] TrustedNodeSetupPresenter * - i18n: revert to English * - added presenter hierarchy to propagate lifecycle events to all presenters + small nits * - using iOS notification center for a more precise onResume() behaviour --------- Co-authored-by: Rodrigo Varela <[email protected]>
- Loading branch information
1 parent
6415a67
commit d584cff
Showing
88 changed files
with
3,952 additions
and
288 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
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
Binary file not shown.
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.