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
Lefucjusz
b30212bede
[MOS-896] Update low battery screen view
...
Updated low battery screen view by adding
info windows appearing when trying to
interact with phone having critical
charge level.
2023-11-02 12:19:39 +01:00
Lefucjusz
3b24ac9e90
[MOS-1047] Fix calling abort() in EnterNumberWindow
...
* Removed call to abort() method in case
EnterNumberWindow's SwitchData handler
receives message that can't be handled,
what caused the phone to crash.
* Unify ApplicationCall window names
definitions.
* Code cleanup.
2023-10-17 13:29:20 +02:00
Lefucjusz
674a768364
[MOS-669] Add too hot battery notification when charging
...
* Added notification showing on the main
screen if the battery has reached too
high temperature to continue charging.
* Code cleanups.
2023-10-16 12:54:13 +02:00
Lefucjusz
d403db4101
[MOS-1027] Fix lack of tethering icon on 'Tethering is on' popup
...
Fix of the issue that pressing menu button while
in tethering resulted in LTE and no signal icons
appear on status bar instead of tethering icon.
2023-08-30 11:13:54 +02:00
Dawid Wojtas
14046eb189
[BH-1745] Fix a deep press crash during popups
...
Rewrite the popups filter to remove unnecessary popups.
Remove callbacks from activate and deactivate popups
which cause problems when the popups was on the stack.
2023-08-07 15:22:00 +02:00
Lefucjusz
d2b9a10dd3
[MOS-1002] Change USSD code handling to match design
...
Fixed issues with GUI behaviour on failed
USSD code handling.
Minor code cleanup in several parts of system.
2023-08-02 12:07:29 +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
Kuba Kleczkowski
f94d7f6367
[MOS-636] Added MMI/USSD confirmation
...
USSD/MMI codes are now confirmed after they are sended.
2023-04-03 16:28:27 +02:00
Lefucjusz
53e2fae8fb
[MOS-178] Add input mode displaying timeout
...
Added timeout for displaying selected input
mode - now it automatically disappears
after 3 seconds since last change was made.
2023-03-23 11:01:34 +01:00
Adam Wulkiewicz
0e7ae160e6
[BH-1639] Add welcome message with charging info
...
Add new bell welcome window
Add new close reasons
Add new actions
Bump assets version
Remove bold text from welcome message
Remove bold text from onboarding popups
2023-03-06 14:11:04 +01:00
Kuba Kleczkowski
c514fc53bb
[MOS-47] Fixed non closed USSD session
...
USSD pull session was not closed when USSD popup
was closed by back button. Also USSD code was slightly
refactored.
2023-03-03 17:31:38 +01:00
Marcin Zieliński
eca248c688
[MOS-35] Add more input modes for USSD reply
...
Previously only the mode restricted to digits was available.
2023-02-06 08:40:34 +01:00
Bartosz
4e844b64cc
[MOS-59] Always display network technology and signal strength
...
Now those parameters are always on the statusbar
2023-01-26 13:29:27 +01:00
Mateusz Piesta
44ef5ddd5f
[MOS-807] Unpacking update package
...
* Added unpacking and validating of
update package
* Removed 'utils-bootconfig'
* Added 'tar' module
* Minor compilation issues fixed
2023-01-19 16:41:56 +01:00
Lefucjusz
3887c43ca5
[CP-1734] Create factory reset reboot UI
...
Create window that will be shown when the
device turns off first time after factory
reset request made from PureOS.
2023-01-19 16:41:56 +01:00
Bartosz
01857dd1bd
[MOS-786] Added support for A/B boot codes in OS
...
Further implementation of A/B booting
2023-01-19 16:41:56 +01:00
Maciej-Mudita
1f9c6b4a51
[MOS-26] Add tethering info on status bar
...
When tethering is on, info appears in the status bar
and network coverage indicates "no connection"
2022-10-20 08:56:51 +02:00
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
Dawid Wojtas
8cc5960ed6
[MOS-499] Improve lock screen power consumption
...
Power on the e-ink only when it is needed e.g. fast or deep
refresh. Update battery percentage only when discharging.
2022-07-28 11:55:51 +02:00
Lefucjusz
bf7c771f26
[MOS-32] RF clears snoozed alarms fix
...
Fix of the issue that RF button clears
snoozed alarms notifications from desktop.
2022-06-20 10:03:10 +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
Lefucjusz
c0f5243b3f
[MOS-402] Time legibility on lock screen fix
...
Fix of the issue that time on the lock screen was
getting illegible after a few hours. This change
fixes the problem by performing deep refresh
instead of fast refresh every 30 minutes. The
refresh rate can be easily changed, as it is stored
in settings database.
2022-05-06 11:17:27 +02:00
Adam Dobrowolski
053f270655
[MOS-282] Librarisation of services and test service
...
* options work a bit better ,now services and apps are
selectable by option in cmake
* test service example added
* major documentation for module-services
* documentation for project configs and logs
Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com >
Co-authored-by: Mateusz Piesta <mateusz.piesta@mudita.com >
2022-03-18 08:06:21 +01:00
Maciej Janicki
5dc42c2be6
[MOS-296] Merge new master commits into merge-stable-wip
...
Merge new master commits
2022-03-09 19:32:59 +01:00
Maciej Janicki
2b2bb13a49
[MOS-296] Merge remote-tracking branch 'origin/stable'
...
Merge stable Harmony branch into merge wip branch
2022-03-09 19:27:50 +01:00
Przemyslaw Brudny
ad3aa54b66
[MOS-123] Added bluetooth authentication popups
...
Added bluetooth authentication popups with different
pair methods and process info display.
2022-03-03 20:37:16 +01:00
Paweł Joński
2b55d22b28
[BH-1385] Low battery screen on exit
...
Rework last render before shutdown to avoid races
Display low battery screen on exit
2022-02-15 09:15:27 +01:00
Przemyslaw Brudny
4dd045f30f
[EGD-3544] Label replacement with OneLine text
...
Label replacement with OneLine text. Style and usage fixes.
2022-01-20 12:10:31 +01:00
Wojciech Rzepecki
097267d860
[EGD-6824] Simplified notifications on quote wallpaper
...
simplified home screen notifications as tiles on phone
locked wallpaper
2022-01-14 13:20:39 +01:00
Adam Dobrowolski
36fe4530fb
[EGD-8101] Assert that proper global state will be set
...
blocking popup is dependent of application global variable.
setting it in right scope.
2022-01-11 13:14:21 +01:00
Adam Dobrowolski
59b48a3b04
[EGD-8101] Removed not sent action requestf for battery charging
...
There was no change of UI as notification was never shown due to
the UI race condition. Race on UI is removed with removal of UI check
2022-01-11 13:14:21 +01:00
Wojciech Rzepecki
ee04dd4aaf
[EGD-8095] Add quote on wallpaper
...
Quote from database will be shown on wallpaper
if proper setting is selected.
2022-01-11 11:45:40 +01:00
Adam Dobrowolski
0ec9428917
[EGD-7773] Popups stack poc
...
Stack plus minimum tests added
Updated to master
Removed useless or adressed TODOS
Constants name applied
Renamed searchModel to searchRequestModel
Review applied
We should remove legacy window names
Bell names fixes
2022-01-04 13:01:23 +01: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
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