diff --git a/metadata/de.schildbach.wallet.txt b/metadata/de.schildbach.wallet.txt index 9fe9100022..b072b67e72 100644 --- a/metadata/de.schildbach.wallet.txt +++ b/metadata/de.schildbach.wallet.txt @@ -7,9 +7,12 @@ Issue Tracker:http://code.google.com/p/bitcoin-wallet/issues/list Summary:Wallet for the bitcoin currency Description: A bitcoin wallet, allowing you to store, send and receive bitcoins on your -device (QR codes and NFC). The initial blockchain setup currently downloads a several -gigabytes of data, so make sure you use Wifi! The actual blockchain takes 20MiB of storage, -and the app is installed to the sdcard by default. When run for the first time, it can +device (QR codes and NFC). The initial blockchain setup currently +downloads a several +gigabytes of data, so make sure you use Wifi! The actual blockchain takes +20MiB of storage, +and the app is installed to the sdcard by default. When run for the first +time, it can happen that the app shows only a white display for some seconds. Use this at your own risk, and be aware that if you lose access to the data @@ -20,12 +23,14 @@ the wallet, either; # 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. You can also back up the blockchain.) 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. +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. +The f-droid.org build hasn't been updated in a while as the build process is +intricate for us. v2.41 is able to export private keys to local storage, encrypted +with a password. It also uses bloom filtering to reduce the amount of data +that needs to be downloaded to set up the blockchain. +Developer-signed builds are available via the website. . #The application doesn't require root, but if you don't have root you'll have @@ -54,6 +59,14 @@ 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:2.41,107,c34a67ac9e4e,subdir=wallet,maven=2,\ +bindir=wallet/target,\ +srclibs=BitcoinJWallet@3b7a494a370a,extlibs=android/android-support-v4.jar,\ +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=4.0.1.2 -Dpackaging=jar -Dfile=$$SDK$$/platforms/android-14/android.jar && \ +mvn3 install:install-file -DgroupId=android.support -DartifactId=compatibility-v4 -Dversion=r11 -Dpackaging=jar -Dfile=libs/android-support-v4.jar Auto Update Mode:None #RM don't work