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.7.0
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.7.1
Choose a head ref
  • 14 commits
  • 61 files changed
  • 2 contributors

Commits on Oct 28, 2025

  1. (ios) Display on-chain deposits prominently when 0 balance

    When the balance is 0 sat, but there's incoming on-chain funds, 
    we use a slightly different display in the home screen.
    
    Matches changes in Android. (#763)
    robbiehanson authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    c392f41 View commit details
    Browse the repository at this point in the history
  2. (ios) Fix database crash when syncing (#764)

    This commit fixes a database crash occurring when switching
    between wallets during an active sync
    
    Also fixed the back-button menu missing "Home" item.
    robbiehanson authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    af6183a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b83a23 View commit details
    Browse the repository at this point in the history
  4. (ios) Release v2.7.0 (code 96)

    dpad85 committed Oct 28, 2025
    Configuration menu
    Copy the full SHA
    5267876 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. (ios) Bug fixes for currency names (#765)

    Co-authored-by: Dominique Padiou <5765435+dpad85@users.noreply.github.com>
    robbiehanson and dpad85 authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    0532893 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. (android) Fix per-wallet theme loading (#767)

    If no wallet has been selected yet (e.g. we're on the wallet
    selector screen), the app uses to the last used wallet
    theme or defaults to system theme.
    
    Also fixed an issue where switching to another wallet would
    not load said wallet immediately.
    dpad85 authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    bfec3e0 View commit details
    Browse the repository at this point in the history
  2. Update channels-db test and update electrum servers list (#766)

    * clean up test and remove obsolete channel tests
    
    * Add test for channels-db similar to payments
    
    The test purpose is only to read the sql file in v1, not
    to test the channels data serialization.
    
    * Update the list of mainnet electrum servers
    dpad85 authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    0e92070 View commit details
    Browse the repository at this point in the history
  3. (ios) Migrate from TruncatableView to ViewThatFits (#768)

    We were using a custom solution for adaptable views. Partly based
    on open-source code, and partly our own creation. Now Apple has
    provided an official solution in the form of ViewThatFits.
    robbiehanson authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    2a20137 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bc15af View commit details
    Browse the repository at this point in the history
  5. Use lightning-kmp 1.11.1

    dpad85 committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    e282d31 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    749dee9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4325d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7487f6c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7560dd8 View commit details
    Browse the repository at this point in the history
Loading