1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-05-02 06:59:01 +00:00
Commit Graph

1075 Commits

Author SHA1 Message Date
Lukas Bielesch
70774766e0 feat(eckhart): implement trait functions: confirm_value_intro,
confirm_modify_output, confirm_modify_fee, confirm_with_info,
show_info_with_cancel and confirm_props
2025-04-22 10:14:00 +02:00
Lukas Bielesch
a606b1374b feat(eckhart): update request number trait function
add request number flow instead of screen only
add updatable info screen to show extra information
2025-04-22 10:14:00 +02:00
Lukas Bielesch
9c1203522c chore(eckhart) update get_address flow to use xpubs
update test to scroll throiugh an entire page
2025-04-22 10:13:53 +02:00
Lukas Bielesch
89b79836ab chore(eckhart): update show_mismatch, confirm_output and confirm_value trait functions 2025-04-22 10:12:13 +02:00
Lukas Bielesch
bc0b562012 chore(eckhart): remove line ending hyphens from mono fonts 2025-04-22 10:12:13 +02:00
Lukas Bielesch
67c9614c4d chore(eckhart): update page count and add page limit for textscreen 2025-04-22 10:12:13 +02:00
obrusvit
b5964185b7 test: fix T3W1 rust tests 2025-04-16 17:44:25 +02:00
obrusvit
d5def88ec9 feat(eckhart): use gradients in ActionBar 2025-04-16 17:44:25 +02:00
obrusvit
65e18f33b3 feat(eckhart): fix hint padding 2025-04-16 17:44:25 +02:00
Ioan Bizău
8db5278a6c fix(eckhart): optimize device menu 2025-04-16 17:44:24 +02:00
Ioan Bizău
1d622e1d1e feat(eckhart): send device name and version to the device menu 2025-04-16 17:44:24 +02:00
Ioan Bizău
f0bb8ac706 feat(eckhart): layouts for device pairing 2025-04-16 17:44:24 +02:00
Ioan Bizău
3836293a6e feat(eckhart): introduce the device menu 2025-04-16 17:44:24 +02:00
obrusvit
487467c83e feat(eckhart): gradient buttons 2025-04-16 17:44:24 +02:00
obrusvit
f753328430 chore(eckhart): remove Hint animation code 2025-04-16 17:44:24 +02:00
Lukas Bielesch
fb04c1c4d1 fix(eckhart): Fix behavior of set brightness screen:
Do not confirm brightness by releasing finger, but by pressing the cross button.
2025-04-16 17:44:24 +02:00
obrusvit
462ebb2549 feat(eckhart): improve confirmations 2025-04-16 17:44:24 +02:00
obrusvit
53e5742cbe feat(eckhart): auto PaginateOnly for TextScreen
- make sure that TextScreen has at least PaginateOnly ActionBar if the
content doesn't fit
2025-04-16 17:44:24 +02:00
obrusvit
a7c6fdc754 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-04-16 17:44:24 +02:00
Lukas Bielesch
f592548f2c chore(eckhart): require long press to lock even with disabled animations 2025-04-16 17:44:24 +02:00
Lukas Bielesch
8ed2e173dc chore(eckhart): update get address flow 2025-04-16 17:44:24 +02:00
Lukas Bielesch
3dad73479a chore(eckhart): add missing button requests 2025-04-16 17:44:24 +02:00
Lukas Bielesch
14d15741f6 chore(eckhart): update trace function for firmware components 2025-04-16 17:44:24 +02:00
Lukas Bielesch
68337ec628 fix(eckhart): fix last pending char for max len passphrase 2025-04-16 17:44:24 +02:00
Lukas Bielesch
1429399cf6 feat(eckhart): set brightness screen 2025-04-16 17:44:24 +02:00
Lukas Bielesch
1b92ea3076 feat(eckhart): confirm output flow 2025-04-16 17:44:24 +02:00
Lukas Bielesch
0907214ca8 feat(eckhart): confirm summary flow 2025-04-16 17:44:24 +02:00
Lukas Bielesch
7f8303906c chore(eckhart): text screen subtitle 2025-04-16 17:44:24 +02:00
Lukas Bielesch
fd781514ef chore(eckhart): add mono light font + remove trailing hyphen from mono styles 2025-04-16 17:44:24 +02:00
Lukas Bielesch
dafd64f91d 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-04-16 17:44:24 +02:00
Lukas Bielesch
266360e3fa chore(eckhart): implement show success delay 2025-04-16 17:44:24 +02:00
Lukas Bielesch
67e1417501 feat(eckhart): show_group_share_success 2025-04-16 17:44:24 +02:00
Lukas Bielesch
13276e1948 feat(eckahrt): continue recovery flow 2025-04-16 17:44:24 +02:00
Lukas Bielesch
c5d7397fe5 feat(eckhart): implement show checklist 2025-04-16 17:44:24 +02:00
Lukas Bielesch
bbed63966c chore(eckhart): implement text screen for checklist 2025-04-16 17:44:24 +02:00
Lukas Bielesch
5ea3f62e8a chore(eckhart): add checklist icons 2025-04-16 17:44:24 +02:00
obrusvit
53e6f1445a feat(eckhart): default homescreen 2025-04-16 17:44:24 +02:00
obrusvit
8564727d49 feat(eckhart): make homescreen hold to lock
- lock the device by long-pressing the homescreen anywhere but the
action bar
2025-04-16 17:44:24 +02:00
obrusvit
543ccd804c feat(eckhart): implement confirm_set_new_pin
- add1: make `show_success` not render empty action bar button
- add2: top aligned confirm action
2025-04-16 17:44:24 +02:00
obrusvit
49e3747282 feat(eckhart): implement homescreen and lockscreen
- HomeScreen, ConfirmHomescreen full-screen components
- respective FirmwareUI implementation
2025-04-16 17:44:24 +02:00
obrusvit
2c133f2a84 feat(eckhart): implement homescreen ButtonContent 2025-04-16 17:44:24 +02:00
obrusvit
cec8b0b171 feat(eckhart): implement show_error
- initial implementation to be improved
2025-04-16 17:44:24 +02:00
obrusvit
8b04cb2d7b feat(eckhart): implement confirm_emphasized 2025-04-16 17:44:24 +02:00
obrusvit
c2dc8933a2 chore: fix clippy and style 2025-04-16 17:44:24 +02:00
obrusvit
9d53e6897e feat(eckhart): implement BootloaderUI
- implementation using the new bootloader components
- the implementation sits in the separate file `ui_bootloader.rs`
2025-04-16 17:44:24 +02:00
obrusvit
411b6e2330 feat(eckhart): implement bootloader components
- skimmed variants of Header, ActionBar, TextScreen, Menu
- implement ErrorScreen
- implement WelcomeScreen
- implement bootloader loader
2025-04-16 17:44:24 +02:00
obrusvit
7b756f3c7e chore(eckhart): cleanup theme module 2025-04-16 17:44:24 +02:00
obrusvit
cd8f0d8b3f chore(eckhart): delete old bootloader components 2025-04-16 17:44:24 +02:00
obrusvit
8b20866566 feat(eckhart): feature-gate non-bootloader fonts 2025-04-16 17:44:24 +02:00
Lukas Bielesch
4fb09f7271 feat(eckhart): show danger flow 2025-04-16 17:44:24 +02:00