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

199 Commits

Author SHA1 Message Date
grdddj
fb487b467f WIP - update the eye icon 2023-01-17 11:01:09 +01:00
grdddj
5a01eced1f WIP - change tutorial wording 2023-01-17 11:01:09 +01:00
grdddj
e9077d7eda WIP - seed backup improvements 2023-01-17 11:01:09 +01:00
grdddj
3434838bbe WIP - bip39 design improvements 2023-01-17 11:01:09 +01:00
grdddj
f1536c602b WIP - seed backup design 2023-01-17 11:01:09 +01:00
grdddj
d6b1f7f329 WIP - fix ruststyle 2023-01-17 11:01:09 +01:00
grdddj
cfd0be4bb2 WIP - decrease some icon sizes 2023-01-17 11:01:09 +01:00
grdddj
8d7fc11b87 WIP - after rebase fixes 2023-01-17 11:01:09 +01:00
grdddj
825f94b2f2 WIP - fix Choice starting at nonzero index 2023-01-17 11:01:08 +01:00
grdddj
7a43804c76 WIP - not adding next_page arrow at the end of the sentence 2023-01-17 11:01:08 +01:00
grdddj
92dcd3d9c1 WIP - bip39 words not using carousel 2023-01-17 11:01:08 +01:00
grdddj
4c4cd870b9 WIP - scrollbar showing at most 5 dots of different sizes 2023-01-17 11:01:08 +01:00
grdddj
ab8de63c5b WIP - use horizontal scrollbar at the top right 2023-01-17 11:01:08 +01:00
grdddj
1f35a64c3b WIP - fixes and comments 2023-01-17 11:01:08 +01:00
tychovrahe
3c441d089b fix(core/rust): center the middle TR button when using arms 2023-01-17 11:01:08 +01:00
tychovrahe
650ec00605 refactor(core/rust): make choice page more reusable by allowing custom content 2023-01-17 11:01:08 +01:00
grdddj
728e05c7d7 WIP - implementing QR code 2023-01-17 11:01:07 +01:00
grdddj
c965dad355 WIP - recovery with carousel and with bin as item 2023-01-17 11:00:33 +01:00
grdddj
9e243245d5 WIP - some UI unifications between all models 2023-01-17 11:00:33 +01:00
grdddj
fac8c6e7f3 WIP - not using carousel in # of words 2023-01-17 11:00:33 +01:00
grdddj
d679ce0a2b WIP - fix header in Flow pages 2023-01-17 11:00:33 +01:00
grdddj
83bbb230a5 WIP - show next page arrow instead of ellipsis 2023-01-17 11:00:33 +01:00
grdddj
8c39fa14c9 WIP - implement confirm_properties 2023-01-17 11:00:33 +01:00
grdddj
33a8312fe3 WIP - decrease the font size in Flow pages 2023-01-17 11:00:33 +01:00
grdddj
99563a973e WIP - add prev_page and next_page icon 2023-01-17 11:00:33 +01:00
grdddj
761976aa89 WIP - delete the special PIN confirm functionality 2023-01-17 11:00:31 +01:00
grdddj
3f6de842df WIP - special share words component 2023-01-17 11:00:00 +01:00
grdddj
ed84e6fc3a WIP - decrease Unifont height to 12 pixels 2023-01-17 11:00:00 +01:00
grdddj
804c8c59ab WIP - backup bigger font 2023-01-17 11:00:00 +01:00
grdddj
0ec578e05a WIP - fixes, wording, tutorial 2023-01-17 11:00:00 +01:00
grdddj
092d2ab602 WIP - PIN starts at digit 0 2023-01-17 10:59:59 +01:00
grdddj
64ff35b59b WIP - designs for smaller screen 2023-01-17 10:59:59 +01:00
grdddj
a541ac4cf8 WIP - fixes after rebase 2023-01-17 10:59:58 +01:00
grdddj
97a821dbf4 feat(tests): setup UI tests for model R
[no changelog]
2023-01-17 10:55:59 +01:00
matejcik
497285f9a1 feat(core): make first steps to unify Rust API for both models
wip: unify confirm_action

wip: unify confirm_fido

wip: unify request_pin, clean up prompts

wip: unify select_word

wip: unify request_number

refactor(core/reset): refactor confirm_share_words

[no changelog]
2023-01-13 17:09:25 +01:00
tychovrahe
305b7fe84d fix(core/rust): fix position calculation from center and size
[no changelog]
2022-12-16 16:41:24 +01:00
Martin Milata
bdec3f3979 fix(core/rust/ui): polish confirm_fido
[no changelog]
2022-12-15 17:24:15 +01:00
Martin Milata
2a3aabb57e refactor(core/rust/ui): avoid homescreen flicker during workflow restarts
[no changelog]
2022-12-13 17:15:15 +01:00
Martin Milata
5b3db7eca1 refactor(core/rust/ui): homescreen layouts
[no changelog]
2022-12-13 17:15:15 +01:00
tychovrahe
12b3dc23db fix(core/rust): fix bip39 input not recognizing three-letter words that could continue
[no changelog]
2022-12-13 00:38:23 +01:00
Martin Milata
1b4dff6275 fix(core/rust/ui): respect DISABLE_ANIMATION
[no changelog]
2022-12-12 16:00:42 +01:00
Martin Milata
95d8a21294 feat(core/rust/ui): progress indicators
[no changelog]
2022-12-12 16:00:42 +01:00
Martin Milata
11ffee0b45 refactor(core/rust/ui): use AsRef instead of Deref
[no changelog]
2022-12-12 16:00:42 +01:00
tychovrahe
387af03842 fix(core/rust): optimize keyboard behavior
[no changelog]
2022-12-09 22:35:39 +01:00
Martin Milata
701d75d6d8 fix(core/rust/ui): handle very long scrollbars on Model T
[no changelog]
2022-12-07 16:47:30 +01:00
Martin Milata
4135b00708 refactor(core/rust): support for StrBuffer slicing
[no changelog]
2022-12-06 10:40:32 +01:00
Martin Milata
452857757a feat(core/rust/ui): support ask_pagination flag in confirm_blob
[no changelog]
2022-12-06 00:26:25 +01:00
tychovrahe
38548f02f2 feat(core/rust): special shape erase button
[no changelog]
2022-11-30 13:49:12 +01:00
Martin Milata
a61a46808e fix(core/rust/ui): no hyphens when breaking monospace lines
[no changelog]
2022-11-29 21:03:06 +01:00
Martin Milata
3b92923caa feat(core/rust/ui): on-the-fly conversion of bytes to hexadecimal representation
[no changelog]
2022-11-29 21:03:06 +01:00