Commit Graph

2702 Commits (8ee2e2ad375e4e5472ebbfc279515155e0211a2a)

Author SHA1 Message Date
grdddj 4227b5c0b9 chore(core/rust): change design of TT's disabled confirm button
12 months ago
Martin Milata f9a1592162 build(core): fix DISC1 boardloader build
12 months ago
grdddj db9f76df0d chore(style): apply pylint suggestion on site_scons python files
12 months ago
grdddj 44ff6d42b3 chore(style): apply flake8 findings on site_scons python files
12 months ago
grdddj 7df3219a7a chore(style): apply black and isort style lints for site_scons python files
12 months ago
grdddj 91740ae4aa chore(core): change title of Shamir wallet creation
12 months ago
grdddj e31eb9570b chore(core/rust): change design of TR's middle button
12 months ago
grdddj ec9569a00e chore(core): regenerate trezorui2.pyi
12 months ago
grdddj 8f7122cb84 fix(core): rename confirm_backup to prompt_backup to signify it does not raise on cancellation
12 months ago
grdddj 52c69de138 chore(all): small design fixes
12 months ago
grdddj bc502287fc feat(core): new design of recovery dialogs
12 months ago
grdddj 03f77c50e9 feat(core/rust): new design of wallet creation dialogs
12 months ago
grdddj 672d6b7d13 feat(core): new design of PIN dialogs
12 months ago
grdddj 10449759bf chore(core): new designs of passphrase dialogs
12 months ago
grdddj 3f6a55cc3a refactor(core/rust): replace Label::new with alignment-specific constructor
12 months ago
grdddj c04cd19c6c chore(core/rust): decrease margin space between key and value paragraphs in confirm_properties
12 months ago
grdddj b5226b55c8 feat(core/rust): use loaders in coinjoin screens
12 months ago
grdddj a318706145 feat(core/rust): introduce small indeterminate loader
12 months ago
grdddj b96b9d43bb feat(core/rust): improve and use coinjoin loading screens
12 months ago
grdddj 245ab416cb feat(core): regenerate exclamation mark icons to be centered in warning dialogs
12 months ago
matejcik 20805af8a5 fix(core): use interact() as appropriate
12 months ago
matejcik 8c5c2f4204 refactor(core): get rid of passing Context around
12 months ago
matejcik fe80793b47 feat(core): keep track of current context for workflow
12 months ago
matejcik 78a8b48f1e refactor(core): generate trezorproto module straight from Rust
12 months ago
grdddj 20c9d81018 feat(tests): running master-diff report after each UI test
1 year ago
tychovrahe eca1fc381b refactor(core): rust bindgen mcu-type related arguments are taken from board definition
1 year ago
tychovrahe 6dbeba9730 refactor(core/tools): add argument to jpg_to_h.py, move it to tools
1 year ago
tychovrahe ebbd7f9d35 refactor(core): restructure trezorhal, prepare to support more platforms
1 year ago
tychovrahe 40b5fedbd2 fix(core): fix TT bootloader emulator backlight, fix rust warning
1 year ago
Martin Milata 03693ff8c3 fix(core): update homescreen after CancelAuthorization
1 year ago
Martin Milata edcdb97613 fix(core): backlight on frozen emulator
1 year ago
tychovrahe 671f23f1aa feat(core): support rev 10 of T2B1 HW
1 year ago
tychovrahe 539420cac8 refactor(core): make backlight/fading optional
1 year ago
tychovrahe 1f1680243f refactor(core): separate backlight pwm driver and display driver
1 year ago
grdddj f9f21176fd feat(core/rust): improve progress screen design
1 year ago
grdddj 64236e699f feat(core/rust): add account and address labels into send flow
1 year ago
grdddj 570ffe2c0d chore(core/rust): make info button wider
1 year ago
tychovrahe 9cd59105c1 refactor(core): modify i2c driver to allow usage of more i2c peripherals
1 year ago
tychovrahe 4cc6413a46 chore(core/rust): fix compilation warnings
1 year ago
tychovrahe b051a7fd66 fix(core): fix bootloader emulator compilation
1 year ago
matejcik 0ef1d20062 style(core/rust): remove unused mut
1 year ago
matejcik 437b9e5991 feat(core/rust): allow debug feature in tests (means we can print things)
1 year ago
matejcik 5a83a7171d refactor(core/rust): improve ergonomy of IterBuf
1 year ago
matejcik b91e225076 refactor(core/rust): expose obj types and (debug only) type names
1 year ago
matejcik ccddc8f5f3 fix(core/rust): disable stack checking in tests (fixes spurious "recursion exceeded" errors)
1 year ago
Andrew Kozlik 21f4aec8de refactor: Unify secp256k1_zkp usage.
1 year ago
tychovrahe 638ebbc0df fix(core): improve robustness of touch driver
1 year ago
grdddj b420064c08 feat(core/rust): improve the painting of TR's buttons + new inverse design
1 year ago
grdddj a6316f964e chore(core/rust): regenerate TR's icons based on new designs
1 year ago
grdddj 13cb1ea4ce chore(core/rust): improve the design of TR's tutorial flow
1 year ago
grdddj 947e2ee24f fix(core/rust): make vertical alignment for FormattedText work for paginated content
1 year ago
tychovrahe ef5469ad90 fix(core): removed no longer needed emulator gamma correction
1 year ago
Jan Šetina c85102494d feat(core/ui): update colors - grey_dark and green
1 year ago
tychovrahe da4ce32b45 fix(core): fix gamma correction for Model T
1 year ago
Martin Milata cf4dcfcbd4 refactor(core/ui): namespaced Alignment2D
1 year ago
Martin Milata 3a5fdfedcc fix(core/ui): minor visual tweaks
1 year ago
Martin Milata 312f6899c7 feat(core/ui): vertical alignment for FormattedText
1 year ago
grdddj f481590bb7 fix(core): support python3.8 for SConscript helpers
1 year ago
Pavol Rusnak 089ff76822
Merge branch 'matejcik/signed-vhs'
1 year ago
tychovrahe cfb674cf01 feat(core): adjust bootloader screens to look better on rectangular screens
1 year ago
tychovrahe 32a2b371bd feat(core): allow different screen sizes for TT UI
1 year ago
tychovrahe d3284baf21 feat(core): support STM32F429 discovery board
1 year ago
tychovrahe 8154e5103f refactor(core): make emulated dma2d usable outside of emulator
1 year ago
grdddj ef2d2a3e75 feat(core/rust): make font changes for TR
1 year ago
grdddj d199a17cfc feat(core): introduce FONT_BIG as a fifth optional font
1 year ago
grdddj 359f6709b0 chore(core): remove unused model R icons
1 year ago
grdddj d031be83e6 chore(core): type and format the site_scons python helpers
1 year ago
grdddj 100e36ac20 feat(core/rust): randomize positions in passphrase input
1 year ago
grdddj eacc1a3826 feat(core/rust): randomize letter choice positions in recovery word entry + randomize the order of words
1 year ago
grdddj 8c7ad72062 feat(core/rust): randomize PIN digits fully and show last digit to user
1 year ago
grdddj 5efafce856 chore(core): modify Shamir backup flow design
1 year ago
Martin Milata 732e2cc9b5 refactor(core): split tjpgdec into own crate
1 year ago
grdddj 127e6f42cf chore(core/rust): center TR's input method vertically
1 year ago
grdddj 55bff602fa fix(core): add dynamic title to the FIDO dialogue for model R
1 year ago
matejcik 88f5f79315 docs(core/boardloader): generate first changelog, bump version to 2.1.0
1 year ago
matejcik ef079f35e5 chore(core/bootloader): generate changelog and bump bootloader version
1 year ago
matejcik d465a14850 chore(core): add signed bootloader and vendor headers for model R
1 year ago
matejcik 84555c2ea3 build(core): always allow building model R until we have vendor headers
1 year ago
tychovrahe e24536971c test(core): prodtest for T2B1
1 year ago
tychovrahe 8d812ca36e feat(core): support device variants
1 year ago
tychovrahe cd722f5126 fix(python): fix T2B1 keys in trezorlib
1 year ago
grdddj 5258e9a307 feat(core/rust): use icon for displaying device name in welcome screen
1 year ago
grdddj 88fd4cd11f chore(core/rust): mark icons with empty right column, delete unused ones
1 year ago
grdddj f27405109e feat(core/rust): add better support for odd-width icons
1 year ago
tychovrahe 531511407b feat(core/rust): add bootloader design for T2B1
1 year ago
Martin Milata e928568339 build: emulator darwin fixes
1 year ago
tychovrahe a2f8cb9d1c feat(core): add internal model field to features
1 year ago
Martin Milata fee0d70211 fix(core/ui): workaround different TT and TR UI API
1 year ago
Martin Milata 611d4edc32 fix(core/ui): clarify transaction replacement screens
1 year ago
Martin Milata 46f9e898ca fix(core/ui): padding when backing up mnemonic words
1 year ago
matejcik 45c1a4212d chore(core): add T2B1 keys to bootloader / boardloader
1 year ago
matejcik 319a665d0d chore(core): add T2B1 vendor header data
1 year ago
matejcik b6c2f2e5ba feat(core): add hw_model field to vendor headers
1 year ago
grdddj da14c22712 feat(all): add UI for Model R
1 year ago
matejcik 1cb0bf01e6 fix(core): do not handle click signal in non-debug builds (fixes #3026)
1 year ago
grdddj 019a3ced7d fix(core): revert some UI changes for TT (PIN, wipecode, backup homescreen)
1 year ago
grdddj 393bc48b6b fix(core): improve error popups
1 year ago
grdddj 74246150e5 fix(core/rust): allow for cycling through the last character in TT passphrase
1 year ago
grdddj c4bbf17433 feat(core/rust): allow for margin between text and ellipsis icon
1 year ago
grdddj 1c698656c3 feat(core/rust): create common function for ellipsised text
1 year ago