~aleteoryx/muditaos

ref: 366b03aa3782989b2d9f43d267fdbb11cda52100 muditaos/module-gui d---------
dbdcaf30 — Alek Rudnik 5 years ago
[EGD-5821] Add Network Access Technology widget

Created Network Access Technology widget.
ba8f0ac3 — Krzysztof Móżdżyński 5 years ago
[EGD-5448] Add EULA window

Added EULA window required for onBoarding procedure.
Onboarding settings added.
f724d907 — Adam Dobrowolski 5 years ago
[EGD-5701] Added DOM dump to harness

* Added generic handler to developerMode
* Added DOM message handling
465159ed — Wojtek Rzepecki 5 years ago
[EGD-5805] Fix not charging icon

Fix icons behavior in topbar.
When plugged and no charging
regular dischrging icon is
displayed.
076c3cbb — Alek Rudnik 5 years ago
[EGD-5674] Set battery and GSM signal strength indicators as text

Temporary set battery and GSM signal strength indicators as text.
This is for test purposes only
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.
6cd0fd35 — Alek Rudnik 5 years ago
[EGD-5777] Refactored status bar battery indicator

Added an option to display a battery level in percentage
4410f422 — Przemyslaw Brudny 5 years ago
[EGD-5774] Fixed text char removal crash

Fixed text char and blocks removal handling and added
tests covering crashes.
312d4a07 — Przemyslaw Brudny 5 years ago
[EGD-3756] Created generic ListItemWithCallbacks

Added generic template for ListItemWithCallbacks.
Replaced onDimensionsChange with callbacks.
323786c4 — Wojtek Rzepecki 5 years ago
[EGD-4797] Battery bar as widget

Battery bar now is present as
a separate widget in top bar.
Additionally refactored passing
battery status.
de3b05d6 — Maciej Janicki 5 years ago
[EGD-5722] Fix color test scheme change

This commit fixes full white color not being changed by Color Test
window in case of clear command and vector images.
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
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
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
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.
bc76f736 — Przemyslaw Brudny 5 years ago
[EGD-5684] Add RichText empty line support

Added RichText option to add empty line. Tests added. Fixed
scroll up navigation line first char calculation.
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.
f609d672 — Przemyslaw Brudny 5 years ago
[EGD-5637] Add RichText returning unhandled nullptr

Added check for unhandled nullptr that causes crashes.
bb496101 — Radoslaw Wicik 5 years ago
[EGD-4763] Add check if all Unit Tests where run

Catch2 doesn't report some errors in test, and some test are
disabled on porpoise this commit adds set of scripts and changes to CI
that will clearly mark what test haven't been run.
6d481b75 — Radoslaw Wicik 5 years ago
[EGD-4763] Fix Unit Tests - db unittest

Fix reqired by CI to work
Next