github ACINQ/phoenix android-v2.4.3
Phoenix v2.4.3

one day ago

Changes

Redesigned the screen for sending payments

The contacts list and a free-form text input are now displayed first, instead of trying to open the scanner immediately. A button to read QR codes on images stored on disk has also been added.

See #643 and #629 for details.

Photos can now be attached to contacts (Android)

You can also use an image from your device's gallery. Photos are stored in the app private folder. Note that on iOS this feature was added in a previous version.

Fixed issues on the Android legacy app

Especially, an issue that could prevent the legacy app from starting.

Full changelog

Thanks @Crazy-Unicooorn for the fixes in the French localisation.

Verifying signatures

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

To import our signing key:

$ gpg --import padioupm.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.