Releases: ACINQ/eclair-mobile
Eclair Mobile 0.4.17
Display seed after wallet creation
Newly created wallets will be able to display the seed even after the wallet has been created.
Improve network routing table sync speed
The network sync should now be a bit faster thanks to ACINQ/eclair#1871
Complete list of changes:
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
Eclair Mobile v0.4.16
Fix connection issues to nodes with mandatory payment secret
Fix an issue with local backup on some devices
See #270
Complete list of changes:
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
Eclair Mobile v0.4.14
Use Media Store API to save channels backups on device
Eclair Mobile saved its channels backup on device as a safety measure, in a public folder that is not removed if the app is uninstalled. Due to privacy changes in Android 10+ the app cannot access the shared storage file system like before.
On Android 10, we use the media store API to write/access files in the public Documents
folder. Those files are only accessible by the app and by the apps that have global access to the shared storage. No permissions are required (not even WRITE_EXTERNAL_STORAGE
.
On Android 9 and lower, we use the old logic and require the WRITE_EXTERNAL_STORAGE
permission.
Last, when restoring channels backups, the user can now browse the filesystem manually and try to restore any backup.
Complete list of changes:
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
Eclair Mobile v0.4.13
Enabled multipart payments back again
This version upgrades the eclair-core lightning engine to a recent version, which especially allows us to enable multipart payments backm thanks to improvements in the MPP algorithm.
Larger channels
Eclair Mobile can now open larger channels, up to 0.5BTC.
Complete list of changes:
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
Eclair Mobile v0.4.12
Main changes
Disable multi part payments
MPP has been disabled because it could trigger some blocking problems when sending payments (see #245). This will be fixed in a future version that will reactivate MPP.
Connecting to onion electrum
TLS is not required when connecting to an .onion
electrum server.
The complete list of changes:
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
Eclair Mobile v0.4.11
Main changes
Fingerprint lock
Users can now use their fingerprint (or other supported biometric system) to lock/unlock the wallet. This does not supersede the PIN code, which can always be used. This opt-in feature is available on Android 7+.
Fix local backup for API 29
We use the legacy external storage for compatibility with API 29 (see f58af64) which fixes the local backup on Android 10.
The complete list of changes:
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
Eclair Mobile v0.4.10
Main changes
This new version updates the core library to 0.3.6-android
which is a significant internal upgrade. It does not bring new visible features but paves the way for future ones such as multi-part payments.
The complete list of changes:
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
Eclair Mobile v0.4.9
Main changes
Google Drive channels backup migrates to new API
If Google Drive backup is enabled, channel files are now stored in a eclair-mobile
folder in Drive and can be accessed by the user. Backup files are now compressed before being encrypted.
See #213 for rationale.
Complete list of changes here:
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
Eclair Mobile v0.4.8
This release fixes several bugs including a rare crash on Android v0.5.x, and a route calculation issue for direct payments.
Complete list of changes here:
- app: v0.4.7-TESTNET...v0.4.8-TESTNET
- eclair-core: ACINQ/eclair@v0.3.2-android...v0.3.3-android
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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
Eclair Mobile v0.4.7
Main changes
Added local backup support
This release adds support for local channels backup. Channels backup files are stored on-device on a separate folder, and are not removed if the application itself is uninstalled. As a side-effect, the application now needs access to the device's disk. Files are the same as the Google Drive backups, and are encrypted using the seed.
Complete list of changes here:
- app: v0.4.6-TESTNET...v0.4.7-TESTNET
- eclair-core: ACINQ/eclair@v0.3.1-android...v0.3.2-android
Verifying signatures
You will need gpg
and our release signing key 7A73FE77DE2C4027. Note that you can get it:
- from our website: https://acinq.co/pgp/drouinf.asc
- from github user @sstone, a committer on eclair: https://api.github.com/users/sstone/gpg_keys
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