Merge branch 'update_greenbits' into 'master'
Update greenbits See merge request fdroid/fdroiddata!3579
This commit is contained in:
commit
6b39d4a66e
|
|
@ -9,22 +9,18 @@ Name:GreenBits Testnet
|
||||||
Auto Name:GreenBits
|
Auto Name:GreenBits
|
||||||
Summary:GreenAddress Testnet client
|
Summary:GreenAddress Testnet client
|
||||||
Description:
|
Description:
|
||||||
GreenBits Testnet is a Bitcoin Wallet for Android provided by GreenAddress for
|
'''This app has been deprecated as it has been merged into
|
||||||
the Testnet network.
|
[[com.greenaddress.greenbits_android_wallet]].'''
|
||||||
|
|
||||||
|
Original description: GreenBits Testnet is a Bitcoin Wallet for Android provided
|
||||||
|
by GreenAddress for the Testnet network.
|
||||||
|
|
||||||
The wallet main strengths are security, privacy, easy of use and aims is to
|
The wallet main strengths are security, privacy, easy of use and aims is to
|
||||||
provide a great user experience.
|
provide a great user experience.
|
||||||
|
|
||||||
* It supports the payment protocol via both click and qrcode scanning and instant confirmation.
|
* It supports the payment protocol via both click and qrcode scanning.
|
||||||
* Supports paper wallet scanning in both WIF and BIP38 format.
|
* Supports paper wallet scanning in both WIF and BIP38 format.
|
||||||
* Uses multisignature for improved security and per transaction two factor authentication.
|
* Uses multisignature for improved security and per transaction two factor authentication.
|
||||||
|
|
||||||
Please note that another GreenAddress app is available for Android: it has more
|
|
||||||
features available however it consumes more resources and even on recent Android
|
|
||||||
devices it may not be as good of a user experience as this new Android native
|
|
||||||
version.
|
|
||||||
|
|
||||||
You can find it at [[it.greenaddress.cordova]].
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
@ -224,7 +220,11 @@ Build:2.05_testnet,205
|
||||||
build=JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
|
build=JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
|
||||||
ndk=r17b
|
ndk=r17b
|
||||||
|
|
||||||
Auto Update Mode:Version r%v
|
Maintainer Notes:
|
||||||
Update Check Mode:Tags
|
This app has been merged in com.greenaddress.greenbits.
|
||||||
|
.
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:None
|
||||||
Current Version:2.05_testnet
|
Current Version:2.05_testnet
|
||||||
Current Version Code:205
|
Current Version Code:205
|
||||||
|
|
|
||||||
|
|
@ -13,16 +13,9 @@ GreenBits is a Bitcoin Wallet for Android provided by GreenAddress.
|
||||||
The wallet main strengths are security, privacy, easy of use and aims is to
|
The wallet main strengths are security, privacy, easy of use and aims is to
|
||||||
provide a great user experience.
|
provide a great user experience.
|
||||||
|
|
||||||
* It supports the payment protocol via both click and qrcode scanning and instant confirmation.
|
* It supports the payment protocol via both click and qrcode scanning.
|
||||||
* Supports paper wallet scanning in both WIF and BIP38 format.
|
* Supports paper wallet scanning in both WIF and BIP38 format.
|
||||||
* Uses multisignature for improved security and per transaction two factor authentication.
|
* Uses multisignature for improved security and per transaction two factor authentication.
|
||||||
|
|
||||||
Please note that another GreenAddress app is available for Android: it has more
|
|
||||||
features available however it consumes more resources and even on recent Android
|
|
||||||
devices it may not be as good of a user experience as this new Android native
|
|
||||||
version.
|
|
||||||
|
|
||||||
You can find it at [[it.greenaddress.cordova]].
|
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
@ -687,10 +680,9 @@ Build:2.06,206
|
||||||
subdir=app
|
subdir=app
|
||||||
gradle=production
|
gradle=production
|
||||||
forcevercode=yes
|
forcevercode=yes
|
||||||
prebuild=sed -i -e 's/enable true/enable false/g' build.gradle && \
|
prebuild=sed -i -e 's/output.versionCodeOverride =/0 + /g' build.gradle
|
||||||
sed -i -e 's/output.versionCodeOverride =/0 + /g' build.gradle
|
scanignore=bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts,bitcoinj/core/src/test,app/src/main/assets/production/checkpoints
|
||||||
scanignore=bitcoinj/core/src/main/resources/org/bitcoinj/crypto/cacerts,bitcoinj/core/src/test,app/src/production/assets/checkpoints
|
scandelete=app/src/main/assets/btctestnet/checkpoints
|
||||||
scandelete=app/src/btctestnet/assets/checkpoints
|
|
||||||
build=JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
|
build=JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::") sh ./prepare_fdroid.sh
|
||||||
ndk=r17b
|
ndk=r17b
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue