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
- phoenix: android-v2.4.1...android-v2.4.3
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:
- from our website: https://acinq.co/pgp/padioupm.asc
- from github user @pm47: https://api.github.com/users/pm47/gpg_keys
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