Janus
097ac144d9
file reorganization with top-level module
2018-07-13 14:01:37 +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
cf80952071
better handle exceptions in wizard re "cannot connect to trustedcoin server"
2018-06-11 17:47:22 +02:00
SomberNight
531a2a5c1f
during wallet restore allow user to retry after invalid OTP. add abort button on kivy.
2018-06-11 17:47:22 +02:00
SomberNight
248a3a5755
otp/email dialog handles pressing enter. do not offer to show seed for 2fa wallet.
2018-06-11 17:47:22 +02:00
ThomasV
8d5e666d30
support TrustedCoin plugin in the kivy GUI
2018-06-11 17:47:22 +02:00
SomberNight
2b84fba67b
storage upgrade as part of the wizard. fix storage upgrade on kivy.
2018-05-31 19:43:50 +02:00
ThomasV
b75d82491b
kivy: request PIN code on startup
2018-03-25 11:45:33 +02:00
SomberNight
a0023791e5
fix kivy -- virtual keyboard for seed input: chars were not getting enabled
...
kivy master broke this in kivy/kivy#5537
2018-03-01 04:32:34 +01:00
SomberNight
ffdc36285b
use string.format instead of old style (%) formatting
2018-02-04 07:26:55 +01:00
SomberNight
c811c5c9d9
allow encrypting watch-only wallets. initial support for hw wallet storage encryption.
2018-01-28 02:09:44 +01:00
SomberNight
aef0444867
fix #3439 : ScanQRTextEdit optionally allows to concat data
2017-12-24 03:30:04 +01:00
ThomasV
42f9d1ee63
kivy: py3 updates
2017-10-22 07:33:03 +02:00
ThomasV
0fd108079d
kivy wizard: fix bug if password is not provided
2017-08-26 08:28:25 +02:00
ThomasV
01736197f8
python3 fixes
2017-08-26 08:28:24 +02:00
ThomasV
15642ec8de
python3: remove calls to unicode function
2017-08-26 08:28:24 +02:00
ThomasV
c3388d9677
misc python3 updates:
...
- use jsonrpclib-pelix
- update the kivy gui
- update plugins
2017-08-26 08:28:24 +02:00
suut
bc4fcfbebd
Remove usages of deprecated apply() builtin
2017-08-01 05:22:18 +02:00
ThomasV
2ae15c00e6
updates for kivy wizard
2017-03-08 17:49:21 +01:00
ThomasV
7ea91dde2e
do not expose network to wizard. update message in issue #1972
2016-10-14 14:05:24 +02:00
ThomasV
834d3322b3
kivy: seed options dialog
2016-10-11 14:59:29 +02:00
ThomasV
49df834974
kivy: add current word to suggestions, because some users don't see the space key
2016-10-10 15:56:47 +02:00
ThomasV
121ac07b01
wizard: add checkbox for passphrases. allow passphrases with 2fa seeds
2016-09-30 01:15:28 +02:00
ThomasV
827d928aaa
kivy: handle 2FA seeds
2016-09-28 12:48:46 +02:00
ThomasV
4bc756751b
improve wizard messages; skip choice screen if there is only one choice
2016-09-26 12:02:54 +02:00
ThomasV
ebab390b1a
wizard: it is better to use a separate screen for passphrase
2016-08-30 09:51:53 +02:00
ThomasV
99a3250b3f
wizard: show passphrase in the same window as the seed
2016-08-29 15:33:16 +02:00
ThomasV
fb151c1728
fix for kivy wizard
2016-08-25 18:09:20 +02:00
ThomasV
1159f85e05
Major refactoring
...
- separation between Wallet and key management (Keystore)
- simplification of wallet classes
- remove support for multiple accounts in the same wallet
- add support for OP_RETURN to Trezor plugin
- split multi-accounts wallets for backward compatibility
2016-08-12 11:02:28 +02:00
ThomasV
342d6633a6
wizard: add capability to restore multisig
2016-07-01 11:44:26 +02:00
ThomasV
e8e36a61f4
kivy wizard: set is_test only on linux
2016-06-25 19:42:41 +02:00
ThomasV
029c272d57
kivy: fix space key in seed virtual keyboard
2016-06-25 19:00:01 +02:00
ThomasV
e7d25faf02
Finish wizard unification
2016-06-24 23:02:54 +02:00
ThomasV
9182392b55
kivy: separate base wizard class from gui
2016-06-18 16:32:20 +02:00
ThomasV
7c42957a7c
kivy: finish multisig in instalwizard
2016-06-16 07:47:40 +02:00
ThomasV
0ccc812f86
kivy: add multisig wallets to install wizard
2016-06-15 11:16:29 +02:00
ThomasV
053c045adf
fix password dialog
2016-03-06 13:23:31 +01:00
ThomasV
94664566e7
kivy: fix watching-only issue
2016-03-05 04:34:13 +01:00
ThomasV
d58ec9a570
kivy: support old-type seed phrases in wizard
2016-03-01 20:23:30 +01:00
ThomasV
4e7f9c061b
kivy wizard: do not scan seed as qr code. separate screen for watching only wallets.
2016-02-26 10:17:38 +01:00
ThomasV
83c68142e0
kivy wizard: add space button
2016-02-15 09:14:27 +01:00
ThomasV
b71fbd34b2
kivy wizard: better message
2016-02-14 13:14:38 +01:00
ThomasV
b3861bd54d
kivy: improve confirm seed screen
2016-02-13 17:38:54 +01:00
ThomasV
731f05746e
kivy: update i18n imports
2016-02-04 10:57:09 +01:00
ThomasV
d68f42df95
add qr code scanner to kivy wizard
2016-01-16 15:05:49 +01:00
ThomasV
cd6ec773c9
kivy: pass message to restore dialog, and remove dead code.
2016-01-16 12:44:59 +01:00
ThomasV
5be9f03fdf
kivy: improve wizard
2016-01-16 12:01:37 +01:00
ThomasV
06809917ca
kivy wizard: simplifications and renaming
2016-01-16 09:30:11 +01:00
ThomasV
f6661fdd2c
kivy: simplify install wizard
2016-01-15 17:45:08 +01:00