Skip to content

Releases: ACINQ/eclair-mobile

Eclair Mobile 0.4.17

06 Oct 09:07
93e40b4
Compare
Choose a tag to compare

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:

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

27 May 06:44
4b4bac2
Compare
Choose a tag to compare

Fix connection issues to nodes with mandatory payment secret

See ACINQ/eclair#1814

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:

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

03 May 14:01
a83cb8d
Compare
Choose a tag to compare

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:

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

11 Feb 16:19
d843799
Compare
Choose a tag to compare

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:

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

18 Jun 15:13
e01395d
Compare
Choose a tag to compare

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:

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

08 Jun 08:37
a550432
Compare
Choose a tag to compare

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:

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

14 Feb 15:18
8b8e895
Compare
Choose a tag to compare

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:

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

04 Oct 13:10
bcc16df
Compare
Choose a tag to compare

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:

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

01 Aug 14:27
f3d9fed
Compare
Choose a tag to compare

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:

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

Eclair Mobile v0.4.7

10 Jul 14:42
8e824b2
Compare
Choose a tag to compare

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:

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