1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00
Commit Graph

12043 Commits

Author SHA1 Message Date
grdddj
1f65d18fad rust: do not animate marquee in case animation_disabled 2023-04-10 15:37:45 +02:00
grdddj
73e73b220c rust: make Checklist reusable for more models 2023-04-10 15:37:44 +02:00
grdddj
909662a819 rust: add geometry docs and new methods 2023-04-10 15:37:44 +02:00
grdddj
4c85c992eb rust: make TextBox common component 2023-04-10 15:37:44 +02:00
grdddj
b06cfb32d0 rust: add new trace methods 2023-04-10 15:37:44 +02:00
grdddj
9f6e4b8c79 rust: add debug.rs 2023-04-10 15:37:44 +02:00
grdddj
d34c1eed75 rust: add useful macros 2023-04-10 15:37:44 +02:00
grdddj
a6d1dcbb03 rust: move Color into color.rs 2023-04-10 15:37:44 +02:00
grdddj
2bf793abf1 rust: move Glyph, GlyphMetrics and Font into font.rs 2023-04-10 15:37:44 +02:00
grdddj
99a28590f4 rust: fix model_tr dir 2023-04-10 15:37:44 +02:00
grdddj
f811453f65 rust: delete unused iter.rs 2023-04-10 15:37:44 +02:00
grdddj
1667f45474 rust: delete unused event.rs 2023-04-10 15:37:44 +02:00
grdddj
c69b1aaa5e rust: delete show_qr 2023-04-10 15:37:44 +02:00
grdddj
ab5f7bdc49 rust: support fee_rate_amount in confirm_modify_fee 2023-04-10 15:37:44 +02:00
grdddj
d435142d3c rust: print filename:lineno in case of fatal error 2023-04-10 15:37:44 +02:00
grdddj
7e35510a5d rust: common Wordlist component for bip39/slip39 2023-04-10 15:37:44 +02:00
grdddj
5469dc45dc core/src: wording changes, new dialogs, specific dialogs for each model 2023-04-10 15:37:44 +02:00
grdddj
68ddb7da39 core/src: include fee_rate_amount into confirm_modify_fee 2023-04-10 15:37:44 +02:00
grdddj
d26aa6d7d4 core/src: random small improvements 2023-04-10 15:37:44 +02:00
grdddj
1ffbd410b5 core/ui: delete is_backup argument from RustLayout 2023-04-10 15:37:44 +02:00
grdddj
5470c09348 core/misc: make Suite labeling dialog more clear 2023-04-10 15:37:44 +02:00
grdddj
7c4cc1767b core: refactor UI part in SConscript 2023-04-10 15:37:44 +02:00
grdddj
a2815f4dc6 core: improve Makefile 2023-04-10 15:37:44 +02:00
grdddj
0587f3ed09 core/emu: allow for custom GDB scripts with emulator 2023-04-10 15:37:44 +02:00
grdddj
7b77888a60 core/tools: add some typing/small improvements 2023-04-10 15:37:44 +02:00
grdddj
af685c9e14 core/layout: create progress.py 2023-04-10 15:37:44 +02:00
grdddj
818e2e2827 core/debug: simplify swipe 2023-04-10 15:37:43 +02:00
grdddj
865057723a core/mocks: update trezorui2.pyi 2023-04-10 15:37:43 +02:00
grdddj
975d949a3e python: debuglink improvements 2023-04-10 15:37:43 +02:00
grdddj
69d879ac66 tests: regenerate fixtures.json 2023-04-10 15:37:43 +02:00
grdddj
6a75cbfe47 tests: update device tests 2023-04-10 15:37:43 +02:00
grdddj
a07c6f521f tests: centralize all input flows 2023-04-10 15:37:43 +02:00
grdddj
cea6cd6cc4 tests: common improvements 2023-04-10 15:37:43 +02:00
grdddj
d652ffecfd tests: UI report improvements 2023-04-10 15:37:43 +02:00
grdddj
3a07ea4cb7 tests: update upgrade tests 2023-04-10 15:37:43 +02:00
grdddj
9bcb4b058f tests: update persistence tests 2023-04-10 15:37:43 +02:00
grdddj
58cb524be3 tests: update, refactor and extend click tests 2023-04-10 15:37:43 +02:00
grdddj
846b21b07b crypto: SLIP39 refactor 2023-04-10 14:01:38 +02:00
Martin Milata
46940521d8 chore(core/bootloader): bump version to 2.1.1
[skip_ci]
2023-04-09 12:37:18 +02:00
Martin Milata
81e5dbf301 chore(core): bump version to 2.6.1
[skip_ci]
2023-04-09 12:37:18 +02:00
matejcik
606518d80e tests: test behavior of USB-ignoring autolock
[no changelog]
2023-04-07 19:44:32 +02:00
Martin Milata
14a8b0c62b fix(core): do not touch idle timer on USB events 2023-04-07 19:44:32 +02:00
matejcik
c38b39ee6e feat(core): include signed bootloader 2.1.0 2023-04-07 13:33:04 +02:00
matejcik
ff6bf906d0 chore(common): sync builtin definitions with the external repo 2023-04-06 15:55:26 +02:00
matejcik
b8e8fcff33 chore(common): set definition timestamp to the current signed definitions
[no changelog]
2023-04-06 15:55:26 +02:00
matejcik
1890e3c04d build: modify build-docker.sh to behave nicely with things that are not branches 2023-04-05 23:38:41 +02:00
matejcik
5e0a2ed6d0 feat(core/cosi): confirm CoSi path on screen (fixes #2932) 2023-04-05 20:57:48 +02:00
matejcik
5fa1a33a1d fix(tests): url-safe name for hyperlinks (for when there's a backslash) 2023-04-05 20:57:48 +02:00
matejcik
e5ed9d3df4 build(core): improve path resolution in scons tools
[no changelog]
2023-04-05 16:36:29 +02:00
matejcik
9d8cfbf680 chore(core): rebuild QA bootloader
[no changelog]
2023-04-05 16:36:29 +02:00