Martin Milata
317e44adfc
refactor(core): device menu modules
...
[no changelog]
2025-04-16 17:11:08 +02:00
Ioan Bizău
9f0a87cb96
fix(eckhart): optimize device menu
2025-04-16 17:11:08 +02:00
Ioan Bizău
3aae247e43
feat(eckhart): send device name and version to the device menu
2025-04-16 17:11:08 +02:00
Ioan Bizău
e2d24c6a79
feat(eckhart): layouts for device pairing
2025-04-16 17:11:08 +02:00
Ioan Bizău
4a62ab5232
feat(eckhart): introduce the device menu
2025-04-16 17:11:08 +02:00
obrusvit
c646acfdf6
feat(eckhart): gradient buttons
2025-04-16 17:11:08 +02:00
obrusvit
f141e91607
chore(eckhart): remove Hint animation code
2025-04-16 17:11:08 +02:00
Lukas Bielesch
30a8354f48
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:11:08 +02:00
obrusvit
fc1b485cc1
feat(eckhart): improve confirmations
2025-04-16 17:11:08 +02:00
obrusvit
183ec9eca1
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:11:08 +02:00
obrusvit
6d7fe79e57
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:11:08 +02:00
Lukas Bielesch
4a92d02015
chore(eckhart): require long press to lock even with disabled animations
2025-04-16 17:11:08 +02:00
Lukas Bielesch
6c5750ea3c
chore(eckhart): update get address flow
2025-04-16 17:11:08 +02:00
Lukas Bielesch
f814f15a50
chore(eckhart): add missing button requests
2025-04-16 17:11:08 +02:00
Lukas Bielesch
3f0e772122
chore(eckhart): update trace function for firmware components
2025-04-16 17:11:08 +02:00
Lukas Bielesch
4686fa4045
fix(eckhart): fix last pending char for max len passphrase
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
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
Lukas Bielesch
d2161dc04f
chore(eckhart): add warning text styles
2025-04-16 17:11:07 +02:00
Lukas Bielesch
41f20fca27
chore(eckhart): implement Swipable trait for vertical menu screen
2025-04-16 17:11:07 +02:00
Lukas Bielesch
e9efdde79b
core(eckhart): Fix failing unit test and warnings
2025-04-16 17:11:07 +02:00
Lukas Bielesch
4b27290f27
feat(eckhart): Full-screen get count component
2025-04-16 17:11:07 +02:00
obrusvit
2ccdee577b
feat(eckhart): add easing and rollback to HtC anim
...
- also switch corner icons to 4px width
2025-04-16 17:11:07 +02:00
obrusvit
46c1ff7e9f
feat(eckhart): add alpha to ScreenBorder
2025-04-16 17:11:07 +02:00
obrusvit
42d37de9fa
chore(eckhart): fix some clippy warnings
2025-04-16 17:11:07 +02:00
Lukas Bielesch
92f374b57b
feat(eckhart): Add SLIP39 input component
2025-04-16 17:11:07 +02:00
Lukas Bielesch
f0a43e4cdd
feat(eckhart): Add BIP39 input component
2025-04-16 17:11:07 +02:00
Lukas Bielesch
6d50deb5c2
feat(eckhart): full-screen mnemonic component
2025-04-16 17:11:07 +02:00
Lukas Bielesch
dc91cd6cf7
feat(eckhart): passphrase flow
2025-04-16 17:11:07 +02:00
Lukas Bielesch
85fdb09dd1
feat(eckhart): full-screen passphrase component
2025-04-16 17:11:07 +02:00
Lukas Bielesch
953c22234d
feat(eckhart): full-screen PIN keyboard component
2025-04-16 17:11:07 +02:00
Lukas Bielesch
fead59d7b4
feat(eckhart): keypad component
2025-04-16 17:11:07 +02:00
Lukas Bielesch
6db3ce4d84
feat(ui): Add visibility-checking function to Maybe struct
2025-04-16 17:11:07 +02:00
Lukas Bielesch
3820c1ae9e
feat(ui): Add function for expanding Button touch area
2025-04-16 17:11:07 +02:00
Lukas Bielesch
83103ecb67
feat(eckhart): Add common keyboard functionality
2025-04-16 17:11:07 +02:00
Lukas Bielesch
ed7d562a53
feat(eckhart): keyboard button styles
2025-04-16 17:11:07 +02:00
Lukas Bielesch
9eb4cc37bc
feat(eckhart): Add parametrized content offset to Button
2025-04-16 17:11:07 +02:00
Lukas Bielesch
05d61962da
chore(eckhart): Add dynamic padding option to vertical menu. Update rendering of separarators in vertical menu.
2025-04-16 17:11:07 +02:00
Lukas Bielesch
e527ed0253
feat(eckhart): full-screen select word component
2025-04-16 17:11:07 +02:00
Lukas Bielesch
eb782da19a
chore(eckhart): Remove redundant code
2025-04-16 17:11:07 +02:00
Lukas Bielesch
c46be8a6a9
chore(eckhart): Add dynamic padding option to vertical menu.
...
Update rendering of separarators in vertical menu.
2025-04-16 17:11:07 +02:00
Lukas Bielesch
08389a3ea9
feat(eckhart): Add new Button 'is_pressed' function
2025-04-16 17:11:07 +02:00
Lukas Bielesch
06096ddf29
chore(eckhart): fix button text and subtext rendering
2025-04-16 17:11:06 +02:00
Lukas Bielesch
e772677b06
feat(eckhart): button styles for select word component
2025-04-16 17:11:06 +02:00
Lukas Bielesch
39b81b9d2d
feat(eckhart): share words flow
2025-04-16 17:11:06 +02:00
Lukas Bielesch
93c78b548b
feat(eckhart): full-screen share words component
2025-04-16 17:11:06 +02:00
Lukas Bielesch
9c4cf034db
chore(eckhart): improve HTC animation
2025-04-16 17:11:06 +02:00
obrusvit
82e58ced3b
feat(eckhart): expand touch area of ActionBar
2025-04-16 17:11:06 +02:00
obrusvit
a5bb525c73
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-04-16 17:11:06 +02:00
obrusvit
13009079e7
feat(eckhart): implement ScreenBorder overlay
...
- a static "custom shape" for eckhart layout which displays screen
overlay around the borders
2025-04-16 17:11:06 +02:00
Lukas Bielesch
8761702970
feat(eckhart): Update vertical menu components
2025-04-16 17:11:06 +02:00
Lukas Bielesch
0a49c0f8e0
feat(eckhart): Add new Back Header message type
2025-04-16 17:11:06 +02:00
Lukas Bielesch
1cfedce1ce
feat(eckhart): Add MenuItem button content type
2025-04-16 17:11:06 +02:00
Lukas Bielesch
f0b8d4a342
feat(eckhart): Add battery icons
2025-04-16 17:11:06 +02:00
Lukas Bielesch
894e13fd35
feat(eckhart): Add vertical menu button styles
2025-04-16 17:11:06 +02:00