~aleteoryx/muditaos

ref: 02a8dfa1e9f4aefec7d820c475ed4486f7173408 muditaos/module-apps d---------
182f694a — Przemyslaw Brudny 4 years ago
[EGD-6637] Cleanup locks structure

Renaming existing locks namespace and created proper directory
structure.
18bb7e8c — Mateusz Grzegorzek 4 years ago
[EGD-6315] Fix issues during saving new APN

- disallow saving empty APN form - at least `Name` must be provided,
- show `Save` button only if `Name` field is not empty,
- return to APN list window after adding/editing/deleting APN
  or setting APN to default
5cc2475d — Maciej Janicki 4 years ago
[EGD-6600] Add rejected call message

Adds rejected call message
instead of ended call.
eec4370c — Michał Kamoń 5 years ago
[EGD-5703] Fix SimCard topBar icon on Desktop

In initial design a `TobBar`'s SimCard icon with number is supposed
to display on the home screen only if there are two cards inserted.
Because of the hardware limitations (there is no way of telling if
there is a single or two cards inserted) the established consensus is
that home screen should not display SimCard widget unless it's
indication error state.

Although in the task description there is only home screen mentioned,
the behaviour was established for all `ApplicationDesktop`'s windows.
51c674a6 — Marek Niepieklo 5 years ago
[EGD-6495] Add pause/resume/stop to MP

Added basic Pasue/Resume/Stop actions to confirm
that related Audio service operations work

Added handling of headset OK for Pause/Resume/Stop actions
while in Music Player
fe1c652e — Pawel Olejniczak 4 years ago
[EGD-6064] Add connecting and pairing bluetooth states

Pairing and connecting states are now visualized
in All devices window to inform phone user what is happening.
7c687fca — Mateusz Grzegorzek 4 years ago
[EGD-5776] Replace incorrect block contact icon with the correct one

Replace incorrect block contact icon with the correct one.
6b3fdbc9 — tomaszkrosnowski 4 years ago
[EGD-6613] Audio assets tags are not displayed

When selecting ring/sms/notification sound the title from audio tags is
displayed. If tags are empty the filename is shown.
ef12b047 — Artur Śleszyński 4 years ago
[EGD-5849] Make calculator compute previous operations

Modify calculator behavior according to PO input:
* Compute existing equation before entering next operation
* Limit digit input to 7 digits
* Start each number input from empty input
bedb95ed — Michał Kamoń 4 years ago
[EGD-6337] Add desktop tethering notification

This PR adds home screen tethering notification. The notifications
allows user to disconnect tethering from desktop by focusing on
the notification and pressing `KEY_ENTER`

This PR adds also home screen notifications icons in `.png` format.
Icons shall be converted to `.vpi` and used in other tasks regarding
home screen notifications.
fd0d8213 — tomaszkrosnowski 4 years ago
[EGD-6606] Fix the sound for meditation app

Added sound media as separate file, and changed path for it in code.
d0f5f743 — Michał Kamoń 5 years ago
[EGD-6456] ListView based desktop notification

This PR provides following changes in notifications:
- notifications were extracted as widget for pop-up-based
locked-screen implementation
- notifications are ListView based implemented
- the most recent notification is displayed on the top of the list
49c132c6 — Jakub Pyszczak 4 years ago
[EGD-6513] Volume control feedback

Added volume control feedback during music playback over Bluetooth.
Changed volume buttons handler logic in service audio to use actions
instead of messages.
7fe84233 — Pawel Olejniczak 5 years ago
[EGD-6506] Turn on function keys backlight during call

Backlight of function keys are on when call is active.
When call ends, previous backlight mode is restored.
64b4849d — Tomasz Krosnowski 5 years ago
[EGD-6452] Sound selection GUI

Sound selection GUI used to change ringtone, message sound and
notification sound in settings.
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
Next