From b03dd81ae81bcdaeddf21bd2229179b10564e9a3 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 10 Sep 2020 17:02:25 -0300 Subject: [PATCH 1/3] Add GNU Taler wallet app --- metadata/net.taler.wallet.fdroid.yml | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 metadata/net.taler.wallet.fdroid.yml diff --git a/metadata/net.taler.wallet.fdroid.yml b/metadata/net.taler.wallet.fdroid.yml new file mode 100644 index 0000000000..a08e3e268b --- /dev/null +++ b/metadata/net.taler.wallet.fdroid.yml @@ -0,0 +1,41 @@ +Categories: + - Money +License: GPL-3.0-or-later +AuthorName: GNU Taler +AuthorWebSite: https://taler.net/ +SourceCode: https://git.taler.net/taler-android.git/ +IssueTracker: https://bugs.gnunet.org/ + +Summary: Makes privacy-friendly online transactions fast and easy +Description: |- + This app is a wallet for GNU Taler. It is highly experimental, and not ready for production use yet. + + GNU Taler is a privacy-preserving payment system. Customers can stay anonymous, but merchants can not hide their income through payments with GNU Taler. This helps to avoid tax evasion and money laundering. + + The primary use case of GNU Taler is payments; it is not meant as a store of value. Payments are always backed by an existing currency. + + Payment are made after exchanging existing money into electronic money with the help of an Exchange service, that is, a payment service provider for Taler. + + When making a payment, customers only need a charged wallet. A merchant can accept payments without making their customers register on the merchant's Website. + + GNU Taler is immune against many types of fraud, such as phishing of credit card information or chargeback fraud. In case of loss or theft, only the limited amount of money left in the wallet might be gone. + +RepoType: git +Repo: https://git.taler.net/taler-android.git + +Builds: + - versionName: v0.8.0-rc.3 + versionCode: 8 + commit: wallet-v0.8.0-rc.3 + subdir: wallet + submodules: true + gradle: + - fdroid + rm: + - multiplatform/wallet + prebuild: gradle :wallet:verifyWalletLibrary + +AutoUpdateMode: Version wallet-%v +UpdateCheckMode: Tags +CurrentVersion: v0.8.0-rc.3 +CurrentVersionCode: 8 From a3857c7f9a70d38721a96c9ba32981fb2e5cbaac Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 10 Sep 2020 17:15:39 -0300 Subject: [PATCH 2/3] Add GNU Taler merchant PoS terminal app --- metadata/net.taler.merchantpos.yml | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 metadata/net.taler.merchantpos.yml diff --git a/metadata/net.taler.merchantpos.yml b/metadata/net.taler.merchantpos.yml new file mode 100644 index 0000000000..9ba037000e --- /dev/null +++ b/metadata/net.taler.merchantpos.yml @@ -0,0 +1,34 @@ +Categories: + - Money +License: GPL-3.0-or-later +AuthorName: GNU Taler +AuthorWebSite: https://taler.net/ +SourceCode: https://git.taler.net/taler-android.git/ +IssueTracker: https://bugs.gnunet.org/ + +Summary: Process orders and take in Taler payments +Description: |- + The GNU Taler merchant POS (point of sale) terminal allows sellers to + + * process customers’ orders by adding or removing products + * calculate the amount owed by the customer + * let the customer make a Taler payment via QR code or NFC + +RepoType: git +Repo: https://git.taler.net/taler-android.git + +Builds: + - versionName: '0.1' + versionCode: 2 + commit: pos-0.1 + subdir: merchant-terminal + submodules: true + gradle: + - yes + rm: + - multiplatform/wallet + +AutoUpdateMode: Version pos-%v +UpdateCheckMode: Tags +CurrentVersion: '0.1' +CurrentVersionCode: 2 From fe98b0dd89b90ebb3a9a0f57f23dba52bd734117 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 10 Sep 2020 17:20:33 -0300 Subject: [PATCH 3/3] Add GNU Taler cashier app --- metadata/net.taler.cashier.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/net.taler.cashier.yml diff --git a/metadata/net.taler.cashier.yml b/metadata/net.taler.cashier.yml new file mode 100644 index 0000000000..5517774299 --- /dev/null +++ b/metadata/net.taler.cashier.yml @@ -0,0 +1,32 @@ +Categories: + - Money +License: GPL-3.0-or-later +AuthorName: GNU Taler +AuthorWebSite: https://taler.net/ +SourceCode: https://git.taler.net/taler-android.git/ +IssueTracker: https://bugs.gnunet.org/ + +Summary: Take cash and give out electronic cash +Description: |- + The GNU Taler Cashier app allows you to take in physical cash and hand + electronic Taler cash in exchange. This is useful for regional or + organizational currencies. + +RepoType: git +Repo: https://git.taler.net/taler-android.git + +Builds: + - versionName: '0.1' + versionCode: 1 + commit: cashier-0.1 + subdir: cashier + submodules: true + gradle: + - yes + rm: + - multiplatform/wallet + +AutoUpdateMode: Version cashier-%v +UpdateCheckMode: Tags +CurrentVersion: '0.1' +CurrentVersionCode: 1