Przemyslaw Brudny
25ba341e6c
[EGD-5884] Added Lock Screen popup handling
...
Moved lock screen window to popup. Split DesktopMainWindow into
two parts (popup and regular). Added LockPhoneHandler into
ApplicationManager.
2021-04-29 12:06:59 +02:00
Adam Dobrowolski
940989833f
[EGD-6527] Internationalization API unification
...
Single api to rule i18n
all calls to localistaion in cpp files unified
cut off ass many dependencies in i18n header as possible
2021-04-20 20:07:44 +02:00
Przemyslaw Brudny
cbd74648d0
[EGD-6494] Application Manager on action switch fix
...
Application Manager switch on Action no longer causes to
newly opened application main window switch but it
calls declared action handler.
2021-04-13 10:59:29 +02:00
Piotr Tański
81adfe41ab
[EGD-6347] Refactored phone modes handling in applications
...
PhoneModeObserver doesn't work properly in applications.
Applications have to handle the phone mode changes via AppMgr.
Phone mode and tethering handlers separated.
2021-04-12 14:54:55 +02:00
Bartosz Cichocki
22809d630b
[EGD-6208] Add blocking phone mode changes during tethering
...
When the tethering is enabled, the phone mode shouldn't change,
now, any attempt ends with a notification
2021-04-12 12:56:36 +02:00
Piotr Tański
4f0c3c82af
[EGD-6209] Tethering confirmation popup added
...
Provided a tethering confirmation popup.
The popup shows up once a USB cable is connected to a PC.
2021-04-08 09:26:46 +02:00
Jakub Pyszczak
a21e02f91e
[EGD-5743] Added phone modes popup
...
Implementation of phone modes window.
Minor fixes of previous approach.
2021-03-23 10:24:56 +01:00
Mateusz Grzegorzek
31b24ed4d3
[EGD-5932] Add more queries to Quotes agent
...
Added queries:
- list quotes from selected category,
- enable/disable category,
- enable/disable single quote,
- list enabled quotes,
Other fixes:
- move `msgHandled` and `msgNotHandled` to `Message.hpp`,
- use `typeid` in `QuotesAgent::registerMessages`,
- change `Quotes::Queries` style,
- make `quotesList` private
Queries to add in next PR:
- add/read/write quote
2021-03-17 13:55:20 +01:00
Przemyslaw Brudny
84095629df
[EGD-5883] Added generic button popups attach to applications
...
Created structure and implementation for popup windows
attachments on button actions into applications. Moved Volume
window to fit into solution. BarGraph refactored.
2021-03-03 22:21:11 +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
Piotr Tański
6c900d7b38
[EGD-5166] Add query-callback synchronization mechanism
...
Receiver object cancels the callbacks at the end of its lifecycle.
2021-01-13 12:11:56 +01:00
KacperLewandowski
a617397672
[EGD-4788] Add custom repeat window for the alarm application
...
When choosing alarm repeat option now it is
possible to choose specific days of the week
and their combinations.
2020-12-21 22:14:53 +01:00
KacperLewandowski
537ab85f46
[EGD-4072] Add new/edit window in alarm clock app ( #1159 )
...
Introduced the possibility to add a new alarm and edit an existing alarm
2020-12-11 15:37:00 +01:00
KacperLewandowski
aff3b7502d
[EGD-4069] alarm clock: Add window with options list ( #1149 )
2020-12-08 12:57:43 +01:00
KacperLewandowski
ba4d547f47
[EGD-4009] alarm clock: add main window ( #1100 )
...
Create alarm clock application and add main window.
2020-12-07 10:45:50 +01:00