Lukas Bielesch
25345d07d3
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-04-16 17:11:08 +02:00
Lukas Bielesch
affac24f40
chore(automation): enable new github jobs for T3W1
2025-04-16 17:11:08 +02:00
Lukas Bielesch
bf1da542e4
feat(eckhart): set brightness screen
2025-04-16 17:11:08 +02:00
Lukas Bielesch
33bf5143a3
chore(eckhart): Update warnings title
2025-04-16 17:11:08 +02:00
Lukas Bielesch
74dfb68ba2
feat(eckhart): confirm output flow
2025-04-16 17:11:07 +02:00
Lukas Bielesch
51c917bfed
feat(eckhart): confirm summary flow
2025-04-16 17:11:07 +02:00
Lukas Bielesch
6f2f59ddaf
chore(eckhart): text screen subtitle
2025-04-16 17:11:07 +02:00
Lukas Bielesch
7775485925
chore(eckhart): add mono light font + remove trailing hyphen from mono styles
2025-04-16 17:11:07 +02:00
Lukas Bielesch
30b686b8bb
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:11:07 +02:00
Lukas Bielesch
bbee98216a
chore(eckhart): make recovery notifications layout-specific
2025-04-16 17:11:07 +02:00
Lukas Bielesch
0732da4812
chore(eckhart): implement show success delay
2025-04-16 17:11:07 +02:00
Lukas Bielesch
30e3c7ea8f
feat(eckhart): show_group_share_success
2025-04-16 17:11:07 +02:00
Lukas Bielesch
f02b317f99
feat(eckahrt): continue recovery flow
2025-04-16 17:11:07 +02:00
Lukas Bielesch
eb65306daa
feat(eckhart): implement show checklist
2025-04-16 17:11:07 +02:00
Lukas Bielesch
71a89f71f2
chore(eckhart): implement text screen for checklist
2025-04-16 17:11:07 +02:00
Lukas Bielesch
6c033cc09d
chore(eckhart): add checklist icons
2025-04-16 17:11:07 +02:00
obrusvit
3934d5d3c8
feat(eckhart): default homescreen
2025-04-16 17:11:07 +02:00
obrusvit
65df15fbdc
feat(eckhart): make homescreen hold to lock
...
- lock the device by long-pressing the homescreen anywhere but the
action bar
2025-04-16 17:11:07 +02:00
obrusvit
55a9392541
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:11:07 +02:00
obrusvit
da9d0f3355
feat(eckhart): implement homescreen and lockscreen
...
- HomeScreen, ConfirmHomescreen full-screen components
- respective FirmwareUI implementation
2025-04-16 17:11:07 +02:00
obrusvit
dc9958e5a6
feat(eckhart): implement homescreen ButtonContent
2025-04-16 17:11:07 +02:00
obrusvit
8b0167209c
feat(eckhart): implement show_error
...
- initial implementation to be improved
2025-04-16 17:11:07 +02:00
obrusvit
88addeddea
feat(eckhart): implement confirm_emphasized
2025-04-16 17:11:07 +02:00
obrusvit
8cb0cbcfe5
fix(tests): handle layout-specific translations
2025-04-16 17:11:07 +02:00
obrusvit
d30f18e892
chore: fix clippy and style
2025-04-16 17:11:07 +02:00
obrusvit
6df7e53760
feat(eckhart): implement BootloaderUI
...
- implementation using the new bootloader components
- the implementation sits in the separate file `ui_bootloader.rs`
2025-04-16 17:11:07 +02:00
obrusvit
034cbfc7c2
feat(eckhart): implement bootloader components
...
- skimmed variants of Header, ActionBar, TextScreen, Menu
- implement ErrorScreen
- implement WelcomeScreen
- implement bootloader loader
2025-04-16 17:11:07 +02:00
obrusvit
46933a3998
chore(eckhart): cleanup theme module
2025-04-16 17:11:07 +02:00
obrusvit
e21d160717
chore(eckhart): delete old bootloader components
2025-04-16 17:11:07 +02:00
obrusvit
a321a30653
feat(eckhart): feature-gate non-bootloader fonts
2025-04-16 17:11:07 +02:00
Lukas Bielesch
f0e0a2c673
chore(eckhart): update address warnings
2025-04-16 17:11:07 +02:00
Lukas Bielesch
e991b58a1f
feat(eckhart): show danger flow
2025-04-16 17:11:07 +02:00
Lukas Bielesch
cecc637e89
feat(eckhart): receive address flow
2025-04-16 17:11:07 +02:00
Lukas Bielesch
1a33e763e7
feat(eckhart): full-screen QR screen component
2025-04-16 17:11:07 +02:00
Lukas Bielesch
3d9b6539fc
chore(eckhart): add new action bar mode
2025-04-16 17:11:07 +02:00
Lukas Bielesch
df11e56bd9
refactor(eckhart): update fonts and disabled button style
2025-04-16 17:11:07 +02:00
Lukas Bielesch
4da4481852
refactor(eckhart): remove unused param
2025-04-16 17:11:07 +02:00
Lukas Bielesch
c107719c80
chore(eckhart): Fix translation pattern
2025-04-16 17:11:07 +02:00
obrusvit
92341beae3
refactor(eckhart): ignore empty description
...
- don't show empty text in confirm_action
2025-04-16 17:11:07 +02:00
obrusvit
2c569ed56c
feat(eckhart): improve ActionBar content
...
- button content is moved towards the center a bit
- shrink left button at the last page of paginated component
- change the order of render in `TextScreen` to account for Header
overlay. If the main content reaches the Header area, we do not want to
overlay it during Hold to Confirm animation
2025-04-16 17:11:07 +02:00
obrusvit
b95e10cd40
refactor(eckhart): separate theme to fw and bld
2025-04-16 17:11:07 +02:00
obrusvit
1af39590be
refactor(eckhart): separate firmware components
2025-04-16 17:11:07 +02:00
Lukas Bielesch
8e7a26e1ae
feat(eckhart): full-screen input number component
2025-04-16 17:11:07 +02:00
Lukas Bielesch
18d9f936db
chore(eckhart): add action bar touch expansion function
2025-04-16 17:11:07 +02:00
Lukas Bielesch
dfba5bd5b4
chore(eckhart): add plus and minus icons
2025-04-16 17:11:07 +02:00
Lukas Bielesch
bfc5e64db4
chore(eckhart): update existing components accordint to new design
2025-04-16 17:11:07 +02:00
Lukas Bielesch
a73f6ee476
feat(eckahrt): implement show info UI trait function
2025-04-16 17:11:07 +02:00
Lukas Bielesch
c5ca22dc2f
feat(eckhart): prompt backup flow
2025-04-16 17:11:07 +02:00
Lukas Bielesch
f45a4911bb
chore(eckhart): temporarily implement show progress UI trait function
2025-04-16 17:11:07 +02:00
Lukas Bielesch
20e298f793
feat(eckhart): confirm reset flow
2025-04-16 17:11:07 +02:00