obrusvit
2b4d6eb798
feat(core/mercury): passphrase confirm empty btn
...
[no changelog]
2024-08-22 00:47:15 +02:00
obrusvit
15526343c9
feat(core/mercury): introduce binary_selection
...
This commit adds a Component which prompts a user with a pair of two
buttons - left and right. The Component is parametrized by the buttons
contents and styles.
[no changelog]
2024-08-22 00:47:15 +02:00
obrusvit
d99a94758b
feat(core/mercury): allow passphrase in FlowStore
...
[no changelog]
2024-08-22 00:47:15 +02:00
obrusvit
2203d9be1a
feat(core/ui): introduce FlowMsg::Text option
...
This commit allows flows to work with ShortString which can be converted
to micropython as str.
[no changelog]
2024-08-22 00:47:15 +02:00
Ondřej Vejpustek
eef4319cda
chore(crypto,legacy,core): add comments about prefixes
...
[no changelog]
2024-08-21 17:19:24 +02:00
Ondřej Vejpustek
20f75e001b
fix(core,legacy): fix curve25519 public key prefix
2024-08-21 17:19:24 +02:00
Ondřej Vejpustek
59a005bf99
refactor(crypto): change ed25519 and curve25519 public key prefix
...
[no changelog]
2024-08-21 17:19:24 +02:00
Ondřej Vejpustek
865ca5f0a9
fix(crypto): fix fingerprints for curve25519 and ed25519
2024-08-21 17:19:24 +02:00
Ondřej Vejpustek
5912c1e820
refactor(crypto): use boolean to indicate public key is set
...
[no changelog]
2024-08-21 17:19:24 +02:00
Martin Milata
4868a04107
docs(core): changelog: 2.8.1 not released for T2B1
2024-08-21 10:33:10 +02:00
Martin Milata
c07ba50ce0
Merge branch 'release/24.08.01'
2024-08-21 09:55:29 +02:00
tychovrahe
dc276d1520
fix(core/bootloader): fix firmware update on stm32u5a
...
[no changelog]
2024-08-20 13:12:18 +02:00
tychovrahe
a265b0f176
fix(core/bootloader): evaluate model before vendor header signature when installing firmware
2024-08-20 12:22:35 +02:00
tychovrahe
5417ec15df
fix(core): introduce ui_overlay feature - fixes T3T1 bootloader compilation with new rendering
...
[no changelog]
2024-08-19 12:17:11 +02:00
tychovrahe
77eeabf7f5
fix(core/prodtest): fix expected param numbers for TOUCH_IDLE command
...
[no changelog]
2024-08-19 12:16:58 +02:00
tychovrahe
4b68431f7c
feat(core): tune consumption mask protection on T3B1
...
[no changelog]
2024-08-07 18:11:43 +02:00
tychovrahe
c42c268e05
fix(core): fix dma2d includes and initialization with respect to new rendering
...
[no changelog]
2024-08-07 18:11:29 +02:00
tychovrahe
171961829a
fix(core): fix gfx_clear
...
[no changelog]
2024-08-07 18:11:29 +02:00
vdovhanych
bb92a6b56a
chore: fix hardcoded x86 build
2024-08-06 15:34:29 +02:00
Ondřej Vejpustek
aedef2d69d
refactor(core/tests): create template for solana
...
[no changelog]
2024-08-06 13:48:20 +02:00
Ondřej Vejpustek
90eef5331a
refactor(core/solana): use local constants
...
[no changelog]
2024-08-06 13:48:20 +02:00
Ondřej Vejpustek
1c5d47a875
refactor(core/solana): use variables instead of literals
...
[no changelog]
2024-08-06 13:48:20 +02:00
matejcik
c6093c7a1a
chore(core): include signed translations for 2.8.1
2024-08-06 13:28:00 +02:00
matejcik
632b956155
docs(core): added Solana fix to changelog
2024-08-05 15:53:52 +02:00
Ondřej Vejpustek
5bba2e0aad
feat(core): improve optiga initialization error handling
...
[no changelog]
2024-08-01 23:04:20 +02:00
tychovrahe
7307c47b94
chore(core): support new rendering on T3B1
...
[no changelog]
2024-08-01 16:17:12 +02:00
tychovrahe
182f8d9774
chore(core): fix unused warning
...
[no changelog]
2024-08-01 16:17:12 +02:00
tychovrahe
effd81ed3b
chore(core): fix xframebuffer conditionals
...
[no changelog]
2024-08-01 16:17:12 +02:00
matejcik
ee6ab8effb
docs(core): generate changelog for 2.8.1
2024-08-01 16:09:03 +02:00
Martin Milata
8cffddb957
chore(common): set definition timestamp to the current signed definitions
...
[no changelog]
2024-08-01 15:54:27 +02:00
tychovrahe
4397978563
chore(core): add T3B1 binaries
...
[no changelog]
2024-08-01 13:29:38 +02:00
Martin Milata
c3161f8b18
chore(core): bump version to 2.8.2
...
[no changelog]
2024-07-31 14:15:42 +00:00
Ondřej Vejpustek
52437b1fc8
feat(core): improve optiga initialization error handling
...
[no changelog]
2024-07-31 14:55:30 +02:00
Andrew Kozlik
13de099bc1
refactor(core): Improve parameter naming in ed25519_sign_ext().
...
[no changelog]
2024-07-31 13:34:34 +02:00
Andrew Kozlik
6ed8aad608
fix(core): Remove bias in ed25519.generate_secret()
...
[no changelog]
2024-07-31 13:34:34 +02:00
tychovrahe
b37971eea4
feat(core/prodtest): add commands to read bootloader and boardloader versions
2024-07-31 13:05:06 +02:00
tychovrahe
e30fe7769a
feat(core/prodtest): add more touch layer tests
2024-07-31 13:05:06 +02:00
obrusvit
fbf380caba
refactor(core/mercury): init Paragraphs from Vec
...
[no changelog]
2024-07-31 11:52:47 +02:00
obrusvit
71b2c986f8
feat(core/ui): send BR from rust during recovery
...
[no changelog]
2024-07-31 11:36:32 +02:00
obrusvit
510230628b
feat(core): allow BR from rust on every Attach
...
This commit allows creating a rust flow in which a component sends the
configured ButtonRequest repeatedly on every Event::Attach.
This is necessary in recovery homescreen flow where we want to send
ButtonRequest also after restarting the device.
[no changelog]
2024-07-31 11:36:32 +02:00
obrusvit
11308f578d
feat(core/ui): T3T1 instruction screens between shares
...
Changes the content and visual appearance of the screens between shares
during multi-share (shamir) recovery. Context menu with the option to
cancel is added to the screen.
2024-07-31 11:36:32 +02:00
Martin Milata
6c75d9f97a
docs(core): fix 2.8.0 changelog
2024-07-31 08:56:47 +00:00
Ioan Bizău
4afaf4c41e
Revert "fix(core/translations): remove unbreakable spaces for now"
...
This reverts commit cca066c476
.
[no changelog]
2024-07-30 18:48:01 +03:00
Ioan Bizău
5188dfc83d
feat(core): deal with non-breaking spaces
...
[no changelog]
2024-07-30 18:48:01 +03:00
Ioan Bizău
a35e9ba5fa
chore(core/translations): use ASCII apostrophe in French
...
[no changelog]
2024-07-30 17:56:57 +03:00
cepetr
470d6ec24e
fix(core/embed): fix too frequent reading of touch panel registers
...
[no changelog]
2024-07-30 16:53:52 +02:00
Ioan Bizău
33f5d47330
chore(core): rename "hidden wallet" -> "passphrase wallet"
...
[no changelog]
2024-07-29 17:45:28 +03:00
tychovrahe
79feb690ad
fix(core/mercury): prefer vertical swipes over horizontal
2024-07-29 15:47:24 +02:00
Ioan Bizău
6f96585d4b
feat(core): make brightness an u8
...
[no changelog]
2024-07-29 13:30:34 +03:00
tychovrahe
a15dd6598f
fix(core/mercury): improve share words swiping animation
2024-07-29 09:07:35 +02:00
obrusvit
008490bf4b
refactor(core/mercury): unify confirm TOS
...
[no changelog]
2024-07-28 23:14:12 +02:00
obrusvit
f41176af02
feat(core/mercury): change FW update UI
...
This commit changes the UI of confirming interaction-less firmware
update.
2024-07-28 22:11:30 +02:00
Ioan Bizău
53799cdee8
fix(core/ui): fix cancel in ethereum sign tx flow
...
[no changelog]
2024-07-26 10:15:40 +03:00
Martin Milata
888e384f79
refactor(core/mercury): remove unnecessary Child
...
[no changelog]
2024-07-25 21:09:43 +00:00
tychovrahe
1212a7319a
fix(core): T3T1: adjust touch coordinates
2024-07-25 12:37:21 +03:00
tychovrahe
edd5351732
fix(core): fix missing touch events when PRESS_DOWN is missed
...
[no changelog]
2024-07-25 12:37:21 +03:00
obrusvit
fa9e2c0702
fix(core): templates for SLIP39 checklist
...
The commmit fixes translation strings templates for non-en langs.
[no changelog]
2024-07-22 12:09:16 +02:00
obrusvit
c6df2179d6
fix(core): show correct word count in more info
...
Make translated strings describing recovery shares templated so that we
can show correct number of words (i.e. 20 or 33) in more info.
2024-07-22 12:09:16 +02:00
obrusvit
0d987a68f4
fix(core/mercury): multi-share backup more info
...
The commit fixes More Info screen hidden behind context menu during a
prompt for number of shares and shares threshold. It removes wrong title
and enables changing the info text based on currently selected number.
2024-07-22 12:09:16 +02:00
matejcik
b567a91c22
chore(core): changelogs and bump versions of boardloader, bootloader, prodtest
2024-07-19 22:06:52 +03:00
M1nd3r
27fc3a6614
test(core): unify noqa style
...
[no changelog]
2024-07-19 17:47:59 +02:00
obrusvit
bd6c954a4f
fix(core): add inverted exclamation mark for ES
...
[no changelog]
2024-07-19 15:05:36 +02:00
obrusvit
958d08cc91
fix(core/mercury): small copy change in tutorial
...
[no changelog]
2024-07-19 15:05:36 +02:00
Ioan Bizău
522d33a71f
refactor(core): send out ButtonRequest name
...
[no changelog]
2024-07-19 11:28:07 +03:00
Ioan Bizău
1ef88117fe
fix: make sure storage.cache import is correctly retained
...
[no changelog]
2024-07-19 11:24:50 +03:00
Ioan Bizău
c7ec093863
feat(core): make "experimental features" storage field public to get rid of the cached field
...
[no changelog]
2024-07-19 11:24:50 +03:00
Ioan Bizău
7a32ebf2b6
refactor(core): use set-/get_bool in storage cache
...
[no changelog]
2024-07-19 11:24:50 +03:00
obrusvit
108d9c737e
feat(core/mercury): add rounded overlay to keypads
...
Make the corner keys of passphrase and mnemonic keyboards rounded by an
overlay, similarly to PIN keyboard.
[no changelog]
2024-07-18 23:57:13 +02:00
M1nd3r
e34a027291
style(core): fix indentation in crc32 documentation
...
[no changelog]
2024-07-18 14:40:43 +02:00
tychovrahe
a700ff8dff
refactor(core): extract non-generic code from SwipeContent
...
[no changelog]
2024-07-18 09:12:35 +02:00
tychovrahe
df018a2af8
refactor(core/mercury): extract non-generic code from confirm action
...
[no changelog]
2024-07-17 20:57:58 +02:00
tychovrahe
873658104d
refactor(core/mercury): extract non-generic code from frame component
...
[no changelog]
2024-07-17 20:23:19 +02:00
tychovrahe
f2bdd6e189
fix(core/mercury): change status screen - display message in center after animation
...
Because some messages didn't fit the title
2024-07-17 20:23:19 +02:00
tychovrahe
747303fd39
fix(core/mercury): fix trace impl for TapToConfirm and HoldToConfirm
...
[no changelog]
2024-07-17 20:23:19 +02:00
tychovrahe
905beb6ede
refactor(core/mercury): extract swipe cover rendering from frame
...
[no changelog]
2024-07-17 20:23:19 +02:00
tychovrahe
e6a2a3b263
refactor(core/mercury): extract frame header to separate component
...
[no changelog]
2024-07-17 20:23:19 +02:00
Ioan Bizău
7d90552d81
refactor(core/ui): new Mercury design for number input slider
2024-07-17 17:10:05 +03:00
Ioan Bizău
7404436305
refactor(core/ui): optimize brightness settings for Mercury
2024-07-17 17:10:05 +03:00
tychovrahe
2994317dcd
fix(core/mercury): homescreen attach animation, resume animations after an interrupt from workflow
2024-07-16 23:12:32 +02:00
tychovrahe
6b3aa768bd
fix(core/mercury): remove universal backlight fading
2024-07-16 23:12:32 +02:00
matejcik
759ce5bc14
fix(core): queue events from iface if all tasks waiting on that iface are gone
...
this juuust might fix unexplained freezes on hardware
2024-07-16 23:12:32 +02:00
tychovrahe
ff869dd864
feat(core/mercury): pin entry animation
...
[no changelog]
2024-07-16 23:12:32 +02:00
tychovrahe
b99325a764
feat(core/mercury): menu animation
2024-07-16 23:12:32 +02:00
Martin Milata
7e26e1df15
chore(core/rust): drop unused ui_bounds
...
[no changelog]
2024-07-16 16:23:19 +00:00
tychovrahe
354dad617d
fix(core): fix vector table alignment on STM32U5
...
[no changelog]
2024-07-16 16:38:48 +02:00
tychovrahe
03199cd553
fix(core): include QA bootloader when building for fw for device with DEV bootloader
...
[no changelog]
2024-07-16 15:56:28 +02:00
tychovrahe
655478c3e0
fix(core): fix missing TS3 font in bootloader
...
[no changelog]
2024-07-16 15:56:28 +02:00
tychovrahe
7c94080227
refactor(core): move vendor headers to model specific directories
...
[no changelog]
2024-07-16 15:56:28 +02:00
tychovrahe
15b42afc55
feat(core): add temporary DEVICE_CERT_CHAIN for T3B1
...
[no changelog]
2024-07-16 15:56:28 +02:00
tychovrahe
11b1d5ca41
chore(core): add T3B1 production keys
...
[no changelog]
2024-07-16 15:56:28 +02:00
tychovrahe
78b4017859
feat(core): add support for T3B1
2024-07-16 15:56:28 +02:00
matejcik
3884abde64
chore(core/rust): remove warnings in translations
2024-07-16 13:29:56 +02:00
matejcik
3fcb0acaff
refactor(core/rust): refactor SwipeFlow
...
* remove SwipeStore in favor of Vec<dyn FlowComponent>
* unify state and controllers
* implement tighter coupling between controller/states and pages of the
flow
2024-07-16 13:29:56 +02:00
matejcik
4c10a4f643
chore(core/rust): publish the ConcreteRenderer types for each renderer version
...
we need them to be able to spell out a concrete type of the argument to
`render()`
2024-07-16 13:29:56 +02:00
Ioan Bizău
a64b22cdef
feat(core): add progress indicator when formatting SD cards
2024-07-15 13:32:06 +03:00
matejcik
8fa602cefe
chore(core): add signature for 2.8.0 translation blobs
2024-07-15 09:52:36 +02:00
Martin Milata
8869b16c83
chore: generate-changelog.py adjustments
...
- add T3T1 to the list of core hardware
- add flag for regenerating model-specific changelogs in case the main
one is manually edited
- generate headings in the same format as currently used in
core/CHANGELOG.md
2024-07-12 20:43:26 +00:00
tychovrahe
e3b9548506
chore(core): add TS5 background image for emulator
...
[no changelog]
2024-07-12 15:38:33 +02:00
matejcik
52333d5b04
debug(core): make C impl of __fatal_error print to stderr
...
Previously, any C assertion or other case of __fatal_error would only
show the RSOD, but not print to emulator output.
That is (a) mildly annoying, and (b) would not work in the weird case in
Rust unit tests where graphics are not available.
2024-07-12 09:46:50 +02:00
matejcik
863dee1a43
refactor(core/rust): reorganize LayoutObj
...
* move most actual functionality to LayoutObjInner
* subsume features of top-level Root and Child into LayoutObjInner
(saving ~7 kB of flash because LayoutObjInner is not generic)
* make use of GcBox to drop the top-level component
2024-07-12 09:46:50 +02:00
matejcik
2a896c44f6
feat(core/rust): introduce GcBox
2024-07-12 09:46:50 +02:00
Martin Milata
a05ed10f1a
fix(core): emulator: coverage data atexit handler
...
Partially reverts 5fc3c6e617
.
[no changelog]
2024-07-11 17:33:15 +00:00
matejcik
ca1c5c4e33
feat(core/translations): cli.py merge command
2024-07-11 12:59:43 +00:00
Martin Milata
1c9f925418
fix(core/translations): remove unbreakable spaces for now
...
[no changelog]
2024-07-11 12:59:43 +00:00
Martin Milata
9304f6aa80
chore(core): update translations
...
jq --sort-keys -s '.[0] * .[1]' es.json es-ES_diff_tutorial.json > es.json.tmp && mv es.json.tmp es.json
[no changelog]
2024-07-11 12:59:43 +00:00
Martin Milata
700512901b
docs(core): fix 2.8.0 release date
2024-07-10 11:38:16 +00:00
Martin Milata
98dca4db4c
Merge branch 'release/24.07'
2024-07-10 12:24:18 +02:00
Andrew Kozlik
e84f969f4f
feat(core): Implement DebugLinkOptigaSetSecMax.
2024-07-09 16:52:50 +02:00
Andrew Kozlik
b71a809da3
feat(common): Add DebugLinkOptigaSetSecMax message.
...
[no changelog]
2024-07-09 16:52:50 +02:00
Andrew Kozlik
a4cf0b2c72
feat(core): Show PIN initialization progress when Optiga throttling delays are active
2024-07-09 16:52:50 +02:00
Andrew Kozlik
9420b38a35
feat(core): Account for Optiga throttling delay in PIN countdown.
2024-07-09 16:52:50 +02:00
matejcik
d82d5a1fe5
build(core): fix build for GCC13
...
we need to cherry-pick two commits into the micropython submodule, and
adapt one of the fixes
2024-07-09 14:14:13 +02:00
mgiannopoulos24
25cb005693
fix(core): add missing filename argument ( #4003 )
...
* Code improvement on printf
2024-07-09 14:12:07 +02:00
tychovrahe
3bc9e23260
feat(core): add support for 32bit colors in UI
...
[no changelog]
2024-07-09 11:44:21 +02:00
tychovrahe
6667f96911
fix(core): fix T2B1 display orientation south
2024-07-08 17:40:14 +02:00
cepetr
59961984c3
feat(core/embed): prepare backlight driver for low power mode
...
[no changelog]
2024-07-08 12:05:20 +02:00
cepetr
68911c972b
chore(core/embed): remove unused code
...
[no changelog]
2024-07-08 12:04:49 +02:00
cepetr
076b476cf5
fix(core/embed): fix memory clearing in u5 boardloader
...
[no changelog]
2024-07-08 12:04:49 +02:00
cepetr
0ea965d07e
fix(core/embed): fix touch driver on dev kits
...
[no changelog]
2024-07-08 12:04:29 +02:00
obrusvit
4fe4bb0bed
chore(core): remove some unused assets and code
...
Removing model_t leftovers from mercury code.
[no changelog]
2024-07-03 14:16:10 +02:00
Andrew Kozlik
ff653f038e
feat(core): Optimize Optiga counter initialization.
...
[no changelog]
2024-07-01 18:05:20 +02:00
Andrew Kozlik
869b6fe6dc
refactor(core): Use remaining PIN attempts in Optiga API.
...
[no changelog]
2024-07-01 18:05:20 +02:00
Andrew Kozlik
fc09379877
refactor(core): Clean up Optiga error handling.
...
[no changelog]
2024-07-01 18:05:20 +02:00
Martin Milata
99c3d35e07
chore(core): bump version to 2.8.1
...
[no changelog]
2024-07-01 11:57:32 +00:00
Martin Milata
dd4671a510
docs(core): changelog for 2.8.0
2024-07-01 11:56:56 +02:00
Martin Milata
54441182ea
chore(common): set definition timestamp to the current signed definitions
...
[no changelog]
2024-07-01 11:49:31 +02:00
gabrielkerekes
6f76ac3be6
fix(solana): allow AToken Create instruction to contain an optional rent_sysvar
account
...
This is needed because some dApps (https://jup.ag/perps or http://solend.fi/ ) include the rent_sysvar account although it's not required anymore (it's also not a part of the [official docs](https://docs.rs/spl-associated-token-account/latest/spl_associated_token_account/instruction/enum.AssociatedTokenAccountInstruction.html#variant.Create )).
2024-07-01 09:46:40 +00:00
tychovrahe
23d31cc8b3
fix(core): fix lockscreen Not connected label hiding
...
[no changelog]
2024-07-01 09:07:07 +00:00
Martin Milata
106edd4309
feat(core/ui): T3T1: tutorial flow
...
[no changelog]
2024-07-01 09:35:11 +02:00
tychovrahe
b4200162ab
fix(core): fix doubled touch clicks
...
[no changelog]
2024-07-01 09:33:40 +02:00
tychovrahe
283baa412a
fix(core): fix backlight fading when first painting a layout
...
[no changelog]
2024-07-01 09:33:40 +02:00
tychovrahe
d08f5d05aa
fix(core/mercury): improve handling and visual of swipes when displaying words
2024-07-01 09:33:40 +02:00
tychovrahe
e5fc1e1d42
fix(core/mercury): fix swipe animation when repeatedly touching display while the transition is already in effect
2024-07-01 09:33:40 +02:00
tychovrahe
56385f79c7
fix(core/mercury): disallow swipes when touch starts too close to an edge of the display
2024-07-01 09:33:40 +02:00
tychovrahe
bfbcecc085
fix(core/mercury): fix swipe effect duration when swipe is cancelled
2024-07-01 09:33:40 +02:00
tychovrahe
272b668feb
fix(core/mercury): remove instant lock-trigger swipe behavior
...
[no changelog]
2024-07-01 09:33:40 +02:00
tychovrahe
a0e33d61bd
fix(core/mercury): fix share words hold to confirm swipe effect
2024-07-01 09:33:40 +02:00
tychovrahe
e89ae8246d
fix(core/mercury): do not block swipe on button press, abort press on swipe lock instead
2024-07-01 09:33:40 +02:00
tychovrahe
a4ff76e840
fix(core/mercury): adjust swipe effect direction when animating transition through python
2024-07-01 09:33:40 +02:00
obrusvit
2de8acc141
chore(core): remove CoSi functionality
...
trezorctl CoSi feature is removed from all models
2024-07-01 09:32:38 +02:00
obrusvit
665854cd9b
chore(core): update translations
...
Translated copy for additional wallet backup info and some leftovers
from previous PRs.
[no changelog]
2024-06-30 12:07:09 +02:00
obrusvit
7adceec596
feat: use alternative numeral glyphs for T3T1
...
Numeral chars 0-9 mapped to glyphs indices 1298-1307.
This commit does not modify gen_font.py, see issue for that.
2024-06-30 12:07:09 +02:00
obrusvit
c73115df7b
feat(core/ui): add PageCounter to T3T1 Footer
...
PageCounter sub-component is used within Footer to indicate progress in
screens, rendered e.g. as "1 / 20" for the first word in wallet backup.
2024-06-30 12:07:09 +02:00
obrusvit
aaa2ece3ba
feat(core/ui): highlight repeated words on T3T1
...
ShowShareWords flow now informs the user if the word is repeated. The
most typical usecase in 1-of-1 shamir (SingleShare) where 3rd and 4th
word is "academic".
2024-06-30 12:07:09 +02:00
matejcik
6338ba994a
docs(core): update Optiga-related changelogs
2024-06-25 13:37:54 +02:00
matejcik
8a3133bacc
fix(core): include valid staging certificate for T3T1 emulator
2024-06-25 13:35:16 +02:00
Andrew Kozlik
4ee81daee7
feat(core): Add optiga_sec field to Features
...
[no changelog]
2024-06-25 12:45:00 +02:00
Andrew Kozlik
ca4bfa2ebd
feat(core): Implement optiga.get_sec()
...
[no changelog]
2024-06-25 12:45:00 +02:00
Andrew Kozlik
4d4ee99716
fix(core): Increase Optiga MAX_RETRY_READ_MS to 6 sec.
2024-06-25 11:09:40 +02:00
tychovrahe
95c2cb2008
fix(core/mercury): show coinjoin authorized notification
2024-06-24 21:43:08 +02:00
tychovrahe
60add32e3b
fix(core): T2B1 - left align title when changing homescreen
...
[no changelog]
2024-06-24 21:43:08 +02:00
tychovrahe
9ab2ba9157
feat(core/mercury): animated device label on homescreen/lockscreen
2024-06-24 21:43:08 +02:00
tychovrahe
3a3259b574
feat(core/mercury): change homescreen flow
2024-06-24 21:43:08 +02:00
Andrew Kozlik
f396d00c67
fix(core): Fix style and unix build.
...
[no changelog]
2024-06-24 16:04:03 +02:00
Andrew Kozlik
da068fb32e
fixup! feat(core): Rework Optiga PIN slot configuration.
2024-06-21 18:55:01 +02:00
Andrew Kozlik
f393064ce7
feat(core): Improve PIN progress precision.
2024-06-21 18:55:01 +02:00
Andrew Kozlik
509e291118
feat(core): Rework Optiga PIN slot configuration.
2024-06-21 18:55:01 +02:00
Andrew Kozlik
9c50e15cf7
chore: Bump firmware and fix versions due to storage upgrade.
2024-06-21 18:55:01 +02:00
Andrew Kozlik
183e53d3c2
feat(storage): Rework PIN processing and upgrade storage.
2024-06-21 18:55:01 +02:00
Andrew Kozlik
7b636df35f
feat(core): Rework Optiga PIN processing.
2024-06-21 18:55:01 +02:00
cepetr
a8f808822c
fix(core/rust): shorten the ANIM_FRAME_TIMER deadline
...
[no changelog]
2024-06-19 16:40:23 +02:00
cepetr
bb310ad60d
fix(core): improve framebuffer switching
...
[no changelog]
2024-06-19 16:40:23 +02:00
obrusvit
ed624e1cb8
feat(core/ui): use numerals in T3T1 checklist
...
[no changelog]
2024-06-19 16:02:24 +02:00
cepetr
bfedb96071
refactor(core/embed): prepare haptic driver for low power mode
...
[no changelog]
2024-06-19 14:05:35 +02:00
cepetr
3460c4b891
refactor(core/embed): prepare touch drivers for low power mode
...
[no changelog]
2024-06-19 14:03:38 +02:00
cepetr
089dc84f38
refactor(core/embed): remove unnecessary call to usb_stop
...
[no changelog]
2024-06-19 11:57:18 +02:00
cepetr
d8d6410284
refactor(core/embed): remove global deps from usb class drivers
...
[no changelog]
2024-06-19 11:57:18 +02:00
cepetr
baff1691a0
feat(core/embed): prepare usb driver for low power mode
...
[no changelog]
2024-06-19 11:57:18 +02:00
cepetr
a705335fe1
fix(core/embed): fix disc2 target build
...
[no changelog]
2024-06-19 11:57:18 +02:00
cepetr
0bc1d1f706
refactor(core/embed): refactor usb driver
...
[no changelog]
2024-06-19 11:48:06 +02:00
cepetr
8e429b0352
refactor(core/embed): move usb driver to its own folder
...
[no changelog]
2024-06-19 11:48:06 +02:00
cepetr
f5d35da635
fix(core/embed): fix random delays in usb driver
...
[no changelog]
2024-06-19 11:45:06 +02:00
obrusvit
a01a787113
refactor(core): remove StringType
...
This commit removes the last usage of StringType. In the future, we use
TString.
[no changelog]
2024-06-19 09:14:51 +02:00
matejcik
4e788aa2f5
fix(core/rust): more careful management of ShortString capacity
2024-06-19 09:14:51 +02:00
matejcik
8cf039740f
style(core/rust): rustfmt
2024-06-19 09:14:51 +02:00
matejcik
8e52081d8a
refactor(core/rust): unify String usage
2024-06-19 09:14:51 +02:00
matejcik
da37bce59d
refactor(core/rust): drop ui::macros
...
removing inttostr!, build_string!, and relocating include_res!
2024-06-19 09:14:51 +02:00
matejcik
8134490e2e
feat(core): introduce uformat!, use uDebug in favor of Debug
...
now that we have ufmt, this is just much nicer
2024-06-19 09:14:51 +02:00
matejcik
b406fc22f3
refactor(core/rust): clean up macro namespace
2024-06-19 09:14:51 +02:00
matejcik
567de6579e
chore(core/rust): drop cstr_core dependency
...
now that we have c"..." literals in Rust
2024-06-19 09:14:51 +02:00
matejcik
ce2436245d
chore(core/translations): add signatures for translation versions 2.7.1 and 2.7.2
2024-06-18 13:24:40 +02:00
matejcik
81d5cc29d5
fix(core/translations): properly update stored json version
2024-06-18 13:24:35 +02:00
Martin Milata
f2a2ddfd8d
Merge branch 'release/24.06'
2024-06-17 22:14:02 +02:00
cepetr
ba56ff8483
refactor(core/embed): replace ensure(secfalse,... with error_shutdown
...
[no changelog]
2024-06-17 16:57:33 +02:00
cepetr
0f1cac9695
refactor(core): optimize assert/fatal_error for reduced flash footprint
...
[no changelog]
2024-06-17 16:57:33 +02:00
cepetr
06faae8f82
refactor(core/rust): replace panic! by fatal_error!
...
[no changelog]
2024-06-17 16:57:33 +02:00
cepetr
f5203011c5
feat(core/rust): introduce dbg_print and improve errors printing
...
[no changelog]
2024-06-17 16:57:33 +02:00
cepetr
5fc3c6e617
refactor(core): improve and simplify error handling
...
[no changelog]
2024-06-17 16:57:33 +02:00
Martin Milata
e7f083c3ca
chore(core): bump version to 2.7.3
...
[no changelog]
2024-06-11 11:11:30 +00:00
tychovrahe
dfe6826101
fix(core): add missing swipe right to address QR screen - mercury ui
2024-06-10 14:50:28 +02:00
tychovrahe
84c182fdac
fix(core): reduce animation frame requests when swiping
...
[no changelog]
2024-06-10 14:49:52 +02:00
matejcik
df051077ea
chore(core/prodtest): bump version after release
2024-06-10 11:20:15 +02:00
matejcik
f556a1b4cc
docs(core/prodtest): update changelog for v0.2.7
2024-06-10 11:17:20 +02:00
tychovrahe
b0b2ffd38f
feat(core/prodtest): add reboot command
2024-06-10 11:10:33 +02:00
tychovrahe
000aa4ed21
fix(core/prodtest): fix touch_version command
2024-06-10 11:10:33 +02:00
matejcik
da75d8f4b6
chore(common): make unused fields optional
...
[no changelog]
2024-06-10 11:06:06 +02:00
Marek Polak
e90cf36624
chore(tests): remove params for unused checks
...
[no changelog]
(cherry picked from commit ff659a82d1
)
2024-06-07 16:59:04 +02:00
Marek Polak
9a22d570f2
chore(core): remove unused checks
...
[no changelog]
(cherry picked from commit 8a7db4f1d3
)
2024-06-07 16:59:04 +02:00
Marek Polak
ff659a82d1
chore(tests): remove params for unused checks
...
[no changelog]
2024-06-07 16:58:17 +02:00
Marek Polak
8a7db4f1d3
chore(core): remove unused checks
...
[no changelog]
2024-06-07 16:58:17 +02:00
Martin Milata
912535f6d2
Bump release version to 2.7.2
2024-06-07 16:04:56 +02:00
Ioan Bizău
731d6d0cdc
chore(core): update copy and translate
...
[no changelog]
(cherry picked from commit b28e29cf4f
)
2024-06-07 15:03:37 +02:00
Martin Milata
1d3ebd61c4
fix(core/ui): T3T1: wrong XPUB title
...
[no changelog]
(cherry picked from commit 3760dd307c
)
2024-06-07 15:03:26 +02:00
tychovrahe
a3b6788967
fix(core): fix bootloader unlock check on STM32U5, fw only
...
[no changelog]
(cherry picked from commit 5a8989f00d
)
2024-06-07 15:03:20 +02:00
obrusvit
c1e8c652a6
fix(core): TS3 device freeze
...
[no changelog]
(cherry picked from commit b560ce53c0
)
2024-06-07 14:55:55 +02:00
obrusvit
b560ce53c0
fix(core): TS3 device freeze
...
[no changelog]
2024-06-07 14:35:08 +02:00
tychovrahe
5a8989f00d
fix(core): fix bootloader unlock check on STM32U5, fw only
...
[no changelog]
2024-06-07 14:24:20 +02:00
Martin Milata
eff46b0d5c
chore(core): bump version to 2.7.2
...
[no changelog]
2024-06-06 21:17:54 +00:00
Ioan Bizău
b28e29cf4f
chore(core): update copy and translate
...
[no changelog]
2024-06-06 21:29:29 +02:00
Martin Milata
3760dd307c
fix(core/ui): T3T1: wrong XPUB title
...
[no changelog]
2024-06-06 14:43:51 +00:00
Martin Milata
924492ce1b
chore(common): set definition timestamp to the current signed definitions
...
[no changelog]
2024-06-06 14:30:14 +02:00
Martin Milata
d6186f105f
docs(core): changelog for 2.7.1
2024-06-06 14:28:19 +02:00
matejcik
2bf2549a31
style(core): make newer pyrights happier
2024-06-06 14:00:13 +02:00
Martin Milata
cca066c476
fix(core/translations): remove unbreakable spaces for now
2024-06-06 14:00:13 +02:00
Martin Milata
e0dfa15e89
fix(core/ui): T3T1 confirm_action: hold implies prompt_screen
2024-06-06 14:00:13 +02:00
matejcik
ffe07f2ca6
feat(core): improve repeated backup
...
* allow upgrading from Single to Basic
* do not skip confirmation screen when sending BackupDevice from Suite
2024-06-06 14:00:13 +02:00
obrusvit
7b291725e2
fix: TypeError from SwipeUpScreen
...
This allows cancellable homescreen.
This commit also adds cancel to recovery homescreen.
2024-06-06 14:00:13 +02:00
obrusvit
e30de62adc
tests: fix input_flows
...
Reset/recovery tests after adding Wallet created screen and separate
backup intro.
Regen signatures.json after rebase.
[no changelog]
2024-06-06 14:00:13 +02:00
obrusvit
fd59c2ce88
feat(core/ui): T3T1 backup cannot be skipped
...
This commit disallows the user to exit backup flow once initiated.
It also ensurer the intro screen is shown when initiating backup via
protobuf msg after it was previously skipped during wallet creation.
[no changelog]
2024-06-06 14:00:13 +02:00
obrusvit
25a9ef3cf5
feat(core/ui): info screens before ShareWords
...
Inform the user about possible repeated words in 1-of-1 SLIP39.
Instruct the user to "repeat for all shares".
[no changelog]
2024-06-06 14:00:13 +02:00
obrusvit
d4b854a95e
refactor(core): sync layout code
...
Refactor mercury layout code according to recent changes in model_t
layout code.
[no changelog]
2024-06-06 14:00:13 +02:00
obrusvit
936fe1aea9
feat(core/ui): T3T1 separate wallet created screen
...
Commit adds separate call of success screen after wallet is created.
This is to ensure the success is shown even when skip_backup is set in
the protob msg.
[no changelog]
2024-06-06 14:00:13 +02:00
obrusvit
dd70b438d3
feat(core/ui): default button active style
...
[no changelog]
2024-06-06 14:00:13 +02:00
obrusvit
5bd6996ae4
feat(core/ui): show success screens between shares
...
This commit also adds minor improvements to reset flow.
[no changelog]
2024-06-06 14:00:13 +02:00
obrusvit
72bdea6754
chore(core): remove BIG font from lang jsons
...
Foreign characters are not needed at the moment as the font is used only
in ShareWords.
[no changelog]
2024-06-06 14:00:13 +02:00
obrusvit
66495f3b8e
chore(core): update lang jsons
...
Translations delivered from diff of en.json by the translation agency.
en.json is sorted.
[no changelog]
2024-06-06 14:00:13 +02:00
Martin Milata
6911870654
fix(core/ui): T3T1: ethereum signtx hold
...
[no changelog]
2024-06-06 14:00:13 +02:00
tychovrahe
09fc0ebf3e
fix(core): add missing tap to confirm screens to mercury
...
[no changelog]
2024-06-06 14:00:13 +02:00
Martin Milata
b567d15732
perf(core/ui): T3T1: reduce ParagraphSources to save flash
...
[no changelog]
2024-06-06 14:00:13 +02:00
Martin Milata
b64c8ef6a2
perf(core/ui): remove Child from T3T1 Frame
...
[no changelog]
2024-06-06 14:00:13 +02:00
Martin Milata
320fa06122
fix(core/ui): T3T1: prompt screen for confirm_action
...
[no changelog]
2024-06-06 14:00:13 +02:00
Martin Milata
4d6af487f4
fix(core/ui): T3T1: remove ButtonPage, Dialog, IconDialog
...
[no changelog]
2024-06-06 14:00:13 +02:00
Martin Milata
e268f79749
fix(core/ui): T3T1: improve passphrase prompt
...
[no changelog]
2024-06-06 14:00:13 +02:00
tychovrahe
9ee670a440
feat(core): change default homescreen image for mercury
...
the default homescreen is rendered algorithmically, when changing homescreen to default we now use text message due to lack of scaling
[no changelog]
2024-06-06 14:00:13 +02:00
tychovrahe
0cd36cd41b
fix(core): fix lockscreen animation cutting from right and bottom
...
[no changelog]
2024-06-06 14:00:13 +02:00
tychovrahe
2f6ade5911
feat(core): word quiz enter animation
...
[no changelog]
2024-06-06 14:00:13 +02:00
tychovrahe
6ad41aa06e
feat(core): improve hold to confirm animation
...
[no changelog]
2024-06-06 14:00:13 +02:00
tychovrahe
a66dd78ef7
fix(core): fix missing hold to confirm screen
...
[no changelog]
2024-06-06 14:00:13 +02:00
Martin Milata
9cd933b88e
perf(core/ui): save flash by forbidding some inlining
...
[no changelog]
2024-06-06 14:00:13 +02:00
matejcik
d1cf36097a
refactor(core): optimize repeated code for swipe directions
2024-06-06 14:00:13 +02:00
matejcik
fbfb000d62
refactor(core): optimize copyabilitity in swipe_detect
2024-06-06 14:00:13 +02:00
tychovrahe
a67bc19bac
feat(core) screen transitions for mercury UI
...
[no changelog]
2024-06-06 14:00:13 +02:00
Ioan Bizău
ed58409888
chore(core): update tests
2024-06-05 12:35:09 +03:00
matejcik
cab6fd0799
refactor(core/wire): move restarting control to handle_single_message
...
that way it is possible to avoid restarting if we failed to find a
handler for a message (makes it faster with no ill effects because
"failed to find handler" (a) shouldn't happen and (b) doesn't cause any
significant fragmentation)
2024-06-05 12:35:09 +03:00
Ioan Bizău
8870869f93
chore(core): rename recovery type & kind and tweak feature flags
2024-06-05 12:35:09 +03:00
matejcik
49daeaa746
refactor(core): introduce wire filters
2024-06-05 12:35:09 +03:00
Ioan Bizău
8ef7dfab0d
feat(core): implement repeated backup
2024-06-05 12:35:09 +03:00
tychovrahe
42e001e6d3
fix(core): fix boot flags evaluation with new rendering
...
[no changelog]
2024-06-03 19:43:08 +02:00
matejcik
4e1e3bc550
fix(core): revert bad renderer lifetime changes
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
f793e6d509
refactor(core): move mercury loader to cshape module
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
51c1ff728d
refactor(core): remove lockscreen lifetimes
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
e03d404dca
fix(core): ensure drop is called on layout objects
...
[no changelog]
2024-06-03 19:43:08 +02:00
matejcik
813d9b7687
feat(core/rust): add option to Gc-allocate with finaliser
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
288c855868
fix(core): prevent negative circle rendering
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
5f30194a34
fix(core): prevent unnecessary display refreshing
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
0c4b1d6213
fix(core): fix framebuffer switching, was too fast so the change was sometimes not visible
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
88078db700
feat(core): mercury ui homescreen
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
429a558d78
fix(core): mercury ui animations only ask for frame on timer event
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
e53e7cc13b
refactor(core): mercury ui: downgraded homescreen module to file
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
a34c2cb9dd
feat(core): animated lockscreen for mercury UI
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
b178c10e8b
fix(core): prevent overloading app with touch events
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
1be6208a02
feat(core): remove mandatory startup wait for models other than T2T1 and T2B1
...
[no changelog]
2024-06-03 19:43:08 +02:00
tychovrahe
17072faa65
feat(core): animate status screen in mercury ui
...
[no changelog]
2024-06-03 14:26:25 +02:00
tychovrahe
47a2661736
feat(core): respect disable animations in hold to confirm
...
[no changelog]
2024-06-03 14:26:25 +02:00
tychovrahe
c8c7001301
feat(core): implement tap to confirm in mercury UI
...
[no changelog]
2024-06-03 14:26:25 +02:00
tychovrahe
491aeaa0f5
feat(core): add value info to brightness dialog in mercury
...
[no changelog]
2024-06-03 14:26:25 +02:00
tychovrahe
3a8595b43a
fix(core): ensure circles with radius zero are not rendered
...
[no changelog]
2024-06-03 14:26:25 +02:00
tychovrahe
67fe334dc2
feat(core): add hold-to-confirm animation to mercury UI
...
[no changelog]
2024-06-03 14:26:25 +02:00
cepetr
1f01150e7c
feat(core): introduce a stopwatch
...
[no changelog]
2024-06-03 14:26:25 +02:00
cepetr
212391fc37
feat(core): add pareen & easer crates
...
[no changelog]
2024-06-03 14:26:25 +02:00
tychovrahe
b9a55cf2a7
feat(core): add settings to turn haptic on/off
...
[no changelog]
2024-06-03 14:26:25 +02:00
tychovrahe
2e10d440fa
fix(core): add subtitle to confirm action
...
[no changelog]
2024-06-03 14:26:25 +02:00
matejcik
7e2f985037
chore(core): drop unused progress impl
2024-06-03 14:26:25 +02:00
matejcik
9bed793f68
refactor(core): provide backlight values from Rust
2024-06-03 14:26:25 +02:00
tychovrahe
a65511846b
feat(core): added user adjustable brightness setting
2024-06-03 14:26:25 +02:00
matejcik
5ec8b58772
style(core/rust): remove unreachable statement
2024-05-31 15:49:29 +02:00
matejcik
dd0fe3d878
test(core/ui): fix Rust paragraph splitting unit tests on T3T1
2024-05-31 15:49:29 +02:00
matejcik
9a6f6c6b75
fix(core/ui): fix build of Rust unit tests on T3T1
2024-05-31 15:49:29 +02:00
matejcik
27fe6810c0
refactor(core/ui): better structured selection of render_on_display function
...
We should still get rid of this completely though 🤷
2024-05-31 15:49:29 +02:00
matejcik
e62f0b507a
build(core): fix build for Rust unit tests on T3T1
2024-05-31 15:49:29 +02:00
Ondřej Vejpustek
67ac4078f7
feat(core): add AES-GCM in-place encryption and decryption
...
[no changelog]
2024-05-31 15:41:06 +02:00
Martin Milata
662f13136f
fix(core/ui): T3T1: get rid of some of the remaining button dialogs
2024-05-31 11:59:52 +00:00
Martin Milata
69e406f7cf
fix(core/ui): T3T1 device tests
...
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
c03781aef9
fix(core/ui): T3T1: keep only lowercase letters in font_ttsatoshi_demibold_42
...
To save space.
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
cde0dce3ef
fix(core/ui): T3T1: rebase on main
2024-05-31 11:59:52 +00:00
obrusvit
27d733f89d
feat(core/ui): T3T1 backup checklist
...
Also add subtitle to ShareWords.
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
43eeccac59
feat(core/ui): T3T1 request number flow
...
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
9c14cae656
fix(core/ui): allow component to terminate flow on swipe
...
[skip_ci]
2024-05-31 11:59:52 +00:00
Martin Milata
cbcd9dd8bd
fix(core/ui): missing swipe event when animations disabled
2024-05-31 11:59:52 +00:00
Martin Milata
bd8ce6e55d
fix(core/ui): T3T1 always detect swipes on entire screen
...
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
d6152c02e9
refactor(core/ui): T3T1: drop duplicate Swipe implementation
...
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
d2bfe56293
fix(core/ui): make it harder to accidentally close VerticalMenu
2024-05-31 11:59:52 +00:00
Martin Milata
30ca8bdd62
feat(core/ui): T3T1 share words animation
...
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
e5e8e27abc
feat(core/ui): T3T1 recovery keyboards
...
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
3f0ab537af
feat(core/ui): T3T1 passphrase keyboard
...
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
f11c2891d8
feat(core/ui): allow rounded mercury button
...
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
250593125c
feat(core): update translation strings
...
Based on latest Figma designs.
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
198693259d
fix(core/ui): set page_count through rust ButtonRequest
2024-05-31 11:59:52 +00:00
Martin Milata
53609a85fd
refactor(core/ui): fix clippy issues
2024-05-31 11:59:52 +00:00
Martin Milata
b16411631b
fix(core/ui): T3T1 ButtonRequests from rust
...
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
a212b325fe
feat(core/ui): T3T1 send flow
...
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
7bbfa64dbb
fix(core/ui): re-export T3T1 icons
...
Commit re-exports T3T1 icons (mercury UI) in white color so that
applying color to them during rendering works as expected. Previously
they were grey and the desired color mixed with grey.
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
11808a6f14
fix(core): rebase on drawlib
2024-05-31 11:59:52 +00:00
obrusvit
1ee36baea8
feat(core/ui): T3T1 confirm_action
...
Adds SwipeFlow for ConfirmAction or ConfirmActionSimple. Without
animation as of now.
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
d8f20616be
feat(core/ui): T3T1 set new PIN flow
...
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
51a78dddee
feat(core/ui): T3T1 PIN keyboard
...
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
63945ab86f
refactor(core): remove upper() calls in mercury
...
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
03cd4fe363
refactor(core): mercury - seed to wallet backup
...
Applying change of string names from cherry-picked commit.
[no changelog]
2024-05-31 11:59:52 +00:00
tychovrahe
3109001fa0
refactor(core): remove old homescreen rendering from mercury UI
...
[no changelog]
2024-05-31 11:59:52 +00:00
tychovrahe
0993ca0434
feat(core): lockscreen for mercury_ui
...
[no changelog]
2024-05-31 11:59:52 +00:00
tychovrahe
14c81f6860
feat(core): T3T1 loaders improvement
...
[no changelog]
2024-05-31 11:59:52 +00:00
tychovrahe
f3ced5e831
feat(core): expand menu button touch area a bit more
...
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
e0fece2050
fix(core/ui): T3T1 UI tests: GetAddress
...
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
6ddf1c849a
fix(core/ui): respect animation_disabled() on T3T1
2024-05-31 11:59:52 +00:00
Martin Milata
687d773547
build(core/firmware): TREZOR_MODEL=T3T1 implies NEW_RENDERING=1
...
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
091b51c9c4
fix(core/ui): T3T1 lints
...
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
5020868c2c
feat(core/ui): T3T1 receive flow
...
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
1028c3500f
feat(core/ui): T3T1 separate reset flows
...
Create separate flows for wallet creating, prompt of backup and
recovery.
Put more strings to copy.
Change style of Frame subheader.
2024-05-31 11:59:52 +00:00
obrusvit
4471281adc
feat(core/ui): improve T3T1 recovery
2024-05-31 11:59:52 +00:00
obrusvit
6486b03248
feat(core/ui): T3T1 mnemonic keyboard
...
These are initial changes to the mnemonic keyboard designs. The designs
themselves from Figma are still WIP.
2024-05-31 11:59:52 +00:00
obrusvit
0566f0b7c3
feat(core/ui): T3T1 word count choice
2024-05-31 11:59:52 +00:00
obrusvit
8f4e0cc885
feat(core/ui): add text align to T3T1 button
2024-05-31 11:59:52 +00:00
Martin Milata
dc2525196b
refactor(core/ui): T3T1 flow animation
...
[no changelog]
2024-05-31 11:59:52 +00:00
Martin Milata
b05b54dfd8
refactor(core/ui): VerticalMenu flexibility
2024-05-31 11:59:52 +00:00
Martin Milata
cf53876292
refactor(core/ui): rust UI flow simplification
2024-05-31 11:59:52 +00:00
Martin Milata
1b6b2d2b9f
chore(core/rust): fix formatting
2024-05-31 11:59:52 +00:00
Martin Milata
908f123dbf
refactor(core/ui): fix bootloader build failure
2024-05-31 11:59:52 +00:00
obrusvit
23021c5152
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-05-31 11:59:52 +00:00
obrusvit
0615b1bbc2
feat(core/ui): T3T1 confirm backup flow
2024-05-31 11:59:52 +00:00
obrusvit
7905770e7e
feat(core/ui/): introduce SwipeUpScreen
...
A simple wrapper of a component which supports returning
PageMsg::Confirmed if swipe up action was detected.
2024-05-31 11:59:52 +00:00
obrusvit
6b76ec0413
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-05-31 11:59:52 +00:00
obrusvit
1882cc3a80
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-05-31 11:59:52 +00:00
obrusvit
fd96ae5548
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-05-31 11:59:52 +00:00
obrusvit
b8fd987dd8
feat(core/ui): add two more T3T1 icons
...
Icon named sign used in hold to confirm prompt screens.
2024-05-31 11:59:52 +00:00
obrusvit
8a56c393e2
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-05-31 11:59:52 +00:00
obrusvit
b87048e265
feat(core/ui): add Footer to T3T1 Frame
2024-05-31 11:59:52 +00:00
obrusvit
683ea6ed26
fix(core): rebase on drawlib
...
mercury theme.rs needs some cleanup after this action
2024-05-31 11:59:52 +00:00
Martin Milata
1363495165
feat(core/ui): GetAddress flow demo
2024-05-31 11:59:52 +00:00
Martin Milata
10234787a4
feat(core/ui): rust-based UI flows
...
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
ac39b026cf
fix(core): rebase on drawlib and TStringificaton
...
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
8978f36096
feat(core): T3T1 ShareWords component
2024-05-31 11:59:52 +00:00
Martin Milata
8a5afbe585
style(core): fix formatting
...
[no changelog]
2024-05-31 11:59:52 +00:00
obrusvit
7ce980ca98
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-05-31 11:59:52 +00:00
obrusvit
9b98c8af11
feat(core): T3T1 corner highlight shape
...
Adds a new shape which serves to highlight information within a
rectangle.
2024-05-31 11:59:52 +00:00
obrusvit
befaf87f2d
feat(core): T3T1 Footer component
2024-05-31 11:59:52 +00:00
obrusvit
80462282dc
feat(core): T3T1 vertical menu
2024-05-31 11:59:52 +00:00
obrusvit
55067a6d40
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-05-31 11:59:52 +00:00
obrusvit
fa4de43368
feat(core): add rough TextStyles for T3T1
2024-05-31 11:59:52 +00:00
Martin Milata
940f31c3fb
feat(core/ui): T3T1 frame
2024-05-31 11:59:52 +00:00
Martin Milata
d6e5800413
feat(core): add icons for T3T1
2024-05-31 11:59:52 +00:00
obrusvit
67de10e96f
feat(core): add colors for T3T1
2024-05-31 11:59:52 +00:00
Martin Milata
8d4472a68e
feat(core): init T3T1 UI layouts
...
Start with copy of components and layouts from T2T1.
2024-05-31 11:59:52 +00:00
Martin Milata
2ba42d716e
feat(core): init T3T1 UI layouts: meta
2024-05-31 11:59:52 +00:00
Martin Milata
d6c502f27e
feat(core): add fonts for T3T1
2024-05-31 11:59:52 +00:00
M1nd3r
8bf84c2907
chore(core): change build_mocks to include empty lines
...
[no changelog]
2024-05-31 13:35:11 +02:00
M1nd3r
1d747d3b7f
docs(core): improve documentation of crc32
function
...
[no changelog]
2024-05-31 11:25:49 +02:00
M1nd3r
5c6af8332a
test(core): add tests for device_secret and cred_auth_key_counter
...
[no changelog]
2024-05-31 10:50:16 +02:00
M1nd3r
45d06f13eb
feat(core): add device_secret and cred_auth_key_counter
...
[no changelog]
2024-05-31 10:50:16 +02:00
matejcik
cd319fec1f
chore(core): add signed T3T1 bootloader 2.1.6
2024-05-29 10:07:03 +02:00
matejcik
8a5d3c8398
docs(core/bootloader): add missing changelog entry
2024-05-29 10:07:03 +02:00
Martin Milata
3efa0f6bbd
feat(core/ui): sending button requests from rust
...
[no changelog]
2024-05-28 21:20:38 +00:00
tychovrahe
fe829a5d59
fix(core): fix clearing st7789's internal framebuffer when changing display orientation
...
[no changelog]
2024-05-28 20:56:48 +02:00
Andrew Kozlik
d4953e4af3
feat(core): Do not store identifier for SLIP-39 extendable shares.
2024-05-28 18:03:26 +02:00
Andrew Kozlik
f24c48ef1e
feat(core): Add extendable BackupTypes.
2024-05-28 18:03:26 +02:00
Andrew Kozlik
b14b557efc
refactor(core): Clean up BackupType usage.
2024-05-28 18:03:26 +02:00
Andrew Kozlik
9d0d1b3402
feat(core): Support extendable backup flag in SLIP-39.
2024-05-28 18:03:26 +02:00
cepetr
c0b3a2c26b
feat(core/rust): introduce unlock-screen animated overlay
...
[no changelog]
2024-05-28 17:07:52 +02:00
cepetr
321e4be819
feat(core/rust): introduce render_on_canvas functionality
...
[no changelog]
2024-05-28 17:07:52 +02:00
cepetr
e579254f7a
feat(core/rust): introduce RawImage shape
...
[no changelog]
2024-05-28 17:07:52 +02:00
cepetr
89ae44ebfa
feat(core/rust): introduce ImageBuffer for advanced drawing
...
[no changelog]
2024-05-28 17:07:52 +02:00
cepetr
001acc770c
feat(core/rust): use f32 angles in ui components
...
[no changelog]
2024-05-28 17:07:52 +02:00
cepetr
f03e4c8d9c
feat(core/rust): introduce f32 angles for sector drawing
...
[no changelog]
2024-05-28 17:07:52 +02:00
cepetr
e3a383526b
feat(core): introduce mono8 bitmap blending
...
[no changelog]
2024-05-28 17:07:52 +02:00
Ioan Bizău
269adf4868
chore(core): add coin support info for T3T1
2024-05-24 13:53:05 +02:00
matejcik
44a6696f24
build(core): improve model detection
...
instead of MODEL_IS_T2B1, we now catch INTERNAL_MODEL == Txyz
this is still not perfect because it can't detect 'in'/'not in', which
sucks but what can we do
2024-05-24 13:53:05 +02:00
Pavol Rusnak
87619c19ee
chore(core/rust): bump buildgen to 0.62.0
...
this fixes build on macOS
[no changelog]
2024-05-24 12:04:24 +02:00
Peter Jaško
56f963d332
chore: Changelog
2024-05-23 10:01:48 +02:00
Peter Jaško
d1311e786a
chore(cardano): Update URL max length
2024-05-23 10:01:48 +02:00
Peter Jaško
7eb6fcf43c
feat(cardano): Tag sets
2024-05-23 10:01:48 +02:00
Peter Jaško
10e4352aad
feat(cardano): Add Conway certificates
2024-05-23 10:01:48 +02:00
tychovrahe
76e98ecc3d
fix(core): fix DISC2 build
...
[no changelog]
2024-05-21 19:01:31 +02:00
tychovrahe
ffe1ac7d7e
fix(core): use DISPLAY_RGB565 macro consistently
...
[no changelog]
2024-05-21 19:01:31 +02:00
tychovrahe
9166dc330e
refactor(core): reorganize model-specific files in embed/models
...
[no changelog]
2024-05-21 19:01:31 +02:00
tychovrahe
0b5e8ed480
refactor(core): introduce emulator boards
...
[no changelog]
2024-05-21 19:01:31 +02:00
tychovrahe
e6f2fa711e
refactor(core): reorganize model specific files in site-scons
...
[no changelog]
2024-05-21 19:01:31 +02:00
tychovrahe
c9027b1a1a
fix(core): fix alpha component extraction
...
[no changelog]
2024-05-20 09:20:26 +02:00
matejcik
ad84f42b0b
style(core/rust): clippy hints applied
...
[no changelog]
2024-05-17 14:57:37 +02:00
matejcik
754b0a92b9
refactor(core/ui): enable non-conflicting modules even if unused
...
[no changelog]
2024-05-17 14:57:37 +02:00
Andrew Kozlik
c2c1591f5c
chore(core): Improve VTRUST bits documentation and naming.
...
[no changelog]
2024-05-17 14:37:38 +02:00
matejcik
cf58fdd313
build(core): move default values for bindgen macros (back) into build.rs
2024-05-17 13:43:48 +02:00
tychovrahe
751390ec08
fix(core): fix old frame flicker when backlight is risen too soon
...
[no changelog]
2024-05-17 10:43:14 +02:00
tychovrahe
a86f3604ca
fix(core): fix TS3 bootloader crash when entering menu
...
[no changelog]
2024-05-17 10:42:54 +02:00
tychovrahe
4f1d03fce8
feat(core): add alpha capabilities to toif, text, circle
...
[no changelog]
2024-05-17 10:42:32 +02:00
tychovrahe
2a123b3c5e
feat(core): add alpha capabilities to 4-bit blending
...
[no changelog]
2024-05-17 10:42:32 +02:00
cepetr
28aa0a7ee3
feat(core): integrate new drawing library
...
[no changelog]
2024-05-17 09:17:37 +02:00
cepetr
5d8a7ac5bf
feat(core): introduce new drawing library
...
[no changelog]
2024-05-17 09:17:37 +02:00
cepetr
3336e3902f
feat(core): introduce new display drivers
...
[no changelog]
2024-05-17 09:17:37 +02:00
cepetr
80d1ce25c6
refactor(core/rust): improve tjpgdec interface
...
[no changelog]
2024-05-17 09:17:37 +02:00
matejcik
12ff2e4570
refactor(core/rust): allow Copy and Clone for Gc
...
This is legal for garbage-collected pointers and we only avoided the
implementation due to being careful.
Now is the first time we need that functionality.
[no changelog]
2024-05-17 09:17:37 +02:00
Ioan Bizău
3d74e30fa7
chore(core): rename Shamir to Multi-share
...
[no changelog]
2024-05-16 16:57:55 +03:00