Skip to content

Phoenix Android v2.0.13

Choose a tag to compare

@dpad85 dpad85 released this 01 Dec 16:32
· 453 commits to master since this release
7e7c187

ℹ️ Migration for existing legacy wallets (v1.x)

Users upgrading from the legacy app (1.x) to 2.x will need to migrate to be able to use 2.x features. See the 2.0.0 release notes for details about the migration process. You can see what version you are currently using in Settings > About.

Changes from 2.0.12

  • Add timeout to Peer connection by @dpad85 in #448
  • Localisation in es-419 (Spanish for Latin America and The Caribbean) by @BitByBitByBitByBit in #470 and #477
    Thanks again @BitByBitByBitByBit for your work!
  • Skip TLS check for onion Electrum servers by @dpad85 in #479
  • Add help message for swaps in Home screen in b5d17ed
  • Fix crashes due to plural resources not being supported on some Samsung devices 703dd23

Full Changelog:

Verifying signatures

You will need gpg and our release signing key 7A73FE77DE2C4027. Note that you can get it:

To import our signing key:

$ gpg --import drouinf.asc

To verify the release file checksums and signatures:

$ gpg -d SHA256SUMS.asc > SHA256SUMS.stripped
$ sha256sum -c SHA256SUMS.stripped