Skip to content

Commit

Permalink
v7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Aug 20, 2021
1 parent 1efe847 commit 4122387
Show file tree
Hide file tree
Showing 2 changed files with 12 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="70310"
android:versionName="7.3.1">
android:versionCode="70320"
android:versionName="7.3.2">

<!-- normal permissions -->
<uses-permission android:name="android.permission.INTERNET" />
Expand Down
10 changes: 10 additions & 0 deletions wallet/CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
Dash Wallet

v7.3.2
* Dismiss the last PIN Entry Dialog upon Autologout (bug from 7.2.4)
* Prevent screenshots on Recovery Phrase Screens
* Add information dialog about Recovery Phrase
* Add network unavailable error handling for Liquid Screens
* Use live exchange rates on BIP70 payment request flows
* Disable autologout timer when linking Uphold/Liquid accounts
* Use DashJ 0.17.8 which supports BIP69

v7.3.1
* Fix Uphold logout instructions
* Dismiss PIN Entry Dialogs upon Autologout (bug from 7.2.4)
Expand Down

0 comments on commit 4122387

Please sign in to comment.