fdroiddata/metadata/de.schildbach.wallet.txt

66 lines
3.3 KiB
Plaintext
Raw Normal View History

Category:Office
2012-02-27 19:38:34 +00:00
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
2012-09-04 18:37:20 +00:00
Summary:Wallet for the bitcoin currency
2012-02-27 19:38:34 +00:00
Description:
A bitcoin wallet, allowing you to store, send and receive bitcoins on your
device (QR codes and NFC). The initial blockchain setup downloads a lot of
data so you'd better use a wifi access point. When run for the first time,
it can happen that the app shows only a white display for some seconds. This
is normal.
2012-02-27 19:38:34 +00:00
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 /data/data/de.schildbach.wallet/files - you
will need root access to do this. You can do the same with the blockchain.
<code>#tar cf /sdcard/wallet.tar /data/data/de.schildbach.wallet/files</code> with
<code>#tar xf /sdcard/wallet.tar && chown app_123.app_123 /data/data/de.schildbach.wallet/files/*</code>
to restore (the newly installed app will have a different user number to the old one).
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.
The F-droid.org build hasn't been updated in a while as the build process is very
intricate for us. v2.30 is able to export private keys to local storage, encrypted
with a password. Developer-signed builds are available via the website.
2012-02-27 19:38:34 +00:00
.
#The application doesn't require root, but if you don't have root you'll have
#no way of backing up your wallet data, so using it without root doesn't make
#any sense.
Requires Root:Yes
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
2012-06-30 19:53:59 +00:00
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
2012-10-12 20:32:20 +00:00
Auto Update Mode:None
#RM don't work
Update Check Mode:Market
2012-11-08 12:51:18 +00:00
Current Version:2.33
Current Version Code:99
2012-02-27 19:38:34 +00:00