Updated bitcoin wallet to 2.01 and added testnet version

This commit is contained in:
Ciaran Gultnieks 2012-04-08 09:11:09 +01:00
parent 2ae949a7ac
commit 808d27e505
3 changed files with 52 additions and 8 deletions

View file

@ -4,3 +4,4 @@ ActionBarSherlock/
FacebookSDK/
OI/
JOpenDocument/
BitcoinJWallet/

View file

@ -13,18 +13,28 @@ Use this at your own risk, and be aware that if you lose access to the data
of this application, you will lose any bitcoins contained in it. To back up
the wallet, back up the files in /datadata/de.schildbach.wallet/files - you
will need root access to do this.
There's a separate version of this application that uses a test version of
the Bitcoin network. It would be wise to use that first, to verify that
everything works for you without using real Bitcoins.
.
Repo Type:git-svn
Repo:http://bitcoin-wallet.googlecode.com/svn/
Repo Type:git
Repo:https://code.google.com/p/bitcoin-wallet/
Build Version:1.48.2,66,680,subdir=branches/1.48-maintenance/,forceversion=yes,init=sed -i 's/_test//' AndroidManifest.xml && find src -name *.java -exec sed -i 's/_test\.R/.R/' {} \;
#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.
Build Version:2.01,74,a55ef6822c9e,subdir=wallet,maven=yes,\
bindir=wallet/target,\
srclibs=BitcoinJWallet@31953d239555,\
init=sed -i 's/_test//' AndroidManifest.xml && find src -name *.java -exec sed -i 's/_test\.R/.R/' {} \;,\
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
Update Check Mode:RepoManifest
#Need to figure out the exact right version (it's an unspecified
#non-released snapshot version) of the bitcoinj library to use - don't want to
#break it!
#Build Version:1.52,69,683,subdir=trunk,forceversion=yes,init=sed -i 's/_test//' AndroidManifest.xml && find src -name *.java -exec sed -i 's/_test\.R/.R/' {} \;
Update Check Mode:Market
Current Version:2.01
Current Version Code:74

View file

@ -0,0 +1,33 @@
Category:System
License:GPLv3
Web Site:http://code.google.com/p/bitcoin-wallet/
Source Code:http://code.google.com/p/bitcoin-wallet/source/checkout
Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list
Summary:Bitcoin Wallet Test
Description:
A bitcoin wallet, allowing you to store, send and receive bitcoins on your
device.
This is a test version that uses the test Bitcoin network, not the real
one.
.
Repo Type:git
Repo:https://code.google.com/p/bitcoin-wallet/
#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.
Build Version:2.01_test,74,a55ef6822c9e,subdir=wallet,maven=yes,\
bindir=wallet/target,\
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
Update Check Mode:RepoManifest
Current Version:2.01
Current Version Code:74