Mobile Debug Builds
This release includes debug builds of the mobile applications. Download from the Assets area below.
- Android APK: Debug build for testing on Android devices
- iOS Build: Unsigned iOS build (requires code signing for installation)
Note: These are debug builds intended for testing purposes. For production use, please build from source with proper signing credentials.
What's Changed
- feat(mobile): privacy mode to mask money values by @JSONbored in #2386
- feat(goals): earmark a portion of an account toward a goal (Phase 1) by @gariasf in #2490
- fix(mobile): dispose API-key dialog controller on any dismissal by @JSONbored in #2399
- design-system(mobile): SureSpacing + SureTypography scale tokens by @JSONbored in #2438
- feat(goals): investment-backed goals (Phase 2) by @gariasf in #2491
- feat(kraken): import deposits, withdrawals, staking & fees via Ledgers API by @JSONbored in #2451
- feat(mercury): pending transactions, kind/counterpartyId metadata, and test coverage by @JSONbored in #2452
- fix(mobile): in-progress feedback for the Clear local data action by @JSONbored in #2439
- test(system): harden property edit flow against the account-menu morph race by @JSONbored in #2421
- fix(pwa): harden manifest render to explicitly use json format by @sentry[bot] in #2508
Full Changelog: v0.7.2-alpha.11...v0.7.2-alpha.12