[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.
[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.
[EGD-7134] Network setting cleanup and fixes
Network setting cleanup. Added missing sim cards window.
Fixed option texts. Disabled not working options in UI.
[EGD-3171] Fix key shortRelease on app switch
Fix of shortRelease on app switch while long
press applied on previous window
[BH-655] Add SideListView
Add view commonly used in Bell - SideListView.
[EGD-7141] Fix GUI googletest
Fix invalidly added GUI gtest. Test dummies moved to individual files to
deal with a bug in cmake test discovery for gtest.
Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-7052] Generate unique window name
Added virtual method to Window class in order to be able
to prepend specific application name to the window name.
It wasn't possible to use existing getName method as it is
used throughout the codebase for switching windows
[EGD-7024] Keep the state of SMS on phone lock
The SMS is not deleted on manual or automatic phone lock.
[EGD-6971] TextLine breaking on space or with dash
Added TextLine breaking on space or with dash.
Tests added.
[EGD-7047] Fixed navigation down through input texts
Fixed navigation down through input texts while adding a new contact.
[EGD-7007] Removed sensitive data from gui
Sensitive data removed from logs in module-gui.
Commented out legacy code removed.
[BH-591] Add Spinner Widget
Adding spinner widget.
[BH-379] Librarize application-calculator
Librarize application-calculator
[EGD-7018] Fixed text empty block removal at end
Fixed text empty block removal at end.
[EGD-6883] Change time settings cleanup
Time related settings are handled by service time now.
utils DateAndTimeSettings replaced by static time service api.
[EGD-6958] Fix rssibar oor exception
This commit fixes out of range exception for rssi indication on topbar.
[EGD-6950] Added header layout
Added Header Layout.
[EGD-6697] Date and time formatting
Added system locale dependant date and time formatting.