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.8-TESTNET
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.9-TESTNET
Choose a head ref
  • 18 commits
  • 32 files changed
  • 2 contributors

Commits on Aug 20, 2019

  1. Back to development

    dpad85 committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    4f84f84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    836733f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Configuration menu
    Copy the full SHA
    5047c61 View commit details
    Browse the repository at this point in the history
  2. Payment expiry should also be checked when actually sending payment

    If users pauses the app and resumes the payment much later, the payment
    may have expired in the mean time and we should check that accordingly.
    
    Fixes #209
    dpad85 committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    664f3e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afd08ae View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Configuration menu
    Copy the full SHA
    ca26ba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b185e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Configuration menu
    Copy the full SHA
    10657f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fc50aa View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. OpenChannelCapacityFragment: Fix off-by-one in max capacity (#210)

    MarcoFalke authored and dpad85 committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    b20edad View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Migrate Google Drive API to the REST V3 API (#213)

    * Migrate google drive api to the REST V3 api
    
    The Google Drive Android API that was used to upload/retrieve channels
    backup has been deprecated and scheduled for termination at the end of
    Dec, 2019. We switch to the REST V3 API which provides almost the same
    feature set, albeit without offline syncing. The lack of offline syncing
    is not an issue since we already save the channels backup on-device.
    
    see: https://developers.google.com/drive/android/deprecation
    
    * Hidden AppData folder
    
    Since Google mentions that the hidden AppData folder is going to be
    deprecated at some point, and since the user has already access to the
    actual backup file, there is no reason to hide the backups and the
    Google Drive backup files are now stored in a regular Drive folder that
    the user can freely access.
    
    Note that the app still checks for old backup that would be in this
    hidden AppData folder. Subsequent backups will be uploaded to the public
    folder.
    
    * Backup compression
    
    The backup files are now compressed before being encrypted to save
    some bandwidth.
    
    Fixes #208
    dpad85 authored Oct 2, 2019
    Configuration menu
    Copy the full SHA
    c8d6190 View commit details
    Browse the repository at this point in the history
  2. Fixed linting issues

    dpad85 committed Oct 2, 2019
    Configuration menu
    Copy the full SHA
    73790ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d0793e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. Configuration menu
    Copy the full SHA
    19b49ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5ef598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfbf285 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f57a553 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57b2d7b View commit details
    Browse the repository at this point in the history
Loading