Commit Graph

40 Commits

Author SHA1 Message Date
Paweł Joński
b8055d3eb0 [BH-1124] Alarm changes outside homescreen
Alaram changes outside homescreen
2021-11-03 12:41:22 +01:00
Wojtek Rzepecki
76dfa98656 [EGD-7666] Fix alarms time zones
update of the events cache every time change
2021-10-19 14:42:45 +02:00
Wojtek Rzepecki
d0772ab0b7 [EGD-7798] Fix alarms backend with new format
New format of alarm time in database and processing
2021-10-18 12:14:36 +02:00
Wojtek Rzepecki
8256c5bb9d [EGD-7568] Add show active snooze
Added option to view active snooze
from the level of notifications list
2021-09-30 10:20:57 +02:00
Przemyslaw Brudny
7e26f5e014 [EGD-7670] Alarm toggle off all alarms
Added toggle all alarms handling with tests.
2021-09-28 12:54:39 +03:00
Mateusz Grzegorzek
ce7e6f3bc5 [BH-874] Deactivate alarm in backend on Alarm deactivation
Deactivate alarm in backend on Alarm deactivation
2021-09-24 11:16:00 +02:00
Marcin Smoczyński
bd90e57516 [BH-907] Split utils module into components
Split module-utils into smaller components for better dependency
management. Fix many dependencies throughout the project.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
2021-09-23 15:14:40 +02:00
Wojtek Rzepecki
1e8082e02c [EGD-7570] Add Alarm Clock status bar indicator
Added indicator on status bar if any alarm is on
2021-09-23 13:15:02 +02:00
Piotr Tański
4175025f36 [EGD-776] PreWakeUp chime
Added a prewakeup chime handler.
2021-09-22 11:30:54 +02:00
Wojtek Rzepecki
274d31cb35 [EGD-7569] Add Alarm snooze list notification
Notification added to notifications model
2021-09-16 17:00:41 +02:00
Piotr Tański
f93fe176e7 [BH-776] Pre-wakeup handling skeleton
First draft of pre-wakeup handling mechanism.
2021-09-15 18:13:42 +02:00
Piotr Tański
bdbda7fd96 [EGD-776] Bell-specific AlarmOperations
We need a separate alarm operations for the Bell.
This is the first step of pre-wake up implementation.
2021-09-15 18:13:42 +02:00
Paweł Joński
2ae306bd40 [BH-662] Handle alarm turn off and snooze
Handle alarm turn off and snooze
Music stop not included
2021-09-10 11:45:08 +02:00
Alek Rudnik
c9a41b4477 [EGD-7335] Integartion of file indexer with database
Integrated core file indexer with its database.
Modfied necessary queries.
Moved service file indexer to pure product specific
folder
2021-09-10 10:59:40 +02:00
Paweł Joński
ba1a6f2527 [BH-691] Alarms handling
Handle alarms in service-time
2021-09-03 13:29:21 +02:00
Paweł Joński
f7af25232d [BH-642] Fix messages flow in alarm backend
Fix messages flow in alarm backend
2021-09-01 12:18:34 +02:00
Paweł Joński
e338b69fab [BH-642] Handle alarm messages in service-time
Handle basic alarm messages in service-time
2021-08-26 16:38:01 +02:00
Mateusz Grzegorzek
ed68fc92ec [BH-754] Split ServiceDB
- rename ServiceDB to ServiceDBCommon,
- create separate ServiceDB for Pure and Bell,
- move Pure-specific functionality
from `ServiceDBCommon` to Pure `ServiceDB`
2021-08-20 10:47:29 +02:00
Kuba
5f34f5ad7c [EGD-6889] Fix Fixed network time handling
Fixed Network time handling. Automati Date and Time setting
is handled in service-cellular. Enabling and diasbling time
repotring is added.
2021-07-13 11:31:07 +02:00
Wojtek Rzepecki
0e42b0016e [EGD-7044] Strip down calendar code
Stripping the calendar code to provide only
MVP defined functionalities
2021-07-07 09:05:57 +02:00
Maciej Gibowicz
aef316a4fd [EGD-7048] Remove "Automatic time zone" from settings
From now on in the settings, instead of the two options:
"Automatic date and time", and "Automatic time zone"
there will be only the first one, which allows to
manually set the time and time zone.
2021-06-30 16:06:26 +02:00
Maciej Gibowicz
781f24bbfc [EGD-6699] Add timezone selecting window
Implementation of the time zone selection from the list
of available cities.
2021-06-29 14:51:12 +02:00
Kuba
f6b6cd9f8c [EGD-6986] Add Store timezone in settings db
Adds storing current timezone in settings database.
It allows to proper handling of timezone on system startup.
2021-06-25 16:42:03 +02:00
Kuba
88a9fdedf2 [EGD-6883] Change time settings cleanup
Time related settings are handled by service time now.
utils DateAndTimeSettings replaced by static time service api.
2021-06-23 17:30:14 +02:00
Alek Rudnik
978b1d507b [EGD-6918] Timestamp clean up
Removal of not needed methods
Addition of unit tests
Fixes according to newst design guidelines
Added new seprate interface cmake lib for time constants
2021-06-16 15:41:23 +02:00
Lukasz Skrzypczak
7fee0d9cfb [BH-378] Utils move log to library
Moved log to separate library
2021-06-08 12:24:29 +02:00
Kuba
1429d4f07e [EGD-6698] Add setting time from Settings
Added setting time from Change Date and Time window. Change
request is handled by service-time.
2021-06-01 18:14:22 +02:00
Kuba Kleczkowski
97760f7765 [EGD-6567] Add GSM time update handling
Adds handling GSM time update in service time.
2021-05-26 18:08:11 +02:00
Wojtek Rzepecki
ef63ee267c [EGD-5304] Add new way of system close
Unified method of closing
the system orchestrated by
system manager
2021-03-04 15:55:55 +01:00
Lucjan Bryndza
ec86ae32c5 [EGD-6000] Fix stack usage for service time
Currently service time waste a lot of stack. This
patch reduce stack usage of the service time stack
2021-03-03 20:04:19 +01:00
Piotr Tański
bc4d32c7d8 [EGD-5158] Change access to the bus methods
The bus is now accessible only via Service object.
2021-02-08 16:56:42 +01:00
Radoslaw Wicik
7f2b7b45df [EGD-4221] Convert service-time to library 2020-11-19 10:33:31 +01:00
Radoslaw Wicik
998ceac48e [EGD-4217] Convert service-db to library 2020-11-13 12:18:33 +01:00
Piotr Tanski
22102c4ba5 [EGD-4200] Message handling refactored. (#974) 2020-11-06 15:24:59 +01:00
Radosław Wicik
d5de12f7ce [EGD-3852] clean include in service (#928) 2020-10-28 15:19:24 +01:00
Radoslaw Wicik
2276ceed67 [EGD-3743] Update copyrights in fies 2020-10-20 12:55:10 +02:00
marek303
585c612f5d [EGD-3315]Review changes: EventReminderWindow - localized date and time; unit tests for SelectFirstUpcoming query 2020-10-15 20:58:45 +02:00
marek303
ae355210a8 [EGD-3315]Review changes (minor) 2020-10-15 20:58:45 +02:00
marek303
f1e68d2204 [EGD-3315] Main functionality: DB queries, timers processing, base classes for future use 2020-10-15 20:58:45 +02:00
KacperLewandowski
ba4640c4af [EGD-3469] ServiceTime - start 2020-10-15 20:58:45 +02:00