Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src, tests: enable notification code path without Lomiri depspersonal/peat-psuwit/bring-back-lomiri-hints | Ratchanan Srirattanamet | 2023-12-26 | 1 | -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 hints | Ratchanan Srirattanamet | 2023-12-07 | 1 | -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 timeout | Robert Tari | 2023-09-09 | 1 | -5/+3 |
| | |||||
* | Re-enable haptic using hfd-service | Robert Tari | 2021-11-18 | 1 | -6/+4 |
| | | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/67 | ||||
* | Rename Lomiri-specific properties to x-lomiri | Robert Tari | 2021-11-09 | 1 | -1/+1 |
| | |||||
* | Rename com.ubuntu.touch.AccountsService.Sound to ↵ | Robert Tari | 2021-11-01 | 1 | -1/+1 |
| | | | | com.lomiri.touch.AccountsService.Sound | ||||
* | Remove com.canonical.usensord and disable haptic | Robert Tari | 2021-10-28 | 1 | -1/+3 |
| | |||||
* | Drop the 'ubuntu' prefix from the alarm types and functions | Robert Tari | 2021-10-28 | 1 | -2/+4 |
| | |||||
* | Renaname x-canonical properties to x-ayatana | Robert Tari | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | Use legacy canonical names for now | Robert Tari | 2021-09-01 | 1 | -2/+2 |
| | |||||
* | add a DBusMock test Fixture with helper functions to wait for arbitrary bus ↵ | Charles Kerr | 2021-08-30 | 1 | -14/+0 |
| | | | | method calls | ||||
* | Move notifications tests into a new unit test. Extract notifications test ↵ | Charles Kerr | 2021-08-30 | 1 | -2/+0 |
| | | | | fixture into a reusable header. | ||||
* | Replace deprecated pre-processor symbols | Robert Tari | 2021-08-30 | 1 | -0/+14 |
| | |||||
* | In main.cpp and tests where Snap is instantiated, provide the system_bus to ↵ | Charles Kerr | 2021-07-08 | 1 | -1/+1 |
| | | | | Snap's constructor | ||||
* | Update tests. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -1/+1 |
| | |||||
* | Update tests. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -1/+1 |
| | |||||
* | Remove type property from Alarm. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -2/+2 |
| | |||||
* | Update tests. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -2/+2 |
| | |||||
* | Update unit test. | Renato Araujo Oliveira Filho | 2021-07-05 | 1 | -10/+10 |
| | |||||
* | add a DBusMock test Fixture with helper functions to wait for arbitrary bus ↵ | Charles Kerr | 2021-07-01 | 1 | -47/+7 |
| | | | | method calls | ||||
* | Move notifications tests into a new unit test. Extract notifications test ↵ | Charles Kerr | 2021-07-01 | 1 | -0/+382 |
fixture into a reusable header. |