Lefucjusz
181feb4f40
cleanup
2024-08-20 15:40:34 +02:00
Lefucjusz
d558e60a4d
[CP-2013] Add time sync endpoint
...
Added endpoint that can be used
to synchronize time via MC
protocol.
2024-08-13 16:13:12 +02:00
rrandomsky
4f63943a4c
[BH-1792] Updated button handling during pre wake up
...
Button action behavior has been updated for pre-wake.
Now, if pre-wake is in progress, the first press, in addition to pressing
the front light, disables the pre-wake function.
2024-03-18 11:28:20 +01:00
Lefucjusz
790c643967
[BH-1856] Add setting onboarding year to build year
...
Added mechanism automatically setting
the default year shown in the onboarding
to the year of build to avoid changing
it manually every year.
2024-01-17 16:04:05 +01:00
Lukasz Mastalerz
d9a1194e6f
[BH-1688] Create a standard for logs
...
* Adding document describing how to use logger
* Adjusting logs to follow a new guide
* Change order in log header:
line number is now before function name
2023-10-23 15:17:44 +02:00
rrandomsky
3812cfd7b8
[MOS-1010] Fix for Alarm disappearance during end of call window
...
It was possible to display an Alarm with the appropriate Alarm window exactly when
end of call window with call summary are displayed and automatically closed after
3 seconds. This commit will fix this scenario. Now Alarm is snooze in the same way
as if there is a phone call going on.
2023-08-28 17:04:59 +02:00
Lukasz Mastalerz
f7ad63c951
[BH-1412] Fix services dependencies
...
Changes in dependecy managment
Replacing state flags with states in ServiceGUI
Unifying some parts of code
2023-08-01 17:22:48 +02:00
rrandomsky
4b8543912a
[MOS-30] Fix for Alarm not being handled properly during a phone call
...
During the phone call, the alarm was not displayed and subsequent alarms
after this scenario did not work. This has now been fixed and the alarm
during a phone call will be automatically snooze.
2023-07-12 10:46:44 +02:00
Maciej-Mudita
4bd7b1acf4
[MOS-275] Fix alarm rings on the low battery screen
...
When we had a critical battery level and the alarm clock rang,
it was impossible to turn it off.
2023-01-19 12:07:19 +01:00
Bartosz Cichocki
228fca4b83
[MOS-463] Unify cellular namespace
...
Unified cellular namespace, fixed test buildiing,
removed some unused includes
2022-06-08 10:54:29 +02:00
Maciej Gibowicz
0bc5db64a6
[EGD-8138] Software closing procedure improved
...
Release of resources and closing of all unfinished
services and workers.
2022-01-20 17:07:37 +01:00
Alek Rudnik
3e7b94dc05
[EGD-8137] Fix system pre closure procedure
...
Added some services specific implementations of pre closure procedure.
If one request pre closre, all mesagges (except system ones) recieved
by service are ignored.
2022-01-18 16:28:33 +01:00
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