Skip to content

Commit

Permalink
v6.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed May 30, 2019
1 parent a7d7642 commit 899257e
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 @@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.schildbach.wallet_test"
android:installLocation="internalOnly"
android:versionCode="60430"
android:versionName="6.4.3">
android:versionCode="60440"
android:versionName="6.4.4">

<!-- 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
v6.4.4
* Fixed launcher icon menu
* Cancel out of Change PIN
* Lock Timer locks app 3 minutes after entering PIN/Fingerprint
* Removed all donation text and menu items
* Fixed backup crash on Android 6
* Handle QR codes that request InstantSend
* Fixed Send screen crash
* Updated translations (including Greek)
* Add DevNet flavor

v6.4.3
* Fix Paper Wallet Sweep Crash from invalid electrum response
* Support self-signed SSL certificates for connecting to electrum servers.
Expand Down

0 comments on commit 899257e

Please sign in to comment.