dpad85
dpad85
This PR translates the Android application into Vietnamese. Thanks Vân 🇻🇳 for the work!
Phoenix should provide more options for app access control, each with their own trade-offs: 1) biometrics authentication: the recommended option. It enables fine-grained control on a device that is shared...
**Issue by [patestevao](https://github.com/patestevao)** _Wednesday Apr 04, 2018 at 09:52 GMT_ _Originally opened as https://github.com/ACINQ/eclair/issues/535_ ---- Hi, I'm using Eclair 0.2.5 in Android 5.1. Here is something I noticed. The send...
**Issue by [patestevao](https://github.com/patestevao)** _Wednesday Apr 04, 2018 at 09:34 GMT_ _Originally opened as https://github.com/ACINQ/eclair/issues/533_ ---- Hi, thank you for your work on this; I liked what I saw so far....
This PR adds a method in `TrampolineFee` that returns the exact amount that must be provided to the trampoline payment handler in order to entirely consume a given amount, without...
Getting the fees estimation is needed to properly reestablish channels. The wallet needs to offer a valid fee to its peer. To do that we ask the electrum server for...
``` warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the...
This PR adds a local, on-device backup mechanism for the payments and channels database, for Android. It will allow users to restore their payments history after uninstalling or resetting the...
I think in general we should remove all animated navigation, and instead directly navigate to the correct screen: - animated navigation take control away from the user (which feels weird)...
This PR is the Android pendant of #629, which redesigned the Send screen to be less scanner-centric and gave more space for the contacts UI and other input methods. This...