github ACINQ/phoenix android-v2.2.1
Phoenix Android v2.2.1

6 months ago

ℹ️ Migration for existing Android 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

This is mostly a bug fix release, with also some UI improvements and new localisations.

🇸🇰 Slovak and 🇻🇳 Vietnamese localisation

Thanks @jooray and Vân for their contribution.

Settle in-flight payments in the background

When needed, Phoenix will run a background job to try to settle in-flight payments (incoming or outgoing). The objective is to avoid payment timeouts when the wake-up push notification from the ACINQ node fails. This is especially useful for devices that don't support FCM notifications.

See #522 for details.

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

Don't miss a new phoenix release

NewReleases is sending notifications on new releases.