aboutsummaryrefslogtreecommitdiff
path: root/tests/notification-fixture.h
Commit message (Collapse)AuthorAgeFilesLines
* src, tests: enable notification code path without Lomiri depspersonal/peat-psuwit/bring-back-lomiri-hintsRatchanan Srirattanamet2023-12-261-4/+17
| | | | | | | | With the recent change, the notification code path is no longer Lomiri (or Ubuntu Touch) specific. Theres still some if-def's in the code to avoid adding dependendies in non-Lomiri case.
* Bring back Lomiri-specific notification hintsRatchanan Srirattanamet2023-12-071-0/+2
| | | | | | | | | | | As discussed in [1], Lomiri has a custom logic in notification timeout and require the custom hint for timeout to work correctly. Restore the hints from commit 0a88a8d7 ("Remove osd-notify remnants and use native notification timeout"), while keeping the standard timeout in place. Lomiri will ignore standard timeout, while other DE's will ignore the extra hint. [1] https://gitlab.com/ubports/development/core/content-hub/-/merge_requests/32#note_1552217874
* Remove osd-notify remnants and use native notification timeoutRobert Tari2023-09-091-5/+3
|
* Re-enable haptic using hfd-serviceRobert Tari2021-11-181-6/+4
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/67
* Rename Lomiri-specific properties to x-lomiriRobert Tari2021-11-091-1/+1
|
* Rename com.ubuntu.touch.AccountsService.Sound to ↵Robert Tari2021-11-011-1/+1
| | | | com.lomiri.touch.AccountsService.Sound
* Remove com.canonical.usensord and disable hapticRobert Tari2021-10-281-1/+3
|
* Drop the 'ubuntu' prefix from the alarm types and functionsRobert Tari2021-10-281-2/+4
|
* Renaname x-canonical properties to x-ayatanaRobert Tari2021-10-261-1/+1
|
* Use legacy canonical names for nowRobert Tari2021-09-011-2/+2
|
* add a DBusMock test Fixture with helper functions to wait for arbitrary bus ↵Charles Kerr2021-08-301-14/+0
| | | | method calls
* Move notifications tests into a new unit test. Extract notifications test ↵Charles Kerr2021-08-301-2/+0
| | | | fixture into a reusable header.
* Replace deprecated pre-processor symbolsRobert Tari2021-08-301-0/+14
|
* In main.cpp and tests where Snap is instantiated, provide the system_bus to ↵Charles Kerr2021-07-081-1/+1
| | | | Snap's constructor
* Update tests.Renato Araujo Oliveira Filho2021-07-051-1/+1
|
* Update tests.Renato Araujo Oliveira Filho2021-07-051-1/+1
|
* Remove type property from Alarm.Renato Araujo Oliveira Filho2021-07-051-2/+2
|
* Update tests.Renato Araujo Oliveira Filho2021-07-051-2/+2
|
* Update unit test.Renato Araujo Oliveira Filho2021-07-051-10/+10
|
* add a DBusMock test Fixture with helper functions to wait for arbitrary bus ↵Charles Kerr2021-07-011-47/+7
| | | | method calls
* Move notifications tests into a new unit test. Extract notifications test ↵Charles Kerr2021-07-011-0/+382
fixture into a reusable header.