1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-08 15:48:08 +00:00
Commit Graph

474 Commits

Author SHA1 Message Date
Martin Milata
2f82b98b55 feat(core/ui): rust-based UI flows 2024-03-30 19:13:33 +01:00
obrusvit
3e42686f97 fix(core): port changes from drawlib to mercury
Again rebase on current drawlib
Move of canvas/Canvas to shape/Canvas.
Get rid of ui/shape/model.
A few other minor changes.

[no changelog]
2024-03-29 00:14:15 +01:00
obrusvit
85762a79de feat(core): T3T1 corner highlight shape
Adds a new shape which serves to highlight information within a
rectangle.
2024-03-28 23:33:29 +01:00
obrusvit
c605ea9838 feat(core): T3T1 Instructions component 2024-03-28 23:33:29 +01:00
obrusvit
30198e277e feat(core): T3T1 vertical menu 2024-03-28 23:33:29 +01:00
obrusvit
e35987790b fix(core): rebase on current drawlib
Port new render function signature to model_mercury.
Fix some rebase errors.
Also port recent changes from mp <-> rust iface.

[no changelog]
2024-03-28 23:33:29 +01:00
obrusvit
d13634cf66 feat(core): add rough TextStyles for T3T1 2024-03-28 23:33:29 +01:00
Martin Milata
c5336d71bc feat(core/ui): T3T1 frame 2024-03-28 23:33:29 +01:00
Martin Milata
5ed1516cc4 feat(core): add icons for T3T1 2024-03-28 23:33:29 +01:00
obrusvit
ec0dfd420e feat(core): add colors for T3T1 2024-03-28 23:33:29 +01:00
Martin Milata
e8950cdff8 feat(core): init T3T1 UI layouts
Start with copy of components and layouts from T2T1.
2024-03-28 23:33:29 +01:00
Martin Milata
a672bf1329 feat(core): init T3T1 UI layouts: meta 2024-03-28 23:33:25 +01:00
Martin Milata
4df43fcd59 feat(core): add fonts for T3T1 2024-03-28 23:31:41 +01:00
cepetr
534e24c34d WIP - integration - canvas folder moved 2024-03-27 12:08:20 +01:00
cepetr
1be00d543c WIP - replace painter by jpeg and bar components 2024-03-27 12:08:20 +01:00
cepetr
472a8bebd2 WIP - drawlib - low level refactoring 2024-03-27 12:08:20 +01:00
cepetr
174ab733ac WIP - drawlib - new geometry 2024-03-27 11:01:45 +01:00
cepetr
446eb6763b WIP - drawlib - bitmap refactored 2024-03-27 11:01:45 +01:00
cepetr
21ad1be4de WIP - drawlib - canvas moved to shape 2024-03-27 11:01:45 +01:00
cepetr
936ed18e48 refactor(core): integrate new drawing library 2024-03-27 11:01:45 +01:00
cepetr
407c049eb1 feat(core): introduce new drawing library 2024-03-27 11:01:45 +01:00
cepetr
0f0e533b07 fix(core): fix ts3 fonts 2024-03-27 11:01:45 +01:00
cepetr
47c3202a38 refactor(core): improve tjpg interface 2024-03-27 11:01:45 +01:00
cepetr
8a6438977c refactor(core/embed): move&rename display headers
lib/display.h -> lib/display_draw.h (temporary change)
lib/display.c -> lib/display_draw.c (temporary change)
lib/display_interface.h -> trezorhal/display.h (final change)

[no changelog]
2024-03-27 11:01:45 +01:00
cepetr
a1165d9326 feat(core): introduce skip function for UzlibContext
[no changelog]
2024-03-20 17:14:58 +01:00
cepetr
9575c81bd3 feat(core): introduce new color functions
[no changelog]
2024-03-20 17:14:58 +01:00
cepetr
474484d249 feat(core): introduce new toif functions
[no changelog]
2024-03-20 17:14:58 +01:00
cepetr
254de49a62 feat(core): introduce new point & rect functions
[no changelog]
2024-03-20 17:14:58 +01:00
cepetr
9d6827e2fb refactor(core): remove unused ui components
[no changelog]
2024-03-20 17:04:25 +01:00
cepetr
dc715d7c0d refactor(core): prepare for non mutable paint function
[no changelog]
2024-03-19 17:57:38 +01:00
cepetr
a54fe5e60f fix(core): fixed blurring algo panic in debug mode
[no changelog]
2024-03-19 14:54:54 +01:00
dependabot[bot]
3dc5e9b2db chore(deps): bump shlex from 1.0.0 to 1.3.0 in /core/embed/rust/fuzz
Bumps [shlex](https://github.com/comex/rust-shlex) from 1.0.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

---
updated-dependencies:
- dependency-name: shlex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 11:49:06 +01:00
dependabot[bot]
bd3b070942 chore(deps): bump shlex from 1.1.0 to 1.3.0 in /core/embed/rust
Bumps [shlex](https://github.com/comex/rust-shlex) from 1.1.0 to 1.3.0.
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

---
updated-dependencies:
- dependency-name: shlex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 10:41:53 +01:00
tychovrahe
e000b526cc refactor(core): extract common layout handling from bootloader ui implementations in rust
[no changelog]
2024-03-15 13:13:40 +01:00
matejcik
17678ef38d fix(core/rust): exclude altcoin strings from generated code 2024-03-08 13:17:12 +01:00
matejcik
ccf4b7e9eb fix(core/rust): convert bitcoin_only to an additive feature
universal_fw enables more features, as opposed to bitcoin_only removing features
2024-03-08 13:17:12 +01:00
matejcik
34965ca2cb refactor(core/ui): use LayoutObj signatures in layout files
* make sure every confirm_* returns None
* prefer "def -> Awaitable[T]" to "async def -> T" everywhere (avoids one useless allocation per call)
* type-check return values from Rust layouts
2024-03-07 09:53:00 +01:00
matejcik
0304484ca6 docs(core): add method signatures for LayoutObj to mocks (fixes #2672)
feat(core): annotate CONFIRMED/CANCELLED/INFO as fake class UiResult
2024-03-07 09:53:00 +01:00
matejcik
99457bbcb0 refactor(core/ui): make request_number signature the same in TT and TR 2024-03-07 09:53:00 +01:00
Martin Milata
bfacd07ed7 fix(core): add production pubkeys for translations
[no changelog]
2024-03-04 12:16:20 +00:00
tychovrahe
afefc17478 refactor(core): use internal framebuffer on T3T1 (with ST7789V display controller)
[no changelog]
2024-02-29 23:40:17 +01:00
tychovrahe
66583f2ebf fix(core): fix missing refresh in progress layout
[no changelog]
2024-02-29 23:40:17 +01:00
tychovrahe
72dc8f57e8 feat(core): add haptic feedback
[no changelog]
2024-02-29 23:05:56 +01:00
tychovrahe
8150636a81 feat(core): add basic support for STM32U5 2024-02-29 23:05:56 +01:00
cepetr
937b7d34d0 feat(core): add STM32CubeU5 submodule
[no changelog]
2024-02-29 23:05:56 +01:00
Martin Milata
d790354667 fix(core): workaround umlauts not being cleared
[no changelog]
2024-02-29 11:22:35 +00:00
matejcik
8c0e1e360e fix(core/translations): add indices to templates
so that we can change the template later without running into trouble

[no changelog]
2024-02-26 15:07:48 +01:00
obrusvit
ebcf3e2db2 feat(core): confirm ETH stake, unstake, claim 2024-02-23 18:09:43 +01:00
obrusvit
e1f696b4dd fix: remove clippy error for TS3
[no changelog]
2024-02-22 12:10:12 +01:00
grdddj
1ab2d843ab chore(core): add missing template to the variable name
[no changelog]
2024-02-21 12:44:40 +01:00