~aleteoryx/muditaos

e24d7c85 — Jakub Pyszczak 5 years ago
[EGD-5541] Sim card check refactor

Moved checking for a SIM card logic from
application level to service cellular.
Provided an action in response to application messages.
bf2f4b0e — Radoslaw Wicik 5 years ago
[EGD-5726] Remove not working tests form build

Just to politely remind developer if they forget adding their tests.
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
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
11aa4c7f — Maciej-Mudita 5 years ago
[EGD-5382] Add LowPower CpuSentinels

In order to synchronize the Low Power mode, the services were
immediately informed about the frequency change,
so that they can update their resources (e.g. PWM filling)
and services may request the maximum CPU frequency in order
to perform a task (e.g. screen redraw, telephone conversation)
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.
a6cdd53a — Wojtek Rzepecki 5 years ago
[EGD-5577] Add charger temperature cutoff

Battery charger cutoff due in
selected temperature range. Proper
charged state detection for rt1051
19a897cf — mkamonMdt 5 years ago
[EGD-4604] Fix incorrect message UCS2 decode

The problem could be noticed in a incoming message that contained
emojis. All emojis we pushed to the front of a message, due to
separation on decoding of `uint32_t` chars 'larger' than `0xffff`
d3e51fb7 — Tomasz Langowski 5 years ago
[EGD-5319] Add test related to cold and hot start of cellular

Add harness test related to cold and hot start of cellular service
71e43a90 — Marcin Smoczyński 5 years ago
Merge branch 'stable' - release v0.57.1
e393ce74 — Marcin Smoczyński 5 years ago
add changelog for v0.57.1
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 .
[EGD-5291] Fixes in Call App

Fix for Call ended window displayed to shortly
Separted the logic of two gui timers in call window.
Removed redundant main window in call app
Refactored CallWindow interface
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.
4ebfd8eb — Radoslaw Wicik 5 years ago
[EGD-5702] Fix focus reset in Time And Date

In "Time and Date" window focus where reseting on window update, this
commit fixes it.
1db84004 — Marcin Smoczyński 5 years ago
[EGD-5699] Turn off deprecated declaration warning

Do not inform about using deprecated declarations during compilation.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
cee68d98 — Jakub Pyszczak 5 years ago
[EGD-5529] Added CLCC parser

New cmd mechanism implementation of CLCC parser.
Unit tests implementation for the parser.
Refactor of searching for active outgoing call
in service cellular.
Next