1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-11 16:00:57 +00:00
Commit Graph

12965 Commits

Author SHA1 Message Date
Martin Milata
9127874fd7 refactor(core/ui): VerticalMenu flexibility 2024-04-30 10:55:52 +02:00
Martin Milata
0eeb8b68bb fixup! refactor(core/ui): rust UI flow simplification 2024-04-29 12:18:34 +02:00
Martin Milata
34f6964241 refactor(core/ui): rust UI flow simplification 2024-04-24 23:07:35 +02:00
Martin Milata
33719cb7b4 chore(core/rust): fix formatting 2024-04-24 17:35:55 +02:00
Martin Milata
de383f2a8e refactor(core/ui): fix bootloader build failure 2024-04-24 02:31:43 +02:00
Martin Milata
5521f90157 fixup! feat(core): add fonts for T3T1 2024-04-24 02:31:43 +02:00
obrusvit
4957ddefc7 fix(core/ui): remove border from T3T1 buttons
According to Figma designs, there will be no rounded buttons in T3T1, so
the ButtonStyle does not need these fields.

[no changelog]
2024-04-24 02:31:43 +02:00
Martin Milata
98287f550d fix(core): macos build with signed char
[no changelog]
2024-04-24 02:31:43 +02:00
obrusvit
3903acf8dd feat(core/ui): T3T1 confirm backup flow 2024-04-24 02:31:43 +02:00
obrusvit
30a95b09ae feat(core/ui/): introduce SwipeUpScreen
A simple wrapper of a component which supports returning
PageMsg::Confirmed if swipe up action was detected.
2024-04-24 02:31:41 +02:00
obrusvit
ef0942bacf feat(core/ui): add T3T1 Status/PromptScreen
StatusScreen serves to show a result of operation, typically a checkmark
with a circle around dismissed by swipe up gesture.

PromptScreen serves to confirm action, typically by holding a button.

Designs based on Figma.
So far without animation.
2024-04-24 02:31:10 +02:00
obrusvit
59bde49018 feat(core/ui): T3T1 Frame additions
This commit allows all combinations of Frame designs from Figma. This
includes adding icon_color to ButtonStyle and a small cleanup of
ButtonStyleSheets.
2024-04-24 01:59:07 +02:00
obrusvit
5793b0f602 feat(core/emu): move btn swipe to middle
Swipe action initiated by arrow button press now starts in the middle of
the screen which should always be in the swipe area.
2024-04-24 01:59:07 +02:00
obrusvit
526a5a3460 feat(core/ui): add two more T3T1 icons
Icon named sign used in hold to confirm prompt screens.
2024-04-24 01:59:07 +02:00
obrusvit
18a9c9cb1c feat(core/ui): T3T1 reset wallet screen
The first screen in wallet reset (onboarding or recovery) implemented as
a simple SwipeFlow to handle moving between Menu and back.
2024-04-24 01:59:03 +02:00
obrusvit
e358b2c97a feat(core/ui): add Footer to T3T1 Frame 2024-04-24 01:58:48 +02:00
obrusvit
43377c1c1d fix(core): rebase on drawlib
mercury theme.rs needs some cleanup after this action
2024-04-16 23:32:38 +02:00
Martin Milata
e9c420f1a2 feat(core/ui): GetAddress flow demo 2024-04-16 23:32:38 +02:00
Martin Milata
90f4492cec feat(core/ui): rust-based UI flows
[no changelog]
2024-04-16 23:32:38 +02:00
obrusvit
2c89fc469e fix(core): rebase on drawlib and TStringificaton
[no changelog]
2024-04-16 23:32:38 +02:00
obrusvit
a801b00dc2 feat(core): T3T1 ShareWords component 2024-04-16 23:32:38 +02:00
Martin Milata
37b17e4c4e style(core): fix formatting
[no changelog]
2024-04-16 23:31:42 +02:00
obrusvit
1894fcd080 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-04-16 23:31:42 +02:00
obrusvit
04857e486a feat(core): T3T1 corner highlight shape
Adds a new shape which serves to highlight information within a
rectangle.
2024-04-16 23:31:42 +02:00
obrusvit
b2f30389bf feat(core): T3T1 Footer component 2024-04-16 23:31:42 +02:00
obrusvit
a31021bf22 feat(core): T3T1 vertical menu 2024-04-16 23:30:08 +02:00
obrusvit
fe1ce7a914 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-04-16 23:30:08 +02:00
obrusvit
c1adf7aba1 feat(core): add rough TextStyles for T3T1 2024-04-16 23:30:08 +02:00
Martin Milata
6bc4f185b7 feat(core/ui): T3T1 frame 2024-04-16 23:30:08 +02:00
Martin Milata
c7101adcdc feat(core): add icons for T3T1 2024-04-16 23:30:08 +02:00
obrusvit
1776ff4a64 feat(core): add colors for T3T1 2024-04-16 23:30:08 +02:00
Martin Milata
6da7832104 feat(core): init T3T1 UI layouts
Start with copy of components and layouts from T2T1.
2024-04-16 23:30:08 +02:00
Martin Milata
d5f5aeeb77 feat(core): init T3T1 UI layouts: meta 2024-04-16 23:30:07 +02:00
Martin Milata
f3697f9aae feat(core): add fonts for T3T1 2024-04-16 23:30:07 +02:00
Martin Milata
4e5146b9bf fix(core): T3T1 emulator
[no changelog]
2024-04-16 20:52:24 +02:00
cepetr
59fc8853ec WIP - replace painter by jpeg and bar components 2024-04-16 15:56:55 +02:00
cepetr
752b740d8a feat(core): integrate new drawing library
[no changelog]
2024-04-16 15:56:55 +02:00
cepetr
7bcf2a4fed feat(core): introduce new drawing library
[no changelog]
2024-04-16 15:56:45 +02:00
cepetr
e18c52bbc8 refactor(core): improve tjpg interface 2024-04-16 15:56:45 +02:00
cepetr
f085c50931 feat(core): refactor display drivers
[no changelog]
2024-04-16 15:56:33 +02:00
obrusvit
a47ae5da1a docs: minor fix of build emu
[no changelog]
2024-04-16 10:31:09 +02:00
M1nd3r
ad848eefc5 ci: fix jobs.md link in ci readme 2024-04-15 16:32:50 +02:00
matejcik
89fdaed31e chore(core): add unsigned vendor headers with production keys 2024-04-12 16:13:52 +02:00
matejcik
0109ab2232 chore(core): make vendor_unsafe.toif small 2024-04-12 16:13:52 +02:00
matejcik
867300b8c6 chore(core): include T3T1 boardloader / bootloader production keys 2024-04-12 16:13:52 +02:00
matejcik
5d9bb0ebfc tools(core): nicer build_vendorheader for manual use
also will show you required header size
2024-04-12 16:13:52 +02:00
matejcik
729d7c59e1 fix(core/vendorheader): include correct backup key into trezor_btconly vendor header 2024-04-12 16:13:52 +02:00
Martin Milata
4baa4d95a4 fix(core): fix display fatal error screen (T3T1)
[no changelog]
2024-04-12 12:25:46 +00:00
Martin Milata
5c5433ada2 refactor(core/rust): use more Self
[no changelog]
2024-04-12 12:25:46 +00:00
Martin Milata
906c00e4e5 refactor(core): rename screen_boot_{empty,full} to screen_boot_stage_{1,2}
[no changelog]
2024-04-12 12:25:46 +00:00