phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

Phoenix is a self-custodial Bitcoin wallet using Lightning to send/receive payments.

Results 116 phoenix issues
Sort by recently updated
recently updated
newest added

This PR allows the recovery phrase to be localized: When entering the words, we follow the BIP39 spec. Thus, if using French, typing in "ape" will suggest "apéritif" for autocomplete....

This PR improves Phoenix's ability to receive payments while running in the background (or while not running at all). Previously we used "silent" push notifications to wake up the phoenix...

The issue is that, when the logs are long, they don't appear properly in the TextView. It would be preferable if we could open the logs in a 3rd-party application.

Myself and [Christoph](https://github.com/GBKS) did some accessibility testing today on the Phoenix wallet. Overall the accessibility was quite good. We found a few things that can be optimized: - Some labelling...

We do want to get back the payment history when reinstalling the app. We are able to do that with the Android autobackup feature. The autobackup feature is launched approximately...

Add support for [LUD-17](https://github.com/fiatjaf/lnurl-rfc/blob/luds/17.md).

On iOS, there's an inconsistency where the spendable balance of a channel is rounded down in the channels screen, but rounded up in the home screen: ![image](https://user-images.githubusercontent.com/5765435/152768514-c7c53d86-576d-480a-85a6-bba38cfd495b.png) This channel actually...

UI-iOS

This commit addresses issue #245 > We should use [the .showMsatsIfZeroSats] policy for the balance display in the home screen and for the user's balance in the channels-configuration screen (only...

First time trying out phoenix (and a LN wallet for that matter) But I'm running into some strange behavior. I've done a withdrawal from Nicehash, over the LN network to...

If the conversion rate is unknown, it should fallback to displaying the amount in bitcoin units (depending on user's preferences).

UI-iOS