aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/greeter-test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove USB manager and corresponding testsRatchanan Srirattanamet2023-12-141-159/+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
* Fork from Ubuntus' indicator-display project.Mike Gabriel2017-11-281-6/+6
|
* don't prompt when the greeter's not running yet: change greeter's payload ↵Charles Kerr2016-04-221-12/+17
| | | | from an 'is_active' bool to a three-value state of active, inactive, and unavailable
* tell glib not to exit when the gdbusconnection is closedCharles Kerr2016-04-211-0/+13
|
* code cleanup to prepare for MRCharles Kerr2016-04-211-25/+15
|
* don't pass a GDBusConnection to the Greeter ctorCharles Kerr2016-04-211-5/+5
|
* add unit tests for greeterCharles Kerr2016-04-201-0/+151