~aleteoryx/muditaos

ref: 58b11ee8dd9d4da8242836a207548bcd485cdc50 muditaos/module-apps d---------
58b11ee8 — Artur Śleszyński 4 years ago
[EGD-6563] Don't allow to edit exponent output in calculator

Clear the calculator input field before typing if it contains exponent
output from previous calculations.
9fe5815a — Kuba Kleczkowski 5 years ago
[EGD-6301] Add Connecting to the network in intervals

It implements mode Offline Messages only - connecting to
the GSM network in defined by user intervals and rejecting
incomig calls during connected phase. It also implements
handling of connetion interval setiing and small fix in modes
popup.
1f9f429b — Mateusz Grzegorzek 4 years ago
[EGD-5773] Device becomes not responsive when opening settings

Use asynchronous communication with service cellular
to obtain own number.
8ea8626e — Maciej Janicki 4 years ago
[EGD-6426] Fix sim card not being detected

Adds selected sim read from settings.
94098983 — Adam Dobrowolski 5 years ago
[EGD-6527] Internationalization API unification

Single api to rule i18n
all calls to localistaion in cpp files unified
cut off ass many dependencies in i18n header as possible
cc0a76f2 — Wiktor S. Ovalle Correa 5 years ago
[EGD-6485] Remove Cellular message types from global

Domain-specific message types should not pollute global space.
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.
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.
fa42d45f — Przemyslaw Brudny 5 years ago
[EGD-6555] ListView constants move

ListView constants moved from style to ListView.hpp.
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.
97833e2d — Pawel.Paprocki 5 years ago
[EGD-6313] Fix Can not find contact by full name

Add support for contact full nane in queries
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
39be3572 — Mateusz Grzegorzek 5 years ago
[EGD-6505] Implement “On when active” Keypad light functionality

Implement “On when active” Keypad light functionality
fd327263 — Pawel Olejniczak 5 years ago
[EGD-6183] Fix HF on search results window

HF was occurring when user trying to
navigate left on search results window.
9c28350c — Tomasz Sobkowiak 5 years ago
[EGD-5440] Onboarding passcode window

Add windows for setting passcode during onboarding process
eac3d236 — Artur Śleszyński 5 years ago
[EGD-6498] Do not perform calculations on empty input

We do not produce an error when user calculates empty input.
e1292991 — Piotr Tański 5 years ago
[EGD-6486] Fix for settings not avaialble at phone startup

Fixed the comparison function of EntryPath objects.
Next