Adam Wulkiewicz
fe708cdf31
[MOS-670] Change clang-format AlwaysBreakTemplateDeclarations to Yes
...
Add --all and --fix-all options to style-check-hook
2022-08-26 15:22:39 +02: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
Przemyslaw Brudny
29f455d46b
[EGD-7998] Pure image assets cleanup and update
...
Pure image assets cleanup and update.
2021-11-25 18:39:16 +01:00
Mateusz Grzegorzek
58dd02cff1
[BH-861] Cleanup Application split - part I
...
1. Prepare Pure and Bell specific `Application`
classes and add them to `app` target:
- `products/BellHybrid/apps/Application.cpp`
- `products/PurePhone/apps/Application.cpp`
2. Update `CMakeLists.txt` files.
3. Move `ApplicationBell` implementation to Bell-specific
`Application` class and remove `ApplicationBell` files.
4. Change Bell apps parent classes from `ApplicationBell`
to Bell-specific `Application` class.
5. Rename `Application` to `ApplicationCommon` in the rest of the files.
2021-09-13 11:58:10 +02:00
Piotr Tański
90e7a48198
[EGD-7362] Merge release/0.76.1 into master
...
Merge release/0.76.1 into master.
2021-09-02 11:12:59 +02:00
DariuszSabala
4201fcaea6
[BH-384] Turned application desktop to library
...
Defined separated cmake library, private and public include
directories and dependencies, isolated public headers from private,
cleaned up include paths and defined which targets depend on new
library, cleaned up include paths
2021-07-14 17:07:50 +02:00
DariuszSabala
3005b04824
[BH-386] Turned app messages into lib
...
Turned application messages into library, defined dependencies,
private and public sources, cleaned include paths, massive
cleaned headers
2021-07-06 15:55:44 +02:00
Michał Kamoń
0bad6d643b
[EGD-6657] ApplicationDesktop clean-up
...
This PR cleans-up `ApplicationDesktop` after recent changes in
home screen notifications handling.
2021-05-07 15:41:14 +02:00
Tomasz Sobkowiak
0d7bae0a55
[EGD-3109] Use more appropriate type instead of raw types
...
Position and Length used instead of raw ones
2021-05-05 09:12:29 +02:00
Przemyslaw Brudny
182f694ac2
[EGD-6637] Cleanup locks structure
...
Renaming existing locks namespace and created proper directory
structure.
2021-04-27 16:19:02 +02:00
Michał Kamoń
d0f5f74366
[EGD-6456] ListView based desktop notification
...
This PR provides following changes in notifications:
- notifications were extracted as widget for pop-up-based
locked-screen implementation
- notifications are ListView based implemented
- the most recent notification is displayed on the top of the list
2021-04-22 15:51:59 +02:00
Mateusz Grzegorzek
7b8f1712f2
[EGD-6433] Implement SIM PIN enable request
...
Implement SIM PIN enable/disable request
in PinLockHandler
2021-04-08 16:20:41 +02:00
Mateusz Grzegorzek
42426e3efe
[EGD-4736] Change PIN windows
...
Implement changing SIM PIN code flow
2021-04-08 13:55:26 +02:00
Pawel Olejniczak
4b35b13fe9
[EGD-4734] Add PIN settings window
...
This window displays switch button for
disabling/enabling pin code for sim card.
Its also starting point for changing pin code.
Added actions for enabling and disabling
pin code for sim card.
Added method for checking if pin code is
set for sim card.
2021-04-07 19:09:20 +02:00
Tomasz Sobkowiak
4bf9cb7ace
[EGD-6259] Turn off usb security
...
To prevent errors with USB connectivity and charging screens.
2021-03-30 14:41:11 +02:00
SP2FET
66db7b0841
[EGD-5512] Usb security refactor and devices pairing
...
Move all security related functionality to single security endpoint
Paired devices can be added to avoid further passcode requests
2021-03-11 08:46:18 +01:00
Pawel Olejniczak
2b05b9739e
[EGD-5204] Secure USB communication
...
Secure all endpoints by returning 403(Forbidden) when USB is connected.
Request screen passcode to enable secured endpoints.
2021-02-24 19:49:07 +01:00
Piotr Tański
d5c3d41ca4
[EGD-5204] Secure USB communication
...
Secure all endpoints by returning 403(Forbidden) when USB is connected.
Request screen passcode to enable secured endpoints.
2021-02-24 19:49:07 +01:00
breichel
5cb4cfcea9
[EGD-5545] Add PIN2 handling
...
Possibility of handling PIN2 request from modem.
Description of the message in PinLock what type of
code is required
2021-02-21 21:29:15 +01:00
Przemyslaw Brudny
312d4a07a6
[EGD-3756] Created generic ListItemWithCallbacks
...
Added generic template for ListItemWithCallbacks.
Replaced onDimensionsChange with callbacks.
2021-02-15 14:17:04 +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
Mateusz Grzegorzek
8856a65641
[EGD-4995] Add changing passcode windows flow
...
Implement changing passcode windows flow
2021-01-18 15:12:25 +01:00
Wojtek Rzepecki
b24f0bca20
[EGD-2501] Add gsm powerdown due to battery
...
Gsm model power state maintenance based on battery level.
2021-01-15 11:05:22 +01:00
mkamonMdt
9da3f0d86e
[EGD-4973] Fix absent notifications on home screen
...
SMS and Calls notifications require default init
of respective data base. Displaying notifications
require wider space reservation for some digits
(e.g. `8`)
2021-01-11 08:17:19 +01:00
mkamonMdt
7dc4d07de3
[EGD-4648] Fix auto screen change
...
Action `UnlockSim` should be handled only if
there is ongoing SIM flow processing.
2020-12-23 08:14:04 +01:00
PrzeBrudny
1520a9a8ec
[EGD-4687] Text enum names cleanup. ( #1142 )
...
Change enum names to CamelCase.
2020-12-04 15:51:21 +01:00
RobertPiet
54bb1d4a7f
[EGD-4343] use new settings in ServiceAudio ( #997 )
...
* [EGD-4343] ServiceAudio moved to new settings
2020-12-04 14:10:44 +01:00
Pawel Paprocki
fda5e8bdd7
[EGD-4466] Create USSD communication window ( #1117 )
2020-12-02 10:37:10 +01:00
Michał Kamoń
bd4f5da097
[EGD-4455] Desktop windows refactored ( #1095 )
2020-12-01 09:40:03 +01:00
RobertPiet
675dc59c9a
[EGD-3572] SettingsTable exchanged to settings::Settings ( #968 ) ( #1044 )
...
[EGD-3572] Application has an instance of Settings - removed from derived apps
[EGD-3572] Application is the owner of Settings handling for its windows/widgets
[EGD-3572] Settings header moved to service-db public section
2020-11-27 15:38:19 +01:00
Michał Kamoń
38ee9a224c
[EGD-4452] unify desktop locks ( #1071 )
...
* [EGD-4452] Desktop locks refactored
2020-11-25 11:48:03 +01:00
Michał Kamoń
cb593f45c3
[EGD-4367] sim passcodes flow implementation ( #1033 )
2020-11-20 17:51:22 +01:00
RobertPiet
c25ad79421
Revert "[EGD-3572] SettingsTable exchanged to Settings::Settings ( #968 )" ( #1035 )
...
This reverts commit f11bc1f0d0 .
Co-authored-by: Hubert Chrzaniuk <hubert.chrzaniuk@mudita.com >
2020-11-18 12:17:08 +01:00
RobertPiet
f11bc1f0d0
[EGD-3572] SettingsTable exchanged to Settings::Settings ( #968 )
...
[EGD-3572] Application has an instance of Settings - removed from derived apps
[EGD-3572] review issues resolved
[EGD-3572] shared_ptr -> unique_ptr
[EGD-3572] Primary Key for settings_tab:path
[EGD-3572] empty values handling
2020-11-18 10:40:29 +01:00
Radoslaw Wicik
945e39df21
[EGD-4216] Convert service-cellular to library
2020-11-10 13:35:12 +01:00
breichel
5be842fc7d
Egd 3676 ( #824 )
...
[EGD-3676] Version of PIN SIM handling with mockuped actions (messages)
2020-11-02 14:36:16 +01:00
PrzeBrudny
fe546ae465
Revert "[EGD-4168] passcodes for sim change to variable length ( #924 )" ( #934 )
...
This reverts commit d29ee76fa5 .
2020-10-29 12:34:14 +01:00
Michał Kamoń
d29ee76fa5
[EGD-4168] passcodes for sim change to variable length ( #924 )
2020-10-28 15:27:09 +01:00
Michał Kamoń
244dbb02ce
DesktopMainWindow notifications update ( #886 )
2020-10-28 13:28:51 +01:00
Radoslaw Wicik
2276ceed67
[EGD-3743] Update copyrights in fies
2020-10-20 12:55:10 +02:00
Michał Kamoń
a58c00017b
[EGD-3807] Cellular messaged added, PinLockHandler added for handling sim messging ( #758 )
2020-10-02 09:00:42 +02:00
Michał Kamoń
6aec199938
[EGD-2846]-sim-pin-entering ( #718 )
...
[EGD-2846] PIN and PUK windows for SIM added
2020-09-29 10:19:44 +02:00