aboutsummaryrefslogtreecommitdiff
path: root/src/usb-snap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove USB manager and corresponding testsRatchanan Srirattanamet2023-12-141-250/+0
| | | | | | | | Since this is renamed, it has never worked correctly anyway. I've forked this part of code as "adbd-approver" [1], so this part can now be removed. [1] https://gitlab.com/ubports/development/core/adbd-approver
* Remove orphan notify-osd remnantsRobert Tari2023-09-101-3/+2
|
* Rename Lomiri-specific properties to x-lomiriRobert Tari2021-11-091-3/+3
|
* Raname x-canonical properties to x-ayatanaRobert Tari2021-10-271-3/+3
|
* remove the temporary tracersCharles Kerr2016-04-271-7/+0
|
* choosing an action in the snap decision closes the notification, so when ↵Charles Kerr2016-04-271-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 warningCharles Kerr2016-04-271-0/+6
|
* replace text 'Deny' with 'Don't Allow' for consistency with other permission ↵Charles Kerr2016-03-231-1/+1
| | | | prompts
* in UsbManager, reset AdbdClient on usb disconnectCharles Kerr2016-03-211-1/+0
|
* if our USB device is disconnected while prompting the user for ADBD, cancel ↵Charles Kerr2016-03-211-0/+1
| | | | the prompt.
* de-dupe use of dbus namesCharles Kerr2016-03-171-19/+15
|
* oops, last commit's diagnosis was incorrect. The timing test issue came from ↵Charles Kerr2016-03-151-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 human-readable fingerprint extraction from the adb public keysCharles Kerr2016-03-091-2/+2
|
* add fingerprint snap decisions; test with notification dbusmockCharles Kerr2016-03-081-0/+254