1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-08 14:31:06 +00:00
trezor-firmware/core/embed
obrusvit 1653c7d250 refactor(core): move and cleanup show_share_words
- model_t version was moved from using plain Paragraph to a dedicated
component `ShareWords` so that it's consistent with other models. This
allowed to move formatting to Rust and allowed the trait function to
have `words` parameter of type `Vec<TString, 33>`
- model_r ShareWords::render slightly refactored to be consistent with
the new model_t version
- mercury uses a unique version. The reason is that mercury SwipeFlow
contains also the initial screen with instructions and prompt screen at
the end.
2024-11-27 01:27:58 +01:00
..
gfx refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
io fix(core): fix enabling/disabling haptics before the driver is initialized 2024-11-25 11:45:32 +01:00
models feat(core): add support for haptics on T3W1 2024-11-20 20:01:52 +01:00
projects feat(core): introduce trezorui_api 2024-11-26 23:07:43 +01:00
rtl refactor(core): restructure embed folder 2024-11-18 09:41:02 +01:00
rust refactor(core): move and cleanup show_share_words 2024-11-27 01:27:58 +01:00
sec refactor(core): use separate implementation of secret.c for unix 2024-11-25 16:59:45 +01:00
sys fix(core/kernel): properly cut off error message 2024-11-25 16:23:05 +01:00
upymod feat(core): introduce trezorui_api 2024-11-26 23:07:43 +01:00
util fix(core): fix invalid symbol for deflated bootloader 2024-11-20 16:23:34 +01:00