fdroiddata/metadata/de.schildbach.wallet.txt
2013-05-27 12:08:12 +02:00

83 lines
4.6 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=prodnet
Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list
Summary:Wallet for the Bitcoin currency
Description:
Since v2.41 it is able to export private keys to local storage, encrypted
with a password. It also uses bloom filtering, reducing drastically the
amount of data that needs to be downloaded to set up the blockchain.
With v3 a new wallet format is used using a lot less storage but if you
are upgrading, the blockchain will need reseting. When run for the first
time, it can happen that the app shows only a white display for some seconds.
* 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 (requirement: app moved from sdcard to phone)
See the
[http://bitcoin-wallet.googlecode.com/git/wallet/README Readme] for details.
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, either;
# (From inside the app), export the keys to the sdcard (v2.41+ only). After restoring, the app may download some tens of MiB of data to regenerate the blockchain
# Use ADB backup from the Android SDK if you have Android 4+ on the phone (root not required, but check that it works properly: since v2 is installed to sdcard by default, the shared storage needs backing up too), or
# Manually back up the files in /data/data/de.schildbach.wallet/files/: #tar cf /sdcard/wallet.tar /data/data/de.schildbach.wallet/files and you may have to change the ownership of the files that you restore (root required)
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/
# Build from prodnet branch which cherry picks some old commits and commits after tags
# Use specific commit instead of git fetch origin && git checkout origin/prodnet
# See wallet/README for info about which BitcoinJ branch to use
Auto Update Mode:None
# RM/Tags don't work
Update Check Mode:Market
Current Version:3.05
Current Version Code:125