~aleteoryx/muditaos

ref: ad0936f11b7044aa0370873c7f7a567f0f1437fe muditaos/module-apps d---------
ad0936f1 — Pawel Olejniczak 4 years ago
[MOS-16] Change favourite contacts font to regular

Font was bold, which was inconsistent with designs.
6dadcc33 — Przemyslaw Brudny 4 years ago
[MOS-250] Added print text edit type for label purposes

Added print text edit type for label purposes.
8b2391f7 — Pawel Olejniczak 4 years ago
[MOS-244] Change label title above favorite contacts

Change title from Favourite Contacts to Favorites
to be aligned with designs.
e59cd403 — GravisZro 4 years ago
[MOS-245] Fix errant spaces

It appears in the past a major edit was made but had used a regex to
change some text which resulted in an errant space between the
enumuneration/struct/class name and the scope resolution operator.
These errant spaces have been removed.
c7513c2c — Adam Dobrowolski 4 years ago
[EGD-8208] Post rebase and review cleanup

Style fixed, moved files to catalog, renames
f7f5bc37 — Adam Dobrowolski 4 years ago
[EGD-8208] Added stop audio route on async response

We get Token on play, and require it in stop. While we cant
stop sound by title & data set to play. And adding standard
handling causes either totally synchronous calls or requires
multiple additional guards it seemed like best use.
Fixed expectation for the same named Response, but meant for bell
Needed so that
- we ring only when needed
- we handle CLIP and RING properly
Applied style
Missed file added
Moved SML logger as it's usefull to some more common parts of code
ddf5342b — Adam Dobrowolski 4 years ago
[EGD-8208] Fixed race condition on ring within call management

Now we get request for call and to end call in proper order
6346d9fd — Pawel Olejniczak 4 years ago
[MOS-76] Add missing space in the separator

Days of the week should be separated by
a comma and a space in the alarm repeat widget
81a34093 — Pawel Olejniczak 4 years ago
[MOS-234] Add Abc input mode to contact search

Abc mode was not selected as a default,
because it was not added in this input field.
304fb2c8 — Przemyslaw Brudny 4 years ago
[MOS-111] Added missing refresh conditions

Added missing refresh conditions.
3a881c46 — Lucjan Bryndza 4 years ago
[MOS-233] Fix no chime interval in med timer

[Meditation] There is no None interval chime
for meditation time < 31min

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
2f8cda20 — Marek Niepieklo 4 years ago
[MOS-143] Fix notifications for unread message/missed calls

Added Notifications Decrement query
Fixed updating notifications on home/lock screen
2e8d3dd7 — Lucjan Bryndza 4 years ago
[MOS-85] Fix contact that has no Last name

If a contact contains only first name I would expect it to appear on the
list sorted alphabetically according to the letters.

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
5c4a5a4a — Przemyslaw Brudny 4 years ago
[MOS-152] Text Abc input mode support added

Text Abc input mode support added with tests.
082966f9 — Pawel Olejniczak 4 years ago
[MOS-36] Disallow going to normal contact list after emergency call

User was able to get to the regular contact list and manipulate it
on locked phone after emergency call. Now user is moved outside
contacts app after going back from ICE contact list.
425d23e4 — Alek Rudnik 4 years ago
[MOS-97] Fix of wrong label for missed call notification

There was no label on missed call notification from private number.
After fix it is diplaying "Missed calls" info.

Original fix from 60bdca524338025dc0117edcc5c5579376441b0b [MOS-104]
was also modifed as it previously introduced regression on menu window.
63ae4d64 — wojtekrzepecki 4 years ago
[MOS-224] Fix phone lock window timeout

extened timeout for better readbility
60bdca52 — Alek Rudnik 4 years ago
[MOS-104] Fix calllog responsivness with large number of contacts

Determined 3 reasons of lag
1. each calllog app opening is sending db::query::calllog::SetAllRead
which marks all calllog database entries as read and send CRUD
notification to application and hence the list view is rebuilt at least
twice for each app opening.
After deeper investigation it seems like dead feature (at least not
covered in GUI) and I am going to disable it.

2. DBServiceAPI::MatchContactByPhoneNumber requested for empty string
(private number) take really long time (above 1s).

3. DBServiceAPI::MatchContactByPhoneNumber took about time 150-200ms

This patch fixes only issues 1. and 2. Number 3. requires further
investigation and is consider as separate issue.

After mentioned fixes calllog is pretty responsive but requires ~2s
for each app start or page change.
b1fa634e — Przemyslaw Brudny 4 years ago
[MOS-111] Battery status bar update restrictions

Battery status bar update restrictions.
f5a12be5 — Lucjan Bryndza 4 years ago
[EGD-8254] Fix Default interval is set to None

Fix meditation timer default interval is set to none

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
Next