Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove USB manager and corresponding tests | Ratchanan Srirattanamet | 2023-12-14 | 2 | -271/+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 remnants | Robert Tari | 2023-09-10 | 1 | -5/+2 |
| | |||||
* | tests/integration/usb-manager-test.cpp: Remove unneded lambda capture | Robert Tari | 2022-01-12 | 1 | -1/+3 |
| | |||||
* | Rename Lomiri-specific properties to x-lomiri | Robert Tari | 2021-11-09 | 1 | -3/+3 |
| | |||||
* | Raname x-canonical properties to x-ayatana | Robert Tari | 2021-10-27 | 1 | -3/+3 |
| | |||||
* | tests/integration/usb-manager-test.cpp: Fix cppcheck test in Ubuntu 20.04. ↵ | Mike Gabriel | 2021-08-30 | 1 | -0/+9 |
| | | | | Mark unused adbd_server and usb_manager as such. | ||||
* | Use -no-pie build flag for tests only | Robert Tari | 2021-08-10 | 1 | -0/+1 |
| | |||||
* | Make coverage reporting work. | Rodney Dawes | 2017-02-07 | 1 | -0/+6 |
| | |||||
* | sync UsbManagerFixture::USBDisconnectedDuringPrompt to r40, to expect a 'no' ↵ | Charles Kerr | 2016-05-03 | 1 | -2/+8 |
| | | | | each time there's a usb disconnect | ||||
* | increase timeout interval on usb manager integration test | Charles Kerr | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | don't prompt when the greeter's not running yet: change greeter's payload ↵ | Charles Kerr | 2016-04-22 | 1 | -2/+2 |
| | | | | from an 'is_active' bool to a three-value state of active, inactive, and unavailable | ||||
* | 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 | -3/+31 |
| | |||||
* | add multiple usb requests + disconnects to confirm the notification appears ↵ | Charles Kerr | 2016-03-22 | 1 | -25/+32 |
| | | | | on subsequent requests | ||||
* | if our USB device is disconnected while prompting the user for ADBD, cancel ↵ | Charles Kerr | 2016-03-21 | 1 | -3/+41 |
| | | | | the prompt. | ||||
* | introduce a QtFixture gtest base class to reduce redundancy in test ↵ | Charles Kerr | 2016-03-17 | 1 | -26/+5 |
| | | | | fixtures' helper/util code | ||||
* | de-dupe use of dbus names | Charles Kerr | 2016-03-17 | 1 | -6/+7 |
| | |||||
* | add tests/utils/qdbus-helpers.h so that we only define qDBusArgumentToMap() ↵ | Charles Kerr | 2016-03-17 | 1 | -15/+2 |
| | | | | in one place | ||||
* | use cmake's find_package(Threads) output everywhere instead of just in src/ | Charles Kerr | 2016-03-15 | 1 | -1/+1 |
| | |||||
* | clean up compile_options and warnings. Add DBUS debug log messages to ctest ↵ | Charles Kerr | 2016-03-11 | 1 | -1/+1 |
| | | | | environment variables. | ||||
* | add UsbManager | Charles Kerr | 2016-03-10 | 2 | -0/+210 |