From 0239ede5ce5a10438e28d7331aa560c0823b9aa1 Mon Sep 17 00:00:00 2001 From: HashEngineering Date: Thu, 22 Aug 2019 11:13:58 -0700 Subject: [PATCH 1/6] Add Groestlcoin Wallet --- .../hashengineering.groestlcoin.wallet.yml | 57 +++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 metadata/hashengineering.groestlcoin.wallet.yml diff --git a/metadata/hashengineering.groestlcoin.wallet.yml b/metadata/hashengineering.groestlcoin.wallet.yml new file mode 100644 index 0000000000..3fc1b1a80c --- /dev/null +++ b/metadata/hashengineering.groestlcoin.wallet.yml @@ -0,0 +1,57 @@ +Categories: + - Money +License: GPL-3.0-only +WebSite: https://www.groestlcoin.org/groestlcoin-mobile-wallet/ +SourceCode: https://github.com/Groestlcoin/groestlcoin-wallet +IssueTracker: https://github.com/Groestlcoin/groestlcoin-wallet/issues +Changelog: https://raw.github.com/Groestlcoin/groestlcoin-wallet/prod/wallet/CHANGES +Bitcoin: 3BCeMXVny1HbDc4NK64UZs9oFjKZdajBfx + +AutoName: Groestlcoin Wallet +Description: |- + Have your Groestlcoins always with you, in your pocket! You pay by quickly scanning + a QR code. As a merchant, you receive payments reliably and instantly. Groestlcoin + Wallet is the first mobile Groestlcoin app, and arguably also the most secure! + + * No registration, web service or cloud needed! This wallet is de-centralized and peer to peer. + * Display of Groestlcoin amount in GRS, mGRS and µGRS. + * Conversion to and from national currencies. + * Sending and receiving of Groestlcoin via NFC, QR codes or Groesltcoin URLs. + * Address book for regularly used Bitcoin addresses. + * When you're offline, you can still pay via Bluetooth. + * System notification for received coins. + * Sweeping of paper wallets (e.g. those used for cold storage). + * App widget for Groestlcoin balance. + + See the + [https://raw.githubusercontent.com/Groestlcoin/groestlcoin-wallet/master/wallet/README.md + README] for more details. Use this at your own risk and be wary that if you + don't make a backup of the private keys you will no longer be able to access the + Groestlcoins contained in the wallet, should the data of the app be lost. + + There's a separate version of this application that uses a test version of the + Groestlcoin network: [[hashengineering.groestlcoin.wallet_test]]. + + All translations are managed via the + [https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ Transifex project]. + +RepoType: git +Repo: https://github.com/Groestlcoin/groestlcoin-wallet.git + +Builds: + - versionName: '7.11.1' + versionCode: 71107 + commit: v7.11.1 + subdir: wallet + gradle: + - prod + output: build/outputs/apk/prod/release/groestlcoin-wallet-prod-release-unsigned.apk + prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.6\" }' >>\ + \ ../build.gradle" + scandelete: + - wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: '7.11' +CurrentVersionCode: 71107 From 5057792ef19d0e8c5c3e8cd575d35168974990b8 Mon Sep 17 00:00:00 2001 From: HashEngineering Date: Thu, 22 Aug 2019 11:27:03 -0700 Subject: [PATCH 2/6] Remove references to other apps --- metadata/hashengineering.groestlcoin.wallet.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/metadata/hashengineering.groestlcoin.wallet.yml b/metadata/hashengineering.groestlcoin.wallet.yml index 3fc1b1a80c..dc37f268fa 100644 --- a/metadata/hashengineering.groestlcoin.wallet.yml +++ b/metadata/hashengineering.groestlcoin.wallet.yml @@ -29,12 +29,6 @@ Description: |- don't make a backup of the private keys you will no longer be able to access the Groestlcoins contained in the wallet, should the data of the app be lost. - There's a separate version of this application that uses a test version of the - Groestlcoin network: [[hashengineering.groestlcoin.wallet_test]]. - - All translations are managed via the - [https://www.transifex.com/bitcoin-wallet/bitcoin-wallet/ Transifex project]. - RepoType: git Repo: https://github.com/Groestlcoin/groestlcoin-wallet.git From 499eb555f0f837dafd6875372a8787fa7dfbb610 Mon Sep 17 00:00:00 2001 From: HashEngineering Date: Mon, 26 Aug 2019 19:54:27 -0700 Subject: [PATCH 3/6] Fix lint errors --- metadata/hashengineering.groestlcoin.wallet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/hashengineering.groestlcoin.wallet.yml b/metadata/hashengineering.groestlcoin.wallet.yml index dc37f268fa..6a412b065e 100644 --- a/metadata/hashengineering.groestlcoin.wallet.yml +++ b/metadata/hashengineering.groestlcoin.wallet.yml @@ -46,6 +46,6 @@ Builds: - wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet AutoUpdateMode: None -UpdateCheckMode: RepoManifest +UpdateCheckMode: Tags CurrentVersion: '7.11' CurrentVersionCode: 71107 From d9c0f3511c9c4cc4d4aa66868318881dece2bd7c Mon Sep 17 00:00:00 2001 From: HashEngineering Date: Mon, 26 Aug 2019 20:46:37 -0700 Subject: [PATCH 4/6] Fix more lint errors --- metadata/hashengineering.groestlcoin.wallet.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/metadata/hashengineering.groestlcoin.wallet.yml b/metadata/hashengineering.groestlcoin.wallet.yml index 6a412b065e..0040ac7fc3 100644 --- a/metadata/hashengineering.groestlcoin.wallet.yml +++ b/metadata/hashengineering.groestlcoin.wallet.yml @@ -33,15 +33,14 @@ RepoType: git Repo: https://github.com/Groestlcoin/groestlcoin-wallet.git Builds: - - versionName: '7.11.1' + - versionName: 7.11.1 versionCode: 71107 commit: v7.11.1 subdir: wallet gradle: - prod output: build/outputs/apk/prod/release/groestlcoin-wallet-prod-release-unsigned.apk - prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.6\" }' >>\ - \ ../build.gradle" + prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.6\" }' >> ../build.gradle" scandelete: - wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet From 813acf9006cfcf5cabb7ae92f635fb71aef49026 Mon Sep 17 00:00:00 2001 From: HashEngineering Date: Sun, 8 Sep 2019 08:12:46 -0700 Subject: [PATCH 5/6] Add NonFreeNet --- metadata/hashengineering.groestlcoin.wallet.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metadata/hashengineering.groestlcoin.wallet.yml b/metadata/hashengineering.groestlcoin.wallet.yml index 0040ac7fc3..a90e3739d9 100644 --- a/metadata/hashengineering.groestlcoin.wallet.yml +++ b/metadata/hashengineering.groestlcoin.wallet.yml @@ -43,6 +43,8 @@ Builds: prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.6\" }' >> ../build.gradle" scandelete: - wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet + antifeatures: + - NonFreeNet AutoUpdateMode: None UpdateCheckMode: Tags From df2eb43cb5edac8dad04c1b1c80198df8a8a9ba5 Mon Sep 17 00:00:00 2001 From: HashEngineering Date: Mon, 9 Sep 2019 07:21:41 -0700 Subject: [PATCH 6/6] Move NonFreeNet to the top of the file --- metadata/hashengineering.groestlcoin.wallet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/hashengineering.groestlcoin.wallet.yml b/metadata/hashengineering.groestlcoin.wallet.yml index a90e3739d9..e62b009b10 100644 --- a/metadata/hashengineering.groestlcoin.wallet.yml +++ b/metadata/hashengineering.groestlcoin.wallet.yml @@ -1,3 +1,5 @@ +AntiFeatures: + - NonFreeNet Categories: - Money License: GPL-3.0-only @@ -43,8 +45,6 @@ Builds: prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.6\" }' >> ../build.gradle" scandelete: - wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet - antifeatures: - - NonFreeNet AutoUpdateMode: None UpdateCheckMode: Tags