Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fix two trivial 'unused parameter' warnings in glib callbacks | Charles Kerr | 2016-04-27 | 1 | -2/+2 |
| | |||||
* | remove the temporary tracers | Charles Kerr | 2016-04-27 | 3 | -19/+1 |
| | |||||
* | choosing an action in the snap decision closes the notification, so when ↵ | Charles Kerr | 2016-04-27 | 1 | -1/+3 |
| | | | | that happens clear our notification_id s.t. our dtor doesn't try to remove a notification that no longer exists | ||||
* | add tracers for the notification warning | Charles Kerr | 2016-04-27 | 2 | -2/+15 |
| | |||||
* | add tracer log messages | Charles Kerr | 2016-04-25 | 3 | -9/+25 |
| | |||||
* | don't prompt when the greeter's not running yet: change greeter's payload ↵ | Charles Kerr | 2016-04-22 | 3 | -15/+23 |
| | | | | from an 'is_active' bool to a three-value state of active, inactive, and unavailable | ||||
* | code cleanup to prepare for MR | Charles Kerr | 2016-04-21 | 2 | -10/+7 |
| | |||||
* | don't pass a GDBusConnection to the Greeter ctor | Charles Kerr | 2016-04-21 | 3 | -55/+70 |
| | |||||
* | remove tracers | Charles Kerr | 2016-04-20 | 2 | -10/+1 |
| | |||||
* | watch for the Greeter to appear on the bus | Charles Kerr | 2016-04-20 | 3 | -64/+96 |
| | |||||
* | more tracers | Charles Kerr | 2016-04-20 | 1 | -0/+4 |
| | |||||
* | debug tracers | Charles Kerr | 2016-04-20 | 2 | -1/+9 |
| | |||||
* | add tracer g_debug() calls for the benefit of the integration tests | Charles Kerr | 2016-03-24 | 1 | -1/+4 |
| | |||||
* | 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. | ||||
* | replace text 'Deny' with 'Don't Allow' for consistency with other permission ↵ | Charles Kerr | 2016-03-23 | 1 | -1/+1 |
| | | | | prompts | ||||
* | 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 | 3 | -23/+59 |
| | |||||
* | fix typo | Charles Kerr | 2016-03-22 | 1 | -2/+2 |
| | |||||
* | get greeter's IsActive property working | Charles Kerr | 2016-03-21 | 3 | -21/+73 |
| | |||||
* | add Greeter skeleton | Charles Kerr | 2016-03-21 | 4 | -0/+178 |
| | |||||
* | in UsbManager, reset AdbdClient on usb disconnect | Charles Kerr | 2016-03-21 | 2 | -19/+26 |
| | |||||
* | if our USB device is disconnected while prompting the user for ADBD, cancel ↵ | Charles Kerr | 2016-03-21 | 8 | -22/+192 |
| | | | | the prompt. | ||||
* | turn off verbose debugging | Charles Kerr | 2016-03-18 | 2 | -6/+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 | ||||
* | fix warning message | Charles Kerr | 2016-03-17 | 1 | -1/+1 |
| | |||||
* | de-dupe use of dbus names | Charles Kerr | 2016-03-17 | 2 | -19/+57 |
| | |||||
* | tweak class description comments | Charles Kerr | 2016-03-16 | 2 | -0/+6 |
| | |||||
* | in usb-manager.cpp, remove the remember_choice workaround since is already ↵ | Charles Kerr | 2016-03-16 | 1 | -4/+3 |
| | | | | working around it | ||||
* | use cmake-extras' EnableCoverageReport instead of home-rolled rules | Charles Kerr | 2016-03-16 | 1 | -2/+0 |
| | |||||
* | use cmake's find_package(Threads) output everywhere instead of just in src/ | Charles Kerr | 2016-03-15 | 1 | -7/+1 |
| | |||||
* | listen on /dev/socket/adbd, not /dev/socket/adb | Charles Kerr | 2016-03-15 | 1 | -1/+1 |
| | |||||
* | oops, last commit's diagnosis was incorrect. The timing test issue came from ↵ | Charles Kerr | 2016-03-15 | 1 | -11/+11 |
| | | | | async dbus handling interfering with fast setup/teardown of automated tests. Revert the last change and fix by setting up the dbus signal subscription immediately upon getting the dbus connection. | ||||
* | add some debug stubs | Charles Kerr | 2016-03-15 | 2 | -2/+7 |
| | |||||
* | cmake's Thread::Thread import doesn't exist in vivid's version of cmake ↵ | Charles Kerr | 2016-03-15 | 1 | -1/+7 |
| | | | | (3.0.2), so fall back gracefully to -pthread there | ||||
* | tweak a couple of 'auto' declarations that g++ 5.3.1 understands but 4.9.2 ↵ | Charles Kerr | 2016-03-15 | 1 | -2/+2 |
| | | | | on vivid doesn't | ||||
* | clean up compile_options and warnings. Add DBUS debug log messages to ctest ↵ | Charles Kerr | 2016-03-11 | 1 | -1/+4 |
| | | | | environment variables. | ||||
* | add UsbManager | Charles Kerr | 2016-03-10 | 4 | -10/+148 |
| | |||||
* | cmake and test directory cleanup | Charles Kerr | 2016-03-10 | 1 | -30/+31 |
| | |||||
* | add human-readable fingerprint extraction from the adb public keys | Charles Kerr | 2016-03-09 | 4 | -3/+43 |
| | |||||
* | add fingerprint snap decisions; test with notification dbusmock | Charles Kerr | 2016-03-08 | 3 | -3/+299 |
| | |||||
* | add out-of-line virtual method definitions to Indicator to silence clang++ ↵ | Charles Kerr | 2016-03-08 | 3 | -8/+46 |
| | | | | warnings | ||||
* | add ADB server/client + tests | Charles Kerr | 2016-03-06 | 4 | -1/+344 |
| | |||||
* | fix RotationLock shutdown issue that messed with getting clean test runs | Charles Kerr | 2016-03-04 | 1 | -0/+1 |
| | |||||
* | fix explicit ctor warning from cppcheck to get tests passing | Charles Kerr | 2015-07-15 | 1 | -1/+1 |
| | |||||
* | use the same action-state-to-variant mapping as in the rtm-14.09 branch | Charles Kerr | 2015-02-28 | 1 | -1/+1 |
| | |||||
* | Use com.ubuntu.touch.system's "rotation-lock" boolean for the rotation lock ↵ | Charles Kerr | 2014-10-09 | 4 | -22/+18 |
|\ | | | | | | | | | | | indicator. Fixes: 1378078 Approved by: Ted Gould, PS Jenkins bot |