2013-11-02 00:16:14 +00:00
|
|
|
Categories:Office
|
2012-02-27 19:38:34 +00:00
|
|
|
License:GPLv3
|
2014-02-26 20:22:06 +00:00
|
|
|
Web Site:https://github.com/schildbach/bitcoin-wallet
|
|
|
|
Source Code:https://github.com/schildbach/bitcoin-wallet
|
|
|
|
Issue Tracker:https://github.com/schildbach/bitcoin-wallet/issues
|
2013-08-24 11:28:22 +00:00
|
|
|
Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV
|
2012-02-27 19:38:34 +00:00
|
|
|
|
2013-11-20 03:44:37 +00:00
|
|
|
Auto Name:Bitcoin
|
2013-07-13 18:07:40 +00:00
|
|
|
Summary:Store digital currency
|
2012-02-27 19:38:34 +00:00
|
|
|
Description:
|
2013-06-01 09:31:14 +00:00
|
|
|
* No cloud server or web service needed: this wallet works peer to peer
|
2013-04-03 13:53:19 +00:00
|
|
|
* Display of wallet balance in Bitcoin and various other currencies
|
|
|
|
* Sending and receiving of Bitcoin via NFC, QR-codes or Bitcoin URLs
|
|
|
|
* Address book for regularly used Bitcoin addresses
|
|
|
|
* Enter transactions while offline, will be executed when online
|
2013-05-27 10:08:12 +00:00
|
|
|
* Manages blockchain on your device
|
2013-04-03 13:53:19 +00:00
|
|
|
* System notifications for Bitcoin connectivity and received coins
|
2014-02-02 18:43:11 +00:00
|
|
|
* App widget for Bitcoin balance
|
2013-08-24 11:28:22 +00:00
|
|
|
* Back up private keys to local storage encrypted with a password
|
2013-04-03 13:53:19 +00:00
|
|
|
|
2013-06-01 09:31:14 +00:00
|
|
|
A few tens of MiB must be downloaded to set up the blockchain and a couple
|
|
|
|
more per month subsequently to keep it updated.
|
2014-02-02 18:43:11 +00:00
|
|
|
When run for the first time, it can happen that the app shows only a white
|
2013-06-01 09:31:14 +00:00
|
|
|
display for some seconds.
|
2012-10-28 20:48:05 +00:00
|
|
|
|
2013-06-01 09:31:14 +00:00
|
|
|
See the
|
2014-02-02 18:43:11 +00:00
|
|
|
[http://bitcoin-wallet.googlecode.com/git/wallet/README Readme] for more
|
2013-06-01 09:31:14 +00:00
|
|
|
details. Use this at your own risk and be wary that if you don't make a
|
2014-02-02 18:43:11 +00:00
|
|
|
backup of the private keys you will no longer be able to acces the Bitcoins
|
2013-06-01 09:31:14 +00:00
|
|
|
contained in the wallet, should the data of the app be lost.
|
2012-10-25 13:32:15 +00:00
|
|
|
|
2013-04-16 15:16:24 +00:00
|
|
|
There's a separate version of this application that uses a test version of the
|
2013-05-27 10:08:12 +00:00
|
|
|
Bitcoin network: [[de.schildbach.wallet_test]].
|
2013-04-16 15:16:24 +00:00
|
|
|
It could be a good idea to use that first, to verify that everything
|
|
|
|
works for you without using real Bitcoins.
|
|
|
|
|
2014-02-26 20:22:06 +00:00
|
|
|
[https://raw.github.com/schildbach/bitcoin-wallet/master/wallet/CHANGES Changelog]
|
2012-02-27 19:38:34 +00:00
|
|
|
.
|
|
|
|
|
2013-04-14 14:18:02 +00:00
|
|
|
# BitcoinJWallet (author's fork) is rebased each version so old commits wont work
|
2013-05-09 10:33:23 +00:00
|
|
|
# patches post 3.0 will also need re-doing
|
2012-04-08 08:11:09 +00:00
|
|
|
Repo Type:git
|
2014-02-26 20:22:06 +00:00
|
|
|
Repo:https://github.com/schildbach/bitcoin-wallet.git
|
2012-04-08 08:11:09 +00:00
|
|
|
|
|
|
|
#Note: there used to be build data for 1.48.2/66 but the source code for this
|
|
|
|
#seems to have gone (it was in a maintenance branch) when the project went
|
|
|
|
#from svn to git.
|
2013-11-20 03:44:37 +00:00
|
|
|
Build:2.01,74
|
|
|
|
commit=a55ef6822c9e
|
|
|
|
subdir=wallet
|
|
|
|
init=sed -i 's/_test//' AndroidManifest.xml && \
|
|
|
|
find src -name *.java -exec sed -i 's/_test\.R/.R/' {} \;
|
|
|
|
maven=yes
|
|
|
|
srclibs=BitcoinJWallet@31953d239555
|
|
|
|
prebuild=mvn install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3_r2 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-10/android.jar && \
|
|
|
|
mvn install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar
|
|
|
|
|
|
|
|
Build:2.16,87
|
|
|
|
commit=49c3da045e57
|
|
|
|
subdir=wallet
|
|
|
|
init=sed -i 's/_test//' AndroidManifest.xml && \
|
|
|
|
find src -name *.java -exec sed -i 's/_test\.R/.R/' {} \;
|
|
|
|
maven=2
|
|
|
|
srclibs=BitcoinJWallet@a160dc24f38c
|
|
|
|
prebuild=cd ../integration-android && \
|
|
|
|
mvn3 install && \
|
|
|
|
cd ../wallet && \
|
|
|
|
mvn3 install:install-file -DgroupId=android -DartifactId=android -Dversion=2.3.3_r2 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-10/android.jar && \
|
|
|
|
mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r6 -Dpackaging=jar -Dfile=$$SDK$$/android-compatibility/v4/android-support-v4.jar
|
|
|
|
|
|
|
|
Build:3.01,121
|
|
|
|
commit=742241f59df1
|
|
|
|
maven=yes
|
|
|
|
srclibs=BitcoinJWallet@1649520e3183
|
|
|
|
patch=pom.patch
|
|
|
|
prebuild=sed -i '54 i \\tandroid:debuggable=\"false\"' wallet/AndroidManifest.xml && \
|
|
|
|
cp -r $$BitcoinJWallet$$/ . && \
|
|
|
|
rm -rf market/
|
|
|
|
|
|
|
|
Build:3.04,124
|
|
|
|
commit=3efa5beb206e
|
|
|
|
maven=yes
|
|
|
|
srclibs=BitcoinJWallet@7cb7bfc11c11
|
|
|
|
patch=pom.patch
|
|
|
|
prebuild=cp -r $$BitcoinJWallet$$/ . && \
|
|
|
|
rm -rf market/
|
|
|
|
|
2014-02-02 18:43:11 +00:00
|
|
|
# source plugin causes an error after building:
|
2013-08-03 15:46:26 +00:00
|
|
|
# W/asset (16561) Asset path target/library-4.1.0.apk is neither a directory nor file (type=1).
|
2013-11-20 03:44:37 +00:00
|
|
|
Build:3.14,134
|
|
|
|
commit=5ede628245a8
|
|
|
|
maven=yes
|
|
|
|
srclibs=BitcoinJWallet@67b187c4c4c4
|
|
|
|
prebuild=sed -i '30,33d' pom.xml && \
|
|
|
|
cp -r $$BitcoinJWallet$$/ . && \
|
|
|
|
rm -rf market/
|
|
|
|
build=$$MVN3$$ clean install -f BitcoinJWallet/pom.xml
|
|
|
|
|
2013-08-12 14:18:49 +00:00
|
|
|
# important bugfix so uses the original BitcoinJ
|
2013-11-20 03:44:37 +00:00
|
|
|
Build:3.15,136
|
|
|
|
commit=dd70948b66aa
|
|
|
|
maven=yes
|
|
|
|
srclibs=BitcoinJWallet-origin@777e6781d
|
|
|
|
prebuild=sed -i '30,33d' pom.xml && \
|
|
|
|
sed -i 's/0.11-SNAPSHOT/0.10/g' wallet/pom.xml && \
|
|
|
|
cp -r $$BitcoinJWallet-origin$$/ . && \
|
|
|
|
rm -rf market/
|
|
|
|
build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet-origin/pom.xml
|
|
|
|
|
|
|
|
Build:3.19,140
|
|
|
|
commit=885f13e01a86
|
|
|
|
maven=yes
|
|
|
|
srclibs=BitcoinJWallet@1134572f61
|
|
|
|
prebuild=sed -i '30,33d' pom.xml && \
|
|
|
|
cp -r $$BitcoinJWallet$$/ . && \
|
|
|
|
rm -rf market/
|
|
|
|
build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.xml
|
|
|
|
|
|
|
|
Build:3.22,143
|
|
|
|
commit=8e67f8ea6e38
|
|
|
|
subdir=wallet
|
|
|
|
maven=yes@..
|
|
|
|
srclibs=BitcoinJWallet@v0.10.2
|
|
|
|
prebuild=cp -r $$BitcoinJWallet$$/ . && \
|
|
|
|
rm -rf ../market/ && sed -i '/sample-integration-android/d' ../pom.xml
|
|
|
|
build=$$MVN3$$ clean install -DskipTests -f BitcoinJWallet/pom.xml
|
2013-08-24 11:28:22 +00:00
|
|
|
|
2013-11-30 15:43:18 +00:00
|
|
|
Build:3.27,148
|
|
|
|
commit=5787167f05b8
|
2013-11-22 19:21:21 +00:00
|
|
|
subdir=wallet
|
|
|
|
maven=yes@..
|
2013-11-30 15:43:18 +00:00
|
|
|
rm=market/
|
|
|
|
srclibs=BitcoinJWallet-origin@v0.10.3
|
|
|
|
prebuild=cp -r $$BitcoinJWallet-origin$$/ BitcoinJWallet
|
|
|
|
build=$$MVN3$$ clean install -f BitcoinJWallet/pom.xml
|
2013-11-22 19:21:21 +00:00
|
|
|
|
2013-12-18 14:18:02 +00:00
|
|
|
Build:3.28,149
|
|
|
|
commit=f796d9531f2d
|
|
|
|
subdir=wallet
|
|
|
|
maven=yes@..
|
|
|
|
rm=market/
|
|
|
|
srclibs=BitcoinJWallet-origin@v0.10.3
|
|
|
|
prebuild=cp -r $$BitcoinJWallet-origin$$/ BitcoinJWallet
|
|
|
|
build=$$MVN3$$ clean install -f BitcoinJWallet/pom.xml
|
|
|
|
|
2014-02-26 20:22:06 +00:00
|
|
|
Build:3.37,158
|
|
|
|
disable=Tests fail
|
|
|
|
commit=6e73e48b3628
|
|
|
|
subdir=wallet
|
|
|
|
maven=yes@..
|
|
|
|
rm=market/
|
|
|
|
srclibs=BitcoinJWallet@v0.11.1
|
|
|
|
prebuild=cp -r $$BitcoinJWallet$$/ BitcoinJWallet
|
|
|
|
build=$$MVN3$$ clean install -f BitcoinJWallet/pom.xml
|
|
|
|
|
2013-11-22 19:21:21 +00:00
|
|
|
Maintainer Notes:
|
|
|
|
See wallet/{README,CHANGES} or git log for info about what BitcoinJ tag to use.
|
|
|
|
Use latest commit in 'prod' branch, which is a rebase on top of the latest tag.
|
|
|
|
|
2013-11-23 10:29:41 +00:00
|
|
|
Ensure the developer has remembered to update name/icon in prod branch (as did
|
|
|
|
not happen with 3.23, which appears to be why it was quickly replaced with 3.24.
|
|
|
|
(For the same reason, there is no 3.24_test)
|
2013-11-23 10:25:26 +00:00
|
|
|
|
2013-11-30 15:43:18 +00:00
|
|
|
Note also that the 'prod:' commits seem to disappear, as if the developer is
|
|
|
|
removing them and force-pushing the branch. We need to take an alternative
|
|
|
|
approach to building this in future.
|
|
|
|
|
2013-11-23 10:29:41 +00:00
|
|
|
Update the _test app as well.
|
2013-11-22 19:21:21 +00:00
|
|
|
.
|
|
|
|
|
2012-10-12 20:32:20 +00:00
|
|
|
Auto Update Mode:None
|
2013-10-23 17:57:50 +00:00
|
|
|
Update Check Mode:RepoManifest/prod
|
2014-03-02 04:55:55 +00:00
|
|
|
Current Version:3.38
|
|
|
|
Current Version Code:159
|
2012-02-27 19:38:34 +00:00
|
|
|
|