aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Releasing 0.1+16.04.20160324.1-0ubuntu10.1+16.04.20160324.1-0ubuntu1CI Train Bot2016-03-241-0/+8
|
* When a new device appears to ADB, prompt the user whether or not to allow ↵Charles Kerr2016-03-2440-377/+2682
|\ | | | | | | | | | | the connection. Approved by: PS Jenkins bot, Charles Kerr, Xavi Garcia
| * add tracer g_debug() calls for the benefit of the integration testsCharles Kerr2016-03-242-2/+5
| |
| * 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.
| * replace text 'Deny' with 'Don't Allow' for consistency with other permission ↵Charles Kerr2016-03-233-3/+3
| | | | | | | | prompts
| * add tests for not showing snap decisions in greeter modeCharles Kerr2016-03-223-39/+51
| |
| * don't show the snap decision until we're out of the greeterCharles Kerr2016-03-224-23/+91
| |
| * add multiple usb requests + disconnects to confirm the notification appears ↵Charles Kerr2016-03-221-25/+32
| | | | | | | | on subsequent requests
| * in the mock ADB server, keep making a request until a response is received.Charles Kerr2016-03-221-2/+4
| |
| * make wait_for_signals() a macro again so that the GTest log messages will ↵Charles Kerr2016-03-221-10/+10
| | | | | | | | give the test file and line number
| * fix typoCharles Kerr2016-03-221-2/+2
| |
| * get greeter's IsActive property workingCharles Kerr2016-03-213-21/+73
| |
| * add Greeter skeletonCharles Kerr2016-03-214-0/+178
| |
| * in UsbManager, reset AdbdClient on usb disconnectCharles Kerr2016-03-212-19/+26
| |
| * if our USB device is disconnected while prompting the user for ADBD, cancel ↵Charles Kerr2016-03-2115-48/+284
| | | | | | | | the prompt.
| * turn off verbose debuggingCharles Kerr2016-03-182-6/+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
| * re-add .bzr-builddeb, which got removed by accidentCharles Kerr2016-03-171-0/+2
| |
| * sync with trunkCharles Kerr2016-03-170-0/+0
| |\ | |/ |/|
* | merge ↵Charles Kerr2016-03-172-1/+8
| | | | | | | | https://launchpadlibrarian.net/213229083/indicator-display_0.1+15.10.20150727-0ubuntu1_0.1+15.10.20150727-0ubuntu2~gcc5.1.diff.gz
| * fix warning messageCharles Kerr2016-03-171-1/+1
| |
| * sync with lp:~ubuntu-branches/ubuntu/wily/indicator-display/wily/ to pick up ↵Charles Kerr2016-03-173-3/+8
| | | | | | | | 0.1+15.10.20150727-0ubuntu2~gcc5.1
| * introduce a QtFixture gtest base class to reduce redundancy in test ↵Charles Kerr2016-03-174-56/+69
| | | | | | | | fixtures' helper/util code
| * de-dupe use of dbus namesCharles Kerr2016-03-175-36/+71
| |
| * add tests/utils/qdbus-helpers.h so that we only define qDBusArgumentToMap() ↵Charles Kerr2016-03-173-29/+24
| | | | | | | | in one place
| * tweak class description commentsCharles Kerr2016-03-162-0/+6
| |
| * in usb-manager.cpp, remove the remember_choice workaround since is already ↵Charles Kerr2016-03-161-4/+3
| | | | | | | | working around it
| * in POTFILES.in, fix copy-paste typoCharles Kerr2016-03-161-1/+0
| |
| * use cmake-extras' EnableCoverageReport instead of home-rolled rulesCharles Kerr2016-03-164-92/+3
| |
| * Remove the minimum version of 0.4 for libqtdbusmock1-dev, it's causing a ↵Charles Kerr2016-03-151-1/+1
| | | | | | | | failure on Jenkins wily and was only included due to copy-paste from indicator-network. So let's see how Wily goes without it.
| * use cmake's find_package(Threads) output everywhere instead of just in src/Charles Kerr2016-03-154-10/+12
| |
| * listen on /dev/socket/adbd, not /dev/socket/adbCharles Kerr2016-03-151-1/+1
| |
| * oops, last commit's diagnosis was incorrect. The timing test issue came from ↵Charles Kerr2016-03-152-12/+12
| | | | | | | | 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.
| * fix test timing issue, had max timeout at 1 sec for listening for fdo ↵Charles Kerr2016-03-151-1/+1
| | | | | | | | notification user response, but the tests on the phone are sometimes too slow for that timeout
| * add some debug stubsCharles Kerr2016-03-152-2/+7
| |
| * in tests/unit/adbd-client-test.cpp, fix tmpl character buffer intialization ↵Charles Kerr2016-03-151-4/+2
| | | | | | | | for g++ 4.9x
| * cmake's Thread::Thread import doesn't exist in vivid's version of cmake ↵Charles Kerr2016-03-151-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 Kerr2016-03-151-2/+2
| | | | | | | | on vivid doesn't
| * add new CMakeLists.txt files in tests/utils/ and tests/unit/Charles Kerr2016-03-152-0/+51
| |
| * clean up compile_options and warnings. Add DBUS debug log messages to ctest ↵Charles Kerr2016-03-114-16/+25
| | | | | | | | environment variables.
| * add UsbManagerCharles Kerr2016-03-1010-58/+416
| |
| * cmake and test directory cleanupCharles Kerr2016-03-1011-108/+149
| |
| * add src/usb-snap.cpp to POTFILES.inCharles Kerr2016-03-101-0/+2
| |
| * add human-readable fingerprint extraction from the adb public keysCharles Kerr2016-03-094-3/+43
| |
| * add fingerprint snap decisions; test with notification dbusmockCharles Kerr2016-03-089-38/+611
| |
| * add out-of-line virtual method definitions to Indicator to silence clang++ ↵Charles Kerr2016-03-083-8/+46
| | | | | | | | warnings
| * add test to confirm on_pk() signal is fired in the main thread rather than ↵Charles Kerr2016-03-071-6/+9
| | | | | | | | the worker thread
| * add ADB server/client + testsCharles Kerr2016-03-069-12/+686
| |