1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-06-24 17:08:46 +00:00
Commit Graph

1043 Commits

Author SHA1 Message Date
Lukas Bielesch
ee4d91dabc feat(eckhart): prompt backup flow 2025-05-27 16:58:22 +02:00
Lukas Bielesch
f3b12ef7d3 chore(eckhart): temporarily implement show progress UI trait function 2025-05-27 16:58:04 +02:00
Lukas Bielesch
b172b9a41e feat(eckhart): confirm reset flow 2025-05-27 16:58:04 +02:00
Lukas Bielesch
90cf8faa67 chore(eckhart): add warning text styles 2025-05-27 16:58:04 +02:00
Lukas Bielesch
fc6ab53b3c chore(eckhart): implement Swipable trait for vertical menu screen 2025-05-27 16:58:04 +02:00
Lukas Bielesch
ec7d7d5335 core(eckhart): Fix failing unit test and warnings 2025-05-27 16:58:04 +02:00
Lukas Bielesch
d5abab2827 feat(eckhart): Full-screen get count component 2025-05-27 16:58:04 +02:00
obrusvit
648ce4ed12 feat(eckhart): add easing and rollback to HtC anim
- also switch corner icons to 4px width
2025-05-27 16:58:04 +02:00
obrusvit
1180f0ce41 feat(eckhart): add alpha to ScreenBorder 2025-05-27 16:58:04 +02:00
obrusvit
0ba54b2802 chore(eckhart): fix some clippy warnings 2025-05-27 16:58:04 +02:00
Lukas Bielesch
20d5c2364f feat(eckhart): Add SLIP39 input component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
8353c2ed8d feat(eckhart): Add BIP39 input component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
54772cad31 feat(eckhart): full-screen mnemonic component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
21043a7428 feat(eckhart): passphrase flow 2025-05-27 16:58:04 +02:00
Lukas Bielesch
d3f6620463 feat(eckhart): full-screen passphrase component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
c61f2b8e29 feat(eckhart): full-screen PIN keyboard component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
6195198367 feat(eckhart): keypad component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
e6ee930a35 feat(ui): Add visibility-checking function to Maybe struct 2025-05-27 16:58:04 +02:00
Lukas Bielesch
e922a6958c feat(ui): Add function for expanding Button touch area 2025-05-27 16:58:04 +02:00
Lukas Bielesch
36ab23abc9 feat(eckhart): Add common keyboard functionality 2025-05-27 16:58:04 +02:00
Lukas Bielesch
e3a123152d feat(eckhart): keyboard button styles 2025-05-27 16:58:04 +02:00
Lukas Bielesch
d1c5b3dda0 feat(eckhart): Add parametrized content offset to Button 2025-05-27 16:58:04 +02:00
Lukas Bielesch
69741a520d chore(eckhart): Add dynamic padding option to vertical menu. Update rendering of separarators in vertical menu. 2025-05-27 16:58:04 +02:00
Lukas Bielesch
ce33cb87dd feat(eckhart): full-screen select word component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
ff7346fc3d chore(eckhart): Remove redundant code 2025-05-27 16:58:04 +02:00
Lukas Bielesch
55750b244e chore(eckhart): Add dynamic padding option to vertical menu.
Update rendering of separarators in vertical menu.
2025-05-27 16:58:04 +02:00
Lukas Bielesch
c3fb5d706d feat(eckhart): Add new Button 'is_pressed' function 2025-05-27 16:58:04 +02:00
Lukas Bielesch
a72000a7e4 chore(eckhart): fix button text and subtext rendering 2025-05-27 16:58:04 +02:00
Lukas Bielesch
4250af3672 feat(eckhart): button styles for select word component 2025-05-27 16:58:04 +02:00
Lukas Bielesch
0d07489899 feat(eckhart): share words flow 2025-05-27 16:58:04 +02:00
Lukas Bielesch
6dabb8f548 feat(eckhart): full-screen share words component 2025-05-27 16:57:41 +02:00
Lukas Bielesch
5b0749012d chore(eckhart): improve HTC animation 2025-05-27 16:57:41 +02:00
obrusvit
77f86fd132 feat(eckhart): expand touch area of ActionBar 2025-05-27 16:57:41 +02:00
obrusvit
f7401a2a90 feat(eckhart): implement hold to confirm anim
- HoldToConfirmAnim is driven by the ActionBar in case the right_button
is configured with `long_press`
- HoldToConfirmAnim optionally draws an Header overaly with custom text
- disabling animations is respected
- easing function is not yet finalized
- a few minor fixes along the way
2025-05-27 16:57:41 +02:00
obrusvit
2ac3661e03 feat(eckhart): implement ScreenBorder overlay
- a static "custom shape" for eckhart layout which displays screen
overlay around the borders
2025-05-27 16:57:41 +02:00
Lukas Bielesch
738a5e1a37 feat(eckhart): Update vertical menu components 2025-05-27 16:57:41 +02:00
Lukas Bielesch
0c6a7c183b feat(eckhart): Add new Back Header message type 2025-05-27 16:57:41 +02:00
Lukas Bielesch
3c992bec3f feat(eckhart): Add MenuItem button content type 2025-05-27 16:57:41 +02:00
Lukas Bielesch
c603b8fab0 feat(eckhart): Add battery icons 2025-05-27 16:57:41 +02:00
Lukas Bielesch
21e6cbc3fe feat(eckhart): Add vertical menu button styles 2025-05-27 16:57:41 +02:00
obrusvit
d2edf8e81f feat(eckhart): full-screen vertical menu component 2025-05-27 16:57:41 +02:00
obrusvit
c74509ffbf feat(eckhart): implement a few show_xyz functions 2025-05-27 16:57:41 +02:00
obrusvit
2fd4cda706 feat(eckhart): implement confirm_value 2025-05-27 16:57:41 +02:00
obrusvit
36a762f6b7 feat(eckhart): implement confirm_action 2025-05-27 16:57:41 +02:00
obrusvit
58a15f6faf feat(core): add color op to FormattedText
[no changelog]
2025-05-27 16:57:41 +02:00
obrusvit
7bc52f32db feat(eckhart): full-screen textual component
- TextScreen is a full-screen component for (paginated) texts
- it's supposed to wrap FormattedText or Paragraphs
2025-05-27 16:57:40 +02:00
obrusvit
494a8ffbe6 feat(eckhart): action bar component 2025-05-27 16:57:40 +02:00
obrusvit
a72a71e114 feat(eckhart): hint component 2025-05-27 16:57:40 +02:00
obrusvit
0a64ffd508 feat(eckhart): header component 2025-05-27 16:57:40 +02:00
obrusvit
490d622df4 feat(eckhart): provisional homescreen 2025-05-27 16:57:40 +02:00