Lukas Bielesch
fc993370c1
chore(eckhart): Add dynamic padding option to vertical menu.
...
Update rendering of separarators in vertical menu.
2025-02-26 15:55:18 +01:00
Lukas Bielesch
44aabc25b3
feat(eckhart): Add new Button 'is_pressed' function
2025-02-26 15:55:18 +01:00
Lukas Bielesch
26b82b292b
chore(eckhart): fix button text and subtext rendering
2025-02-26 15:55:18 +01:00
Lukas Bielesch
6dac00c911
feat(eckhart): button styles for select word component
2025-02-26 15:55:18 +01:00
Lukas Bielesch
b09c305878
feat(eckhart): share words flow
2025-02-26 15:55:18 +01:00
Lukas Bielesch
cc0d718755
feat(eckhart): full-screen share words component
2025-02-26 15:55:18 +01:00
Lukas Bielesch
ee88c044ae
chore(eckhart): improve HTC animation
2025-02-26 15:55:18 +01:00
obrusvit
8da8cdf85f
feat(eckhart): expand touch area of ActionBar
2025-02-26 15:55:18 +01:00
obrusvit
7bdbeee79c
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-02-26 15:55:18 +01:00
obrusvit
4744d7a093
feat(eckhart): implement ScreenBorder overlay
...
- a static "custom shape" for eckhart layout which displays screen
overlay around the borders
2025-02-26 15:55:18 +01:00
Lukas Bielesch
d0669956ea
feat(eckhart): Update vertical menu components
2025-02-26 15:55:18 +01:00
Lukas Bielesch
c9e9d2a3cb
feat(eckhart): Add new Back Header message type
2025-02-26 15:55:18 +01:00
Lukas Bielesch
c4f7168134
feat(eckhart): Add MenuItem button content type
2025-02-26 15:55:18 +01:00
Lukas Bielesch
364772c1e8
feat(eckhart): Add battery icons
2025-02-26 15:55:18 +01:00
Lukas Bielesch
f7dbfe991c
feat(eckhart): Add vertical menu button styles
2025-02-26 15:55:18 +01:00
obrusvit
c764ea2dc3
feat(eckhart): full-screen vertical menu component
2025-02-26 15:55:18 +01:00
obrusvit
5dde0f2961
feat(eckhart): implement a few show_xyz functions
2025-02-26 15:49:33 +01:00
obrusvit
9daa651817
feat(eckhart): implement confirm_value
2025-02-26 15:49:33 +01:00
obrusvit
2b81f99e15
feat(eckhart): implement confirm_action
2025-02-26 15:49:33 +01:00
obrusvit
f2c5456bf8
feat(core): add color op to FormattedText
...
[no changelog]
2025-02-26 15:49:33 +01:00
obrusvit
84d1aa225b
feat(eckhart): full-screen textual component
...
- TextScreen is a full-screen component for (paginated) texts
- it's supposed to wrap FormattedText or Paragraphs
2025-02-26 15:49:33 +01:00
obrusvit
2a01e043aa
feat(eckhart): action bar component
2025-02-26 15:49:33 +01:00
obrusvit
a399f90996
feat(eckhart): hint component
2025-02-26 15:49:33 +01:00
obrusvit
389940e2fb
feat(eckhart): header component
2025-02-26 15:48:00 +01:00
obrusvit
a3dcfacf77
feat(eckhart): provisional homescreen
2025-02-26 15:48:00 +01:00
obrusvit
ca302ca194
feat(eckhart): text styles
2025-02-26 15:48:00 +01:00
obrusvit
9622f20e4a
feat(eckhart): add fonts
2025-02-26 15:48:00 +01:00
obrusvit
70790a156d
feat(eckhart): icon set
2025-02-26 15:47:08 +01:00
obrusvit
821a9f04d1
feat(eckhart): color palette
2025-02-26 15:47:08 +01:00
obrusvit
ffc0bf8e45
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-02-26 15:47:08 +01:00
cepetr
f5a51b0671
feat(core): enable hw decoding of grayscale JPEGs
...
[no changelog]
2025-02-26 12:06:44 +01:00
M1nd3r
8302f70d2a
fix(test): remove print from device test test_singmessage_pagination
...
[no changelog]
2025-02-26 10:47:48 +01:00
tychovrahe
4221b8514b
feat(core/prodtest): implement NRF test functions
...
[no changelog]
2025-02-26 10:27:14 +01:00
tychovrahe
06223b78fe
refactor(ble): rename ble_management
...
[no changelog]
2025-02-26 10:27:14 +01:00
tychovrahe
c97dd18c2d
fix(core): fix NRF communication long message check
...
[no changelog]
2025-02-26 10:27:14 +01:00
tychovrahe
93f20bead1
feat(core/prodtest): add BLE testing
...
[no changelog]
2025-02-26 10:27:14 +01:00
tychovrahe
1fd83a9584
fix(core): fix nrf reboot function
...
[no changelog]
2025-02-26 10:27:14 +01:00
tychovrahe
37f0175a22
fix(ble): add missing mcuboot config
...
[no changelog]
2025-02-26 10:27:14 +01:00
cepetr
c57a59d123
feat(rust): introduce info overlay rendering
...
[no changelog]
2025-02-26 09:56:08 +01:00
cepetr
c72d85296d
refactor(rust): improve time module
...
[no changelog]
2025-02-26 09:56:08 +01:00
tychovrahe
10f3011663
feat(core/prodtest): add touch-draw command to prodtest
...
[no changelog]
2025-02-26 08:53:36 +01:00
tychovrahe
32bf5d82ff
feat(core/prodtest): add tropic01 HAL integration and basic production tests
...
[no changelog]
2025-02-26 08:53:16 +01:00
obrusvit
b00856a0bb
chore: update fixtures.json
2025-02-26 01:17:11 +01:00
matejcik
cd6ad7312e
fix(core): delizia tutorial should allow swipe-up from confirmation screens
2025-02-26 01:17:11 +01:00
matejcik
2dc14ad1e0
fix(core): modify Delizia tutorial to account for tap-to-continue
2025-02-26 01:17:11 +01:00
matejcik
6441d41646
fix(core): change "Swipe up" to "Tap to continue" everywhere
2025-02-26 01:17:11 +01:00
matejcik
f04b022662
refactor(core/rust): add a helper for a swipeup-footer
2025-02-26 01:17:11 +01:00
matejcik
5c7986d9b7
fix(tests): remove useless hold-to-confirm for delizia
...
when animations are disabled, hold-to-confirm has zero timeout
2025-02-26 01:17:11 +01:00
matejcik
b015eac9f7
style(core/rust): fix clippy complaints
2025-02-26 01:17:11 +01:00
matejcik
18fc7e1f82
refactor(core/rust): remove internal pager from SwipePage
2025-02-26 01:17:11 +01:00