~aleteoryx/muditaos

7ce0e890 — Artur Śleszyński 4 years ago
[EGD-6561] Limit calculator decimals to 6 digits

Limit to 6 since our `utils::to_string(double)' function also
limits to 6 decimals.
a702bbd1 — Artur Śleszyński 5 years ago
[EGD-6561] Make calculator input testable

I got sick of manually testing calculator like a troglodyte.
6be93bef — Jakub Pyszczak 5 years ago
[EGD-6166] HSP ringing

Added HSP ring sound on incoming call event while
there's bluetooth connection active and HSP is
selected as the current profile.
Possibility of pick up/decline the call using
BT device buttons added.
Slightly changed HSP initialization according
to the UML-s added.
Changed call hangup handler in service cellular.
55c41de5 — Wiktor S. Ovalle Correa 5 years ago
[EGD-6575] Rename Unicast with timeout as UnicastSync

Using Unicast with timeout is dangerous and strongly discouraged.
This change allows for more precise tracking of such cases.
0d2a647f — Jakub Pyszczak 5 years ago
[EGD-6573] Fix default audio paths

Default audio paths updated to the newest ones.
124b6cb6 — Lucjan Bryndza 5 years ago
[EGD-6558] Add automount mechanism of the mfgconf

Add optional mounting nfgconf partition on the EEPROM with
the LFS filesystem for the manufacturing data.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
fa42d45f — Przemyslaw Brudny 5 years ago
[EGD-6555] ListView constants move

ListView constants moved from style to ListView.hpp.
96fa53d5 — Burak 5 years ago
[EGD-6559] Fix typos

Corrected typos in config/bootstrap.sh, config/format-config.sh,
config/license_header_check.sh, config/style_check_hook.sh and
in_docker.sh.
41eced23 — Artur Śleszyński 5 years ago
[EGD-6560] Do not clear "0" on Enter in calculator

Do not treat input string "0" as erroneous.
46e0cd3d — Przemyslaw Brudny 5 years ago
[EGD-6552] Options cleanups and fixes

Fixed options crashes and cleared its structure. All
options returns points to proper list indexes.
fd935f41 — Alek Rudnik 5 years ago
[EGD-6093] Audio settings API

Refactored Audio settings API.
Moved phone modes logic from serivce audio to service clients level.
Removed redundant API.
Seprated API for vibration and sound enable/disable.
Fixed issues with vibrations logic.
5dbd726c — Wojtek Cichon 5 years ago
[EGD-6554] Fix emulator to simulator

Fixed every mention of emulator to simulator - in
docs and shell scripts.
a6a829f5 — Adam Dobrowolski 5 years ago
[EGD-5238] Fixed diff failure on removed file in clang-check

Checker git diff pass was failing due to diff to removed file
5ef611b3 — tomaszkrosnowski 5 years ago
[EGD-6557] Support glibc older than 2.28

Added preprocessor cases to disable code not supported in glibc older
b04b66e8 — Lucjan Bryndza 5 years ago
[EGD-6522] Add EEPROM emulation in the emulator

Add possibility to emulate eeprom in the linux emulator
37e2e33b — Piotr Tański 5 years ago
[EGD-6553] ServiceGUI stack depth extended

ServiceGUI stack depth extended from 1024 to 1536 words.
90c4a0a3 — Piotr Tański 5 years ago
[EGD-6529] Fixed issues with gray colors

The issue occurred on multiple refreshes in the short period of time.
Sometimes, fast refresh was performed instead of the cached deep one.
97833e2d — Pawel.Paprocki 5 years ago
[EGD-6313] Fix Can not find contact by full name

Add support for contact full nane in queries
3eb630b0 — Przemyslaw Brudny 5 years ago
[EGD-6534] TextFixedSize crash on char removal fix

Fixed TextFixedSize character removal crash on single line
space case. Added UT to cover it and other missing TextFixed
sized drawLines cases.
226e9e4c — Marek Niepieklo 5 years ago
[EGD-6515] Answer/reject calls using headset

Clean up propagation of headset keys events
Clean up volume control with headset keys
Update key mappings for simulator
Use headset OK key to answer/reject calls
Next