~aleteoryx/muditaos

ref: 9ba4d8cea949692768b4cbb0042fad7999362faa muditaos/module-apps/apps-common d---------
f7ad63c9 — Lukasz Mastalerz 2 years ago
[BH-1412] Fix services dependencies

Changes in dependecy managment
Replacing state flags with states in ServiceGUI
Unifying some parts of code
d90576e4 — Lefucjusz 2 years ago
[MOS-972] Fixed missing contact entries when scrolling phonebook

Fix of the issue that in some cases contact entry
would not be displayed on any page in case it
was on the boundary of two pages.
4b854391 — rrandomsky 2 years ago
[MOS-30] Fix for Alarm not being handled properly during a phone call

During the phone call, the alarm was not displayed and subsequent alarms
after this scenario did not work. This has now been fixed and the alarm
during a phone call will be automatically snooze.
561e4e7a — Lefucjusz 2 years ago
[MOS-599] Fix undefined phone mode in simulator

Fix of the issue that on simulator phone mode
was in 'undefined' state, what resulted in
no phone mode selected in settings.
ace3f5e6 — rrandomsky 2 years ago
[MOS-973] Fix for a ghost call after quick click back key to end a call

Fixed a scenario where the user click to make a call to some contact and
then quickly click BACK (right function button) to end the call and despite
that Pure was still calling without showing any information.
This fix prevent to handle key press event as a key longpress even after
application lose a focus, or change a state.
c1a8e47c — Lukasz Mastalerz 2 years ago
[BH-1690] Add information about the connection to the PC

Added text with information about the connection to the main window
when the USB cable is connected to the PC
c96dc7dc — rrandomsky 2 years ago
[MOS-686] Fixed MTP availability only after phone unlocked

Fixed file access via MTP even when phone is not unlocked.
Now access is granted when the phone is unlocked by the user entering
a passcode. If the phone is not passcode protected (passcode is nor set)
then access to the files is always possible via MTP.
c8ad07c3 — Marcin Zieliński 2 years ago
[MOS-578] Fix misleading SMS notification text

Display "New message", translated accordingly - in
singular - in case there had been multiple unread
SMS messages and now only one remains unread.
64ee37c0 — Lefucjusz 2 years ago
[MOS-980] Match volume popup timeout with phone modes popup

As title describes.
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
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.
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
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.
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.
cd54ba05 — Maciej-Mudita 3 years ago
[MOS-202] Add meditation parameters to non-volatile memory

The meditation parameters set by the user will be remembered.

style check fix
6108ebeb — Bartosz 3 years ago
[MOS-59] Change tethering text to icon in status bar

Changed text to icon, fixed behaviour with phone modes
1f157e41 — Bartosz 3 years ago
[MOS-59] Fix weird behaviour of indicators on popups

Fixed phone mode indicators on popups
6097f761 — Adam Wulkiewicz 3 years ago
[BH-1609] Fix resizing of format in TimeSetFmtSpinner

Change the resizing logic of the children of TimeSetFmtSpinner.
Remove arguments of TimeSetFmtSpinner and BellStatusClock ctors.
Next