zcash-android-wallet-sdk/demo-app/src/main/java/cash/z/ecc/android/sdk/demoapp
Carter Jernigan 597cc43886 Replace `Synchronizer.getAddress()` with `Synchronizer.getCurrentAddress()`
The SDK now exposes UAs primarily, with additional methods for obtaining
corresponding Sapling and transparent addresses for legacy compatibility.

The `Account` DAO is also fixed to use the migrated `accounts` table format.

The demo app now shows the current UA and the legacy Sapling and transparent
addresses.

Closes zcash/zcash-android-wallet-sdk#677.
2022-10-06 14:49:04 -04:00
..
demos Replace `Synchronizer.getAddress()` with `Synchronizer.getCurrentAddress()` 2022-10-06 14:49:04 -04:00
ext [#580] ktlint 0.46.1 2022-06-27 08:42:37 -04:00
util [#366] Fix Detekt warnings 2022-08-23 15:49:00 +02:00
App.kt [#343] Store database files in no_backup folder 2022-08-12 11:05:00 -04:00
BaseDemoFragment.kt [#367] Fix Kotlin compiler warnings 2022-08-17 15:48:02 +02:00
MainActivity.kt [#366] Fix Detekt warnings 2022-08-23 15:49:00 +02:00
SharedViewModel.kt [#366] Fix Detekt warnings 2022-08-23 15:49:00 +02:00
StrictModeHelper.kt