~aleteoryx/muditaos

ref: 301fddd2272c075660bfa15cd1d43e13cc359ede muditaos/module-apps d---------
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>
c83f293a — Przemyslaw Brudny 4 years ago
[EGD-8218] PhoneLock timer fix on return from emergency

PhoneLock timer fix on return from emergency.
a35242ce — wojtekrzepecki 4 years ago
[EGD-8247][EGD-8249][EGD-8250] Fix of Quotes UI minor bugs

fix for invalid window transitions, list update and quote
display on wallpaper
4013416c — Pawel Olejniczak 4 years ago
[EGD-7359] Remove 0 connection frequency for message only mode

When Offline/Message only mode is set, Pure should log into
the network to send and download messages based on
connection frequency. The default option was set to 0, which
meant that message only mode was not working at all.
c4ce4467 — Wojciech Rzepecki 4 years ago
[EGD-8212] Fixes for quotes edit UI

minor fixes to conform with given design
853b0787 — wojtekrzepecki 4 years ago
[EGD-8227] Refactor quotes db

refactoring of quotes db layout to conform with
given requirements
c82415e5 — Przemyslaw Brudny 4 years ago
[EGD-7420] Phonebook multiple numbers selector

Added Phonebook multiple number selector.
810a8dc1 — Przemyslaw Brudny 4 years ago
[EGD-7792] Meditation timer interval widget replacement

Meditation timer interval widget replacement.
Next