~aleteoryx/muditaos

b9694428 — Pawel.Paprocki 4 years ago
[BH-365] Move TPLIB (tinyexpr) to separate directory

Move library, amend CMAKE files
6fe90d4b — DariuszSabala 4 years ago
[BH-461] Move TPLIB minimp3 to separate dir

Moved minimp3 to third-party directory,
added our CMakeLists.txt with interface
library defined and upgraded include paths
3a6e6b21 — Borys Jelenski 4 years ago
[EGD-6843] Fix invalid assert in FSL SNVS driver

Fix an invalid assert after the driver was modified in EGD-6605.
93c4675d — Alek Rudnik 4 years ago
[EGD-6701] System time usage fixes

Fixed all calls to stdlib time.
Removed all redundant calls to Timestamp treated as time source.
c1bb6c1b — Wiktor S. Ovalle Correa 4 years ago
[EGD-6746] Expose new Message types system-wide

Allow all modules to access Request/Notification Message send templates.
2d44f964 — Marek Niepieklo 4 years ago
[CP-120] Fixed USB comm. when Pure reconnected unlocked

USB comm. was secured when Pure was reconnected to PC while unlocked
1648ea44 — Tomasz Sobkowiak 4 years ago
[EGD-6803] Scroll list to selected sound

When display message/alarm/ringtone sound scroll list to selected sound.
b4a40bd2 — Mateusz Grzegorzek 4 years ago
[BH-398] Move sml to a separate directory

Move sml to a separate directory
bc737e93 — Przemyslaw Brudny 4 years ago
[EGD-5885] Added SimLockHandler

Refactored LockWindow TitleBar handling. Added Sim pin request
block on lockedPhone. Added Sim info popup added when pin
changed. Updated assets. Removed old PinLock structures.
Cleared LockBox structures. Removed old settings sim setters.
New CellularMessage adaptation. Cleared Lock structure.
97760f77 — Kuba Kleczkowski 4 years ago
[EGD-6567] Add GSM time update handling

Adds handling GSM time update in service time.
d7244423 — Jakub Pyszczak 4 years ago
[EGD-5171] Utils to string fix

Fixed utils to string function to work with 8 bit integers.
Also nodiscard attribute added there.
2d164b96 — DariuszSabala 4 years ago
[BH-359] Move TPLIB pugixml to separate dir

Changed submodule directory and updated cmake scripts and include paths
d8e26bee — Maciej Gibowicz 4 years ago
[EGD-6654] Add self-tuning for RC oscillator

Calibrate the RC before switching to the internal oscillator.
This improves the precision of the system clock.
6acbe534 — Radoslaw Wicik 4 years ago
[EGD-6837] Add post merge pipeline and ram disk build

Add support build in ram disk
0f3fb7c1 — Michał Kamoń 4 years ago
[EGD-6736] Add app's state dependent autoLock mechanism

This PR provides the implementation of the auto-locking mechanism that
is dependent on an application's current auto-locking policy. Three
auto-lock policies have been introduced:

* DetermineByWindow
* DetermineByAppState
* PreventPermanently

Also changed the AutoLockWindow set/get auto-lock time value to the
message-based approach.
52d5a35c — Bartosz Cichocki 4 years ago
[EGD-6447] Add Bluetooth PIN pairing

Implemented legacy pairing using PIN code
ce3676ba — Maciej Janicki 4 years ago
[EGD-6796] Fix excesive ATA command with HSP

This commit fixes excesive ATA cmd in HSP by checking call type in
ServiceCellular.
798a2fb4 — Mateusz Grzegorzek 4 years ago
[BH-361] Move date to separate directory

Move date to separate directory
040550f3 — Pawel.Paprocki 4 years ago
[BH-356] Move TPLIB (microtar) to separate directory

Move microtar to lib, amend CMAKE files
cbbd9471 — Borys Jelenski 4 years ago
[EGD-6605] Fix RTC time not retained between resets if set manually

When setting datetime from timestamp (manually, not from network),
SRTC is set in order to retain the RTC datetime between resets.

RTC handling was refactored in order to get rid of unnecesary
conversions and third-party code mixed with proprietary code
within a single file.
Next