From df3d340ba406db46e05263ba9c65bcd953b05863 Mon Sep 17 00:00:00 2001 From: GreenAddress Date: Thu, 22 Jan 2015 00:57:55 +0100 Subject: [PATCH] GreenBits: Bitcoin P2SH multisignature wallet --- ....greenaddress.greenbits_android_wallet.txt | 56 +++++++++++++++++++ srclibs/AutobahnSW-greenaddress.txt | 3 + 2 files changed, 59 insertions(+) create mode 100644 metadata/com.greenaddress.greenbits_android_wallet.txt create mode 100644 srclibs/AutobahnSW-greenaddress.txt diff --git a/metadata/com.greenaddress.greenbits_android_wallet.txt b/metadata/com.greenaddress.greenbits_android_wallet.txt new file mode 100644 index 0000000000..f5cc610c84 --- /dev/null +++ b/metadata/com.greenaddress.greenbits_android_wallet.txt @@ -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 + diff --git a/srclibs/AutobahnSW-greenaddress.txt b/srclibs/AutobahnSW-greenaddress.txt new file mode 100644 index 0000000000..b587911841 --- /dev/null +++ b/srclibs/AutobahnSW-greenaddress.txt @@ -0,0 +1,3 @@ +Repo Type:git +Repo:https://github.com/greenaddress/Autobahn-SW.git +