Merge branch 'master' into 'master'
GreenBits: new app added It was verified that it builds with F-Droid Vagrant buildserver. GreenBits is a new Android wallet by GreenAddress which is native to this platform, as opposed to it.greenaddress.cordova which was built on top Cordova and HTML. See merge request !517
This commit is contained in:
commit
426498c5da
56
metadata/com.greenaddress.greenbits_android_wallet.txt
Normal file
56
metadata/com.greenaddress.greenbits_android_wallet.txt
Normal file
|
@ -0,0 +1,56 @@
|
|||
Categories:Internet
|
||||
License:LGPLv2.1
|
||||
Web Site:http://greenaddress.com
|
||||
Source Code:https://github.com/greenaddress/GreenBits
|
||||
Issue Tracker:https://github.com/greenaddress/GreenBits/issues
|
||||
|
||||
Auto Name:GreenBits
|
||||
Summary:GreenAddress client
|
||||
Description:
|
||||
GreenBits is a Bitcoin Wallet for Android provided by GreenAddress.
|
||||
|
||||
The wallet main strengths are security, privacy, easy of use and aims is to provide a
|
||||
great user experience.
|
||||
|
||||
* It supports the payment protocol via both click and qrcode scanning and instant
|
||||
confirmation.
|
||||
* Supports paper wallet scanning in both WIF and BIP38 format.
|
||||
* 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:https://github.com/greenaddress/GreenBits
|
||||
|
||||
Build:1.32,32
|
||||
commit=1.32
|
||||
subdir=app
|
||||
submodules=yes
|
||||
gradle=production
|
||||
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
||||
prebuild=rm libs/autobahn-android-sw-0.5.2-SNAPSHOT.jar && \
|
||||
pushd $$AutobahnSW-greenaddress$$ && \
|
||||
mvn package && \
|
||||
popd && \
|
||||
cp $$AutobahnSW-greenaddress$$/target/autobahn-android-sw-0.5.2-SNAPSHOT.jar libs/
|
||||
scandelete=app/src/main/jniLibs/armeabi/libscrypt.so,app/src/main/jniLibs/mips/libscrypt.so,app/src/main/jniLibs/x86/libscrypt.so,app/scrypt/src
|
||||
build=./prepare_fdroid.sh
|
||||
|
||||
Maintainer Notes:
|
||||
scandelete libscrypt.so - it is built by F-Droid via prepare_fdroid.sh,
|
||||
but it is still in GreenAddress repo for users who don't want to use NDK,
|
||||
so it needs to be removed before building to pass scanning.
|
||||
prebuild rm autobahn android jar - as above, still in repo for users who
|
||||
don't want to be bothered with building Autobahn-SW from source.
|
||||
.
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.32
|
||||
Current Version Code:32
|
||||
|
3
srclibs/AutobahnSW-greenaddress.txt
Normal file
3
srclibs/AutobahnSW-greenaddress.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
Repo Type:git
|
||||
Repo:https://github.com/greenaddress/Autobahn-SW.git
|
||||
|
Loading…
Reference in a new issue