aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Check for ADBD socket before creating UsbManagerRobert Tari2021-08-131-7/+25
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-display/issues/13
* Create desktop profileRobert Tari2021-08-101-7/+15
| | | | | | | - data/org.ayatana.indicator.rotation_lock: Add desktop profile - src/rotation-lock.cpp: Create separate functions and icon for Desktop - CMakeLists.txt: Add libayatana-common dependency - src/main.cpp: Run the ADBD handler on Lomiri only
* Rename GNOMELOCALEDIR -> LOCALEDIR.Mike Gabriel2017-12-061-1/+1
|
* Fork from Ubuntus' indicator-display project.Mike Gabriel2017-11-281-1/+1
|
* don't show the snap decision until we're out of the greeterCharles Kerr2016-03-221-1/+1
|
* get greeter's IsActive property workingCharles Kerr2016-03-211-0/+3
|
* if our USB device is disconnected while prompting the user for ADBD, cancel ↵Charles Kerr2016-03-211-1/+3
| | | | the prompt.
* turn off verbose debuggingCharles Kerr2016-03-181-3/+0
|
* fix warning messageCharles Kerr2016-03-171-1/+1
|
* listen on /dev/socket/adbd, not /dev/socket/adbCharles Kerr2016-03-151-1/+1
|
* add some debug stubsCharles Kerr2016-03-151-0/+3
|
* add UsbManagerCharles Kerr2016-03-101-10/+4
|
* add human-readable fingerprint extraction from the adb public keysCharles Kerr2016-03-091-1/+1
|
* add fingerprint snap decisions; test with notification dbusmockCharles Kerr2016-03-081-3/+6
|
* add ADB server/client + testsCharles Kerr2016-03-061-0/+11
|
* add rotation lock indicatorCharles Kerr2014-08-201-7/+18
|
* get skeletal service and tests buildingCharles Kerr2014-08-191-0/+1
|
* initial pass at 'hello world' src + poCharles Kerr2014-08-191-0/+50