Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ACINQ/eclair-mobile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.13-MAINNET
Choose a base ref
...
head repository: ACINQ/eclair-mobile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.14-MAINNET
Choose a head ref
  • 8 commits
  • 17 files changed
  • 2 contributors

Commits on Nov 13, 2020

  1. Change MPP default parameters (#255)

    Wallets send smaller amounts, and will likely need more parts than 
    server nodes.
    t-bast authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    16ed128 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    06b2c00 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Back to development

    dpad85 committed May 1, 2021
    Configuration menu
    Copy the full SHA
    34386b2 View commit details
    Browse the repository at this point in the history
  2. Upgrade gradle build config

    dpad85 committed May 1, 2021
    Configuration menu
    Copy the full SHA
    3a53a9b View commit details
    Browse the repository at this point in the history

Commits on May 2, 2021

  1. Use MediaStore API to store local backup on Android 10+

    Du to changes in Android 10+ regarding shared storage files, we must use
    the Media Store API to save/read the channels backup files in a shared
    folder (which are not deleted when app is uninstalled).
    
    We also use the Storage Access Framework to allow the user to manually
    select a backup using the device's file browser. This is necessary in
    case the backup is added manually, in which case the file would not be
    visible by the app when using the Media Store API (the file would not be
    created by the app).
    
    As such the storage write permission is not required anymore for Android 10+.
    dpad85 committed May 2, 2021
    Configuration menu
    Copy the full SHA
    ed163ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a4256d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a11626b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a83cb8d View commit details
    Browse the repository at this point in the history
Loading