Skip to content

Commit

Permalink
4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Oct 3, 2014
1 parent fe36541 commit 5276722
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wallet/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
xmlns:tools="http://schemas.android.com/tools"
package="de.schildbach.wallet_test"
android:installLocation="internalOnly"
android:versionCode="180"
android:versionName="3.59-test" >
android:versionCode="190"
android:versionName="4.0-test" >

<uses-sdk
android:minSdkVersion="15"
Expand Down
18 changes: 18 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
v4.0

* All Bitcoin addresses are now deterministically derived from one single secret,
which was created when you installed the app for the first time. So from now on,
only one backup is needed to recover all your future funds in that wallet.
* The app does its best to not reuse addresses any more. "Request coins" will use a
fresh address on each invocation. The current address in the QR code on the main
page changes as soon as coins are received on it.
* When sending coins, the fee is shown while you type and before you press "Send".
After sending, you'll see the paid fee in the transaction list.
* When sending coins, most errors are now shown already before you press Send.
* The app now requires Android 4.0.3 or higher. This makes UI development much
easier in future.
* The app has a fresher, sharper looking app icon. The icon for the testnet version
is now entirely grey.
* On Android 4.1 or higher, the app-widget is now horizontally resizable.
* Based on bitcoinj 0.12.

v3.59

* Resolve issue with restoring backups that have been renamed.
Expand Down
2 changes: 1 addition & 1 deletion wallet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<artifactId>wallet</artifactId>
<packaging>apk</packaging>
<version>3.59-test</version>
<version>4.0-test</version>
<name>Bitcoin Wallet</name>

<parent>
Expand Down

0 comments on commit 5276722

Please sign in to comment.