aboutsummaryrefslogtreecommitdiff
path: root/src/snap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* src, tests: enable notification code path without Lomiri depspersonal/peat-psuwit/bring-back-lomiri-hintsRatchanan Srirattanamet2023-12-261-2/+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.
* Make Lomiri features configurable at build timeRobert Tari2021-12-031-1/+1
|
* Check for lomiri-schemas package instead of individual filesRobert Tari2021-11-251-1/+1
|
* Re-enable haptic using hfd-serviceRobert Tari2021-11-181-1/+1
| | | | fixes https://github.com/AyatanaIndicators/ayatana-indicator-datetime/issues/67
* Rename HAVE_UT_ACCTSERVICE_SYSTEMSOUND_SETTINGS to HAS_LOMIRI_ACCTSERVICE_SOUNDRobert Tari2021-11-011-1/+1
|
* Drop the 'ubuntu' prefix from the alarm types and functionsRobert Tari2021-10-281-14/+16
|
* src/snap.cpp: Create Sound object via SoundBuilderRobert Tari2021-09-011-1/+1
|
* Fix build failure on Ubuntu 20.04Robert Tari2021-08-311-0/+1
| | | | | | | - 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
* Alarm snoozes after timeout (#29)farkasdvd2021-08-291-1/+1
| | | | Changes the default behavior for an alarm timeout from "no action" to "snooze".
* in Snap, add a constructor arg for the system bus because we need it when ↵Charles Kerr2021-08-291-13/+23
| | | | instantiating Awake objects
* Should not use sounds notifications for calendar in silent modeArthur Mello2021-08-291-1/+1
|
* If in silent mode should only vibrate if the settings say soArthur Mello2021-08-291-6/+14
|
* Only wake device if bubbles notifications are enabledArthur Mello2021-08-291-1/+4
|
* Fix notifications so it respects if it should or not show bubbles or add to ↵Arthur Mello2021-08-291-4/+4
| | | | notification list
* Make sure that calendar settings do not affect alarm notificationsArthur Mello2021-08-291-3/+3
|
* Update indicator-datetime to work with the new notification settingsArthur Mello2021-08-291-15/+30
|
* add a new Snap::Response enum for more flexible handling of snap decisionsCharles Kerr2021-08-291-16/+23
|
* Small fixes requeted by charles during the review.Renato Araujo Oliveira Filho2021-08-291-1/+1
|
* Use calendar app icon.Renato Araujo Oliveira Filho2021-08-291-4/+7
|
* Update notifications to use the new calendar icon.Renato Araujo Oliveira Filho2021-08-291-1/+1
|
* Vibrate only once when notification about calendar events.Renato Araujo Oliveira Filho2021-08-291-1/+1
|
* Only play sounds for alarms.Renato Araujo Oliveira Filho2021-08-291-1/+3
|
* Post message on messaging menu if the notification get timeout.Renato Araujo Oliveira Filho2021-08-291-2/+10
|
* revert last change.Renato Araujo Oliveira Filho2021-08-291-4/+1
|
* Play event sound even if the event has only text reminders.Renato Araujo Oliveira Filho2021-08-291-1/+4
|
* better code.Renato Araujo Oliveira Filho2021-08-291-3/+1
|
* Does not play sound for events without a sound set.Renato Araujo Oliveira Filho2021-08-291-0/+3
|
* Remove type property from Alarm.Renato Araujo Oliveira Filho2021-08-291-5/+0
|
* Only play a sound alert if the event contains a SOUND reminder.Renato Araujo Oliveira Filho2021-08-291-0/+4
|
* adjust title and notification icon according to the event typeDavid Barth2021-08-291-2/+9
|
* don't show calendar event notifications if com.ubuntu.calendar's ↵Charles Kerr2021-08-291-0/+17
| | | | notifications are blacklisted
* honor gsettings for calendar eventsCharles Kerr2018-03-261-8/+10
|
* use a different default sound for calendars than for alarmsCharles Kerr2018-03-261-5/+5
|
* use the new ALARM_DEFAULT_SOUND symbolic in the src and test cpp filesCharles Kerr2018-03-261-1/+1
|
* src/snap.cpp: Forgotten namespace change unity::indicator::notifications -> ↵Mike Gabriel2017-12-081-2/+2
| | | | ayatana::indicator::notifications.
* Make the datetime indicator build on non-Ubuntu systems (which mostly lack ↵Mike Gabriel2017-12-081-0/+3
| | | | url-dispatcher and Ubuntu Touch sound schema files.
* Many more C++ namespace name changes (unity -> ayatana).Mike Gabriel2017-12-081-11/+11
|
* Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.Mike Gabriel2017-05-171-2/+2
|
* replace the default alarm from 'Suru arpeggio.ogg' to 'Alarm clock.oggCharles Kerr2015-09-041-1/+1
|
* honor the AccountsService 'other vibrations' setting.Charles Kerr2015-04-081-3/+11
|
* add an Alarm class to represent ical valarm components; change the ↵Charles Kerr2015-03-311-7/+9
| | | | Appointment class to hold an arbitrary number of Alarms.
* in Snap's Sound() ctor, use an 'alarm' role for the alarm clock and 'alert' ↵Charles Kerr2015-01-211-1/+2
| | | | for calendar events
* tweak an overly-verbose variable nameCharles Kerr2015-01-211-2/+2
|
* in Snap, fix the code that checks AccountsService.Sound for Silent ModeCharles Kerr2015-01-211-7/+6
|
* first stab at AccountsService proxy. WIP; pushing to test on devicesCharles Kerr2015-01-211-6/+57
|
* for calendar events, use interactive notifications and a nonrepeating sound.Charles Kerr2014-12-071-4/+9
|
* ensure that disabled alarms aren't shown in indicator-datetime and that ↵Charles Kerr2014-12-071-6/+0
| | | | notifications aren't shown for them.
* fix tyop from previous commitCharles Kerr2014-09-171-1/+1
|
* use the new x-canonical-private-affirmative-tint key.Charles Kerr2014-09-171-1/+1
|
* add translator comments for the date format string in snap.cppCharles Kerr2014-09-151-1/+10
|