Skip to content

Commit

Permalink
v7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Oct 2, 2020
1 parent aad73a6 commit b62a717
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 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="70019"
android:versionName="7.0.9">
android:versionCode="70101"
android:versionName="7.1.0">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
15 changes: 15 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
Dash Wallet
v7.1.0
* Use DashJ 0.17.4 (full chainlock support, Dash Core 0.16 updates)
* BIP70: don't send tx if rejected by payment server
* Save backup file without PIN (resolves issues when restoring backups in v7+)
* Update Advanced Security Screen to support smaller devices
* Update Recovery Phrase Verification Screen to support smaller devices
* Cancel schedulied blockchain sync with resetting wallet (fixes crash)
* Shorten dates on transactions on Home Screen
* Fix History Filter UI issue (clipping)
* Fix numeric keypad placement on small devices and emulators
* Add scrolling to More Screen (supports small devices)
* Support translations for new or non-standard currency names
* Redesign Home Screen
* Try connecting to masternodes first

v7.0.9
* Fix crash on Address Book Screen on Android 4.4
* Add back button to Verify Recovery Phrase Screens
Expand Down

0 comments on commit b62a717

Please sign in to comment.