Commit Graph

2653 Commits (6a70c9ba52988c1e1003c6a0e35b76019b0ac71d)
 

Author SHA1 Message Date
Jan Pochyla 6a647b124d
add management app skeleton and ConfirmDialog
8 years ago
Jan Pochyla 9c34491e20
self.__dict__ does not work properly in uP, workaround
8 years ago
Jan Pochyla 2880be1db6
use == instead of 'is' for scalars, cleanup PinDialog
8 years ago
Jan Pochyla 46f96ddb81
Message can be initialized with kwargs
8 years ago
Pavol Rusnak 67ea7dbd15
add persistance to trezor.config mock
8 years ago
Pavol Rusnak 2cf75d85e7
more ssss work
8 years ago
Pavol Rusnak 6f08f3f6a8
update docu
8 years ago
Pavol Rusnak ea3bd0b6f8
rename resource collector script and move it to scripts
8 years ago
Jan Pochyla 7195e1d12f
dispatch on wire_type instead of message_type
8 years ago
Pavol Rusnak 852a950d66
fix issue with format string
8 years ago
Pavol Rusnak 9dc4813ec7
add trezor.crypto.ssss skeleton
8 years ago
Jan Pochyla 71b89c748a
adapt rest of code to touch changes, example works
8 years ago
Jan Pochyla b6caad6b9b
send touch events on iface in modtrezormsg
8 years ago
Jan Pochyla 421f17bfee
rework events around interfaces, split msg.py to wire.py
8 years ago
Jan Pochyla 3677b8142b
add touch event rotation, msg dispatcher, wallet app
8 years ago
Pavol Rusnak b34b8e6959
change license to TREZOR License
8 years ago
Pavol Rusnak b0a5297aed
fix gitignore filename
8 years ago
Pavol Rusnak fc528f5733
add collect_res script, load frrom resources.py if provided
8 years ago
Pavol Rusnak 509962abc6
move trezor.gettext.gettext to trezor.res.gettext
8 years ago
Pavol Rusnak 0b54ae9124
introduce trezor.res module
8 years ago
Pavol Rusnak bf4d1bdea3
add trezor.gettext
8 years ago
Pavol Rusnak 38b66cb6d8
introduce msg.setup proof-of-concept
8 years ago
Pavol Rusnak bf02fe0ddf
trezor.msg is now iface aware
8 years ago
Pavol Rusnak c56719ea8c
regenerated messages
8 years ago
Pavol Rusnak af9d2cf21f
add mock for trezor.config
8 years ago
Pavol Rusnak 2576d9c3a4
trezor.storage -> trezor.config
8 years ago
Pavol Rusnak 0fb6fc05a5
further changes to trezor.storage
8 years ago
Pavol Rusnak 9ed3b24edf
add default value to trezor.storage.get
8 years ago
Pavol Rusnak ddf6771981
add trezor.storage
8 years ago
Jan Pochyla 53ab1b8a7d
add protobuf example to playground
8 years ago
Jan Pochyla b41c94dee4
update msg tests
8 years ago
Jan Pochyla 8f49a104bf
make msg functions more readable, add pbuf wrappers
8 years ago
Jan Pochyla 362e835807
MessageType.type -> MessageType.wire_type
8 years ago
Jan Pochyla f5b802d421
add loads, dumps to MessageType and Message
8 years ago
Jan Pochyla 506f2e0c36
send real wire msgs in send_udp.py
8 years ago
Jan Pochyla 9104d7684c
fix msg.send()
8 years ago
Jan Pochyla 46acb9ff2b
HID_READ is 8 now
8 years ago
Jan Pochyla 87145c2b5f
make the var names in msg.py a bit less similar
8 years ago
Jan Pochyla 4a255e8b77
add write_message
8 years ago
Jan Pochyla f98fc4c0c8
add reading of logical messages from HID
8 years ago
Pavol Rusnak 627f547fcb
update docu
8 years ago
Pavol Rusnak dbc57b16d4
simulator border now reflects backlight value
8 years ago
Pavol Rusnak 171a7b3795
display.orientation() and display.backlight() now return current value
8 years ago
Jan Pochyla c0313cc868
put ui.utils back in ui/__init__.py
8 years ago
Jan Pochyla f3c9715ff3
split ui code in modules
8 years ago
Pavol Rusnak 5968eb3f5f
add build_cross and build_frozen make targets
8 years ago
Pavol Rusnak 0653ea7edc
update micropython
8 years ago
Pavol Rusnak 18abed64f0
fix black as alpha in ui simulator
8 years ago
Jan Pochyla 3a5d29848b
Wait supports syscall instead of gens now
8 years ago
Jan Pochyla 4fb5dd0421
sleep -> Sleep
8 years ago