Skip to content

Dogecoin Wallet 3.0.0

Compare
Choose a tag to compare
@langerhans langerhans released this 04 Feb 18:47
· 226 commits to master since this release

Major rebase on current upstream/master!
This brings a bunch of much needed fixes. Also the general performance has been improved a lot and the wallet should now find peers way more consistently again!

Relevant upstream changes:

  • Material design for Android 5.0 (Lollipop) and above!
  • On Android 6.0 (Marshmellow) and above, you can now grant or revoke app permissions at will.
    The current permissions are: Camera (for scanning QR codes) and Read/Write External Storage (for
    wallet backups).
  • For Android 7.1 (Nougat) and above, support the new app shortcuts.
  • Automatically close send coins dialog if payment was successful. This can be disabled in the
    settings.
  • After a couple of weeks of not being used, the app will notify if there are still coins in the
    wallet.
  • Nicely animated appearance of main screen on phones.
  • Strengthen security of spending PIN.
  • Speed up wallet decryption when using a spending PIN.
  • Switch exchange rates feed to BitcoinAverage API v2.
  • For Android 6.0 (Marshmellow) and above, bring back the ability to receive payments via
    Bluetooth. This means your customers can pay without being connected to the internet!
  • Supports HTTP/2 and ALPN on all HTTP calls (e.g. payment protocol).
  • Message for a delayed confirmation of an incoming payment.
  • Make sure the lockscreen doesn't get in the way of scanning QR codes or requesting coins.
  • Improve mechanism for setting a trusted peer and warn if its hostname cannot be resolved.
  • Slightly more robust scanning of QR codes.
  • Update translations from Transifex.
  • Add option to report issue with selected payment.
  • Minor bugfixes.
  • The app now requires Android 4.1 (Jelly Bean) or higher. This makes UI development easier
    in future.
  • Based on bitcoinj 0.14.3-doge.
  • Fix background color in recent tasks list.
  • Fix detection of network state. This needs the ACCESS_NETWORK_STATE permission.
  • Fix for layout in landscape orientation.
  • Fix rotated camera image on some devices.
  • Fix a crash when trying to sweep a password protected paper wallet.
  • Fix a crash when scanning QR codes.
  • Fix occasional crash while editing the 'pay to' field when sending coins.
  • Fix for rare wrong balance calculation.
  • Fix crash when sweeping a paper wallet.
  • Fix for crash when entering too large amounts.