fdroiddata/metadata/de.schildbach.wallet.txt

111 lines
5.3 KiB
Plaintext

Category:Office
License:GPLv3
Web Site:http://code.google.com/p/bitcoin-wallet/
Source Code:http://code.google.com/p/bitcoin-wallet/source/list?name=prod
Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list
Bitcoin:1HkX6X8EakdsgAysL93oKrWiXGPbFiG1xV
Auto Name:Testnet3
Summary:Store digital currency
Description:
'''Important [http://bitcoin.org/en/alert/2013-08-11-android bug fix] in 3.15'''
* No cloud server or web service needed: this wallet works peer to peer
* 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
* Manages blockchain on your device
* System notifications for Bitcoin connectivity and received coins
* App widget for Bitcoin balance
* Back up private keys to local storage encrypted with a password
A few tens of MiB must be downloaded to set up the blockchain and a couple
more per month subsequently to keep it updated.
When run for the first time, it can happen that the app shows only a white
display for some seconds.
See the
[http://bitcoin-wallet.googlecode.com/git/wallet/README Readme] for more
details. Use this at your own risk and be wary that if you don't make a
backup of the private keys you will no longer be able to acces the Bitcoins
contained in the wallet, should the data of the app be lost.
There's a separate version of this application that uses a test version of the
Bitcoin network: [[de.schildbach.wallet_test]].
It could be a good idea to use that first, to verify that everything
works for you without using real Bitcoins.
[http://code.google.com/p/bitcoin-wallet/source/browse/wallet/CHANGES Changelog]
.
# BitcoinJWallet (author's fork) is rebased each version so old commits wont work
# patches post 3.0 will also need re-doing
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,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
Build Version:2.16,87,49c3da045e57,subdir=wallet,maven=2,\
bindir=wallet/target,\
srclibs=BitcoinJWallet@a160dc24f38c,\
init=sed -i 's/_test//' AndroidManifest.xml && find src -name *.java -exec sed -i 's/_test\.R/.R/' {} \;,\
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 Version:3.01,121,742241f59df1,maven=yes,patch=pom.patch,\
bindir=wallet/target,srclibs=BitcoinJWallet@1649520e3183,prebuild=\
sed -i '54 i \\tandroid:debuggable=\"false\"' wallet/AndroidManifest.xml && \
cp -r $$BitcoinJWallet$$/ . && rm -rf market/
Build Version:3.04,124,3efa5beb206e,maven=yes,patch=pom.patch,\
bindir=wallet/target,srclibs=BitcoinJWallet@7cb7bfc11c11,prebuild=\
cp -r $$BitcoinJWallet$$/ . && rm -rf market/
# source plugin causes an error after building:
# W/asset (16561) Asset path target/library-4.1.0.apk is neither a directory nor file (type=1).
Build Version:3.14,134,5ede628245a8,\
srclibs=BitcoinJWallet@67b187c4c4c4,\
prebuild=sed -i '30\,33d' pom.xml && cp -r $$BitcoinJWallet$$/ . && \
rm -rf market/,\
build=$$MVN3$$ clean install -f BitcoinJWallet/pom.xml,\
maven=yes,\
bindir=wallet/target
# important bugfix so uses the original BitcoinJ
Build Version:3.15,136,dd70948b66aa,\
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,\
maven=yes,\
bindir=wallet/target
Build Version:3.19,140,885f13e01a86,\
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,\
maven=yes,\
bindir=wallet/target
Build Version:3.22,143,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
# 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
Auto Update Mode:None
Update Check Mode:RepoManifest/prod
Current Version:3.22
Current Version Code:143