Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add block braces as suggested by dobey | Charles Kerr | 2016-10-21 | 1 | -6/+11 |
| | |||||
* | remove the temporary tracers from r34 and r35 | Charles Kerr | 2016-10-19 | 1 | -23/+1 |
| | |||||
* | fix tyop | Charles Kerr | 2016-09-22 | 1 | -0/+1 |
| | |||||
* | sync with lp:~charlesk/indicator-display/lp-1572545-prompt-in-lockscreen | Charles Kerr | 2016-09-22 | 1 | -66/+57 |
|\ | |||||
| * | always send a response to adb even in edge cases; e.g. send an auto-NO if ↵ | Charles Kerr | 2016-05-03 | 1 | -45/+47 |
| | | | | | | | | the usb connection is broken while the prompt is up | ||||
| * | don't clear the snap decision when the greeter changes state | Charles Kerr | 2016-04-29 | 1 | -1/+0 |
| | | |||||
| * | remove the temporary tracers | Charles Kerr | 2016-04-27 | 1 | -6/+1 |
| | | |||||
| * | add tracers for the notification warning | Charles Kerr | 2016-04-27 | 1 | -2/+9 |
| | | |||||
| * | add tracer log messages | Charles Kerr | 2016-04-25 | 1 | -1/+5 |
| | | |||||
| * | don't prompt when the greeter's not running yet: change greeter's payload ↵ | Charles Kerr | 2016-04-22 | 1 | -4/+10 |
| | | | | | | | | from an 'is_active' bool to a three-value state of active, inactive, and unavailable | ||||
| * | remove tracers | Charles Kerr | 2016-04-20 | 1 | -1/+0 |
| | | |||||
| * | debug tracers | Charles Kerr | 2016-04-20 | 1 | -0/+1 |
| | | |||||
* | | tweak the debug tracers | Charles Kerr | 2016-09-22 | 1 | -42/+42 |
| | | |||||
* | | add a plethora of log statements to help figure out what's causing the silo ↵ | Charles Kerr | 2016-09-22 | 1 | -0/+42 |
| | | | | | | | | test failures | ||||
* | | adbd-client's std::condition_variable::wait() call seems to be the ↵ | Charles Kerr | 2016-09-21 | 1 | -1/+1 |
|/ | | | | system_error culprit, so wrapping in try-catch to be cautious | ||||
* | fix UsbManager dtor issue found by valgrind | Charles Kerr | 2016-03-23 | 1 | -1/+11 |
| | |||||
* | fix missing field initialization compiler warning | Charles Kerr | 2016-03-23 | 1 | -1/+1 |
| | |||||
* | keep the adbd socket open even when the lockscreen is closed. hold the ↵ | Charles Kerr | 2016-03-23 | 1 | -17/+27 |
| | | | | pkrequest state in USBManager until the screen's unlocked. | ||||
* | add tests for not showing snap decisions in greeter mode | Charles Kerr | 2016-03-22 | 1 | -32/+16 |
| | |||||
* | don't show the snap decision until we're out of the greeter | Charles Kerr | 2016-03-22 | 1 | -21/+55 |
| | |||||
* | in UsbManager, reset AdbdClient on usb disconnect | Charles Kerr | 2016-03-21 | 1 | -18/+26 |
| | |||||
* | if our USB device is disconnected while prompting the user for ADBD, cancel ↵ | Charles Kerr | 2016-03-21 | 1 | -20/+43 |
| | | | | the prompt. | ||||
* | turn off verbose debugging | Charles Kerr | 2016-03-18 | 1 | -3/+3 |
| | |||||
* | add some extra debug statements to usb-manager.cpp to track user response ↵ | Charles Kerr | 2016-03-18 | 1 | -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 Kerr | 2016-03-16 | 1 | -4/+3 |
| | | | | working around it | ||||
* | add UsbManager | Charles Kerr | 2016-03-10 | 1 | -0/+109 |