Go to file
y4ssi 5783914f1b
Update release.yaml
2025-02-13 18:29:23 -07:00
.github Update release.yaml 2025-02-13 18:29:23 -07:00
.idea .gitignore update (#1504) 2024-07-16 09:07:18 +02:00
app App state check for disconnected resolution (#1730) 2025-01-14 15:05:31 +01:00
build-conventions-secant Update Spanish Changelog titles (#1701) 2024-11-26 11:17:49 +01:00
build-info-lib [#1666] Release v1.2.2 2024-11-18 12:33:33 +01:00
buildSrc Android Gradle Plugin and Gradle Locks update (#1491) 2024-06-28 08:56:36 +02:00
configuration-api-lib [#1372] Throw if parsing configuration failed 2024-04-23 08:43:14 +02:00
configuration-impl-android-lib Dependency injection implementation (#1513) 2024-09-04 15:36:59 +02:00
crash-android-lib Android 15 strict mode update for unsafe intents (#1582) 2024-09-13 11:34:28 +02:00
crash-lib [#1342] Dependency update 2024-04-15 17:46:49 +02:00
docs [#1741] Release 1.3.3 (839) 2025-01-23 16:41:46 +01:00
gradle/wrapper [#1342] Dependency update 2024-04-15 17:46:49 +02:00
maven/com/flexa Flexa version bump to 1.0.9 (#1702) 2024-11-26 12:05:42 +01:00
preference-api-lib [#1640] Add authentication to app launch 2024-10-25 18:37:15 +02:00
preference-impl-android-lib Dependency injection implementation (#1513) 2024-09-04 15:36:59 +02:00
sdk-ext-lib Feature: Keystone integration (#1692) (#1707) 2024-12-17 18:40:36 +01:00
spackle-android-lib Send address book and scan contact qr (#1615) 2024-10-08 13:03:53 +02:00
spackle-lib [#1342] Dependency update 2024-04-15 17:46:49 +02:00
test-lib Dependency injection implementation (#1513) 2024-09-04 15:36:59 +02:00
tools [#1618] Settings redesign (#1658) 2024-11-14 14:12:59 +01:00
ui-benchmark-test [#1108] Ktlint 1.0.1 2023-12-11 10:20:32 +01:00
ui-design-lib [#1733] `SignTransaction` QR always white&black 2025-01-21 22:45:39 +01:00
ui-integration-test Issue 1617 not enough space and update redesign (#1652) 2024-11-12 15:27:50 +01:00
ui-lib [#1737] Create transaction error handling 2025-01-23 10:56:42 +01:00
ui-screenshot-test Feature: Keystone integration (#1692) (#1707) 2024-12-17 18:40:36 +01:00
.gitignore .gitignore update (#1504) 2024-07-16 09:07:18 +02:00
CHANGELOG.md [#1741] Release 1.3.3 (839) 2025-01-23 16:41:46 +01:00
LICENSE
README.md Update README.md (#1721) 2025-01-22 09:58:37 +01:00
build.gradle.kts Feature: Keystone integration (#1692) (#1707) 2024-12-17 18:40:36 +01:00
buildscript-gradle.lockfile [#1440][#1415] In-app update information - What's New screen 2024-07-18 10:48:02 +02:00
gradle.properties [#1741] Release 1.3.3 (839) 2025-01-23 16:41:46 +01:00
gradlew [#1098] Gradle 8.5 2023-12-08 13:13:23 +01:00
gradlew.bat [#1342] Dependency update 2024-04-15 17:46:49 +02:00
settings.gradle.kts App state check for disconnected resolution (#1730) 2025-01-14 15:05:31 +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.

Production

The Zashi Android wallet is publicly available for download in the Play Store.

Zashi Discord

Join the Zashi community on ECC Discord server, report bugs, share ideas, request new features, and help shape Zashi's journey!

https://discord.gg/jQPU7aXe7A

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.