1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 13:38:12 +00:00
Commit Graph

174 Commits

Author SHA1 Message Date
tychovrahe
7626a99a0f feat(core/rust): model R bootloader implementation in rust 2022-11-08 10:43:50 +01:00
tychovrahe
e546346333 fixup! feat(core/rust): bootloader implementation in rust 2022-11-08 10:42:48 +01:00
tychovrahe
d8838a9135 fix(core/rust): fix glyph positioning in TextOverlay 2022-11-08 10:42:48 +01:00
tychovrahe
1aab8a7c29 fixup! feat(core/rust): expose touch processing functions to rust 2022-11-08 10:40:14 +01:00
tychovrahe
440442ba8c fixup! feat(core/rust): bootloader compilation with rust 2022-11-08 10:39:51 +01:00
tychovrahe
4e4d4a6267 fixup! feat(core/rust): bootloader implementation in rust 2022-11-08 10:39:50 +01:00
tychovrahe
e2359a202b fixup! feat(core/rust): improved error reporting 2022-11-08 10:39:50 +01:00
tychovrahe
59197d364a fixup! feat(core/rust): cleaner backlight functions 2022-11-07 17:42:54 +01:00
tychovrahe
c8871aac1a feat(core/rust): bootloader implementation in rust 2022-11-07 17:39:40 +01:00
grdddj
a5dd838883 WIP - not using carousel in # of words 2022-11-05 19:22:32 +01:00
grdddj
64b173dc64 WIP - fix header in Flow pages 2022-11-05 19:00:16 +01:00
grdddj
dfe337d480 WIP - show next page arrow instead of ellipsis 2022-11-05 18:46:43 +01:00
grdddj
87a02ab2d4 WIP - implement confirm_properties 2022-11-05 17:54:26 +01:00
grdddj
f209698877 WIP - decrease the font size in Flow pages 2022-11-05 17:54:26 +01:00
grdddj
3401aa0a59 WIP - add prev_page and next_page icon 2022-11-05 17:54:26 +01:00
grdddj
b2667b13ca WIP - delete the special PIN confirm functionality 2022-11-05 17:54:26 +01:00
grdddj
6bbf56f8e0 WIP - special share words component 2022-11-05 17:26:23 +01:00
grdddj
03a1c28969 WIP - decrease Unifont height to 12 pixels 2022-11-05 17:26:23 +01:00
grdddj
c96ce4e13e WIP - backup bigger font 2022-11-04 13:08:45 +01:00
grdddj
acccee56fc WIP - fixes, wording, tutorial 2022-11-04 12:23:16 +01:00
grdddj
6295301345 WIP - PIN starts at digit 0 2022-11-04 09:16:31 +01:00
grdddj
b4c283230e WIP - designs for smaller screen 2022-11-02 18:55:40 +01:00
grdddj
e9f4d91118 WIP - fixes after rebase 2022-11-02 18:55:40 +01:00
grdddj
de718e7778 feat(tests): setup UI tests for model R
[no changelog]
2022-11-02 18:53:43 +01:00
tychovrahe
6e36f479db fix(core/rust): fix prompt rendering over warning in pin keyboard
[no changelog]
2022-10-31 22:23:26 +01:00
Martin Milata
40a405abea fix(core/rust/ui): remove extraneous Child wrappers
[no changelog]
2022-10-31 14:40:40 +01:00
Andrew Kozlik
627ef9748f feat(core): Remove coin name from CoinJoin confirmation dialog.
[no changelog]
2022-10-26 14:02:03 +02:00
grdddj
8668eba936 feat(core/ui): implement altcoin screens for UI2
[no changelog]
2022-10-24 13:38:31 +02:00
grdddj
23a0a37a45 feat(core/rust/ui): support longer passphrases
[no changelog]
2022-10-22 17:01:09 +02:00
tychovrahe
da83d98539 refactor(core/rust): use icon blending for three-color icons
[no changelog]
2022-10-22 12:20:42 +02:00
Martin Milata
18352acce8 feat(core/rust/ui): replace TT Hoves Medium with DemiBold style
[no changelog]
2022-10-22 01:39:53 +02:00
Martin Milata
be7f1c3f7e fix(core/rust/ui): avoid flickering in hold to confirm
[no changelog]
2022-10-21 21:02:39 +02:00
Martin Milata
a7c3a07ef1 refactor(core/rust/ui): implement confirm_properties layout
[no changelog]
2022-10-21 21:02:39 +02:00
Martin Milata
f956966fda build(core/rust): workaround failing build_unix_debug
[no changelog]
2022-10-21 13:05:31 +02:00
tychovrahe
d3469f8310 fix(core/rust): optimize pin keyboard rendering for TT UI2
[no changelog]
2022-10-18 10:17:36 +02:00
matejcik
cac98ad7d4 feat(core/rust): implement storage wrapper layer
[no changelog]
2022-10-13 09:18:20 +02:00
tychovrahe
fb08536b6a feat(core): icon and images using new format 2022-09-29 21:50:10 +02:00
tychovrahe
f7b9bb4ef8 feat(core/rust): use dma2d to improve rendering performance, implement text over image and icon over icon functions 2022-09-29 21:50:10 +02:00
tychovrahe
223d1b20fb refactor(core): change fonts organization 2022-09-29 21:50:10 +02:00
tychovrahe
a4d0ec3926 fix(core/rust): fix flickering in UI2 hold to confirm screen
[no changelog]
2022-09-22 10:03:56 +02:00
Martin Milata
7c11dec7f6 refactor(core/rust/ui): Font as repr(u8) enum
[no changelog]
2022-09-16 13:57:32 +02:00
Martin Milata
ef504d40fc perf(core/rust/ui): use 16-bit coordinates
[no changelog]
2022-09-16 13:57:32 +02:00
Martin Milata
5a9c2a1363 feat(core/rust/ui): recovery layouts
[no changelog]
2022-09-07 16:46:47 +02:00
Martin Milata
5052594789 refactor(core/rust/ui): simplify button height computation
[no changelog]
2022-09-07 16:46:47 +02:00
Martin Milata
885ae2a943 refactor(core/rust/ui): add should_show_more
[no changelog]
2022-09-07 16:46:47 +02:00
Martin Milata
a5cff25209 fix(core/rust/ui): expose method for completely repainting layout
[no changelog]
2022-09-07 16:46:47 +02:00
Martin Milata
3b629a1ea4 refactor(core/rust/ui): layouts for SLIP-39 backups
[no changelog]
2022-09-07 16:46:47 +02:00
Martin Milata
4782afbae3 refactor(core/rust/ui): layouts for BIP-39 backups
[no changelog]
2022-09-07 16:46:47 +02:00
Martin Milata
4ff2c99f0a refactor(core/rust/ui): add show_info and show_error
[no changelog]
2022-09-07 16:46:47 +02:00
Martin Milata
f0d5f9069a refactor(core/rust/ui): text centering in Paragraphs
Only works for paragraphs, not formatted text.

[no changelog]
2022-09-07 16:46:47 +02:00