Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests/: Fix test-sound. Drop parameterized test run for now. Needs more ↵ | Mike Gabriel | 2024-02-12 | 1 | -18/+10 |
| | | | | | | | | | | investigation. This partially reverts 30b2de458752ad0855b508eb2f8ffeee85628cea which introduced a parameterized SoundNotificationFixture/InteractiveDuration unit test. By some reason, the parameterized form of that unit tests fails. So, for now reverting back to the fix unit test variant. | ||||
* | src, tests: enable notification code path without Lomiri depspersonal/peat-psuwit/bring-back-lomiri-hints | Ratchanan Srirattanamet | 2023-12-26 | 1 | -16/+43 |
| | | | | | | | | 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/+10 |
| | | | | | | | | | | | 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 | -7/+5 |
| | |||||
* | Set calendar notification settings to true in case GSettings schema is not ↵ | Arthur Mello | 2021-08-29 | 1 | -0/+12 |
| | | | | available Make sure calendar notification settings are correct during tests | ||||
* | sync tests with previous commit's Snap::Response change | Charles Kerr | 2021-08-29 | 1 | -4/+4 |
| | |||||
* | Only creates messaging menu if calendar app is instaled. Update tests. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | Update notifications to use the new calendar icon. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | Update sound test. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -2/+3 |
| | |||||
* | Post message on messaging menu if the notification get timeout. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+1 |
| | |||||
* | Remove empty line. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -1/+0 |
| | |||||
* | Revert change. | Renato Araujo Oliveira Filho | 2021-08-29 | 1 | -0/+1 |
| | |||||
* | update notification tests to wait for the needed bus events instead of ↵ | Charles Kerr | 2021-08-29 | 1 | -100/+0 |
| | | | | waiting for arbitrary time intervals | ||||
* | add notification title, icon checks to test-notification's battery of test ↵ | Charles Kerr | 2021-08-29 | 1 | -1/+1 |
| | | | | combinations | ||||
* | Move notifications tests into a new unit test. Extract notifications test ↵ | Charles Kerr | 2021-08-29 | 1 | -0/+269 |
fixture into a reusable header. |