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
Adam Dobrowolski
5777882aae
[EGD-8170] Possible crash on window entry fix
...
This is not the best fix, as it most probably should be
written differently in the first place
2022-01-20 16:21:46 +01:00
Adam Dobrowolski
76c924fd5e
[EGD-8002] Added SSP, fixed some minor issues, removed obsolete code
...
ssp seems working
minor crash fixups
copy lacks patched
obsolete code removed
Devicei tests added for added code and cleanup
Added missing tests for new functions
Code cleaned up a bit - mostly moved to cpp
2021-12-09 12:42:33 +01:00
Wojciech Rzepecki
36b9b20e5e
[EGD-8083] Add wallpaper option
...
Added connection of wallpaper window to settings
2021-12-09 09:49:11 +01:00
Maciej Gibowicz
7f9bc6bf6f
[EGD-7922] Added Permanent Frequency Setting
...
Added Permanent Frequency setting in Advanced Developer
Mode with simple set window.
2021-12-06 13:57:38 +01:00
Przemyslaw Brudny
352b72980b
[EGD-8023] Empty list icon and text update
...
Empty list icon and text update. Added calibration test window.
2021-11-30 14:13:17 +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
Piotr Tański
702287ea0c
[EGD-7748] Fixed lazy auto lock setting refresh
...
The auto lock value refresh was visible to a user.
2021-10-29 17:00:17 +02:00
Piotr Tański
bc7dc5b634
[EGD-7779] Dark mode implemented
...
Experimental dark mode feature implemented.
2021-10-26 15:31:32 +02:00
Przemyslaw Brudny
7fbaf735ed
[EGD-7813] Option Window titles localizations fix
...
Option Window titles localizations fix.
2021-10-25 00:28:08 +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
Bartosz Cichocki
c1c392c303
[EGD-7743] Fix crash on BT device name save
...
Due to enabled EHCILL the shutdown procedure takes longer time
than before, so restarting by turning off and on without a delay
caused crash in the BT stack. Added delay between shutdown and
power on to let the stack turn off completely
2021-10-04 18:10:29 +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
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
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
Bartosz Cichocki
8145a88401
[EGD-7077] Rework of BT connection status in AppSettings
...
Reworked AppSettings handling of BT devices to be prepared for
handling the HFP profile, eliminating by the way few bugs and
speeding up the flow (by getting rid of few refreshes).
Added unit tests for handling the BT devices flow
2021-09-10 13:19:29 +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
Mateusz Grzegorzek
e1ef821609
[BH-741] Split ApplicationManager
...
Separate Pure and Bell ApplicationManager functionalities
to separate files.
2021-08-18 14:29:51 +02:00
Mateusz Grzegorzek
8e6490863a
[BH-395] Librarize application-settings
...
Librarize application-settings
2021-08-09 08:03:20 +02:00
Pawel.Paprocki
ce82949067
[EGD-7167] Pass IMEI number to Settings
...
Get IMEI from cellular and display it in Settings
2021-08-05 19:00:42 +02:00
Przemyslaw Brudny
10f27328e8
[EGD-7215] Connected Sim contact import with backends
...
Connected Sim contact import with cellular contact read
and DB contacts write.
2021-07-29 23:31:04 +02:00
Przemyslaw Brudny
4147866c71
[EGD-7211] Sim contacts import selector UI part
...
Added sim contacts import selector UI part.
Fixed BoxLayout focusChangedCallback. Fixed
SetFont redraw. Refactored Check and
CheckWithLabel widgets.
2021-07-22 16:34:37 +02:00
Mateusz Grzegorzek
7188802f8e
[BH-669] Fix CMake in service-appmgr
...
Fix CMake in service-appmgr
2021-07-21 14:19:41 +02:00
Jakub Pyszczak
3b67389034
[EGD-7162] Removed sensitive data from settings app
...
During validation tests of EGD-6962 found
sensitive data being logged in settings app.
This PR deletes all of those.
2021-07-16 08:02:49 +02:00
Przemyslaw Brudny
49b82ca0bc
[EGD-7139] System setting cleanup and fixes
...
Security setting cleanup. Refactored Technical
Information window.
2021-07-15 18:38:39 +02:00
Przemyslaw Brudny
689dfe6ed8
[EGD-7138] Security setting cleanup and fixes
...
Security setting cleanup. Removed not used torch windows.
2021-07-15 10:34:16 +02:00
Przemyslaw Brudny
136c6fedc1
[EGD-7136] Apps setting cleanup and fixes
...
Apps setting cleanup. Disabled in UI not working options.
2021-07-14 17:54:42 +02:00
Przemyslaw Brudny
031b7c72ed
[EGD-7136] Phone modes setting cleanup and fixes
...
Phone modes setting cleanup. Fixed text top padding.
Fixed titles and selector in phone modes. Updated arrows.
2021-07-14 17:37:07 +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
df242323de
[EGD-7135] Display and keypad setting cleanup and fixes
...
Display and keypad setting cleanup. Moved settings window
Names to separate file. Added selective build options.
Fixed SpinBox arrows position. Fixed focus on window start
in InputLanguageWindow and KeypadLightWindow. Moved AutoLock
to Security. Disabled not working options in UI.
2021-07-14 15:05:07 +02:00
Przemyslaw Brudny
c8fe788840
[EGD-7134] Network setting cleanup and fixes
...
Network setting cleanup. Added missing sim cards window.
Fixed option texts. Disabled not working options in UI.
2021-07-13 14:30:35 +02:00
Przemyslaw Brudny
b65ea90a0b
[EGD-7133] Bluetooth setting cleanup
...
Bluetooth setting cleanup.
2021-07-12 13:28: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
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
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
Wiktor S. Ovalle Correa
b2ca227fd5
[EGD-6746] Use new SimCard implementation
...
Switch to SimCard implementation provided by previous commit
2021-05-20 17:52:48 +02:00
Przemyslaw Brudny
2e2ce205d7
[EGD-5404] Added onBoarding Sim select window
...
Added onBoarding Sim select window and skip sim select.
Removed old PhoneLock settings selector from settings.
2021-05-18 23:05:30 +02:00
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
Michał Kamoń
46b8914054
[EGD-5945] Bluetooth-harness API messages
...
This PR:
* provides Bluetooth-Harness API messages definition [EGD-5944]
* provides Bluetooth-Harness API messages implementation
* provides Bluetooth-Harness API usage on harness side [EGD-5946]
* provides Bluetooth-Harness tests [EGD-5947]
2021-03-19 10:27:29 +01:00
Pawel Olejniczak
5f30b606e3
[EGD-6010] Fix addres in retry window
...
Address was lost while being forwarded to the retry window.
2021-03-04 16:25:40 +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