ThomasV
7c3edd58e3
kivy: fix qr_dialog
9 years ago
ThomasV
f2b0b7945d
kivy: qr dialog
9 years ago
ThomasV
cc526a8734
tx dialog: don't use tx.raw
9 years ago
ThomasV
779245dafd
kivy: minor fix, update_history_tab
9 years ago
ThomasV
2955fd1a8c
allow unsigned payment requests
9 years ago
ThomasV
1ab327d3f6
fix exchange rate plugin: datetime.today
9 years ago
ThomasV
25bf63e528
rm debug print statement
9 years ago
ThomasV
a03301c55f
kivy: button to show seed, and show error if trying to spend from watching only wallet
9 years ago
Neil Booth
535956149a
trezor: single passphrase entry
Only require the user to input the passphrase once, unless creating
a wallet.
Should they mis-enter the passphrase, they will be warned Electrum
couldn't pair the device, and when they actually need to use it
they will be prompted again.
Fixes #1672
9 years ago
ThomasV
2bbe829f32
Merge branch 'master' of git://github.com/spesmilo/electrum
9 years ago
ThomasV
24560e03a9
kivy: add invoice details dialog
9 years ago
Neil Booth
34e8c0e1ed
plugins: give traceback when cannot load
9 years ago
ThomasV
dddc79addd
kivy: improve transaction details dialog
9 years ago
ThomasV
135eafd966
labels plugin: shorter description for kivy gui
9 years ago
ThomasV
62711ad511
kivy: improve checkbox_dialog layout
9 years ago
ThomasV
ccff1c2a88
kivy: add intent filter for bitcoin scheme
9 years ago
Neil Booth
881694d39d
trezor: quiet user cancelling of passphrase input
9 years ago
Neil Booth
0f7d9c9c17
trezor: remove duplicate code
This was moved to the hw_wallet base class.
9 years ago
Neil Booth
b3a3628b49
trezor: tweak some messages
9 years ago
Neil Booth
e7b87c1d24
trezor: improve various messages and dialogs
9 years ago
ThomasV
8f4fe39cc9
remove old android GUI
9 years ago
ThomasV
6c2f14a77b
Merge branch 'master' of git://github.com/spesmilo/electrum
9 years ago
ThomasV
c32c0f00f2
kivy: fix
9 years ago
Neil Booth
5f28834bb2
Trezor: session timeout improvements
Move session timeout from wallet to config
Prevent timeouts whenever a device operation is in progress
Move timeout job from each plugin to device manager
9 years ago
ThomasV
7fcc881dd4
kivy: require two taps to exit. disable toggle_settings
9 years ago
ThomasV
25ff73eff3
kivy: don't switch screen in address_dialog
9 years ago
ThomasV
4901aebde0
kivy: do not crash app if there's no barcode scanner
9 years ago
ThomasV
933596510e
kivy: improve message
9 years ago
ThomasV
078cabd745
kivy: store contacts as invoices
9 years ago
ThomasV
f5fcae7f11
kivy: receive_screen improvements
9 years ago
Neil Booth
b54ba556bc
Wallet: encapsulate wallet_types
Previously plugins would append lines to it and wizard.py would
hack into it too.
9 years ago
ThomasV
151ac099a9
kivy: simplify UI, remove 'Save' button
9 years ago
ThomasV
3704b9c398
remove atlas from github; it should be generated using 'make theming'
9 years ago
ThomasV
d5db18c594
Merge branch 'master' of git://github.com/spesmilo/electrum
9 years ago
ThomasV
fe2fdfe400
kivy: add camera as IconButton
9 years ago
Neil Booth
061152245e
Merge branch 'no_force_wo'
9 years ago
ThomasV
a2ea8db998
Merge branch 'master' of git://github.com/spesmilo/electrum
9 years ago
Neil Booth
c41e694534
show_seed_dialog: return if user cancels p/w input
Update stale comment.
9 years ago
Neil Booth
6b9d12e369
Tweak tooltip
9 years ago
Neil Booth
9490debf0f
hw_wallet: don't make watching only if cannot pair
Instead issue a warning. Being watching-only disables
various functionality that should instead just ask again
for the PIN to be input.
9 years ago
Neil Booth
bb3de0eb63
change_password_dialog: remove redundant check
This is guaranteed False by wallet.can_change_password()
9 years ago
Neil Booth
5c2c7b1557
trezor: create new accounts in non-GUI thread
9 years ago
Neil Booth
a5f06d72cf
hw_wallet: add missing import
9 years ago
ThomasV
decbf13de9
kivy: fix buildozer.spec
9 years ago
ThomasV
04a2c03c28
kivy: improve 'receive' layout
9 years ago
ThomasV
5120c24a0b
kivy: share button
9 years ago
ThomasV
6ccb1dd207
rm unneeded files
9 years ago
Neil Booth
16397b1ed7
trezor: more user friendly when cannot connect
Tell the user and ask if they want to try again. If they
say no, raise a silent exception. Apply this more friendly
behaviour to the install wizard too (see issue #1668 ).
9 years ago
Neil Booth
317e6cea32
Multisig: revert part of "reformatting"
Broken by fe9ec6de06
9 years ago
Neil Booth
4ea9518aef
QT install wizard: catch general exceptions
and show an error before re-raising and exiting. Improvement on
prior.
9 years ago