Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in AdbdClientTest, raise the test timeout interval from 2s to 5s | Charles Kerr | 2016-09-22 | 1 | -1/+1 |
| | |||||
* | in AdbdClientDest, explicitly disconnect the core::Signals at the end of the ↵ | Charles Kerr | 2016-09-22 | 1 | -1/+2 |
| | | | | test | ||||
* | more g_debug() tracers | Charles Kerr | 2016-09-22 | 1 | -0/+5 |
| | |||||
* | The notifying thread does not need to hold the lock on the same mutex as the ↵ | Charles Kerr | 2016-09-22 | 1 | -1/+1 |
| | | | | one held by the waiting thread(s); in fact doing so is a pessimization. | ||||
* | fix r25 copypaste error, lock on the correct mutex | Charles Kerr | 2016-09-22 | 1 | -1/+1 |
| | |||||
* | GAdbdClient::Impl::on_public_key_response() doesn't need a condition ↵ | Charles Kerr | 2016-09-22 | 2 | -6/+8 |
| | | | | variable wait, so use std::lock_guard rather than std::unique_lock | ||||
* | add a plethora of log statements to help figure out what's causing the silo ↵ | Charles Kerr | 2016-09-22 | 2 | -0/+135 |
| | | | | test failures | ||||
* | adbd-client's std::condition_variable::wait() call seems to be the ↵ | Charles Kerr | 2016-09-21 | 2 | -7/+12 |
| | | | | system_error culprit, so wrapping in try-catch to be cautious | ||||
* | in adbd-client's dtor, check the worker thread's joinable() state before ↵ | Charles Kerr | 2016-09-21 | 1 | -2/+7 |
| | | | | calling join() on it | ||||
* | in PKIdleData, take the std::string argument as a const& to make cppcheck ↵ | Charles Kerr | 2016-09-21 | 1 | -1/+1 |
| | | | | happy on yakkety | ||||
* | same as trunk | Charles Kerr | 2016-09-21 | 0 | -0/+0 |
| | |||||
* | Releasing 0.1+16.04.20160324.1-0ubuntu10.1+16.04.20160324.1-0ubuntu1 | CI Train Bot | 2016-03-24 | 1 | -0/+8 |
| | |||||
* | When a new device appears to ADB, prompt the user whether or not to allow ↵ | Charles Kerr | 2016-03-24 | 40 | -377/+2682 |
|\ | | | | | | | | | | | the connection. Approved by: PS Jenkins bot, Charles Kerr, Xavi Garcia | ||||
| * | add tracer g_debug() calls for the benefit of the integration tests | Charles Kerr | 2016-03-24 | 2 | -2/+5 |
| | | |||||
| * | 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 | 3 | -3/+3 |
| | | | | | | | | prompts | ||||
| * | add tests for not showing snap decisions in greeter mode | Charles Kerr | 2016-03-22 | 3 | -39/+51 |
| | | |||||
| * | don't show the snap decision until we're out of the greeter | Charles Kerr | 2016-03-22 | 4 | -23/+91 |
| | | |||||
| * | add multiple usb requests + disconnects to confirm the notification appears ↵ | Charles Kerr | 2016-03-22 | 1 | -25/+32 |
| | | | | | | | | on subsequent requests | ||||
| * | in the mock ADB server, keep making a request until a response is received. | Charles Kerr | 2016-03-22 | 1 | -2/+4 |
| | | |||||
| * | make wait_for_signals() a macro again so that the GTest log messages will ↵ | Charles Kerr | 2016-03-22 | 1 | -10/+10 |
| | | | | | | | | give the test file and line number | ||||
| * | 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 | 15 | -48/+284 |
| | | | | | | | | 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 | ||||
| * | re-add .bzr-builddeb, which got removed by accident | Charles Kerr | 2016-03-17 | 1 | -0/+2 |
| | | |||||
| * | sync with trunk | Charles Kerr | 2016-03-17 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | merge ↵ | Charles Kerr | 2016-03-17 | 2 | -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 message | Charles Kerr | 2016-03-17 | 1 | -1/+1 |
| | | |||||
| * | sync with lp:~ubuntu-branches/ubuntu/wily/indicator-display/wily/ to pick up ↵ | Charles Kerr | 2016-03-17 | 3 | -3/+8 |
| | | | | | | | | 0.1+15.10.20150727-0ubuntu2~gcc5.1 | ||||
| * | introduce a QtFixture gtest base class to reduce redundancy in test ↵ | Charles Kerr | 2016-03-17 | 4 | -56/+69 |
| | | | | | | | | fixtures' helper/util code | ||||
| * | de-dupe use of dbus names | Charles Kerr | 2016-03-17 | 5 | -36/+71 |
| | | |||||
| * | add tests/utils/qdbus-helpers.h so that we only define qDBusArgumentToMap() ↵ | Charles Kerr | 2016-03-17 | 3 | -29/+24 |
| | | | | | | | | in one place | ||||
| * | 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 | ||||
| * | in POTFILES.in, fix copy-paste typo | Charles Kerr | 2016-03-16 | 1 | -1/+0 |
| | | |||||
| * | use cmake-extras' EnableCoverageReport instead of home-rolled rules | Charles Kerr | 2016-03-16 | 4 | -92/+3 |
| | | |||||
| * | Remove the minimum version of 0.4 for libqtdbusmock1-dev, it's causing a ↵ | Charles Kerr | 2016-03-15 | 1 | -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 Kerr | 2016-03-15 | 4 | -10/+12 |
| | | |||||
| * | 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 | 2 | -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 Kerr | 2016-03-15 | 1 | -1/+1 |
| | | | | | | | | notification user response, but the tests on the phone are sometimes too slow for that timeout | ||||
| * | add some debug stubs | Charles Kerr | 2016-03-15 | 2 | -2/+7 |
| | | |||||
| * | in tests/unit/adbd-client-test.cpp, fix tmpl character buffer intialization ↵ | Charles Kerr | 2016-03-15 | 1 | -4/+2 |
| | | | | | | | | for g++ 4.9x | ||||
| * | 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 |