~aleteoryx/muditaos

ref: c9404246bf27fa21f0800d480e2246611f395df4 muditaos/module-apps d---------
85cd9dd6 — Lukasz Mastalerz 2 years ago
[CP-1852] Too many user files removes default relaxation audio from the list

Changed order in which files in Relaxation are displayed
Added error message when files limit is exceeded
f94d7f63 — Kuba Kleczkowski 2 years ago
[MOS-636] Added MMI/USSD confirmation

USSD/MMI codes are now confirmed after they are sended.
5a260227 — Mateusz Piesta 2 years ago
[MOS-927] Fixed search engine labels

Fixed another regression introduced by the previous PR.
bdd300e9 — Lefucjusz 2 years ago
[MOS-969] Unify GUI action after contact adding

Fix of the issue that after adding new contact
window with contact details was shown, whereas
after adding new contact with the same number
as the one already present in another contact,
list of all contacts was shown.
Minor cleanup.
7de2bd14 — Maciej-Mudita 2 years ago
[MOS-942] Fix access to contacts when onboarding in progress

During onboarding, the user could add new contacts
by entering the emergency call screen.
53e2fae8 — Lefucjusz 2 years ago
[MOS-178] Add input mode displaying timeout

Added timeout for displaying selected input
mode - now it automatically disappears
after 3 seconds since last change was made.
2a901acf — Lefucjusz 2 years ago
[MOS-962] Fix forwarded message automatic pasting

Fix of the issue that entering 'Options' menu
after forwarding message caused the content
of the message to be pasted into message
field in thread view.
Minor cleanup.
1d903558 — Lefucjusz 2 years ago
[MOS-966] Fix day of week abbreviations in Polish

Fixed issue with improperly created
weekdays abbreviations in Polish,
particularly 'Niedziela' (Sunday) that was
shortened to 'Nie', which also means 'No'
(negative response).
Fixed issue with remaining 'Edit' label
in navbar after leaving repetition field
in new alarm window.
Fixed hardcoded 'Custom' string used
as a repetition type text.
d2bf42d4 — Adam Wulkiewicz 2 years ago
[BH-1655] Fix memory leaks in clock faces and shortcuts

Disable libphonenumber initialization since it is not used in Harmony
but takes around 1.4MB of memory

Add heap allocation statistics
89cfcb94 — Marcin Zieliński 2 years ago
[MOS-357] Fix backing from new contact window when came there from call log

Ditto
c2cdfb35 — Maciej-Mudita 2 years ago
[MOS-202] Add meditation parameters to non-volatile memory

The meditation time entered from the keyboard will be remembered.
1ceaffb9 — rrandomsky 3 years ago
[MOS-925] Fix redirection on BACK from sending message from Contact view

Fix for inconsistent redirection to message threads list when pressing
BACK from sending message from Contact view. Also proveded mechanizm
to help switching back to previous App, when some App call window
from another App.
9a21889d — Mateusz Piesta 2 years ago
[MOS-927] Fixed search engine labels

Fixed regression introduced by the previous PR.
196ee43e — Marcin Zieliński 2 years ago
[MOS-938] Allow Text control to scroll several lines at once

Ditto
6459d506 — Lefucjusz 2 years ago
[MOS-928] Fix pasting in new contact view fields

Fix of the issue that pasting text into fields
in new contact view when there was already
some text present there resulted in improper
ellipsis placement and cursor misalignment.
b139f5bf — Mateusz Piesta 3 years ago
[MOS-927] Fixed search engine labels

Removed incorrect CALL/OPEN labels when editing contact obtained by
using search engine.
51184eb7 — Marcin Zieliński 2 years ago
[MOS-931] Correctly abbreviate multiline strings in dialog titles

Problem originally spotted at SMS deletion, corrected for all
dialog windows.
0e7ae160 — Adam Wulkiewicz 3 years ago
[BH-1639] Add welcome message with charging info

Add new bell welcome window
Add new close reasons
Add new actions
Bump assets version
Remove bold text from welcome message
Remove bold text from onboarding popups
c514fc53 — Kuba Kleczkowski 3 years ago
[MOS-47] Fixed non closed USSD session

USSD pull session was not closed when USSD popup
was closed by back button. Also USSD code was slightly
refactored.
04922b95 — Bartosz 3 years ago
[MOS-921] Fixed unexitable screen while having a missed call during template selection

Created a cloned SMS template window to differenciate it from the
templates used in SMS thred - better than creating a bool flag...

Added switchBack on missed call to application messages
Next