matejcik
|
3664a5f06f
|
core/debug: reading layouts, inserting synthetic events
|
2019-10-22 17:06:49 +02:00 |
|
matejcik
|
8c3d93619e
|
core: allow inserting synthetic touch events into event loop
|
2019-10-22 16:55:30 +02:00 |
|
matejcik
|
a1a543f781
|
core: boot debuglink in recovery homescreen
|
2019-10-22 16:55:30 +02:00 |
|
matejcik
|
06e10f948d
|
protobuf: send x/y coordinates, allow waiting for layout change
|
2019-10-22 16:55:30 +02:00 |
|
matejcik
|
b25537f6b0
|
core: nicer output for cancellations
|
2019-10-22 16:54:49 +02:00 |
|
matejcik
|
d17f879d97
|
mypy: use GenericContext protocol to work-around DummyContext
|
2019-10-22 14:36:25 +00:00 |
|
matejcik
|
ed190c772c
|
core: avoid circular import in sd_salt
|
2019-10-22 14:36:25 +00:00 |
|
Tomas Susanka
|
0511cc8b8c
|
core: add final mypy fixes!
|
2019-10-22 14:36:25 +00:00 |
|
Tomas Susanka
|
8f34b4c5de
|
Merge pull request #628 from trezor/tsusanka/sdprotect-fix
Skip sd protect test on device
|
2019-10-22 15:40:03 +02:00 |
|
Pavol Rusnak
|
ddd9bee059
|
common/defs: regenerate coins
|
2019-10-22 09:03:32 +00:00 |
|
Pavol Rusnak
|
c2aa8a04c0
|
common/defs: update tokens
|
2019-10-22 10:59:52 +02:00 |
|
Pavol Rusnak
|
178d58c763
|
common/defs: remove BTDX as it has no Trezor compatible wallet
|
2019-10-21 09:48:19 +00:00 |
|
Pavol Rusnak
|
4e5b60ec2b
|
common/defs: remove BITC per maintainer request
|
2019-10-20 17:11:43 +00:00 |
|
Pavol Rusnak
|
3ebc79f9b2
|
common/defs: remove MEC per maintainer request
|
2019-10-19 17:14:32 +00:00 |
|
Pavol Rusnak
|
b79102008d
|
core: fix new Python SyntaxWarning (new in 3.8)
|
2019-10-18 17:59:37 +00:00 |
|
Tomas Susanka
|
b530e7c105
|
ci: add fido2 tests to ci
|
2019-10-18 16:54:00 +02:00 |
|
Andrew Kozlik
|
60f6ab9087
|
core: Fix mypy warnings.
|
2019-10-18 14:36:40 +02:00 |
|
Andrew Kozlik
|
39b4376b65
|
core/sd-protect: If writing to the SD card fails in request_sd_salt(), inform the user and allow them to retry or abort.
|
2019-10-18 14:34:43 +02:00 |
|
Pavol Rusnak
|
7644cb4c79
|
core: rework exception handling in boot.py
|
2019-10-18 10:20:11 +00:00 |
|
Pavol Rusnak
|
9b7a2095b3
|
common/defs: update coins info
|
2019-10-18 10:14:33 +00:00 |
|
Tomas Susanka
|
0f34b50c05
|
core/features: add sd card and protection
|
2019-10-17 16:04:11 +02:00 |
|
Tomas Susanka
|
f0cd99c545
|
common/protob: add sd card/protection to Features
|
2019-10-17 15:58:12 +02:00 |
|
Pavol Rusnak
|
d17ced9305
|
common/defs: remove ZCL as per maintainer request
|
2019-10-16 20:50:45 +00:00 |
|
Pavol Rusnak
|
d28bc3c3a6
|
common/defs: remove BSD - website does not exist, maintainer not reachable
|
2019-10-16 10:18:33 +00:00 |
|
Pavol Rusnak
|
3e20c51dbf
|
common/defs: remove MTNS - maintainer not reachable
website does not exist, backends don't work
|
2019-10-16 10:15:19 +00:00 |
|
Tomas Susanka
|
899a03dd1d
|
docs/build: update debug build on device
|
2019-10-15 11:26:39 +02:00 |
|
Pavol Rusnak
|
e16c27a401
|
core: update changelog
|
2019-10-14 11:33:18 +02:00 |
|
Pavol Rusnak
|
ab62715606
|
core: bump version to 2.1.8
|
2019-10-12 19:13:44 +02:00 |
|
apollo
|
74bcc05e2e
|
common/defs: add ZCR (#611)
|
2019-10-11 21:01:11 +02:00 |
|
Pavol Rusnak
|
76eefd026f
|
all: let's use -Wno-missing-braces because clang does not respect
initialization of structs with = {0};
|
2019-10-11 09:59:32 +02:00 |
|
Pavol Rusnak
|
1bdc83838b
|
legacy+core: properly handle non-printable ascii characters
(convert them to '_')
|
2019-10-10 15:58:26 +00:00 |
|
Pavol Rusnak
|
ab534c18d3
|
Merge pull request #612 from trezor/andrewkozlik/sd-protect-ui
SD-protect error handling
|
2019-10-10 15:48:27 +02:00 |
|
Andrew Kozlik
|
564b24191e
|
debug: Add left and right swipe direction to DebugLinkDecision message and unify terminology around swipe direction.
|
2019-10-10 14:56:49 +02:00 |
|
Andrew Kozlik
|
9a641b6b01
|
core/sd-protect: Allow user to retry if write fails.
|
2019-10-10 12:17:36 +02:00 |
|
Andrew Kozlik
|
795fa07822
|
core/sd-protect: Add SD_CARD_HOT_SWAPPABLE option and improve error handling.
|
2019-10-10 12:17:36 +02:00 |
|
Andrew Kozlik
|
710866074b
|
core/webauthn: Fix mypy warnings.
|
2019-10-09 18:13:48 +02:00 |
|
Andrew Kozlik
|
c25a41aa57
|
core: Fix mypy warnings in FatFS and SD salt code.
|
2019-10-09 17:07:25 +02:00 |
|
Andrew Kozlik
|
5401f88d52
|
core/webauthn: Fix user input timeout bug.
|
2019-10-09 15:18:25 +02:00 |
|
Tomas Susanka
|
a2fed79f7e
|
Merge pull request #603 from trezor/tsusanka/groups-info
Small refactor in Info dialog
|
2019-10-09 10:15:34 +02:00 |
|
Andrew Kozlik
|
e385eae433
|
core/webauthn: Use popups for webauthn error messages instead of confirmation dialogs to simplify device testing.
|
2019-10-08 13:29:15 +02:00 |
|
Andrew Kozlik
|
8ce8916beb
|
core/webauthn: Remove AUTOCONFIRM option.
|
2019-10-08 13:29:04 +02:00 |
|
Sirak Ghazaryan
|
8317774e06
|
common/defs: enable CRW (#600)
|
2019-10-07 14:39:37 +02:00 |
|
Tomas Susanka
|
29bb2dcb95
|
Add unit test for process_slip39 function (#601)
Add unit test for process_slip39 function
|
2019-10-04 21:57:37 +02:00 |
|
Tomas Susanka
|
1068acae40
|
core/tests: assert secret in process_slip39 test
|
2019-10-04 13:47:52 +00:00 |
|
Tomas Susanka
|
74a283c271
|
core/recovery: small refactor in Info dialog
|
2019-10-04 15:21:39 +02:00 |
|
Andrew Kozlik
|
ba9eee3b8f
|
core, legacy: Don't allow change_pin if device is not initialized.
|
2019-10-04 13:54:43 +02:00 |
|
Tomas Susanka
|
75dfcacc21
|
core/tests: add unit test for process_slip39 function
updates #542
|
2019-10-03 16:54:35 +02:00 |
|
matejcik
|
861e999425
|
core: draft unit test for process_slip39
|
2019-10-03 16:01:01 +02:00 |
|
Tomas Susanka
|
07b4f6e399
|
core/recovery: remove unused get/set_slip39_threshold
|
2019-10-03 09:57:35 +00:00 |
|
Pavol Rusnak
|
adbec13779
|
core/sd_salt: fix bug introduced in ede1a0bae3
|
2019-10-02 16:46:42 +00:00 |
|