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

11838 Commits

Author SHA1 Message Date
Pavol Rusnak
6af5ad6a01
fixup! WIP - use gamma_correction instead of brightness 2023-03-20 19:02:20 +01:00
grdddj
6757108baf WIP - use gamma_correction instead of brightness 2023-03-20 18:48:24 +01:00
grdddj
0ccf916c37 WIP - increase the emu color brightness and allow for its manipulation via arrows 2023-03-20 17:23:27 +01:00
Martin Milata
c1eb0a587f fixup! fix(core/ui): style update: paging 2023-03-15 22:48:19 +01:00
Martin Milata
443e4c8307 fix(core/ui): style update: use demibold in most places
[no changelog]
2023-03-15 22:21:47 +01:00
Martin Milata
dd519d936c fixup! fix(core/ui): fix receive dialogs for long xpubs 2023-03-15 22:20:25 +01:00
Martin Milata
9ae05d301e fixup! fix(core/ui): style update: frame and corner button 2023-03-15 22:19:42 +01:00
Martin Milata
4baa4cb065 fixup! fixup! chore(core/ui): update fixtures 2023-03-14 21:25:33 +01:00
Martin Milata
832fe3b41d fixup! fix(core/ui): style update: paging 2023-03-14 21:21:11 +01:00
Martin Milata
4d463a46fa fixup! fix(core/ui): style update: mnemonic keyboards 2023-03-14 21:20:35 +01:00
Martin Milata
c9a5ef7cfa fix(core/ui): fix receive dialogs for long xpubs 2023-03-14 21:20:35 +01:00
Martin Milata
a4a7cb9e6c fixup! chore(core/ui): update fixtures 2023-03-13 23:10:30 +01:00
Martin Milata
1ab09ba84a fix(core/ui): style update: frame and corner button
[no changelog]
2023-03-13 23:09:53 +01:00
Martin Milata
7ae3e7da62 fixup! fix(core/ui): style update: fonts 2023-03-13 19:35:38 +01:00
Martin Milata
81e4fd817e fixup! fix(core/ui): style update: fonts 2023-03-13 19:29:25 +01:00
Martin Milata
e7afe82328 fixup! fix(core/ui): style update: fonts 2023-03-13 17:01:24 +01:00
Martin Milata
39a4843647 fix(core/ui): fix font usage in some altcoin layouts
[no changelog]
2023-03-13 12:57:48 +01:00
Martin Milata
684b2e48cb fixup! chore(core/ui): update fixtures 2023-03-13 12:33:53 +01:00
Martin Milata
5c539f2acc fixup! fix(core/ui): style update: buttons 2023-03-13 12:33:40 +01:00
Martin Milata
4a50b5b86a chore(core/ui): update fixtures
[no changelog]
2023-03-13 00:07:57 +01:00
Martin Milata
4342704c6e fixup! fix(core/ui): style update: paging 2023-03-12 23:37:08 +01:00
Martin Milata
ea3d05d5e3 fix(core/ui): style update: paging
[no changelog]
2023-03-12 23:04:52 +01:00
Martin Milata
e16a37b0cf fix(core/ui): style update: mnemonic keyboards
[no changelog]
2023-03-12 23:04:52 +01:00
Martin Milata
f91ea05449 fix(core/ui): style update: homescreens
[no changelog]
2023-03-12 21:58:36 +01:00
Martin Milata
f64fe18ad5 fix(core/ui): style update: buttons
[no changelog]
2023-03-12 20:07:06 +01:00
Martin Milata
a8e7ad97b4 fix(core/ui): style update: icons
[no changelog]
2023-03-12 20:07:06 +01:00
Martin Milata
705923191b fix(core/rust/ui): fix text baseline calculation
[no changelog]
2023-03-12 20:07:06 +01:00
Martin Milata
5d556652a1 fix(core/ui): style update: fonts
[no changelog]
2023-03-10 23:20:05 +01:00
Martin Milata
483c7a6342 chore(python): debuglink: wait for swipe
[no changelog]
2023-03-09 23:36:36 +01:00
Martin Milata
b8abccbc94 feat(core/rust/ui): implement Clone for StrBuffer
[no changelog]
2023-03-09 23:36:36 +01:00
Martin Milata
4af5939a0b feat(core/ui): redesigned receive flow
[no changelog]
2023-03-09 23:36:36 +01:00
Martin Milata
1b94a7cb7b feat(core/ui): page break icons
Co-authored-by: grdddj <jiri.musil06@seznam.cz>

[no changelog]
2023-03-09 23:36:36 +01:00
Andrew Kozlik
60aa2e7292 feat(core): Show source account path in BTC signing. 2023-03-09 23:36:36 +01:00
Andrew Kozlik
d4ddc78dbb feat(core): Show path for internal outputs in BTC signing. 2023-03-09 23:36:36 +01:00
Martin Milata
4622aec0f1 refactor(core): switch to Rust implementation of QR-Code-generator
[no changelog]
2023-03-09 23:36:36 +01:00
grdddj
d8603dcc23 fix(ci): export coverage file from click tests
[no changelog]
2023-03-09 16:50:32 +01:00
grdddj
a1663de771 chore(core): silence false alarms in coverage report
[no changelog]
2023-03-09 16:50:32 +01:00
grdddj
d4fbd4a95d feat(core): adjust coverage-report for local usage
It is now possible to run the coverage tests without moving any files
manually and the script can be called multiple times without failing.
Also improves reporting of errors.

[no changelog]
2023-03-09 16:50:32 +01:00
grdddj
07797158db feat(core): adjust the coverage file output for multicore tests
When the tests are run using multiple cores, there will

be one .coverage file for each core. So that the one file

is not being overwritten many times, using unique

filename for each core.

[no changelog]
2023-03-09 16:50:32 +01:00
grdddj
41e07769e2 feat(tests): allow for coverage report even when emulator is controlled by the tests
Allowing tests to specify the profiling wrapper over the emulator
it is starting.

[no changelog]
2023-03-09 16:50:32 +01:00
grdddj
315b6f9b06 fix(docs): update links to the UI report
[no changelog]
2023-03-09 16:50:32 +01:00
grdddj
6a51351983 feat(ci): run core device test with multicore support
Tests are much quicker. Max amount of cores chosen
as 4, bigger values were sometimes unstable.

[no changelog]
2023-03-09 16:50:32 +01:00
tychovrahe
d633fa885b feat(core/rust): model R bootloader implementation in rust 2023-03-09 16:14:36 +01:00
tychovrahe
659c939080 fix(core/rust): fix glyph positioning in TextOverlay 2023-03-09 16:14:36 +01:00
tychovrahe
e30fdddd83 fix(core): clear model R display before turning it on 2023-03-09 16:14:36 +01:00
tychovrahe
5a991f3244 feat(core/rust): bootloader implementation in rust 2023-03-09 16:14:36 +01:00
matejcik
f9612898ab feat(core/rust): improved error reporting 2023-03-09 16:14:36 +01:00
matejcik
e0bcdb16e0 refactor(core/rust): clarify safety of StrBuffer creation 2023-03-09 16:14:36 +01:00
matejcik
b864ad58b2 feat(core/rust): cleaner backlight functions 2023-03-09 16:14:36 +01:00
tychovrahe
9b9443ead7 feat(core/rust): added color constructor from rgba format, added text display functions using top-left coordinates 2023-03-09 16:14:36 +01:00