Skip to content

Conversation

@koukarine
Copy link
Contributor

Tested for UI flows same as original (main br.) or better on Android and iOS devices.
Tested basic app functionality to match the original.

Fixes #12

@koukarine koukarine requested a review from davidz25 December 19, 2025 21:17
@koukarine koukarine force-pushed the nav3 branch 3 times, most recently from 8362c58 to 111ab20 Compare December 20, 2025 00:21
Additionally, fixed problems in composables with JSON animations (error_animation, success_animation, nfc_animation, and waiting_animation) caused by the recomposition happening almost every animation frame by replacing original property delegates (by) in favor of keeping and passing around the corresponding state object. That prevents app performance degradation and occasional app crashes observed in a downstream impl.

Tested for UI flows being the same as original or better on Android and iOS devices.

Signed-off-by: koukarine <koukarine@google.com>
@davidz25 davidz25 merged commit 32339c8 into openwallet-foundation:main Jan 6, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

App navigation need to be refactored.

2 participants