Martin Milata
11b390c700
feat(core): BLE pairing flow
2025-05-16 00:15:34 +02:00
Martin Milata
e9d7c1ed6d
feat(core/ui): eckhart: BLE event handling
...
[no changelog]
2025-05-16 00:14:20 +02:00
obrusvit
b4ba7bca28
chore: regenerate signatures
2025-05-15 13:39:51 +02:00
obrusvit
4e34d98794
fix(eckhart): a few alignment and style issues
2025-05-15 13:39:51 +02:00
Lukas Bielesch
273ef23005
fix(eckhart): fix unstable click tests
2025-05-15 13:39:51 +02:00
Lukas Bielesch
deff47531a
feat(eckhart): confirm_signverify, confirm_blob, ethereum, solana and nostr support
2025-05-15 13:39:51 +02:00
Lukas Bielesch
48ae2bad26
chore(eckhart): use dedicated function for menu buttons creation
2025-05-15 13:39:51 +02:00
Lukas Bielesch
11fb6f3e90
chore(eckhart): update show_mismatch, confirm_output and confirm_value and progress_screen functions
2025-05-15 13:39:51 +02:00
Lukas Bielesch
ae199b98a8
feat(eckhart): implement trait functions: confirm_value_intro,
...
confirm_modify_output, confirm_modify_fee, confirm_with_menu,
show_info_with_cancel and confirm_props
2025-05-15 13:39:51 +02:00
Lukas Bielesch
963a42b902
feat(eckhart): update request number trait function
...
add request number flow instead of screen only
add updatable info screen to show extra information
2025-05-15 13:39:51 +02:00
Lukas Bielesch
162e6e2a9e
chore(eckhart) update get_address flow to use xpubs
...
update test to scroll throiugh an entire page
2025-05-15 13:39:51 +02:00
Lukas Bielesch
401289d6ee
chore(eckhart): remove line ending hyphens from mono fonts
2025-05-15 13:39:51 +02:00
Lukas Bielesch
79558b5305
chore(eckhart): TextScreen improvements
...
update page count for the content,
add page limit,
enable subtitle to have two lines
2025-05-15 13:39:51 +02:00
obrusvit
6c6070704d
chore(eckhart): remove animation code from Header
2025-05-15 13:39:51 +02:00
obrusvit
e81c97bdda
feat(eckhart): progress screen
...
- implement `show_progress` and `show_progress_coinjoin` FirmwareUI
functions
2025-05-15 13:39:51 +02:00
obrusvit
86abe5e0f9
feat(eckhart): implement render_loader
...
- `render_loader` shows classic circular loader going around the
display, implemented by rendering `ScreenBorder` and hiding it by 5
black rectangles which progressively diminish
- `render_loader_indeterminate` shows progress loader without known
duration, implemented by rendering `ScreenBorder` in clip which travels
around the SCREEN in an octagonal shape. This achieves an effect of a
constant length line going around the screen shape
2025-05-15 13:39:51 +02:00
obrusvit
b2d334272e
feat(eckhart): extract tile pattern constants
2025-05-15 13:39:51 +02:00
obrusvit
d02c11ff3c
chore(eckhart): re-export new Close icon
2025-05-15 13:39:51 +02:00
Lukas Bielesch
00f58bd199
chore(eckhart): provide short and long vertical menu
2025-05-15 13:39:51 +02:00
Lukas Bielesch
ebf1ee9a62
chore(eckhart): Update components
...
Fix show_error action bar and header colors
Implement AllowedTextContent for FidoCredential
Add new return type for VerticalMenuScreen
2025-05-15 13:39:51 +02:00
Lukas Bielesch
81e523885a
feat(eckhart): add FIDO2 support
...
FidoCredential component, confirm_fido flow and icons
2025-05-15 13:39:51 +02:00
Lukas Bielesch
3785e851d5
chore(eckhart): enable vertical menu swipe without animations
2025-05-15 13:39:51 +02:00
Lukas Bielesch
005191525b
chore(eckhart): Implement new struct for word-selection menu
...
This simplifies the implementation of the verical menu
2025-05-15 13:39:51 +02:00
Lukas Bielesch
941875c254
core(eckhart): Update Vertical Menu
...
Leave event processing to the Vertical Menu
Disable scrolling when the menu fits the screen
2025-05-15 13:39:51 +02:00
obrusvit
3ff6b55520
test: fix T3W1 rust tests
2025-05-15 13:39:51 +02:00
obrusvit
8a97dcaf5c
feat(eckhart): use gradients in ActionBar
2025-05-15 13:39:51 +02:00
obrusvit
f75d45081d
feat(eckhart): fix hint padding
2025-05-15 13:39:51 +02:00
Ioan Bizău
07424f1625
fix(eckhart): optimize device menu
2025-05-15 13:39:50 +02:00
Ioan Bizău
1029fe684c
feat(eckhart): send device name and version to the device menu
2025-05-15 13:39:50 +02:00
Ioan Bizău
e2dda46c4b
feat(eckhart): layouts for device pairing
2025-05-15 13:39:50 +02:00
Ioan Bizău
bc8a90a25e
feat(eckhart): introduce the device menu
2025-05-15 13:39:50 +02:00
obrusvit
5fc535b0b7
feat(eckhart): gradient buttons
2025-05-15 13:39:50 +02:00
obrusvit
ddd11e1b8f
chore(eckhart): remove Hint animation code
2025-05-15 13:39:50 +02:00
Lukas Bielesch
b335e92730
fix(eckhart): Fix behavior of set brightness screen:
...
Do not confirm brightness by releasing finger, but by pressing the cross button.
2025-05-15 13:39:50 +02:00
obrusvit
435be1cc15
feat(eckhart): improve confirmations
2025-05-15 13:39:50 +02:00
obrusvit
301776728f
feat(eckhart): auto PaginateOnly for TextScreen
...
- make sure that TextScreen has at least PaginateOnly ActionBar if the
content doesn't fit
2025-05-15 13:39:50 +02:00
obrusvit
e17e60c16f
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-05-15 13:39:50 +02:00
Lukas Bielesch
fae1353829
chore(eckhart): require long press to lock even with disabled animations
2025-05-15 13:39:50 +02:00
Lukas Bielesch
f702ed35c6
chore(eckhart): update get address flow
2025-05-15 13:39:50 +02:00
Lukas Bielesch
887d1be650
chore(eckhart): add missing button requests
2025-05-15 13:39:50 +02:00
Lukas Bielesch
d96ed728eb
chore(eckhart): update trace function for firmware components
2025-05-15 13:39:50 +02:00
Lukas Bielesch
438632c785
fix(eckhart): fix last pending char for max len passphrase
2025-05-15 13:39:50 +02:00
Lukas Bielesch
4ca2e75a06
feat(eckhart): set brightness screen
2025-05-15 12:40:15 +02:00
Lukas Bielesch
0d40bb76b3
feat(eckhart): confirm output flow
2025-05-15 12:40:15 +02:00
Lukas Bielesch
12f46d3e67
feat(eckhart): confirm summary flow
2025-05-15 12:40:15 +02:00
Lukas Bielesch
4f5f5449a3
chore(eckhart): text screen subtitle
2025-05-15 12:40:15 +02:00
Lukas Bielesch
3263abe5fb
chore(eckhart): add mono light font + remove trailing hyphen from mono styles
2025-05-15 12:40:15 +02:00
Lukas Bielesch
44db238f08
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-05-15 12:40:15 +02:00
Lukas Bielesch
d2b19c18eb
chore(eckhart): implement show success delay
2025-05-15 12:40:15 +02:00
Lukas Bielesch
2af85a5efb
feat(eckhart): show_group_share_success
2025-05-15 12:40:15 +02:00