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
Przemyslaw Brudny
dfafd1fb5f
[EGD-7987] Closing window refactor
...
Closing window refactor.
2021-11-22 11:05:44 +01:00
Przemyslaw Brudny
7597d38852
[EGD-7857] Renamed BottomBar to NavBar
...
Renamed BottomBar to NavBar.
2021-10-26 13:51:06 +02:00
Wojtek Rzepecki
7afd68ac76
[EGD-7852] Fix batteryr screens switch
...
fix of switch from dead/charging battery screens
2021-10-25 16:36:38 +02:00
Piotr Tański
8ad0a7d603
[EGD-7188] MMI window style fixed
...
This fixes issues with displaying texts
2021-10-22 18:30:31 +02:00
Kuba
6e12e5834f
[EGD-7738] Fix modem reset
...
Fixed modem reset procedur so now it will not stuck in cellular
init on factory fresh phone. Also removed T3/T4 board recognition.
2021-10-21 18:45:43 +02:00
Przemyslaw Brudny
2c668c8593
[EGD-7787] Pure Home ClockDateWidget added
...
Pure Home ClockDateWidget added.
2021-10-20 22:30:11 +03:00
Paweł Joński
32e97fa339
[BH-1044] Fix goodbye + turnoff screen
...
Fix goodbye + turnoff screen
2021-10-19 16:05:54 +02:00
Przemyslaw Brudny
3b84af2746
[EGD-7631] PhoneLock timer system time independence refactor
...
Refactored PhoneLock to be independent of system time.
Refactored refresh options for notification receive on
Windows.
2021-09-30 17:01:53 +03: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
Marcin Smoczyński
57874cab33
[BH-912] Improve sys module structure
...
Improve structure of the module sys. Problems within this module
prevents from linking others.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com >
2021-09-24 10:01:19 +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
Wojtek Rzepecki
4c19fa16b3
[EGD-7612] Add alarm popup
...
Added alarm popup window. Added ImageBoxWithText
widget.
2021-09-22 15:51:17 +02:00
Artur Śleszyński
b15006a94c
[CP-564] Make desktop endpoints a separate lib
...
In order to have different sets of endpoints for different products,
we need to separate endpoints from the desktop service.
2021-09-21 10:41:37 +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
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
0079bc9695
[EGD-7238] Fixed applications deinit handers
...
All apps deinit handlers should call the base function.
2021-09-09 12:51:22 +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
Pawel Olejniczak
109b151631
[CP-139] Add time based attempt logic to phone lock handler
...
Phone lock no longer bases only on number of attempts.
Now there is a cooldown time between each attempt,
starting from a third attempt.
2021-09-01 11:43:45 +02:00
Piotr Tański
53b6186bd4
[EGD-7222] Disable antenna test application
...
Antenna test application is now disabled.
(cherry picked from commit 8ddc581b84 )
2021-08-25 12:21:28 +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
Mateusz Grzegorzek
e1ef821609
[BH-741] Split ApplicationManager
...
Separate Pure and Bell ApplicationManager functionalities
to separate files.
2021-08-18 14:29:51 +02:00
GravisZro
e433e8dd03
Fix transparent backgrounds in PlantUML
...
Images generated using PlantUML had transparent backgrounds which made
their text difficult to read on GitHub when using "Dark Mode". Forcing
a background color of #F0F0F0 ensures they are all readable.
2021-08-16 17:01:19 +02:00
Marek Niepieklo
bd06eacbda
[CP-403] Replace old update code
...
Removed update related code
Removed update test scripts
2021-08-05 17:11:24 +02:00
Piotr Tański
6ff1d9d960
[EGD-7054] Changed the default focused app in the menu
...
The focused app on entering the menu for the first time is "contacts"
2021-07-29 15:52:50 +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
Przemyslaw Brudny
ee2c085e56
[EGD-7130] Renamed settings application
...
Renamed settings application.
2021-07-09 18:20:12 +02:00
Przemyslaw Brudny
9194323b08
[EGD-7120] Remove old settings application
...
Moved valuable assets to new settings.
Removed old settings.
2021-07-09 14:37:31 +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
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
Wojtek Cichon
883293642b
[EGD-7050] Fixed reboot copy
...
Fixed the copy that prompts the user to confirm
the reboot of the phone.
2021-07-05 10:36:15 +02:00
Tomasz Sobkowiak
3c66d70ebc
[EGD-6990] No autolock when battery is low
...
Prevent autolock actions on DeadBatteryWindow and ChargingBatteryWindow
2021-06-28 23:12:25 +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
Pawel Olejniczak
1666216e55
[CP-194] Intercept all input when OS update window is displayed
...
Block user interaction with phone during OS update,
by intercepting all inputs from phone keyboard when OS
update screen is displayed.
2021-06-23 13:40:59 +02:00
Alek Rudnik
6dfeacffa4
[EGD-6697] Date and time formatting
...
Added system locale dependant date and time formatting.
2021-06-18 15:06:43 +02:00
Przemyslaw Brudny
4685dc07a7
[EGD-6960] Header addition related style cleanups
...
Header addition related style cleanups.
2021-06-18 13:12:43 +02:00
Paweł Joński
a7fba1b343
[BH-374] Librarize application-antenna
...
Add apps-common, librarize application-antenna
2021-06-17 12:54:02 +02:00
Wiktor S. Ovalle Correa
eb026fe8b0
[EGD-6907] Introduce ModemState in Cellular
...
We should not use Cellular's internal states to drive
other system parts, especially applications
2021-06-08 18:42:37 +02:00
Lukasz Skrzypczak
2911b6b4a1
[BH-378] PR changes
...
PR changes - mainly includes
2021-06-08 12:24:29 +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
Wojtek Rzepecki
4ce5b308fd
[EGD-6899] Fix AppCall access
...
Fix of an access to call window
during tethering
2021-06-07 11:11:51 +02:00
Paweł Joński
5ad878c6c4
[BH-371] Replace gsl with mainline submodule and move to third-party
...
Replacing loose gsl files with gsl mainline project as submodule
and moving it to third-party
2021-06-07 09:30:04 +02:00
Przemyslaw Brudny
b7e710ef9e
[EGD-6867] Renamed TopBar into StatusBar
...
Renamed TopBar into StatusBar.
2021-06-04 12:24:30 +02:00
Wojtek Rzepecki
56a17e7814
[EGD-6854] Add missing tethering windows
...
Added missing windows for tethering
based on UI design
2021-06-01 15:25:30 +02:00
Michał Kamoń
4fb5a38fa2
[EGD-6397] Add no autolock on OSUpdate
...
This commit enables `preventsAutoLock` in `UpdateProgress` window
to ensure that no autolock event occurs while OSUpdate is in progress.
2021-06-01 15:00:54 +02:00
Alek Rudnik
93c4675d1d
[EGD-6701] System time usage fixes
...
Fixed all calls to stdlib time.
Removed all redundant calls to Timestamp treated as time source.
2021-05-27 16:54:44 +02:00
Przemyslaw Brudny
bc737e93f6
[EGD-5885] Added SimLockHandler
...
Refactored LockWindow TitleBar handling. Added Sim pin request
block on lockedPhone. Added Sim info popup added when pin
changed. Updated assets. Removed old PinLock structures.
Cleared LockBox structures. Removed old settings sim setters.
New CellularMessage adaptation. Cleared Lock structure.
2021-05-26 20:09:33 +02:00
Michał Kamoń
0f3fb7c152
[EGD-6736] Add app's state dependent autoLock mechanism
...
This PR provides the implementation of the auto-locking mechanism that
is dependent on an application's current auto-locking policy. Three
auto-lock policies have been introduced:
* DetermineByWindow
* DetermineByAppState
* PreventPermanently
Also changed the AutoLockWindow set/get auto-lock time value to the
message-based approach.
2021-05-26 08:31:33 +02:00
Pawel.Paprocki
040550f3b7
[BH-356] Move TPLIB (microtar) to separate directory
...
Move microtar to lib, amend CMAKE files
2021-05-24 09:44:29 +02:00