Skip to content
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/phoenix
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: android-v2.6.2
Choose a base ref
...
head repository: ACINQ/phoenix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: android-v2.6.4
Choose a head ref
  • 10 commits
  • 16 files changed
  • 2 contributors

Commits on Jul 11, 2025

  1. (ios) Release v2.6.3 (code 92)

    dpad85 committed Jul 11, 2025
    Configuration menu
    Copy the full SHA
    279bdaf View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. (android) Fix issues with double/string decimal conversion

    Depending on the device locale, the decimal separator may be a comma
    or a dot character. If it's a comma it causes problems when converting
    the string input to a Double, because the method expects a dot.
    
    This commit also prevents entering more than 2 decimals for fiat amounts
    in the currency converter. It caused a problem where the additional 3rd
    decimal (which is actually not visible) would cause the underlying amount
    to be updated, which in turn refreshes the fiat amount ; it makes the UX
    look very weird.
    dpad85 committed Jul 17, 2025
    Configuration menu
    Copy the full SHA
    e5f7f89 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. Use lightning-kmp v1.10.6

    dpad85 committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    fe78961 View commit details
    Browse the repository at this point in the history
  2. (android) Decorate current taproot address in swap addresses list

    Also decorate used addresses with a muted border.
    dpad85 committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    b4b606d View commit details
    Browse the repository at this point in the history
  3. (ios) Decorate taproot addresses (#732)

    Matches recent Android UI change
    robbiehanson authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    4498508 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    be91efb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c093bf View commit details
    Browse the repository at this point in the history
  3. (android) Fix wording

    dpad85 committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    69eefaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33756f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e325a21 View commit details
    Browse the repository at this point in the history
Loading