~aleteoryx/muditaos

ref: 0e42b0016ee3e901ed2f27e71a6dba17035276af muditaos/module-services d---------
0e42b001 — Wojtek Rzepecki 4 years ago
[EGD-7044] Strip down calendar code

Stripping the calendar code to provide only
MVP defined functionalities
fc3e4f73 — Wojtek Rzepecki 4 years ago
[EGD-6956] Add offline calls notifications

Changed calls notifications for offline mode
e147ff1b — Wojtek Rzepecki 4 years ago
[EGD-6957] Add sms notifications in DnD

SMS notifications configuration in do
not disturb phone mode
aef316a4 — Maciej Gibowicz 4 years ago
[EGD-7048] Remove "Automatic time zone" from settings

From now on in the settings, instead of the two options:
"Automatic date and time", and "Automatic time zone"
there will be only the first one, which allows to
manually set the time and time zone.
c494f5c1 — Jakub Pyszczak 4 years ago
[EGD-7006] Removed sensitive data from db

Sensitive data removed from logs in module db and service db.
bf3cc2f2 — Wojtek Rzepecki 4 years ago
[EGD-6955] Add calls notifications in DND

Add notifications for incoming calls in DND
phone mode according to design.
da24f4fd — Jakub Pyszczak 4 years ago
[EGD-7003] Removed sensitive data bt

Sensitive data removed from logs in module bluetooth
and service bluetooth.
75203316 — DariuszSabala 4 years ago
[BH-464] Moved USB stack to third-party dir

Moved USB stack, defined separate library and its dependencies,
assigned library to specific sections in linker script, reduced
build time by more than 10 percent thanks to ending building
usb stack file both in module-bsp and module-vfs
6f21138e — Marek Niepieklo 4 years ago
[CP-253] Add checksum to package transfer

Added CRC32 to FS download command
781f24bb — Maciej Gibowicz 4 years ago
[EGD-6699] Add timezone selecting window

Implementation of the time zone selection from the list
of available cities.
3bdc27a1 — Marek Niepieklo 4 years ago
[CP-270] Replace CRC32 library

Replaced CRC-32 lib from csbruce.com/software/ with
github.com/stbrumme/hash-library
3c2ca020 — Artur Śleszyński 4 years ago
[CP-183] Do not log sensitive data in service-desktop

Remove potential printing of user-sensitive data.
6d61aabb — Jakub Pyszczak 4 years ago
[EGD-6514] HSP volume control

Bluetooth headset profile volume control
introduced. Small refactor on A2DP volume control
done.
[EGD-6986] Add Store timezone in settings db

Adds storing current timezone in settings database.
It allows to proper handling of timezone on system startup.
d5c840a0 — Piotr Tański 4 years ago
[EGD-6966] Fixed a switch from call window back

It was possible to enter phonebook even if the phone's locked.
Focused application is not killed on incoming call.
46e097be — Piotr Tański 4 years ago
[EGD-5709] Fixed a crash on switching phone modes

Fixed a crash on switching phone modes.
[EGD-6883] Change time settings cleanup

Time related settings are handled by service time now.
utils DateAndTimeSettings replaced by static time service api.
db6e7d04 — Marek Niepieklo 4 years ago
[CP-163] Implement FS Endpoint read file

Implemented get file opration in FS Endpoint
bf06b5ba — Marek Niepieklo 4 years ago
[CP-206] Report Pure serial number in USB descriptors

Added serial number to USB device descriptor
ef0872ea — Piotr Tański 4 years ago
[EGD-5709] Fixed actions support in Call application

Fixed:
- returning from a call window to previous application
- closing SMS templates window if open from call window
Next