matejcik
|
fba79f07a3
|
docs: update towncrier template
|
2023-06-14 11:42:12 +02:00 |
|
matejcik
|
bab8fecac5
|
chore: update towncrier to fix title generation problem
|
2023-06-14 11:42:12 +02:00 |
|
matejcik
|
ef079f35e5
|
chore(core/bootloader): generate changelog and bump bootloader version
|
2023-06-14 11:42:12 +02:00 |
|
matejcik
|
d465a14850
|
chore(core): add signed bootloader and vendor headers for model R
|
2023-06-13 14:25:39 +02:00 |
|
matejcik
|
84555c2ea3
|
build(core): always allow building model R until we have vendor headers
|
2023-06-12 16:25:59 +02:00 |
|
matejcik
|
ddd974b56a
|
build: add support for model R to build-docker
provisional, we will want to use the internal model names here too, but
that's gonna need to wait for the change of the TREZOR_MODEL env vars
|
2023-06-12 16:25:59 +02:00 |
|
dependabot[bot]
|
d8cd298cd6
|
chore(deps): bump cryptography from 39.0.1 to 41.0.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.1 to 41.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/39.0.1...41.0.0)
---
updated-dependencies:
- dependency-name: cryptography
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-06-12 09:39:32 +02:00 |
|
tychovrahe
|
e24536971c
|
test(core): prodtest for T2B1
[no changelog]
|
2023-06-11 20:54:29 +02:00 |
|
tychovrahe
|
8d812ca36e
|
feat(core): support device variants
[no changelog]
|
2023-06-07 19:48:53 +02:00 |
|
tychovrahe
|
cd722f5126
|
fix(python): fix T2B1 keys in trezorlib
[no changelog]
|
2023-06-06 22:12:53 +02:00 |
|
grdddj
|
5258e9a307
|
feat(core/rust): use icon for displaying device name in welcome screen
[no changelog]
|
2023-06-06 17:49:53 +02:00 |
|
grdddj
|
88fd4cd11f
|
chore(core/rust): mark icons with empty right column, delete unused ones
[no changelog]
|
2023-06-06 17:49:53 +02:00 |
|
grdddj
|
f27405109e
|
feat(core/rust): add better support for odd-width icons
[no changelog]
|
2023-06-06 17:49:53 +02:00 |
|
tychovrahe
|
531511407b
|
feat(core/rust): add bootloader design for T2B1
[no changelog]
|
2023-06-06 17:49:53 +02:00 |
|
Martin Milata
|
e928568339
|
build: emulator darwin fixes
[no changelog]
|
2023-06-06 11:32:02 +02:00 |
|
tychovrahe
|
a2f8cb9d1c
|
feat(core): add internal model field to features
[no changelog]
|
2023-06-06 09:39:45 +02:00 |
|
Martin Milata
|
fee0d70211
|
fix(core/ui): workaround different TT and TR UI API
[no changelog]
|
2023-06-02 18:47:09 +02:00 |
|
Martin Milata
|
611d4edc32
|
fix(core/ui): clarify transaction replacement screens
[no changelog]
|
2023-06-02 18:47:09 +02:00 |
|
Martin Milata
|
46f9e898ca
|
fix(core/ui): padding when backing up mnemonic words
[no changelog]
|
2023-06-02 18:47:09 +02:00 |
|
matejcik
|
703a38517a
|
chore(python): bump version after release
|
2023-06-02 14:49:48 +02:00 |
|
matejcik
|
f588046ded
|
docs(python): regenerate changelog
|
2023-06-02 14:49:48 +02:00 |
|
matejcik
|
c3eb1664ef
|
chore(python): add T2B1 keys to trezorlib
|
2023-06-02 14:48:59 +02:00 |
|
matejcik
|
45c1a4212d
|
chore(core): add T2B1 keys to bootloader / boardloader
|
2023-06-02 14:48:59 +02:00 |
|
matejcik
|
319a665d0d
|
chore(core): add T2B1 vendor header data
|
2023-06-02 14:43:19 +02:00 |
|
matejcik
|
b6c2f2e5ba
|
feat(core): add hw_model field to vendor headers
|
2023-06-02 14:43:19 +02:00 |
|
grdddj
|
da14c22712
|
feat(all): add UI for Model R
|
2023-05-31 10:14:54 +02:00 |
|
dependabot[bot]
|
92045275fb
|
chore(deps): bump requests from 2.27.1 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.27.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.27.1...v2.31.0)
---
updated-dependencies:
- dependency-name: requests
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-05-23 10:31:17 +02:00 |
|
matejcik
|
1cb0bf01e6
|
fix(core): do not handle click signal in non-debug builds (fixes #3026)
[no changelog]
|
2023-05-22 11:50:26 +02:00 |
|
Martin Milata
|
97d8ff7c2c
|
ci: force gcc use for crypto test
|
2023-05-16 19:23:33 +02:00 |
|
Martin Milata
|
d0601bed40
|
test(storage): workaround clang error
flash.c:55:5: error: initializer element is not a compile-time constant
|
2023-05-16 19:23:33 +02:00 |
|
grdddj
|
019a3ced7d
|
fix(core): revert some UI changes for TT (PIN, wipecode, backup homescreen)
|
2023-05-16 09:25:56 +02:00 |
|
grdddj
|
393bc48b6b
|
fix(core): improve error popups
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
74246150e5
|
fix(core/rust): allow for cycling through the last character in TT passphrase
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
c4bbf17433
|
feat(core/rust): allow for margin between text and ellipsis icon
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
1c698656c3
|
feat(core/rust): create common function for ellipsised text
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
e00af4f7f3
|
chore(core/rust): use format_i64 to convert numbers to strings
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
3bf3e4c38b
|
feat(core/rust): introduce Wordlist component for both bip39 and slip39
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
c291285927
|
chore(core/rust): make TextBox common component
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
1bb6288512
|
chore(core/rust): move Font and Color into their own modules
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
5940129bfc
|
feat(core/rust): show fee rate in modify-fee dialogue
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
db38b708b4
|
feat(core/rust): make Checklist component usable by more models
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
610c832dee
|
feat(core/rust): add useful macros
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
73c493d118
|
chore(core/rust): tracing and other smaller improvements/clippy lints
|
2023-05-11 21:02:21 +02:00 |
|
matejcik
|
eee4c624f9
|
feat(core/rust): JSON output from component tracing
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
b63b72ed90
|
chore(core/rust): flag or delete unused code
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
0c0d74a501
|
feat(core/rust): create mako template for QSTR generation
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
03913ebf1b
|
chore(core): regenerate trezorui2.pyi
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
264b92e11c
|
feat(core): create progress.py
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
127e399d28
|
feat(core): delegate some layouts to models, do some wording changes
|
2023-05-11 21:02:21 +02:00 |
|
grdddj
|
35896a7d6c
|
chore(core): make Suite labeling dialogue more clear
|
2023-05-11 21:02:21 +02:00 |
|