Skip to content

Commit

Permalink
v7.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed May 15, 2020
1 parent 0b24988 commit 84e8965
Show file tree
Hide file tree
Showing 2 changed files with 13 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="70010"
android:versionName="7.0.5">
android:versionCode="70011"
android:versionName="7.0.6">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
11 changes: 11 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
Dash Wallet
v7.0.6
* Handle Dash payment requests and addresses in HTML clipboard format
* Properly format authentication dialog
* Center Dash Logo on Home Screen
* Add contact support to More menu
* BIP70: add support for pay: uri's
* Fix crash when importing private key
* Fix crashes related to the Lock Screen
* Fix background service crashes
* Update Translations

v7.0.5
* Fix crash on Local Currency Screen (Android 5, 6, Chinese locale)
* Clicking Notification goes to the Lock Screen instead of Home Screen
Expand Down

0 comments on commit 84e8965

Please sign in to comment.