Go to file
Milan 425052f1db
[#1618] Settings redesign (#1658)
* [#1618] About redesign

* [#1618] Whats new redesign

* [#1618] Delete screen redesign

* [#1618] Export private data refactor

* [#1618] Seed recovery refactor

* [#1618] Seed Redesign

* [#1618] Feedback Redesign

* [#1618] Popup implementation

* [#1618] Localization fixes

* [#1618] Code cleanup

* [#1618] Code cleanup

* [#1618] Code cleanup

* [#1618] Documentation update

* [#1618] Code cleanup

* [#1618] Design hotfixes

* [#1618] Code cleanup

* [#1618] Test hotfixes

* [#1618] Test hotfixes

* Code cleanup

* Changelogs entries update

* Address few review comments

* Fix UI tests

* Fix bottom widget version name in WhatsNew

* Update Spanish texts

* Fix ktlint warnings

* Test hotfix

* Test hotfix

* Code cleanup

* Design hotfixes for small screens

---------

Co-authored-by: Honza <rychnovsky.honza@gmail.com>
2024-11-14 14:12:59 +01:00
.github [#1533] Flexa integration 2024-11-04 12:53:43 +01:00
.idea
app [#1533] Flexa integration 2024-11-04 12:53:43 +01:00
build-conventions-secant [#1421] Spanish translation 2024-11-11 12:47:16 +01:00
build-info-lib [#1421] Spanish translation 2024-11-11 12:47:16 +01:00
buildSrc
configuration-api-lib
configuration-impl-android-lib
crash-android-lib
crash-lib
docs [#1618] Settings redesign (#1658) 2024-11-14 14:12:59 +01:00
gradle/wrapper
maven/com/flexa [#1533] Flexa integration 2024-11-04 12:53:43 +01:00
preference-api-lib [#1640] Add authentication to app launch 2024-10-25 18:37:15 +02:00
preference-impl-android-lib
sdk-ext-lib [#1595] Request ZEC flow (QR generation) 2024-10-17 12:13:19 +02:00
spackle-android-lib
spackle-lib
test-lib
tools [#1618] Settings redesign (#1658) 2024-11-14 14:12:59 +01:00
ui-benchmark-test
ui-design-lib [#1618] Settings redesign (#1658) 2024-11-14 14:12:59 +01:00
ui-integration-test Issue 1617 not enough space and update redesign (#1652) 2024-11-12 15:27:50 +01:00
ui-lib [#1618] Settings redesign (#1658) 2024-11-14 14:12:59 +01:00
ui-screenshot-test [#1618] Settings redesign (#1658) 2024-11-14 14:12:59 +01:00
.gitignore
CHANGELOG.md [#1618] Settings redesign (#1658) 2024-11-14 14:12:59 +01:00
LICENSE
README.md
build.gradle.kts [#1533] Flexa integration 2024-11-04 12:53:43 +01:00
buildscript-gradle.lockfile
gradle.properties [#1416] Shielded transaction UI 2024-11-12 20:15:23 +01:00
gradlew
gradlew.bat
settings.gradle.kts [#1533] Flexa integration 2024-11-04 12:53:43 +01:00

README.md

Zashi Android Wallet

This is the official home of the Zashi Zcash wallet for Android, a no-frills Zcash mobile wallet leveraging the Zcash Android SDK.

Beta Testing

The Zashi Android wallet is currently in closed beta testing, and will be publicly available from the Google Play Store when testing is complete.

If you'd like to be added to the waitlist to become a Zashi beta tester, please sign up here.

Reporting an issue

If you'd like to report a technical issue or feature request for the Android Wallet, please file a GitHub issue here.

For feature requests and issues related to the Zashi user interface that are not Android-specific, please file a GitHub issue here.

If you wish to report a security issue, please follow our Responsible Disclosure guidelines. See the Wallet App Threat Model for more information about the security and privacy limitations of the wallet.

General Zcash questions and/or support requests and are best directed to either:

Contributing

Contributions are very much welcomed! Please read our Contributing Guidelines to learn about our process.

Getting Started

If you'd like to compile this application from source, please see our Setup Documentation to get started.

Forking

If you plan to fork the project to create a new app of your own, please make the following changes. (If you're making a GitHub fork to contribute back to the project, these steps are not necessary.)

  1. Change the app name under gradle.properties
    1. See ZCASH_RELEASE_APP_NAME
  2. Change the package name under app/build.gradle.kts
    1. See ZCASH_RELEASE_PACKAGE_NAME
  3. Change the support email address under gradle.properties
    1. See ZCASH_SUPPORT_EMAIL_ADDRESS
  4. Remove any copyrighted ZCash or Electric Coin Company icons, logos, or assets
    1. ui-lib/src/main/res/common/ - All of the the ic_launcher assets
  5. Optional
    1. Configure secrets and variables for Continuous Integration
    2. Configure Firebase API keys and place them under app/src/debug/google-services.json and app/src/release/google-services.json

Known Issues

  1. During builds, a warning will be printed that says "Unable to detect AGP versions for included builds. All projects in the build should use the same AGP version." This can be safely ignored. The version under build-conventions is the same as the version used elsewhere in the application.
  2. When the code coverage Gradle property IS_ANDROID_INSTRUMENTATION_TEST_COVERAGE_ENABLED is enabled, the debug app APK cannot be run. The coverage flag should therefore only be set when running automated tests.
  3. Test coverage for Compose code will be low, due to known limitations in the interaction between Compose and Jacoco.
  4. Adding the espresso-contrib dependency will cause builds to fail, due to conflicting classes. This is a known issue with the Zcash Android SDK.
  5. Android Studio will warn about the Gradle checksum. This is a known issue and can be safely ignored.
  6. During app first launch, the following exception starting with AndroidKeysetManager: keyset not found, will generate a new one is printed twice. This exception is not an error, and the code is not being invoked twice.
  7. While syncing Gradle files, build error with org.jetbrains:markdown dependency locking might occur. It is a filed known issue that does not block building the project.