1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-18 21:48:13 +00:00
Commit Graph

1174 Commits

Author SHA1 Message Date
Jan Pochyla
c3ee7dd709 loop: refresh display after every step 2016-10-06 15:05:14 +02:00
Jan Pochyla
cc22d59eca ui: clear the screen before common layouts 2016-10-06 15:05:14 +02:00
Jan Pochyla
b2299c118a protobuf: fix repeated fields 2016-10-06 15:05:14 +02:00
Jan Pochyla
be069a771b protobuf: use async/await, make loads/dumps sync 2016-10-06 15:05:14 +02:00
Jan Pochyla
ec412c6da3 protobuf: fix uvarint dumping
In python3, chr() is not a proper way to pack an int to bytes.
2016-10-06 15:05:14 +02:00
Pavol Rusnak
6be657114e
add travis notification hook 2016-10-06 14:40:54 +02:00
Pavol Rusnak
8b22a38bce
new init sequence for display 2016-10-06 14:29:24 +02:00
chren
b68423a325 micro changes in ui mockups layout 2016-10-06 11:47:12 +02:00
Pavol Rusnak
846846561c
add possibility to save screen to png using ui.display.save() (unix port only) 2016-10-06 00:02:46 +02:00
Pavol Rusnak
bd1774e764
add experiment with logo/fingerprint switching 2016-10-05 21:36:11 +02:00
Pavol Rusnak
7dc53219d2
extract common bootloader stuff into bl_common.py 2016-10-05 21:09:45 +02:00
Pavol Rusnak
e405a6305d
use bar_radius where needed 2016-10-05 20:36:28 +02:00
Pavol Rusnak
c5897e71ad
split extract bar_radius into a separate function 2016-10-05 20:30:53 +02:00
chren
73d0bba0f0 vendor neutral mockup 2016-10-05 20:27:35 +02:00
chren
7a6f6b9d59 added clear screen to bootloader mockups 2016-10-05 20:17:41 +02:00
Pavol Rusnak
036a4ead33
remove playground from main.py 2016-10-05 20:16:48 +02:00
chren
fcde4a4c84 added header icon to bootloader mockups 2016-10-05 19:52:38 +02:00
Pavol Rusnak
2e39c86b42
cleanup 2016-10-05 19:48:08 +02:00
chren
a47b6ee7bb design changes in bootloader mockups 2016-10-05 19:36:30 +02:00
chren
5cbb1ff892 minor design changes in ui-mockups of bootloader 2016-10-05 15:44:34 +02:00
Pavol Rusnak
a536e2d6a5
loader is now smaller 2016-10-05 15:15:21 +02:00
Pavol Rusnak
177db6b6d8
add more build tests to travis 2016-10-05 12:50:11 +02:00
Pavol Rusnak
27fb301b22
validate mp_buffer_info_t usage for cases where len==0 2016-10-04 19:22:48 +02:00
chren
1cb309260a ui mockups 2016-10-04 18:49:11 +02:00
Pavol Rusnak
727a5f8393
add crypto calls to bootloader 2016-10-04 18:01:48 +02:00
Pavol Rusnak
157b12374f
make loader smaller 2016-10-04 16:33:57 +02:00
Pavol Rusnak
2e2534585b
call ui.display.refresh in loop.py 2016-10-04 16:33:38 +02:00
Pavol Rusnak
8b25c88983
add arm build to travis 2016-10-04 15:56:36 +02:00
Pavol Rusnak
131b47d029
update bootloader makefile and micropython submodule 2016-10-04 11:54:51 +02:00
Pavol Rusnak
746442c1ee
update micropython submodule 2016-10-04 10:25:59 +02:00
Pavol Rusnak
e361eb157d
move text_center and text_right to lower layer, compute text length if not provided 2016-10-04 00:21:06 +02:00
Pavol Rusnak
2453b4d0b6
add note about adding 32bit arch to Debian/Ubuntu 2016-10-03 20:20:59 +02:00
Pavol Rusnak
b7f378376b
disable obsolete test_wire.py for now 2016-10-03 20:07:14 +02:00
Pavol Rusnak
2db746c93c
update travis.yml 2016-10-03 20:01:51 +02:00
Pavol Rusnak
a36616d8e8
allow building unix port with no UI (TREZORUI_NOUI=1) 2016-10-03 19:57:23 +02:00
chren
c36ccfefb5 added mockups for bootloader 2016-10-03 19:39:42 +02:00
Pavol Rusnak
a1b75b879d
remove the need for pb2 subdir for pb2py generator 2016-10-03 18:16:15 +02:00
Pavol Rusnak
18c2066d83
move timer1_get_source_freq to display-stmhal.h 2016-10-03 17:49:45 +02:00
Pavol Rusnak
7e5d5a9164
cleanup makefile 2016-10-03 17:23:21 +02:00
Pavol Rusnak
79f7a2bfc3
add gcc to travis file 2016-10-03 16:43:29 +02:00
Pavol Rusnak
d10db95b3b
fix distro in travis 2016-10-03 16:38:55 +02:00
Pavol Rusnak
d995e53d28
add travis tests 2016-10-03 16:32:58 +02:00
Pavol Rusnak
31a937de1b
bootloader ui (work in progress) 2016-10-03 16:17:49 +02:00
Pavol Rusnak
031550a5ed
regenerate mocks 2016-10-03 15:48:09 +02:00
slush0
97522be434 Added new messages 2016-10-03 15:41:38 +02:00
slush0
f5d2007297 Use const() for protobuf definitions 2016-10-03 15:41:15 +02:00
Pavol Rusnak
8eff4fcddf
bootloader mockups 2016-10-03 15:27:29 +02:00
Pavol Rusnak
3fe688e9b4
add size reporting to res_collect tool 2016-10-03 11:56:24 +02:00
Pavol Rusnak
d7398619e1
introduce trezor.ui.display.refresh 2016-10-03 11:52:19 +02:00
slush0
1840e331bb Moved unused images out of resources 2016-09-29 15:58:21 +02:00