grdddj
|
6f60462d12
|
fix(core/rust): do not increase margin of right choice items
[no changelog]
|
2023-08-09 13:57:09 +02:00 |
|
grdddj
|
5bcfd5709f
|
chore(core/rust): change fonts in confirm_properties for TT
Making the key font NORMAL and the value MONO in all cases
[no changelog]
|
2023-08-09 10:50:57 +02:00 |
|
grdddj
|
8d78dd8872
|
chore(core): change some UI text and TR's screens to match the Figma designs
[no changelog]
|
2023-08-07 15:30:38 +02:00 |
|
grdddj
|
d48bae4598
|
chore(core/rust): delete unused NotificationFrame
[no changelog]
|
2023-07-28 09:41:04 +02:00 |
|
grdddj
|
463f0df22a
|
chore(core): modify design of recovery flow
[no changelog]
|
2023-07-28 09:41:04 +02:00 |
|
grdddj
|
a8d57bf2c4
|
chore(core/rust): add missing traces to components
[no changelog]
|
2023-07-28 09:41:04 +02:00 |
|
grdddj
|
4227b5c0b9
|
chore(core/rust): change design of TT's disabled confirm button
[no changelog]
|
2023-07-18 13:01:25 +02:00 |
|
grdddj
|
91740ae4aa
|
chore(core): change title of Shamir wallet creation
[no changelog]
|
2023-07-18 10:09:35 +02:00 |
|
grdddj
|
e31eb9570b
|
chore(core/rust): change design of TR's middle button
Move the text one pixel lower so the arms touch it in its center.
Decreasing the overall height by 2 pixels.
[no changelog]
|
2023-07-18 09:25:01 +02:00 |
|
grdddj
|
52c69de138
|
chore(all): small design fixes
[no changelog]
|
2023-07-17 15:30:00 +02:00 |
|
grdddj
|
bc502287fc
|
feat(core): new design of recovery dialogs
[no changelog]
|
2023-07-17 15:30:00 +02:00 |
|
grdddj
|
03f77c50e9
|
feat(core/rust): new design of wallet creation dialogs
[no changelog]
|
2023-07-17 15:30:00 +02:00 |
|
grdddj
|
672d6b7d13
|
feat(core): new design of PIN dialogs
[no changelog]
|
2023-07-17 15:30:00 +02:00 |
|
grdddj
|
10449759bf
|
chore(core): new designs of passphrase dialogs
[no changelog]
|
2023-07-17 15:30:00 +02:00 |
|
grdddj
|
3f6a55cc3a
|
refactor(core/rust): replace Label::new with alignment-specific constructor
[no changelog]
|
2023-07-17 15:30:00 +02:00 |
|
grdddj
|
c04cd19c6c
|
chore(core/rust): decrease margin space between key and value paragraphs in confirm_properties
[no changelog]
|
2023-07-17 15:30:00 +02:00 |
|
grdddj
|
b5226b55c8
|
feat(core/rust): use loaders in coinjoin screens
[no changelog]
|
2023-07-17 15:30:00 +02:00 |
|
grdddj
|
a318706145
|
feat(core/rust): introduce small indeterminate loader
[no changelog]
|
2023-07-17 15:30:00 +02:00 |
|
grdddj
|
b96b9d43bb
|
feat(core/rust): improve and use coinjoin loading screens
[no changelog]
|
2023-07-17 15:30:00 +02:00 |
|
grdddj
|
245ab416cb
|
feat(core): regenerate exclamation mark icons to be centered in warning dialogs
[no changelog]
|
2023-07-14 12:00:21 +02:00 |
|
matejcik
|
78a8b48f1e
|
refactor(core): generate trezorproto module straight from Rust
|
2023-07-12 10:09:36 +02:00 |
|
tychovrahe
|
eca1fc381b
|
refactor(core): rust bindgen mcu-type related arguments are taken from board definition
[no changelog]
|
2023-07-07 22:09:56 +02:00 |
|
tychovrahe
|
ebbd7f9d35
|
refactor(core): restructure trezorhal, prepare to support more platforms
[no changelog]
|
2023-07-07 22:09:56 +02:00 |
|
tychovrahe
|
40b5fedbd2
|
fix(core): fix TT bootloader emulator backlight, fix rust warning
[no changelog]
|
2023-07-03 10:19:28 +02:00 |
|
tychovrahe
|
539420cac8
|
refactor(core): make backlight/fading optional
[no changelog]
|
2023-06-27 16:18:30 +02:00 |
|
grdddj
|
f9f21176fd
|
feat(core/rust): improve progress screen design
[no changelog]
|
2023-06-27 07:57:45 +02:00 |
|
grdddj
|
64236e699f
|
feat(core/rust): add account and address labels into send flow
[no changelog]
|
2023-06-27 07:57:45 +02:00 |
|
grdddj
|
570ffe2c0d
|
chore(core/rust): make info button wider
[no changelog]
|
2023-06-27 07:57:45 +02:00 |
|
tychovrahe
|
4cc6413a46
|
chore(core/rust): fix compilation warnings
[no changelog]
|
2023-06-23 19:13:47 +02:00 |
|
matejcik
|
0ef1d20062
|
style(core/rust): remove unused mut
|
2023-06-21 14:19:03 +02:00 |
|
matejcik
|
437b9e5991
|
feat(core/rust): allow debug feature in tests (means we can print things)
|
2023-06-21 14:19:03 +02:00 |
|
matejcik
|
5a83a7171d
|
refactor(core/rust): improve ergonomy of IterBuf
|
2023-06-21 14:19:03 +02:00 |
|
matejcik
|
b91e225076
|
refactor(core/rust): expose obj types and (debug only) type names
|
2023-06-21 14:19:03 +02:00 |
|
matejcik
|
ccddc8f5f3
|
fix(core/rust): disable stack checking in tests (fixes spurious "recursion exceeded" errors)
|
2023-06-21 14:19:03 +02:00 |
|
grdddj
|
b420064c08
|
feat(core/rust): improve the painting of TR's buttons + new inverse design
[no changelog]
|
2023-06-20 11:08:21 +02:00 |
|
grdddj
|
a6316f964e
|
chore(core/rust): regenerate TR's icons based on new designs
[no changelog]
|
2023-06-20 11:08:21 +02:00 |
|
grdddj
|
13cb1ea4ce
|
chore(core/rust): improve the design of TR's tutorial flow
[no changelog]
|
2023-06-20 11:08:21 +02:00 |
|
grdddj
|
947e2ee24f
|
fix(core/rust): make vertical alignment for FormattedText work for paginated content
[no changelog]
|
2023-06-20 11:08:21 +02:00 |
|
Jan Šetina
|
c85102494d
|
feat(core/ui): update colors - grey_dark and green
|
2023-06-20 10:58:09 +02:00 |
|
Martin Milata
|
cf4dcfcbd4
|
refactor(core/ui): namespaced Alignment2D
[no changelog]
|
2023-06-19 19:34:16 +02:00 |
|
Martin Milata
|
3a5fdfedcc
|
fix(core/ui): minor visual tweaks
- centered title for coinjoin loader
- make device label bold on label confirmation screen
[no changelog]
|
2023-06-19 19:34:16 +02:00 |
|
Martin Milata
|
312f6899c7
|
feat(core/ui): vertical alignment for FormattedText
[no changelog]
|
2023-06-19 19:34:16 +02:00 |
|
tychovrahe
|
cfb674cf01
|
feat(core): adjust bootloader screens to look better on rectangular screens
[no changelog]
|
2023-06-15 17:08:14 +02:00 |
|
tychovrahe
|
32a2b371bd
|
feat(core): allow different screen sizes for TT UI
[no changelog]
|
2023-06-15 17:08:14 +02:00 |
|
tychovrahe
|
d3284baf21
|
feat(core): support STM32F429 discovery board
|
2023-06-15 17:08:14 +02:00 |
|
grdddj
|
ef2d2a3e75
|
feat(core/rust): make font changes for TR
[no changelog]
|
2023-06-14 18:17:09 +02:00 |
|
grdddj
|
d199a17cfc
|
feat(core): introduce FONT_BIG as a fifth optional font
[no changelog]
|
2023-06-14 18:17:09 +02:00 |
|
grdddj
|
359f6709b0
|
chore(core): remove unused model R icons
[no changelog]
|
2023-06-14 18:17:09 +02:00 |
|
grdddj
|
100e36ac20
|
feat(core/rust): randomize positions in passphrase input
[no changelog]
|
2023-06-14 17:27:44 +02:00 |
|
grdddj
|
eacc1a3826
|
feat(core/rust): randomize letter choice positions in recovery word entry + randomize the order of words
[no changelog]
|
2023-06-14 17:27:44 +02:00 |
|