[EGD-5448] Add EULA window Added EULA window required for onBoarding procedure. Onboarding settings added.
[EGD-5810] Fix for old batteries Temporary fix for old batteries
[EGD-5800] Fix small BT icon Replace small BT icon with the corrent one
[EGD-2631] Create window for entering connection code Create only window. Business logic will be added later.
[EGD-5778] Add signal strength dBM inidcator Refactored signal strength logic and arranged it as seprated widget. Added option to display signal strength as dBM or bar graph.
[EGD-5795] Fix Some MMI data responses are showing only title Fix message processing for call waiting data response Fix message processing for call barring data response
[EGD-5028] Add batt critical level db Battery critical level sotred in database.
[EGD-5597] Fix messages overflowing length Current sms length is bound by 7*67 characters. This PR enforce that limit on ApplicationMessages level. Additionally PR solve: - corner case problem with invalid cursor position in TextBackup - EGD-4408 fix of label on desktop menuWindow
[EGD-2931] Fix private number incoming calls The change adjusts both cellular service as well as call and call log applications to handle properly incoming calls from private numbers.
[EGD-3633] Fix new message recipient Known issues with recipient filed fixed: - on contact, clearing there was leftover data - on contact, one could keep adding numbers to visible name - on contact, to delete it one had to delete each visible name char - `select` in center button was not restored in some edge cases - wrong recipient label
[EGD-5707] Add empty Time Zone selection window Add Empty window for time zone selection. Connection with DB will be don in separate PR.
[EGD-5295] Fixes in Calllog app Fixed some Calllog UI issues: Fixed lack of calllog entry after call aborting
[EGD-5295] Change the date format Change the date format separator from / to .
[EGD-5398] Added onBoarding application first version Created first version of onBoarding application. Added welcome window, configuration start window and adopted language window. Small Icon GUI refactor. AppManager language copy removed.
[EGD-5673] Settings and FileIndexer initialize Modified query for settings to insert default values to db. Removed nonascii characters from file_indexer.
[EGD-5619] Add unified implementation of active icons This PR provides unified and reusable implementation of active icons used in windows system-wide.
[EGD-5317] Module-db UT solved Vfs init. Convertion time string to unix time returns 1 hour later than should. DatabaseInitializer stub that just creates empty dbs with table structure but without data. Notification table initial records moved to Database Initilize section. UT run with a stub of Database Initialize - new test section introduced to test original initializer: test-initializer. Added missing data for contacts db to run the sorted list test and test fix.
[EGD-4822] Add color test window to settings app Add new window to allow convenient display and globally change used color intensities for design and testing purposes. Changes were introduced to Renderer as well as GUI service to allow global change of used color scheme. When using list, screen is deep refreshed each time the color is changed. Known issues: Item focus borders (top,bottom) with changed black intensity may not render properly, however it doesn't obscure the target functionality.
[EGD-5517] Add MMI custom response window Add MMI custom response windows for: Call barring Call waiting CLIP CLIR IMEI
[EGD-5311] Create Date&Time main window - add DateAndTimeSettings class and dateAndTimeSettings global var (cache for storing date and time related settings), - add DateAndTimeChangeRequest messages and proper methods in app::manager::Controller for sending them, - handle DateAndTimeChangeRequest messages in ApplicationManager, - add SettingRightItem::Text case for OptionSettings to provide possibility to add text on the right side of particular option, - rename fields in db (settings_tab table): gs_time_format_12 to gs_time_format and gs_time_date_format to gs_date_format - create only main Date&Time window. Sub windows will be added in separate task.