1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-02-28 15:22:14 +00:00
Commit Graph

14531 Commits

Author SHA1 Message Date
Lukas Bielesch
0db51e8624 feat(eckhart): Add SLIP39 input component 2025-02-26 16:46:35 +01:00
Lukas Bielesch
caf3c304ed feat(eckhart): Add BIP39 input component 2025-02-26 16:46:35 +01:00
Lukas Bielesch
93f900b734 feat(eckhart): full-screen mnemonic component 2025-02-26 16:46:35 +01:00
Lukas Bielesch
89b05ae0d3 feat(eckhart): passphrase flow 2025-02-26 16:46:35 +01:00
Lukas Bielesch
cfb3a6dd6b feat(eckhart): full-screen passphrase component 2025-02-26 15:55:18 +01:00
Lukas Bielesch
a1ff7d6ee3 feat(eckhart): full-screen PIN keyboard component 2025-02-26 15:55:18 +01:00
Lukas Bielesch
478cf9045d feat(eckhart): keypad component 2025-02-26 15:55:18 +01:00
Lukas Bielesch
305f535067 feat(ui): Add visibility-checking function to Maybe struct 2025-02-26 15:55:18 +01:00
Lukas Bielesch
40ba04054f feat(ui): Add function for expanding Button touch area 2025-02-26 15:55:18 +01:00
Lukas Bielesch
84dc09ffcc feat(eckhart): Add common keyboard functionality 2025-02-26 15:55:18 +01:00
Lukas Bielesch
a1a52713ee feat(eckhart): keyboard button styles 2025-02-26 15:55:18 +01:00
Lukas Bielesch
78656bdfff feat(eckhart): Add parametrized content offset to Button 2025-02-26 15:55:18 +01:00
Lukas Bielesch
7109b8c971 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
38447e0ce1 feat(eckhart): full-screen select word component 2025-02-26 15:55:18 +01:00
Lukas Bielesch
c007402b4c chore(eckhart): Remove redundant code 2025-02-26 15:55:18 +01:00
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