1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-03 21:18:17 +00:00
trezor-firmware/core/embed/rust/src
Ioan Bizău 3b40950f7a refactor(core): drop confirm_blob_with_optional_pagination
Commit c300576d6c introduced
`confirm_blob_with_optional_pagination` which proved to be unpopular and
impractical. This commit brings back the old behaviour of having the
`ask_pagination` parameter on `confirm_blob`. It also reverts back to
using the old way of paginating `confirm_blob` on model R, which the
aforementioned commit ignored and re-implemented from scratch.

[no changelog]
2024-11-15 12:45:59 +01:00
..
crypto refactor(core/rust): clean up macro namespace 2024-06-19 09:14:51 +02:00
micropython refactor(core/rust): introduce layout lifecycle states on Rust side 2024-11-12 16:55:17 +01:00
protobuf chore(core): allow encoding protobuf into memoryview 2024-11-15 08:47:24 +01:00
storage feat(core): added user adjustable brightness setting 2024-06-03 14:26:25 +02:00
translations chore(core) Translate hard-coded 'Enable labeling' string 2024-11-06 18:34:05 +01:00
trezorhal refactor(core): rename xframebuffer to framebuffer 2024-11-13 12:15:38 +01:00
ui refactor(core): drop confirm_blob_with_optional_pagination 2024-11-15 12:45:59 +01:00
debug.rs feat(core): introduce uformat!, use uDebug in favor of Debug 2024-06-19 09:14:51 +02:00
error.rs refactor(core/rust): clean up macro namespace 2024-06-19 09:14:51 +02:00
io.rs fix(core): fix slow jpeg decoding 2024-09-25 12:46:57 +02:00
lib.rs refactor(core/rust): clean up macro namespace 2024-06-19 09:14:51 +02:00
macros.rs feat(core): introduce uformat!, use uDebug in favor of Debug 2024-06-19 09:14:51 +02:00
maybe_trace.rs
strutil.rs refactor(core): remove StringType 2024-06-19 09:14:51 +02:00
time.rs feat(core): word quiz enter animation 2024-06-06 14:00:13 +02:00
trace.rs feat(all): implement translations into Trezor 2024-02-12 14:49:32 +01:00