From 78da02a545471b5b2072312f883c32e8a1d1840d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Rychnovsk=C3=BD?= Date: Mon, 25 Nov 2024 11:38:51 +0100 Subject: [PATCH] Flexa adoption documentation (#1696) --- docs/Auto Backup.md | 12 ++++++++++++ docs/README.md | 9 --------- docs/integrations/Flexa.md | 15 +++++++++++++++ 3 files changed, 27 insertions(+), 9 deletions(-) create mode 100644 docs/Auto Backup.md delete mode 100644 docs/README.md create mode 100644 docs/integrations/Flexa.md diff --git a/docs/Auto Backup.md b/docs/Auto Backup.md new file mode 100644 index 00000000..0c420361 --- /dev/null +++ b/docs/Auto Backup.md @@ -0,0 +1,12 @@ +# Android Auto Backup + +- The Zashi app uses the Android Auto Backup feature to back up the encrypted address book file securely on the + user's Google Drive cloud + +## Android Auto Backup testing + +To force the system Android backup logic for testing use the following ADB commands: +``` +adb shell bmgr enable true +adb shell bmgr backupnow co.electriccoin.zcash.debug +``` diff --git a/docs/README.md b/docs/README.md deleted file mode 100644 index 344d0b85..00000000 --- a/docs/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# Documentation - -# Android auto backup testing - -To force the android system back up the app use the following commands: -``` - adb shell bmgr enable true - adb shell bmgr backupnow co.electriccoin.zcash.debug -``` diff --git a/docs/integrations/Flexa.md b/docs/integrations/Flexa.md new file mode 100644 index 00000000..51ba3e27 --- /dev/null +++ b/docs/integrations/Flexa.md @@ -0,0 +1,15 @@ +# Flexa Integration +- Flexa is a digital payment platform that allows merchants to accept various digital assets, including + cryptocurrencies, as payment. It provides a seamless and secure way for users to pay with their digital wallets at + physical stores. +- The Android Flexa libraries are available on the [GitHub repository](https://github.com/flexa/flexa-android) +- The Android Flexa libraries are currently distributed by [GitHub Releases](https://github.com/flexa/flexa-android/releases). + +# Setup +To bump the Flexa libraries use the following steps: +1. Visit the Flexa GitHub Releases [page](https://github.com/flexa/flexa-android/releases) +1. Download Core and Spent `.aar`(s) +1. Put them into the related folders on path `/maven/com/flexa/` +1. Update the `maven-metadata-local.xml` files to the given new version +1. Update the `.pom`(s) files to the given new version +1. Update `gradle.properties#FLEXA_VERSION` to point the given version