SomberNight
34b594ea40
android: add setting to enable debug logs
If enabled, we log to stderr, which can get inspected via logcat.
Not user-friendly at all - but previously there was no way to get logs from a release build.
closes https://github.com/spesmilo/electrum/issues/7409
2 years ago
Sander van Grieken
685f32750c
qml: ui
2 years ago
Sander van Grieken
488600788e
qml: open invoices list after saving invoice, add invoice to model instead of reloading the whole list
2 years ago
Sander van Grieken
090706bfd6
qml: fix crashes on tx finalizing
2 years ago
Sander van Grieken
2118eb57bd
qml: follow-up de83a10c20
2 years ago
Sander van Grieken
de83a10c20
qml: restore Save button in InvoiceDialog, restore invoice list view, now from menu
2 years ago
Sander van Grieken
6dab3de1f2
qml: start new wallet wizard if no wallets exist, create/open button opens wizard if no wallets exist
2 years ago
Sander van Grieken
8184093a34
qml: start new wallet wizard immediately after network wizard on initial start
2 years ago
Sander van Grieken
dff435a745
qml: expose use_recoverable_channels in config/preferences
2 years ago
Sander van Grieken
e5951bbd2d
qml: expose RbF in config/preferences
2 years ago
Sander van Grieken
98c747ea6e
qml: use -w command line parameter to open wallet, if specified
2 years ago
ThomasV
8867387847
lnworker: fix stuck payment loop ( fixes #7995 )
If the short_channel_id of a channel update received
with update_fail_htlc does not match the channel in
our route, blacklist the channel in our route.
2 years ago
Sander van Grieken
f9156912a3
qml: move balancesummary to controls/
2 years ago
Sander van Grieken
b4d13ffb41
qml: show balance summary on top
2 years ago
ThomasV
ff5ba7cca4
rbf: fix issues with bump_frr_through_decreasing_change
- break from loop if target is reached
- recompute delta if there is no next iteration.
2 years ago
Sander van Grieken
54b69348f4
qml: scroll-drag in history, fix a few more assumptions w.r.t positioning of listview and size of indicator
2 years ago
Sander van Grieken
ce068eb8fc
qml: no need for an active wallet to access server/proxy settings
2 years ago
Sander van Grieken
5a64d62b24
qml: lnurl comment only when allowed by server
2 years ago
Sander van Grieken
8538bfe49b
qml: add lnurl-pay comment feature
2 years ago
Sander van Grieken
68b630a2e9
qml: unify dialog headers
2 years ago
Sander van Grieken
e73993dba5
lnurl: add support for comments (LNURL12)
2 years ago
Sander van Grieken
fd791f4fb1
qml: make request types clickable, some fixes
2 years ago
Sander van Grieken
ae15c0527b
qml: expose bolt11_fallback in preferences
2 years ago
ThomasV
552300dc89
follow-up previous commit
2 years ago
ThomasV
4366055ada
Remove old trampoline compatibility bits from invoices
bits 50/51 are now used on the network (as option_zeroconf)
2 years ago
Sander van Grieken
95b2f6fd63
qml: use Lightning, URI and Address for type names in ReceiveDialog
2 years ago
Sander van Grieken
8437e13666
add initial lnurl-pay
2 years ago
Sander van Grieken
2778a1bc20
fix dialog stack handling when closing from outside
2 years ago
Sander van Grieken
d65a7e7efc
change address-only handling: create amount=0 onchain invoice
invoicedialog auto enables edit mode when amount is 0
2 years ago
Sander van Grieken
fb68931a8d
allow zero amount invoices, add edit amount option for invoices
2 years ago
Sander van Grieken
5f9068d7b0
add default request expiry to preferences/config
2 years ago
Sander van Grieken
dd58328534
ui, fix payment failed
2 years ago
Sander van Grieken
d50d83e186
icons, buttons, receivedialog lifecycle
2 years ago
Sander van Grieken
10a1f11a53
re-add copy and share buttons
2 years ago
Sander van Grieken
b963c48238
remove old Send and Receive pages
2 years ago
Sander van Grieken
58e3e0c235
add manual input option
2 years ago
Sander van Grieken
cabf8e0644
support stacking dialogs
2 years ago
Sander van Grieken
d4df633f22
move request details into separate dialog
2 years ago
Sander van Grieken
15c76114c6
replace swipeview, send & receive now dialogs
send mostly working, though no user entered payment yet
2 years ago
ThomasV
dc78ba3c04
android: pass keystore password as argument to make_apk.
export does not work because it runs in a container.
also, check password using keytool
2 years ago
SomberNight
b5900eae98
contrib: reformat most shell scripts
Mostly just indentations.
For consistency, to conform to .editorconfig.
2 years ago
SomberNight
1cecd2c6e8
contrib: rename some shell scripts to have ".sh" extension
The extension gives formatting hints to some editors. (especially if they support .editorconfig)
2 years ago
SomberNight
f174b9164c
build scripts: minor formatting clean-up
follow-up f8f77c14a2
2 years ago
ThomasV
ef89a695db
fix typo
2 years ago
ThomasV
f8f77c14a2
release.sh: store signing password
2 years ago
ghost43
b73b35705d
Merge pull request #7992 from SomberNight/202209_win_iconv
Revert "wine build: build win-iconv-mingw, instead of using debian sid"
2 years ago
SomberNight
042a323602
update locale
2 years ago
SomberNight
52b03e1f78
win build: use of debian unstable snapshots needs check-valid-until=no
see https://snapshot.debian.org/
> To access snapshots of suites using Valid-Until that are older than a dozen days, it is necessary to ignore the Valid-Until header within Release files, in order to prevent apt from disregarding snapshot entries ("Release file expired"). Use aptitude -o Acquire::Check-Valid-Until=false update or apt-get -o Acquire::Check-Valid-Until=false update for this purpose.
(thanks to Axel Gembe for pointing this out)
2 years ago
SomberNight
846c073ee8
Revert "wine build: build win-iconv-mingw-w64-dev, instead of using debian sid"
This reverts commit b8240bec3e
.
Looks like the win-iconv build is not deterministic...
Reverting this for now, will have to debug later.
2 years ago
Sander van Grieken
0f02c54c77
qml: fix qerequestdetails.py signal, remove qr scan loop logging
2 years ago