~aleteoryx/muditaos

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
[EGD-4859] Add call forwarding parser

It allows to show proper GUI windows for call forwarding MMI responses.
844903ad — Radoslaw Wicik 5 years ago
[EGD-5384] Download selected assets from releases

Allows easy downloading of assets in MuditaOS repository, where there
is multiple packages.
65023ca1 — Mateusz Grzywacz 5 years ago
[EGD-5256] Eink display - speed up in some scenarios

Causes slight speed-up in specific scenarios
(changing windows, also: then rapid navigation)
also: on a regular basis (shaky temperature measumt.)
6fbd2397 — Marek Niepieklo 5 years ago
[EGD-5053] Change pick up fix for USB full spedd

Piecked up following fixes for UBS submodule:
- [EGD-5052] Fix for USB Full Speed
- [EGD-5214] Change USB_DEVICE_MAX_POWER to 500mA
- [EGD-5191] Fix crash during USB deinitialization
7b52b85e — Mateusz Grzywacz 5 years ago
[EGD-5348] Test harness - verbose keymap error

Be more verbose on KeyError.
Relates to `--sms_text` argument
abdca6d6 — Wojtek Rzepecki 5 years ago
[EGD-5090] Add Brownout GUI window

Gui window will appear due to brownout
event. System shutdown will be also called.
3fd237c1 — Mateusz Grzegorzek 5 years ago
[EGD-5181] Add Circular and Logger buffers

Add RandomStringGenerator class.
Implement Circular and Logger buffers.
Add UTs for LoggerBuffer.
Next