tychovrahe
|
82cd9ca34e
|
fix(core): fixed fading glitch when changing display orientation
[no changelog]
|
2024-01-09 11:45:04 +01:00 |
|
tychovrahe
|
ef5c743c35
|
fix(core): fixed blank display delay on startup when display orientation is set to other than north
|
2024-01-09 11:45:04 +01:00 |
|
Martin Milata
|
f4d3a7456a
|
Merge branch 'release/23.12'
|
2023-12-20 17:23:49 +01:00 |
|
overcat
|
579cc0d882
|
feat(common & core & legacy & python/stellar): add support for ClaimClaimableBalanceOp .
|
2023-12-11 11:14:33 +01:00 |
|
Martin Milata
|
0199f9c26c
|
chore(common): set definition timestamp to the current signed definitions
[no changelog]
|
2023-12-06 12:50:32 +01:00 |
|
gabrielkerekes
|
63e35e13ed
|
fix(solana): modify Trezor R confirm_value to align messages with Trezor T
|
2023-12-05 22:11:41 +01:00 |
|
gabrielkerekes
|
6aa5ac869a
|
feat(solana): add additional info with token account
|
2023-12-05 22:11:41 +01:00 |
|
gabrielkerekes
|
6912bf6e7f
|
fix(core): update confirm_value to allow showing info
|
2023-12-05 22:11:41 +01:00 |
|
gabrielkerekes
|
cb9bd7c699
|
chore(solana): add README
|
2023-12-05 22:11:41 +01:00 |
|
gabrielkerekes
|
68c0e6c43e
|
feat(solana): add sign_tx implementation
|
2023-12-05 22:11:41 +01:00 |
|
gabrielkerekes
|
081995788e
|
feat(core): add read_uint64_le to common/readers
- will be needed for solana tx parsing
|
2023-12-05 22:11:41 +01:00 |
|
gabrielkerekes
|
b3f4b6ac2b
|
feat(solana): add solana templates
- code is broken because depending modules are added in the next commit
|
2023-12-05 22:11:41 +01:00 |
|
gabrielkerekes
|
bf45d51af6
|
feat(solana): basic sign_tx setup and support
|
2023-12-05 22:11:41 +01:00 |
|
gabrielkerekes
|
44dc417c0e
|
feat(solana): add get_address
|
2023-12-05 22:11:41 +01:00 |
|
gabrielkerekes
|
ec4a607dbe
|
feat(solana): add get_public_key
|
2023-12-05 22:11:41 +01:00 |
|
gabrielkerekes
|
50861eb019
|
feat(solana): basic Solana setup
|
2023-12-05 22:11:41 +01:00 |
|
gabrielkerekes
|
a8096652e0
|
refactor(core): make ethereum summary reusable for more coins
- and use it for Solana
|
2023-12-05 22:11:41 +01:00 |
|
grdddj
|
087becd2ca
|
chore(core): change Go to bootloader screen text
|
2023-12-05 08:54:35 +01:00 |
|
grdddj
|
8a6934e844
|
fix(core): completely repaint layouts before showing them in a loop
[no changelog]
|
2023-12-04 13:15:57 +01:00 |
|
grdddj
|
9a53ba9f44
|
fix(core): unify button requests in modify amount flow
[no changelog]
|
2023-12-04 13:15:57 +01:00 |
|
grdddj
|
5b52db1ed3
|
chore(core): decrease code-size a little bit
[no changelog]
|
2023-12-04 13:15:57 +01:00 |
|
grdddj
|
9db8ff1fae
|
fix(core): unify sent button requests in ETH send flow
Makes sure T2B1 will send the same ButtonRequests as T2T1.
Does it by splitting the Rust layout into two separate dialogs.
[no changelog]
|
2023-12-04 13:15:57 +01:00 |
|
grdddj
|
01eb896817
|
chore(core): hardcode ETH and Gwei units in ETH send summary
[no changelog]
|
2023-12-01 14:42:08 +01:00 |
|
tychovrahe
|
a2f72b1055
|
feat(core): optimize boot time by drawing full logo sooner and shortening the enforced delay proportionally
[no changelog]
|
2023-11-30 16:46:04 +01:00 |
|
matejcik
|
c5fc92e36a
|
fix(core): restore filled-lock display time
|
2023-11-30 16:46:04 +01:00 |
|
tychovrahe
|
7b442a2b20
|
fix(core): improve T2B1 homescreen checks
[no changelog]
|
2023-11-30 13:42:02 +01:00 |
|
matejcik
|
c8fa687c1e
|
fix(core/ui): fix skipped confirm_address on TS3
|
2023-11-30 09:27:57 +01:00 |
|
Martin Milata
|
2c7cc6e025
|
chore(common): set definition timestamp to the current signed definitions
[no changelog]
|
2023-11-02 12:39:43 +01:00 |
|
matejcik
|
3a28ab4c11
|
feat(core): make lockscreen blank for T2B1
also allow soft-locking even when PIN is not set
|
2023-11-01 16:45:29 +01:00 |
|
matejcik
|
ec2302d442
|
fix(core): disallow ILU when the installed firmware is not official
It would be nice to hide this behind a compile-time flag, but doesn't seem worth introducing one just for it.
|
2023-10-27 16:41:56 +02:00 |
|
cepetr
|
ba83a7e644
|
feat(core): introduce interaction-less upgrade
|
2023-10-27 16:15:15 +02:00 |
|
Martin Milata
|
18d6b4d647
|
fix(core/ui): T2T1: update sign message layout
|
2023-10-26 18:29:52 +02:00 |
|
Martin Milata
|
9e33eb3e48
|
fix(core/ui): T2T1: display coinjoin icon on lockscreen
[no changelog]
|
2023-10-26 13:35:43 +02:00 |
|
grdddj
|
02ec0ac43c
|
feat(core): support recipient address chunkification in Ethereum sign flow
[no changelog]
|
2023-10-25 11:49:43 +02:00 |
|
David Misiak
|
90d3035590
|
feat(cardano): allow address_index in staking paths
|
2023-10-19 09:55:30 +02:00 |
|
David Misiak
|
8cb6b08377
|
fix(cardano): warn about unknown token decimals
|
2023-10-19 09:55:30 +02:00 |
|
Martin Milata
|
f26a2e909e
|
fix(core/ui): wording in recovery flow
[no changelog]
|
2023-10-18 12:04:52 +02:00 |
|
Martin Milata
|
7f86858709
|
fix(core/ui): flickering at the end of PIN loader
|
2023-10-17 20:39:50 +02:00 |
|
Martin Milata
|
d99e1eedd2
|
refactor(core/ui): clear display on rust side
[no changelog]
|
2023-10-16 13:18:50 +02:00 |
|
Martin Milata
|
d8e7c00087
|
refactor(core/ui): pagination and buttons on TT
|
2023-10-16 13:18:50 +02:00 |
|
Martin Milata
|
040f6c2c8e
|
Merge branch 'master' into release/23.09
|
2023-09-29 16:42:23 +02:00 |
|
matejcik
|
bd1d0822b3
|
feat(core): spinner for authenticate_device
[no changelog]
|
2023-09-29 16:27:27 +02:00 |
|
matejcik
|
f6c659357a
|
refactor(core): rely on layout code to fill in homescreen default label
[no changelog]
|
2023-09-29 16:27:27 +02:00 |
|
matejcik
|
c892d4b0ba
|
refactor(core): inject full model name from build script
so that we don't have to do awkward string operations when we need it
[no changelog]
|
2023-09-29 16:27:27 +02:00 |
|
grdddj
|
046ff15275
|
feat(core): show the preview of default homescreen image
[no changelog]
|
2023-09-27 14:14:42 +02:00 |
|
matejcik
|
bb5b91b920
|
Merge branch 'master' into release/23.09
|
2023-09-27 12:58:22 +02:00 |
|
grdddj
|
144ff52b7a
|
feat(core): show account number in receive/public key details for altcoins
[no changelog]
|
2023-09-26 11:50:21 +02:00 |
|
grdddj
|
0c4540ae0a
|
feat(core): show new homescreen preview for T2B1
[no changelog]
|
2023-09-20 13:58:05 +02:00 |
|
tychovrahe
|
c1e3ac5b3c
|
fix(core): fix passphrase entry in btconly fw
[no changelog]
|
2023-09-19 16:33:57 +02:00 |
|
tychovrahe
|
3c1236bf82
|
refactor(core): setup single-place layout selection
[no changelog]
|
2023-09-18 18:05:37 +02:00 |
|