Commit graph

2692 commits

Author SHA1 Message Date
Janus
d055507003 lightning channels list: add mock server for testing 2019-08-20 09:03:09 +02:00
Janus
caadc5a5bb lightning_channels_list: use signals to avoid segfault 2019-08-20 09:03:09 +02:00
Janus
094b939a24 lightning: qt channel dialog, fix for shutdown when lightning disabled 2019-08-20 09:03:09 +02:00
Janus
5e1412a839 lightning: channel details popup 2019-08-20 09:03:09 +02:00
Janus
ae7bce3385 lightning: paste sample using clipboard 2019-08-20 09:03:09 +02:00
Janus
6aebc0fd5d kivy: fix channel list error handling, close functionality for inactive channels 2019-08-20 09:03:09 +02:00
Janus
1a05838ef2 lightning: assert result type, add invoice qr dialog 2019-08-20 09:03:09 +02:00
Janus
afa5797099 lightning: kivy: open channel button in invoice 2019-08-20 09:03:09 +02:00
Janus
1ab03e8b2a lightning: fix kivy channel close 2019-08-20 09:03:09 +02:00
Janus
ffe6342882 lightning: fix channels dialog 2019-08-20 09:03:09 +02:00
Janus
13527987bc lightning: add missing import, set console to none initially 2019-08-20 09:03:09 +02:00
Janus
d84eab0418 lightning: complete moving of lightning objects, acquire net/wallet lock while answering lightning requests 2019-08-20 09:03:09 +02:00
Janus
ad5aac1383 lightning: march 2018 rebase, without integration 2019-08-20 09:03:09 +02:00
Janus
097ac144d9 file reorganization with top-level module 2018-07-13 14:01:37 +02:00
SomberNight
c6ccdbef90
fix #4503 2018-07-08 02:22:28 +02:00
SomberNight
c33363c1e5
fix #4042 2018-07-07 23:26:00 +02:00
SomberNight
f7c8e5a33b
fix #4497 2018-07-04 16:04:04 +02:00
SomberNight
8b1051fa24
fix #4418 2018-07-03 11:01:29 +02:00
ThomasV
83974cd0a8
Merge pull request #4490 from SomberNight/trustedcoin_color_outputs
colour 2fa billing outputs in Qt tx dialog
2018-07-03 08:47:15 +02:00
SomberNight
1635c149bd
fix #4491 2018-07-02 22:50:19 +02:00
SomberNight
eefcc60d98
color 2fa billing outputs in Qt tx dialog 2018-07-02 14:23:14 +02:00
SomberNight
39215b43b9
Qt send tab: disable "max" button for invoices 2018-07-02 02:41:34 +02:00
SomberNight
7f162733e0
fix #4037 (new issue but was merged into that) 2018-06-30 19:20:16 +02:00
ThomasV
d58c069336 read apk version number from version.py 2018-06-29 10:45:34 +02:00
SomberNight
c4ef5bfedb
Qt: minor text formatting
on Windows, the previous looked a bit better; but the lines were broken on Debian
2018-06-29 01:36:56 +02:00
SomberNight
2b93593e3f Qt: (minor) clean up "about" message 2018-06-28 19:55:54 +02:00
SomberNight
8b86f21520
wizard: extend derivation dialog to also let user select script type.
enable segwit multisig for bip39/hw wallets.
2018-06-26 19:31:05 +02:00
ThomasV
8116b80765
Merge pull request #3700 from bauerj/console-warning
Add a warning about harmful code to the console
2018-06-26 17:12:25 +02:00
SomberNight
ca7e5575bf
option to set a dark theme for Qt
qdarkstyle is now a new dependency - note that it is only for qt and qt is not strictly a dependency, but it is pure python and relatively small
2018-06-25 16:46:01 +02:00
SomberNight
51ed8a998c
fix: network.interface can become None at any time 2018-06-25 01:14:49 +02:00
SomberNight
f8dab46a4b
kivy: fix fork detection gui 2018-06-25 01:02:21 +02:00
Janus
88d95123fb kivy: use RecycleView in address list 2018-06-22 20:07:36 +02:00
Janus
45b6afe190 kivy: use RecycleView in OutputList 2018-06-22 17:40:35 +02:00
ThomasV
24818c14ca
Merge pull request #3762 from SomberNight/txin_type_address_segwit
change partial txn serialization format for imported addresses txins
2018-06-22 13:58:15 +02:00
SomberNight
a28ef06a58
kivy: tx_dialog scroll with bar 2018-06-21 18:37:14 +02:00
SomberNight
e3c9ce319c
kivy: make history and addresses scroll bars wider 2018-06-21 18:03:32 +02:00
Janus
5607c4bb7f kivy: use RecycleView in history 2018-06-21 15:52:45 +02:00
ghost43
7797af6ffa
Qt: show WIF help in import(x2) and sweep dialogs (#4425) 2018-06-20 15:58:37 +02:00
SomberNight
12af2dc63b
kivy history tab: allow scrolling with bar
follow kivy/kivy@0edae84139
2018-06-19 14:19:36 +02:00
SomberNight
ef5121cf12
android: disable backups 2018-06-19 02:44:21 +02:00
SomberNight
46fdbbbce5
change partial txn serialization format for imported addresses txins
offline signing with segwit WIF keys now works.
offline seed + online address signing now works.
2018-06-15 14:08:20 +02:00
SomberNight
9365b0f924
RBF: better exception handling 2018-06-14 22:36:54 +02:00
SomberNight
1b834a7a78
fix RBF 2018-06-14 22:19:06 +02:00
Johann Bauer
5eb1cbef92 [WIP] Crash reports android (#3870)
* Split crash reporter class

In Qt related stuff and basic stuff.

* Crash reports from Android

* Ignore exceptions in crash_reporter (if any)

* Open issue in browser

* Switch back to real server
2018-06-12 14:17:34 +02:00
ThomasV
0e8976856d
Merge pull request #4429 from Anilkumar18/patch-2
Added a meaningful message on invalid public key
2018-06-12 10:49:16 +02:00
Anilkumar18
0a24c820bb
Altered the do_encrypt warning message
changed the protection against public_key
2018-06-12 11:16:02 +05:30
SomberNight
89040de758
remove "from addresses" from wallet logic 2018-06-11 17:55:31 +02:00
ThomasV
79558c1170 kivy wizard: replace checbox with button 2018-06-11 17:47:22 +02:00
ThomasV
e196d7b4d1 kivy: use TextInput to workaround Label texture size issue 2018-06-11 17:47:22 +02:00
SomberNight
1b36dd7690 fix "max" button to account for 2fa fees in both Qt and kivy 2018-06-11 17:47:22 +02:00