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
obrusvit
8485a39cbd
feat(eckhart): text styles
2025-05-27 16:57:40 +02:00
obrusvit
278e83440c
feat(eckhart): add fonts
2025-05-27 16:57:40 +02:00
obrusvit
eb2f0798d8
feat(eckhart): icon set
2025-05-27 16:57:40 +02:00
obrusvit
1fab856143
feat(eckhart): color palette
2025-05-27 16:57:40 +02:00
obrusvit
4bdd4da9fd
feat(eckhart): initial commit
...
- build
- directory structure
- bootloader UI and assets copied from delizia
- FirmwareUI trait functions are empty
- Python layout functions are copied from delizia except some of more
complicated ones which raise NotImplemented for now
2025-05-27 16:57:40 +02:00
Roman Zeyde
d52d4655d5
fix(core): don't confirm known Solana tokens' details
2025-05-27 15:32:15 +03:00
obrusvit
256d6d8ee7
fix(core/delizia): incorrect shares number input
2025-05-27 13:44:53 +02:00
obrusvit
0cd64d6a08
fix(core): fix Caesar PinEntry to use Title
...
- Title component uses Marquee internally which scrolls longer prompt
texts
- this fixes e.g. czech translations not fitting the screen
2025-05-26 01:32:55 +02:00
Ioan Bizău
b036345c5c
feat(caesar): implement show_danger
...
[no changelog]
2025-05-23 14:31:11 +02:00
Roman Zeyde
946fc89449
feat(core): send address & public key response before showing StatusScreen
...
Co-authored-by: matejcik <ja@matejcik.cz>
2025-05-21 16:37:38 +03:00
Ioan Bizău
508248bcb7
fix(delizia): make chunkified text have the same color
...
[no changelog]
2025-05-21 11:54:21 +02:00
Ioan Bizău
eb395000dc
fix(delizia): use "tap" instruction on warnings
...
[no changelog]
2025-05-21 11:54:21 +02:00
Ioan Bizău
0ba8173424
feat(core): introduce a flow for ethereum approve
2025-05-21 11:54:21 +02:00
Roman Zeyde
05f951784e
fix(core): fix tutorial-related translations
2025-05-19 14:45:30 +03:00
matejcik
9fc0c5d82b
docs: improve external definition documentation
...
and introduce the new URL scheme
[no changelog]
2025-05-19 11:14:20 +02:00
tychovrahe
0b7e53e72d
fix(core/bootloader): increase c_laoyout_t buffer size
...
[no changelog]
2025-05-16 14:56:23 +02:00
Roman Zeyde
846e890327
feat(core): count per-line execution when profiling
...
[no changelog]
2025-05-15 19:52:33 +03:00