2015-01-21 23:57:55 +00:00
|
|
|
Categories:Internet
|
2015-02-02 11:04:19 +00:00
|
|
|
License:GPLv3
|
2015-01-21 23:57:55 +00:00
|
|
|
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.
|
|
|
|
|
2015-01-26 21:13:37 +00:00
|
|
|
* It supports the payment protocol via both click and qrcode scanning and instant confirmation.
|
2015-01-21 23:57:55 +00:00
|
|
|
* 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
|
2015-01-26 21:13:37 +00:00
|
|
|
not be as good of a user experience as this new Android native version.
|
2015-01-21 23:57:55 +00:00
|
|
|
|
|
|
|
You can find it at [[it.greenaddress.cordova]].
|
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://github.com/greenaddress/GreenBits
|
|
|
|
|
2015-01-28 16:33:27 +00:00
|
|
|
Build:1.33,33
|
|
|
|
commit=1.33
|
2015-01-21 23:57:55 +00:00
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
2015-01-31 09:31:03 +00:00
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
|
|
|
$$MVN3$$ 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
|
2015-03-06 12:11:35 +00:00
|
|
|
build=./prepare_fdroid.sh
|
2015-01-31 09:31:03 +00:00
|
|
|
|
|
|
|
Build:1.36,36
|
|
|
|
commit=1.36
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
2015-02-03 10:52:46 +00:00
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
|
|
|
$$MVN3$$ 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
|
2015-03-06 12:11:35 +00:00
|
|
|
build=./prepare_fdroid.sh
|
2015-02-03 10:52:46 +00:00
|
|
|
|
|
|
|
Build:1.37,37
|
|
|
|
commit=1.37
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
2015-02-04 16:19:33 +00:00
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
|
|
|
$$MVN3$$ 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
|
2015-03-06 12:11:35 +00:00
|
|
|
build=./prepare_fdroid.sh
|
2015-02-04 16:19:33 +00:00
|
|
|
|
|
|
|
Build:1.38,38
|
|
|
|
commit=1.38
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
2015-02-06 08:01:03 +00:00
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
|
|
|
$$MVN3$$ 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
|
2015-03-06 12:11:35 +00:00
|
|
|
build=./prepare_fdroid.sh
|
2015-02-06 08:01:03 +00:00
|
|
|
|
|
|
|
Build:1.39,39
|
|
|
|
commit=1.39
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
2015-02-07 12:04:38 +00:00
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
|
|
|
$$MVN3$$ 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
|
2015-03-06 12:11:35 +00:00
|
|
|
build=./prepare_fdroid.sh
|
2015-02-07 12:04:38 +00:00
|
|
|
|
|
|
|
Build:1.41,41
|
|
|
|
commit=1.41
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
2015-02-12 07:38:32 +00:00
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
|
|
|
$$MVN3$$ 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
|
2015-03-06 12:11:35 +00:00
|
|
|
build=./prepare_fdroid.sh
|
2015-02-12 07:38:32 +00:00
|
|
|
|
|
|
|
Build:1.42,42
|
|
|
|
commit=1.42
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
2015-01-25 19:07:17 +00:00
|
|
|
rm=app/libs/*.jar
|
2015-01-31 02:27:05 +00:00
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
2015-01-25 19:07:17 +00:00
|
|
|
$$MVN3$$ package && \
|
2015-01-21 23:57:55 +00:00
|
|
|
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
|
2015-03-06 12:11:35 +00:00
|
|
|
build=./prepare_fdroid.sh
|
2015-01-21 23:57:55 +00:00
|
|
|
|
2015-02-13 07:09:44 +00:00
|
|
|
Build:1.43,43
|
|
|
|
commit=1.43
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
|
|
|
$$MVN3$$ 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
|
2015-03-06 12:11:35 +00:00
|
|
|
build=./prepare_fdroid.sh
|
2015-02-13 07:09:44 +00:00
|
|
|
|
2015-02-14 02:12:04 +00:00
|
|
|
Build:1.44,44
|
|
|
|
commit=1.44
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
|
|
|
$$MVN3$$ 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
|
2015-03-06 12:11:35 +00:00
|
|
|
build=./prepare_fdroid.sh
|
2015-02-14 02:12:04 +00:00
|
|
|
|
2015-02-17 02:16:29 +00:00
|
|
|
Build:1.45,45
|
|
|
|
commit=1.45
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
|
|
|
$$MVN3$$ 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
|
2015-03-06 12:11:35 +00:00
|
|
|
build=./prepare_fdroid.sh
|
2015-02-17 02:16:29 +00:00
|
|
|
|
2015-03-12 02:14:32 +00:00
|
|
|
Build:1.46,46
|
|
|
|
commit=1.46
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
|
|
|
$$MVN3$$ 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
|
|
|
|
|
2015-05-20 01:15:58 +00:00
|
|
|
Build:1.47,47
|
|
|
|
commit=1.47
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
|
|
|
$$MVN3$$ 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
|
|
|
|
|
2015-05-31 01:20:31 +00:00
|
|
|
Build:1.48,48
|
|
|
|
commit=1.48
|
|
|
|
subdir=app
|
|
|
|
submodules=yes
|
|
|
|
gradle=production
|
|
|
|
srclibs=AutobahnSW-greenaddress@fb1223083dc6e9dfddc0daad3b76dae277765b51
|
|
|
|
rm=app/libs/*.jar
|
|
|
|
prebuild=pushd $$AutobahnSW-greenaddress$$ && \
|
|
|
|
$$MVN3$$ 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
|
|
|
|
|
2015-01-21 23:57:55 +00:00
|
|
|
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.
|
2015-01-25 19:07:17 +00:00
|
|
|
|
2015-02-13 07:09:44 +00:00
|
|
|
* Watch prepare_fdroid.sh for changes on new builds.
|
2015-01-21 23:57:55 +00:00
|
|
|
.
|
|
|
|
|
2015-02-13 07:09:44 +00:00
|
|
|
#Auto Update Mode:None
|
|
|
|
Auto Update Mode:Version %v
|
2015-01-21 23:57:55 +00:00
|
|
|
Update Check Mode:Tags
|
2015-05-31 01:20:31 +00:00
|
|
|
Current Version:1.48
|
|
|
|
Current Version Code:48
|
2015-01-21 23:57:55 +00:00
|
|
|
|