| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
service executable names and systemd service files.
|
| |
|
| |
|
|
|
|
|
|
| |
fixes: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/119
deprecates: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/133
|
| |
|
| |
|
|\
| |
| |
| | |
Attributes GH PR #115: https://github.com/AyatanaIndicators/ayatana-indicator-datetime/pull/115
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
ECal 2.0 returns the list of attachments as a GSList (a singly linked
list). I'm not sure why, but the logic for iterating the list is
completely incorrect. Fixing that fixes custom alarm sound.
A test is added to catch this case.
Bug-UBports: https://gitlab.com/ubports/development/apps/lomiri-clock-app/-/issues/183
|
|
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/96
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Since a_after_today and b_after_today are the same, comparing them is pointless.
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/67
|
| |
|
| |
|
|
|
|
| |
/usr/share/accountsservice/interfaces/com.lomiri.touch.AccountsService.Sound.xml
|
|
|
|
| |
com.lomiri.touch.AccountsService.Sound
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
- include/notifications/sound.h: Add SoundBuilder class
- src/snap.cpp: Add m_sound_builder variable
- src/main.cpp: Fix uin -> ain typo
- CMakeLists.txt: Add uuid dependency
|
|
|
|
| |
in function call.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- include/actions-mock.h: Set return value to std::string and return an empty string
- include/actions.h: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command
- include/actions-live.h: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command
- src/actions-live.cpp: Make open_alarm_app, open_appointment, open_calendar_app and open_settings_app return the uri/command
- tests/test-live-actions.cpp: Drop last_cmd and last_url variables + use return values of actions-live functions for testing + test phone functions on lomiri only
- tests/test-live-actions.cpp: test phone functions after setting XDG_CURRENT_DESKTOP
- tests/test-settings.cpp: Use SETTINGS_NOTIFY_SCHEMA_ID only if it exists
- tests/run-eds-ics-test.sh: Remove return statement
- tests/CMakeLists.txt: Enable the timezone unit tests
- tests/CMakeLists.txt: Catch race condition while attempting to copy schemas
- tests/CMakeLists.txt: Exclude blocking tests on Travis for now
- tests/tests-timezones.cpp: Use MockTimezone to construct LiveTimezones + drop section expecting changes after /timezone is modified (not monitored)
- tests/test-formater: Change warning to plain message otherwise it can crash the test
- .build.yml: Replace libmessaging-menu-dev with ayatana-indicator-messages Git build
|
| |
|
|
|
|
| |
m_settings_general_notification to NULL if we are not on Lomiri
|
|
|
|
| |
Changes the default behavior for an alarm timeout from "no action" to "snooze".
|
|
|
|
| |
SnoozePlanner just added the snooze duration to the start of the alarm. If the Snooze button was pressed 10 minutes after the alarm started and the snooze duration is 5 minutes then the alarm is planned into the past. This PR adds every whole minute passed between the start of the alarm and the Snooze action.
|
|
|
|
|
|
|
| |
We don't really hneed ubuntu-app-launch here directly, as the API
provided by url-dispatcher gives us a way to query what app handles
the calendar URL, as the indicator is a trusted process. This removes
the extra dependency and simplifies building slightly.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
We only need events from the midnight of the selected date to the next month
|