1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-03-29 06:25:46 +00:00
Commit Graph

4454 Commits

Author SHA1 Message Date
Lukas Bielesch
1663e021a2 feat(eckhart): confirm reset flow 2025-03-19 14:38:54 +01:00
Lukas Bielesch
c8f23df1fc chore(eckhart): add warning text styles 2025-03-19 14:38:54 +01:00
Lukas Bielesch
bc0ae5b580 chore(eckhart): implement Swipable trait for vertical menu screen 2025-03-19 14:38:54 +01:00
Lukas Bielesch
275db9a161 core(eckhart): Fix failing unit test and warnings 2025-03-19 14:38:54 +01:00
Lukas Bielesch
dd62463006 feat(eckhart): Full-screen get count component 2025-03-19 14:38:54 +01:00
obrusvit
558fba9288 feat(eckhart): add easing and rollback to HtC anim
- also switch corner icons to 4px width
2025-03-19 14:38:54 +01:00
obrusvit
13b0e2a7db feat(eckhart): add alpha to ScreenBorder 2025-03-19 14:38:54 +01:00
obrusvit
da001d006a chore(eckhart): fix some clippy warnings 2025-03-19 14:38:54 +01:00
Lukas Bielesch
bb4be8111c feat(eckhart): Add SLIP39 input component 2025-03-19 14:38:54 +01:00
Lukas Bielesch
31caf795cb feat(eckhart): Add BIP39 input component 2025-03-19 14:38:54 +01:00
Lukas Bielesch
4497085579 feat(eckhart): full-screen mnemonic component 2025-03-19 14:38:54 +01:00
Lukas Bielesch
68b209a39c feat(eckhart): passphrase flow 2025-03-19 14:38:54 +01:00
Lukas Bielesch
1e79cd31e0 feat(eckhart): full-screen passphrase component 2025-03-19 14:38:54 +01:00
Lukas Bielesch
528cafaf2f feat(eckhart): full-screen PIN keyboard component 2025-03-19 14:38:54 +01:00
Lukas Bielesch
835b9e40c4 feat(eckhart): keypad component 2025-03-19 14:38:54 +01:00
Lukas Bielesch
c16067e71c feat(ui): Add visibility-checking function to Maybe struct 2025-03-19 14:38:54 +01:00
Lukas Bielesch
288c714ed2 feat(ui): Add function for expanding Button touch area 2025-03-19 14:38:53 +01:00
Lukas Bielesch
162954e371 feat(eckhart): Add common keyboard functionality 2025-03-19 14:38:53 +01:00
Lukas Bielesch
48bfcbc63c feat(eckhart): keyboard button styles 2025-03-19 14:38:53 +01:00
Lukas Bielesch
3afbeb708e feat(eckhart): Add parametrized content offset to Button 2025-03-19 14:38:53 +01:00
Lukas Bielesch
4fd0294423 chore(eckhart): Add dynamic padding option to vertical menu. Update rendering of separarators in vertical menu. 2025-03-19 14:38:53 +01:00
Lukas Bielesch
2755b17da5 feat(eckhart): full-screen select word component 2025-03-19 14:38:53 +01:00
Lukas Bielesch
f2984bdd23 chore(eckhart): Remove redundant code 2025-03-19 14:38:53 +01:00
Lukas Bielesch
ee0839e8d4 chore(eckhart): Add dynamic padding option to vertical menu.
Update rendering of separarators in vertical menu.
2025-03-19 14:38:53 +01:00
Lukas Bielesch
82a20c0048 feat(eckhart): Add new Button 'is_pressed' function 2025-03-19 14:38:53 +01:00
Lukas Bielesch
77fda140f2 chore(eckhart): fix button text and subtext rendering 2025-03-19 14:38:53 +01:00
Lukas Bielesch
4a5ef52be9 feat(eckhart): button styles for select word component 2025-03-19 14:38:53 +01:00
Lukas Bielesch
2ca5bf35e5 feat(eckhart): share words flow 2025-03-19 14:38:53 +01:00
Lukas Bielesch
ee13f4e07f feat(eckhart): full-screen share words component 2025-03-19 14:38:53 +01:00
Lukas Bielesch
8853be3e01 chore(eckhart): improve HTC animation 2025-03-19 14:38:53 +01:00
obrusvit
4b979a9a8a feat(eckhart): expand touch area of ActionBar 2025-03-19 14:38:53 +01:00
obrusvit
f622b7d845 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-03-19 14:38:53 +01:00
obrusvit
acb6809a26 feat(eckhart): implement ScreenBorder overlay
- a static "custom shape" for eckhart layout which displays screen
overlay around the borders
2025-03-19 14:38:53 +01:00
Lukas Bielesch
d7ef9da2f2 feat(eckhart): Update vertical menu components 2025-03-19 14:38:53 +01:00
Lukas Bielesch
6832d34a82 feat(eckhart): Add new Back Header message type 2025-03-19 14:38:53 +01:00
Lukas Bielesch
5b2852c68b feat(eckhart): Add MenuItem button content type 2025-03-19 14:38:53 +01:00
Lukas Bielesch
f22ddb5da4 feat(eckhart): Add battery icons 2025-03-19 14:38:53 +01:00
Lukas Bielesch
acd3badb2a feat(eckhart): Add vertical menu button styles 2025-03-19 14:38:53 +01:00
obrusvit
cbebbd713e feat(eckhart): full-screen vertical menu component 2025-03-19 14:38:53 +01:00
obrusvit
b88ffd5d65 feat(eckhart): implement a few show_xyz functions 2025-03-19 14:38:53 +01:00
obrusvit
472edcadb7 feat(eckhart): implement confirm_value 2025-03-19 14:38:53 +01:00
obrusvit
681a86646f feat(eckhart): implement confirm_action 2025-03-19 14:38:53 +01:00
obrusvit
4ac068eeec feat(core): add color op to FormattedText
[no changelog]
2025-03-19 14:38:53 +01:00
obrusvit
45225e984a feat(eckhart): full-screen textual component
- TextScreen is a full-screen component for (paginated) texts
- it's supposed to wrap FormattedText or Paragraphs
2025-03-19 14:38:53 +01:00
obrusvit
6082b2b08c feat(eckhart): action bar component 2025-03-19 14:38:53 +01:00
obrusvit
73d163692d feat(eckhart): hint component 2025-03-19 14:38:53 +01:00
obrusvit
1b02696f76 feat(eckhart): header component 2025-03-19 14:38:53 +01:00
obrusvit
7039ad996d feat(eckhart): provisional homescreen 2025-03-19 14:38:53 +01:00
obrusvit
ba719f81b1 feat(eckhart): text styles 2025-03-19 14:38:53 +01:00
obrusvit
e47853510f feat(eckhart): add fonts 2025-03-19 14:38:53 +01:00