1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-03 13:08:17 +00:00
trezor-firmware/core/embed/rust/src/ui
matejcik 48edb483a0 refactor(core/rust): streamline FlowState handling
* use the freed-up FlowState name for an alias to &'static dyn
FlowController
* replace StateChange with raw Decision
* move FlowState into Decision::Transition (the other Decisions should
not have the ability to change state
* also rename `transit` to `goto` which is a much better name
2024-09-26 10:00:48 +02:00
..
api refactor(core/embed): introduce system, tasks, applets and emergency mode 2024-09-24 12:21:53 +02:00
component refactor(core/rust): simplify code for internal paging events 2024-09-26 10:00:48 +02:00
display feat(core): deal with non-breaking spaces 2024-07-30 18:48:01 +03:00
flow refactor(core/rust): streamline FlowState handling 2024-09-26 10:00:48 +02:00
layout feat(core): ask for 20/33 words to unlock backup 2024-08-29 16:01:13 +02:00
model_mercury refactor(core/rust): streamline FlowState handling 2024-09-26 10:00:48 +02:00
model_tr fix(core): use new rendering in changing_text 2024-09-17 17:46:11 +02:00
model_tt fix(core): fix model T new-rendering loader 2024-09-17 17:46:11 +02:00
shape refactor(core/ui): alternative multipage footer 2024-09-02 19:36:25 +02:00
animation.rs refactor(core/rust): replace panic! by fatal_error! 2024-06-17 16:57:33 +02:00
backlight.rs refactor(core/rust): clean up macro namespace 2024-06-19 09:14:51 +02:00
button_request.rs refactor(core): send out ButtonRequest name 2024-07-19 11:28:07 +03:00
constant.rs
event.rs fix(core/mercury): do not block swipe on button press, abort press on swipe lock instead 2024-07-01 09:33:40 +02:00
geometry.rs feat(core): introduce uformat!, use uDebug in favor of Debug 2024-06-19 09:14:51 +02:00
lerp.rs
mod.rs refactor(core/rust): drop ui::macros 2024-06-19 09:14:51 +02:00
ui_features.rs feat(core/bootloader): only allow confirm-less firmware installation for full-trust images 2024-09-03 08:39:42 +02:00
util.rs fix(core/mercury): improve share words swiping animation 2024-07-29 09:07:35 +02:00