aboutsummaryrefslogtreecommitdiff
path: root/src/usb-manager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add block braces as suggested by dobeyCharles Kerr2016-10-211-6/+11
|
* remove the temporary tracers from r34 and r35Charles Kerr2016-10-191-23/+1
|
* fix tyopCharles Kerr2016-09-221-0/+1
|
* sync with lp:~charlesk/indicator-display/lp-1572545-prompt-in-lockscreenCharles Kerr2016-09-221-66/+57
|\
| * always send a response to adb even in edge cases; e.g. send an auto-NO if ↵Charles Kerr2016-05-031-45/+47
| | | | | | | | the usb connection is broken while the prompt is up
| * don't clear the snap decision when the greeter changes stateCharles Kerr2016-04-291-1/+0
| |
| * remove the temporary tracersCharles Kerr2016-04-271-6/+1
| |
| * add tracers for the notification warningCharles Kerr2016-04-271-2/+9
| |
| * add tracer log messagesCharles Kerr2016-04-251-1/+5
| |
| * don't prompt when the greeter's not running yet: change greeter's payload ↵Charles Kerr2016-04-221-4/+10
| | | | | | | | from an 'is_active' bool to a three-value state of active, inactive, and unavailable
| * remove tracersCharles Kerr2016-04-201-1/+0
| |
| * debug tracersCharles Kerr2016-04-201-0/+1
| |
* | tweak the debug tracersCharles Kerr2016-09-221-42/+42
| |
* | add a plethora of log statements to help figure out what's causing the silo ↵Charles Kerr2016-09-221-0/+42
| | | | | | | | test failures
* | adbd-client's std::condition_variable::wait() call seems to be the ↵Charles Kerr2016-09-211-1/+1
|/ | | | system_error culprit, so wrapping in try-catch to be cautious
* fix UsbManager dtor issue found by valgrindCharles Kerr2016-03-231-1/+11
|
* fix missing field initialization compiler warningCharles Kerr2016-03-231-1/+1
|
* keep the adbd socket open even when the lockscreen is closed. hold the ↵Charles Kerr2016-03-231-17/+27
| | | | pkrequest state in USBManager until the screen's unlocked.
* add tests for not showing snap decisions in greeter modeCharles Kerr2016-03-221-32/+16
|
* don't show the snap decision until we're out of the greeterCharles Kerr2016-03-221-21/+55
|
* in UsbManager, reset AdbdClient on usb disconnectCharles Kerr2016-03-211-18/+26
|
* if our USB device is disconnected while prompting the user for ADBD, cancel ↵Charles Kerr2016-03-211-20/+43
| | | | the prompt.
* turn off verbose debuggingCharles Kerr2016-03-181-3/+3
|
* add some extra debug statements to usb-manager.cpp to track user response ↵Charles Kerr2016-03-181-1/+4
| | | | and the act of writing the pk out to disk
* in usb-manager.cpp, remove the remember_choice workaround since is already ↵Charles Kerr2016-03-161-4/+3
| | | | working around it
* add UsbManagerCharles Kerr2016-03-101-0/+109