1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-28 11:48:45 +00:00
Commit Graph

15031 Commits

Author SHA1 Message Date
obrusvit
e81c97bdda feat(eckhart): progress screen
- implement `show_progress` and `show_progress_coinjoin` FirmwareUI
functions
2025-05-15 13:39:51 +02:00
obrusvit
86abe5e0f9 feat(eckhart): implement render_loader
- `render_loader` shows classic circular loader going around the
display, implemented by rendering `ScreenBorder` and hiding it by 5
black rectangles which progressively diminish
- `render_loader_indeterminate` shows progress loader without known
duration, implemented by rendering `ScreenBorder` in clip which travels
around the SCREEN in an octagonal shape. This achieves an effect of a
constant length line going around the screen shape
2025-05-15 13:39:51 +02:00
obrusvit
b2d334272e feat(eckhart): extract tile pattern constants 2025-05-15 13:39:51 +02:00
obrusvit
08c9ece0e0 fix(core): prevent overflow in storage UI callback
- this PR makes sure that the reported `wait` argument (in seconds) does
not underflows to "4294967 seconds"
- this can ocassionaly happen in animated loader

[no changelog]
2025-05-15 13:39:51 +02:00
obrusvit
f5e8f14065 feat(core): animate ProgressLayout in Python
- the commit allows for smoother animation of the `ProgressLayout` by
stepping through the reported progress
2025-05-15 13:39:51 +02:00
obrusvit
d02c11ff3c chore(eckhart): re-export new Close icon 2025-05-15 13:39:51 +02:00
Lukas Bielesch
00f58bd199 chore(eckhart): provide short and long vertical menu 2025-05-15 13:39:51 +02:00
Lukas Bielesch
1e653a33cc feat(eckhart): implement fido tests 2025-05-15 13:39:51 +02:00
Lukas Bielesch
ebf1ee9a62 chore(eckhart): Update components
Fix show_error action bar and header colors
Implement AllowedTextContent for FidoCredential
Add new return type for VerticalMenuScreen
2025-05-15 13:39:51 +02:00
Lukas Bielesch
81e523885a feat(eckhart): add FIDO2 support
FidoCredential component, confirm_fido flow and icons
2025-05-15 13:39:51 +02:00
Lukas Bielesch
3785e851d5 chore(eckhart): enable vertical menu swipe without animations 2025-05-15 13:39:51 +02:00
Lukas Bielesch
005191525b chore(eckhart): Implement new struct for word-selection menu
This simplifies the implementation of the verical menu
2025-05-15 13:39:51 +02:00
Lukas Bielesch
941875c254 core(eckhart): Update Vertical Menu
Leave event processing to the Vertical Menu
Disable scrolling when the menu fits the screen
2025-05-15 13:39:51 +02:00
obrusvit
3ff6b55520 test: fix T3W1 rust tests 2025-05-15 13:39:51 +02:00
obrusvit
8a97dcaf5c feat(eckhart): use gradients in ActionBar 2025-05-15 13:39:51 +02:00
obrusvit
f75d45081d feat(eckhart): fix hint padding 2025-05-15 13:39:51 +02:00
Lukas Bielesch
6b6bef485c fix(eckhart): fix failing gen_check 2025-05-15 13:39:51 +02:00
Martin Milata
d14e5b725a NO MAIN: build and upload arm64 emulator 2025-05-15 13:39:51 +02:00
Martin Milata
2e5513eb9c refactor(core): device menu modules
[no changelog]
2025-05-15 13:39:51 +02:00
Ioan Bizău
07424f1625 fix(eckhart): optimize device menu 2025-05-15 13:39:50 +02:00
Ioan Bizău
1029fe684c feat(eckhart): send device name and version to the device menu 2025-05-15 13:39:50 +02:00
Ioan Bizău
e2dda46c4b feat(eckhart): layouts for device pairing 2025-05-15 13:39:50 +02:00
Ioan Bizău
bc8a90a25e feat(eckhart): introduce the device menu 2025-05-15 13:39:50 +02:00
obrusvit
5fc535b0b7 feat(eckhart): gradient buttons 2025-05-15 13:39:50 +02:00
obrusvit
ddd11e1b8f chore(eckhart): remove Hint animation code 2025-05-15 13:39:50 +02:00
Lukas Bielesch
b335e92730 fix(eckhart): Fix behavior of set brightness screen:
Do not confirm brightness by releasing finger, but by pressing the cross button.
2025-05-15 13:39:50 +02:00
obrusvit
435be1cc15 feat(eckhart): improve confirmations 2025-05-15 13:39:50 +02:00
obrusvit
301776728f feat(eckhart): auto PaginateOnly for TextScreen
- make sure that TextScreen has at least PaginateOnly ActionBar if the
content doesn't fit
2025-05-15 13:39:50 +02:00
obrusvit
e17e60c16f feat(eckhart): improve pagination of ActionBar
- Single mode now handles pagination with the right_button shown at the
last page
- new PaginateOnly mode to only render navigation buttons without
cancel/confirm buttons
2025-05-15 13:39:50 +02:00
Lukas Bielesch
fae1353829 chore(eckhart): require long press to lock even with disabled animations 2025-05-15 13:39:50 +02:00
Lukas Bielesch
f702ed35c6 chore(eckhart): update get address flow 2025-05-15 13:39:50 +02:00
Lukas Bielesch
887d1be650 chore(eckhart): add missing button requests 2025-05-15 13:39:50 +02:00
Lukas Bielesch
d96ed728eb chore(eckhart): update trace function for firmware components 2025-05-15 13:39:50 +02:00
Lukas Bielesch
438632c785 fix(eckhart): fix last pending char for max len passphrase 2025-05-15 13:39:50 +02:00
Lukas Bielesch
0d7605f3e4 feat(tests): eckhart tests
add Eckhart screen buttons
rename passphrase click test file + fixtures
eckhart click tests
eckhart persistance tests
eckhart device tests
skip tests for unimplemented features
2025-05-15 13:39:50 +02:00
Lukas Bielesch
1da20c8c07 chore(automation): enable new github jobs for T3W1 2025-05-15 12:40:15 +02:00
Lukas Bielesch
4ca2e75a06 feat(eckhart): set brightness screen 2025-05-15 12:40:15 +02:00
Lukas Bielesch
96ce142821 chore(eckhart): Update warnings title 2025-05-15 12:40:15 +02:00
Lukas Bielesch
0d40bb76b3 feat(eckhart): confirm output flow 2025-05-15 12:40:15 +02:00
Lukas Bielesch
12f46d3e67 feat(eckhart): confirm summary flow 2025-05-15 12:40:15 +02:00
Lukas Bielesch
4f5f5449a3 chore(eckhart): text screen subtitle 2025-05-15 12:40:15 +02:00
Lukas Bielesch
3263abe5fb chore(eckhart): add mono light font + remove trailing hyphen from mono styles 2025-05-15 12:40:15 +02:00
Lukas Bielesch
44db238f08 fix(eckhart): minor fixes for recovery and reset screens
correct placement of numbers on the keypad,
fix number input screen for double-digit numbers,
remove unused menu button, use double action bar instead,
fix inconsistent hint use
update warning titles
2025-05-15 12:40:15 +02:00
Lukas Bielesch
41997f6862 chore(eckhart): make recovery notifications layout-specific 2025-05-15 12:40:15 +02:00
Lukas Bielesch
d2b19c18eb chore(eckhart): implement show success delay 2025-05-15 12:40:15 +02:00
Lukas Bielesch
2af85a5efb feat(eckhart): show_group_share_success 2025-05-15 12:40:15 +02:00
Lukas Bielesch
d6e66de3f4 feat(eckahrt): continue recovery flow 2025-05-15 12:40:15 +02:00
Lukas Bielesch
5bb0a4fd6d feat(eckhart): implement show checklist 2025-05-15 12:40:15 +02:00
Lukas Bielesch
b2bded299a chore(eckhart): implement text screen for checklist 2025-05-15 12:40:15 +02:00
Lukas Bielesch
8ecd70d497 chore(eckhart): add checklist icons 2025-05-15 12:40:15 +02:00