obrusvit
|
6ef213e858
|
feat(core): T3T1 corner highlight shape
Adds a new shape which serves to highlight information within a
rectangle.
|
2024-03-27 13:56:37 +01:00 |
|
Martin Milata
|
38cb5c3bcc
|
fixup! fix(core): rebase on current drawlib
|
2024-03-15 16:47:11 +01:00 |
|
obrusvit
|
25b0e3b048
|
feat(core): T3T1 vertical menu
|
2024-03-15 12:47:46 +01:00 |
|
obrusvit
|
4708572802
|
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-15 12:47:46 +01:00 |
|
obrusvit
|
c7ee83b864
|
feat(core): add rough TextStyles for T3T1
|
2024-03-15 12:47:46 +01:00 |
|
Martin Milata
|
2184e9393b
|
feat(core/ui): T3T1 frame
|
2024-03-15 12:47:46 +01:00 |
|
Martin Milata
|
5304318deb
|
feat(core): add icons for T3T1
|
2024-03-15 12:47:46 +01:00 |
|
obrusvit
|
1ce3a89069
|
feat(core): add colors for T3T1
|
2024-03-15 12:47:46 +01:00 |
|
Martin Milata
|
06ea518f9f
|
feat(core): init T3T1 UI layouts
Start with copy of components and layouts from T2T1.
|
2024-03-15 12:47:46 +01:00 |
|
Martin Milata
|
99bc8a58b7
|
feat(core): init T3T1 UI layouts: meta
|
2024-03-15 12:47:46 +01:00 |
|
Martin Milata
|
96902d78d6
|
feat(core): add fonts for T3T1
|
2024-03-15 12:47:46 +01:00 |
|
cepetr
|
fed5191e18
|
fixup! WIP - replace painter by jpeg and bar components
|
2024-03-15 10:28:38 +01:00 |
|
cepetr
|
d734d0a132
|
fixup! refactor(core): integrate new drawing library
|
2024-03-15 10:28:38 +01:00 |
|
cepetr
|
924664aeb3
|
fixup! feat(core): introduce new drawing library
|
2024-03-15 10:28:38 +01:00 |
|
cepetr
|
dfd6dd4b8b
|
fixup! refactor(core): prepare for non mutable paint function
|
2024-03-14 15:13:36 +01:00 |
|
cepetr
|
577ede7381
|
WIP - replace painter by jpeg and bar components
|
2024-03-14 15:10:42 +01:00 |
|
cepetr
|
6602bd9b86
|
fixup! refactor(core): integrate new drawing library
|
2024-03-14 15:10:42 +01:00 |
|
cepetr
|
434b272f44
|
fixup! feat(core): introduce new drawing library
|
2024-03-14 15:10:42 +01:00 |
|
cepetr
|
5cb2abd3c8
|
refactor(core): integrate new drawing library
|
2024-03-14 15:10:41 +01:00 |
|
cepetr
|
be756a1ae0
|
feat(core): introduce new drawing library
|
2024-03-14 15:10:41 +01:00 |
|
cepetr
|
e68f8e8eed
|
refactor(core): remove unused ui components
[no changelog]
|
2024-03-14 15:10:41 +01:00 |
|
cepetr
|
a34eda09a2
|
fix(core): fixed blurring algo panic in debug mode
[no changelog]
|
2024-03-14 15:10:41 +01:00 |
|
cepetr
|
f962f7ca1f
|
refactor(core): prepare for non mutable paint function
[no changelog]
|
2024-03-14 15:10:41 +01:00 |
|
cepetr
|
ffeb966486
|
fix(core): fix ts3 fonts
|
2024-03-14 15:10:41 +01:00 |
|
cepetr
|
68f4c8ec06
|
feat(core): introduce skip function for UzlibContext
|
2024-03-14 15:10:41 +01:00 |
|
cepetr
|
7b786ed089
|
feat(core): introduce new color functions
|
2024-03-14 15:10:41 +01:00 |
|
cepetr
|
342b970ba6
|
feat(core): introduce new toif functions
[no changelog]
|
2024-03-14 15:10:41 +01:00 |
|
cepetr
|
7ddd818bc8
|
feat(core): introduce new point & rect functions
[no changelog]
|
2024-03-14 15:10:41 +01:00 |
|
cepetr
|
ef8b1f7ba5
|
refactor(core): improve tjpg interface
|
2024-03-14 15:10:41 +01:00 |
|
cepetr
|
856e615462
|
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-14 15:10:41 +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 |
|
tychovrahe
|
8147b11345
|
fix(core): fix quadword-only storage
[no changelog]
|
2024-02-20 09:37:28 +01:00 |
|
grdddj
|
0579ba54fc
|
feat(core): allow for going back to previous word in recovery process
|
2024-02-19 22:05:04 +01:00 |
|
matejcik
|
65178a6a36
|
refactor(core/rust): reuse the same component for "waiting for host" screen
|
2024-02-12 14:49:32 +01:00 |
|
matejcik
|
8471e0c455
|
refactor(core/rust): decouple Connect screen from bootloader theme
|
2024-02-12 14:49:32 +01:00 |
|