~aleteoryx/muditaos

d14e40d3 — Radoslaw Wicik 5 years ago
[EGD-4831] Add license headers to c, h and sql files

Add license headers to `h`, `c` and `sql` files as this files haven't
been checked previously, script now to automatically updates current
year in existing licenses.
9c922727 — Piotr Tański 5 years ago
[EGD-5462] SML library introduced

Introduced SML library for further state machines development.
7519663b — pawpMudita 5 years ago
[EGD-5315] Add ambient light gauge to DisplayLightWindow

Temprary solution to make an experiment.
Ambient light level displayed each 2 seconds in order
to measure lighting curve.
6befeb50 — SP2FET 5 years ago
[EGD-5316] Add Bluetooth run loop integration into worker

To be able to handle properly the Bluetooth stack we need to
get rid of doubled FreeRTOS task and do refactor of
the whole BT section. This is first part of refactor and it
includes integrating run loop into our worker and unifying
namespaces
9ff08946 — KacperLewandowski 5 years ago
[EGD-5073] Add UI modifications in Calendar after review

Changes mainly concern margins, positions, sizes etc of items in:
- Custom repeat window,
- New/Edit event window,
- No events window.
d7875636 — lblach 5 years ago
[EGD-5309] Add a new message Abort in Update endpoint API

In order to be able to interrupt the OS update after its launch in
the phone, it was necessary to implement the new "Abort" message
for the Update Endpoint API.
46f4d35f — Marcin Smoczyński 5 years ago
Merge branch 'stable'
03f3bc7f — Marek Niepieklo 5 years ago
[EGD-5465] Fix usb submodule revision

USB submodule revision update was accidently
reverted by subsequent PR.
d80eb2e0 — SP2FET 5 years ago
[EGD-5461] Fix update docs

The update script doc doesn't have info about creaing a tarball,
now it's fixed
bf730d43 — Jakub Pyszczak 5 years ago
[EGD-5438] Fix returning from ice contacts window

Returning from ice contacts window goes back
to the contacts instead of previous used window.
ffc17e74 — Piotr Tański 5 years ago
[EGD-5383] Fixed Sim indicator displaying on top bar

Sim indicator should be displayed on desktop main window's top bar.
[EGD-4862] Add CLIP, CLIR etc responses parser

It allows to show proper GUI windows for CLIP,
 CLIR and IMEI MMI response
c8a6c4b7 — Marek Niepieklo 5 years ago
[EGD-5421] Add USB stack changes for device and interface descriptors

Pick [EGD-5417] Change order of Pure USB interface descriptors
Pick [EGD-5395] Change USB device descriptor to match PTP/MTP spec
658b540b — RobertPiet 5 years ago
[EGD-5387] Volte settings change problem solved

Volte settings made global. Merge issue regarding screen lock resolved
[EGD-4860] Add call barring response parser

It allows to show proper GUI windows for call barring MMI responses.
597c4883 — Marcin Smoczyński 5 years ago
[EGD-5396] Fix project building with Ninja

Fix ninja build by conditionally removing custom targets for ecoboot.bin
and version.json. Ninja works well without them anyway as opposed to
Unix Makefile which needs them to be able to use direct file rules.

References:
 - https://cmake.org/Bug/view.php?id=15614
 - https://gitlab.kitware.com/cmake/cmake/-/issues/18627

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
9bf26e0e — mkamonMdt 5 years ago
[EGD-4889] Fix add/edit contact from dial window

Original behaviour (from dial window) was that user-provided number
was send to db with partial match query. This could cause more than
one result, with no further selection rule. Solution to this
particular behavior was to switch to full number match query.

Additionally problem with unrecognizable prefixes in user-provided
numbers was solved.
58668722 — Jakub Pyszczak 5 years ago
[EGD-5043] Add emergency call window

According to PurePhone design emergency call
window is needed after "SOS" callback at the screen lock.
This PR introduce implementation of emergency call window
and also refactor in the enter number window. Both windows
derives from new number window.
80768bf4 — Tomas Rogala 5 years ago
[EGD-4708] Add backend of multiday events handling

-sql req for multiday events handling
-Add UT
-Add markEventsInDays method
-Add new query for day filter
b5780f81 — Mateusz Grzegorzek 5 years ago
[EGD-5287] Add Languages window

- add LanguagesWindow,
- add GetCurrentDisplayLanguageRequest message used for
  sending request from LanguagesModel,
- add GetCurrentDisplayLanguageResponse message sent by
  ApplicationManager and handled by ApplicationSettingsNew,
- add setFocusOnElement method in ListView so current
  display language can be focused on when entering
  LanguagesWindow
Next