~aleteoryx/muditaos

ref: ba8f0ac32d86266ac0082ceecb98970b1f19a6de muditaos/image d---------
ba8f0ac3 — Krzysztof Móżdżyński 5 years ago
[EGD-5448] Add EULA window

Added EULA window required for onBoarding procedure.
Onboarding settings added.
536841f0 — Wojtek Rzepecki 5 years ago
[EGD-5810] Fix for old batteries

Temporary fix for old batteries
16de8cd3 — Mateusz Grzegorzek 5 years ago
[EGD-5800] Fix small BT icon

Replace small BT icon with the corrent one
60c96c6e — Mateusz Grzegorzek 5 years ago
[EGD-2631] Create window for entering connection code

Create only window.
Business logic will be added later.
43148cea — Alek Rudnik 5 years ago
[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.
f2eace68 — Pawel.Paprocki 5 years ago
[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
7513629c — Wojtek Rzepecki 5 years ago
[EGD-5028] Add batt critical level db

Battery critical level sotred in
database.
4c72152c — mkamonMdt 5 years ago
[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
3cc558b0 — Hubert Chrzaniuk 5 years ago
[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.
3a86d65b — mkamonMdt 5 years ago
[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
2b64d8ae — Radoslaw Wicik 5 years ago
[EGD-5707] Add empty Time Zone selection window

Add Empty window for time zone selection. Connection with DB
will be don in separate PR.
f609ab9d — Alek Rudnik 5 years ago
[EGD-5295] Fixes in Calllog app

Fixed some Calllog UI issues:
Fixed lack of calllog entry after call aborting
d32dde02 — Alek Rudnik 5 years ago
[EGD-5295] Change the date format

Change the date format separator from / to .
d0200de5 — Przemyslaw Brudny 5 years ago
[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.
9cbe1221 — RobertPiet 5 years ago
[EGD-5673] Settings and FileIndexer initialize

Modified query for settings to insert default values to db.
Removed nonascii characters from file_indexer.
e49512bf — mkamonMdt 5 years ago
[EGD-5619] Add unified implementation of active icons

This PR provides unified and reusable implementation of active
icons used in windows system-wide.
cafeb521 — RobertPiet 5 years ago
[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.
bb59805a — Maciej Janicki 5 years ago
[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.
3623a84d — Pawel Paprocki 5 years ago
[EGD-5517] Add MMI custom response window

Add MMI custom response windows for:
Call barring
Call waiting
CLIP
CLIR
IMEI
d87c6947 — Mateusz Grzegorzek 5 years ago
[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.
Next