Commit Graph

6297 Commits

Author SHA1 Message Date
ThomasV 62711ad511 kivy: improve checkbox_dialog layout 2016-02-11 10:08:59 +01:00
ThomasV ccff1c2a88 kivy: add intent filter for bitcoin scheme 2016-02-11 08:34:40 +01:00
Neil Booth 881694d39d trezor: quiet user cancelling of passphrase input 2016-02-11 16:21:22 +09:00
Neil Booth 0f7d9c9c17 trezor: remove duplicate code
This was moved to the hw_wallet base class.
2016-02-11 15:59:46 +09:00
Neil Booth b3a3628b49 trezor: tweak some messages 2016-02-11 15:41:56 +09:00
Neil Booth e7b87c1d24 trezor: improve various messages and dialogs 2016-02-11 13:59:19 +09:00
ThomasV 8f4fe39cc9 remove old android GUI 2016-02-10 14:09:33 +01:00
ThomasV 6c2f14a77b Merge branch 'master' of git://github.com/spesmilo/electrum 2016-02-10 14:06:16 +01:00
ThomasV c32c0f00f2 kivy: fix 2016-02-10 14:01:02 +01:00
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
2016-02-10 21:59:41 +09:00
ThomasV 7fcc881dd4 kivy: require two taps to exit. disable toggle_settings 2016-02-10 12:53:03 +01:00
ThomasV 25ff73eff3 kivy: don't switch screen in address_dialog 2016-02-09 23:05:39 +01:00
ThomasV 4901aebde0 kivy: do not crash app if there's no barcode scanner 2016-02-09 19:45:14 +01:00
ThomasV 933596510e kivy: improve message 2016-02-09 13:46:42 +01:00
ThomasV 078cabd745 kivy: store contacts as invoices 2016-02-09 12:48:25 +01:00
ThomasV f5fcae7f11 kivy: receive_screen improvements 2016-02-08 19:01:34 +01:00
Neil Booth b54ba556bc Wallet: encapsulate wallet_types
Previously plugins would append lines to it and wizard.py would
hack into it too.
2016-02-08 22:32:49 +09:00
ThomasV 151ac099a9 kivy: simplify UI, remove 'Save' button 2016-02-08 12:44:45 +01:00
ThomasV 3704b9c398 remove atlas from github; it should be generated using 'make theming' 2016-02-08 11:08:49 +01:00
ThomasV d5db18c594 Merge branch 'master' of git://github.com/spesmilo/electrum 2016-02-08 11:07:02 +01:00
ThomasV fe2fdfe400 kivy: add camera as IconButton 2016-02-08 11:06:45 +01:00
Neil Booth 061152245e Merge branch 'no_force_wo' 2016-02-08 18:58:23 +09:00
ThomasV a2ea8db998 Merge branch 'master' of git://github.com/spesmilo/electrum 2016-02-08 09:58:11 +01:00
Neil Booth c41e694534 show_seed_dialog: return if user cancels p/w input
Update stale comment.
2016-02-07 18:05:24 +09:00
Neil Booth 6b9d12e369 Tweak tooltip 2016-02-07 17:51:56 +09:00
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.
2016-02-07 17:38:34 +09:00
Neil Booth bb3de0eb63 change_password_dialog: remove redundant check
This is guaranteed False by wallet.can_change_password()
2016-02-07 16:45:29 +09:00
Neil Booth 5c2c7b1557 trezor: create new accounts in non-GUI thread 2016-02-07 15:15:58 +09:00
Neil Booth a5f06d72cf hw_wallet: add missing import 2016-02-07 11:47:48 +09:00
ThomasV decbf13de9 kivy: fix buildozer.spec 2016-02-06 17:17:45 +01:00
ThomasV 04a2c03c28 kivy: improve 'receive' layout 2016-02-06 17:01:40 +01:00
ThomasV 5120c24a0b kivy: share button 2016-02-06 16:58:31 +01:00
ThomasV 6ccb1dd207 rm unneeded files 2016-02-06 16:35:21 +01:00
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).
2016-02-06 19:51:39 +09:00
Neil Booth 317e6cea32 Multisig: revert part of "reformatting"
Broken by fe9ec6de06
2016-02-06 18:02:21 +09:00
Neil Booth 4ea9518aef QT install wizard: catch general exceptions
and show an error before re-raising and exiting.  Improvement on
prior.
2016-02-06 15:13:27 +09:00
Neil Booth 297e89db5c Install wizard: error out when no devices found
Fixes 1668
2016-02-06 15:08:56 +09:00
Neil Booth 828320c1af trezor: provide a default interface number. 2016-02-06 14:37:38 +09:00
ThomasV 6b13ed1f45 kivy: display status of invoices and requests 2016-02-05 19:40:05 +01:00
ThomasV 84ac33f589 kivy: switch to send screen if a URI is passed 2016-02-05 18:16:48 +01:00
ThomasV 51ca7a056b minor fixes 2016-02-05 08:56:23 +01:00
ThomasV afbf766d89 kivy i18n: catch more exeptions 2016-02-04 20:35:35 +01:00
ThomasV 3d42193223 kivy: simplify bind 2016-02-04 20:14:11 +01:00
ThomasV 45a0c3b53b kivy: i18n needs garbage collection 2016-02-04 20:02:45 +01:00
ThomasV 49fb099bdc fix i18n for context menus 2016-02-04 18:17:02 +01:00
ThomasV a388b59bc2 kivy i18n: test if label is already bound 2016-02-04 13:48:40 +01:00
ThomasV 802261c869 update app.fil with kivy strings 2016-02-04 11:49:48 +01:00
ThomasV 6faac2ca36 My Requests -> Requests 2016-02-04 11:49:12 +01:00
ThomasV 43a40cef57 kivy: Button inherits from Label. reordering 2016-02-04 11:05:40 +01:00
ThomasV 731f05746e kivy: update i18n imports 2016-02-04 10:57:09 +01:00