~aleteoryx/muditaos

ref: 3043c063eca7e112c71323e03b45dc296ba58230 muditaos/module-apps d---------
bdcec85e — Lefucjusz 3 years ago
[MOS-532] Music player progress bar behaviour fix

Fix of the issue that after pausing playback
using bluetooth device button the progress
bar remained in progress and playback
time continued to count.
Correction of typo in variable name.
523eb6f5 — Lucjan Bryndza 3 years ago
[MOS-513] Fix issues related to the GCC12 gcc

Fix issues related to the GCC 12
Fix paths for ignore license headers
b1ee7177 — Lefucjusz 3 years ago
[MOS-37] Slider triggering unlock instructions popup fix

Fix of the issue that changing phone mode
using slider while the phone was locked
unnecessarily triggered the popup with
unlock instructions.
50c93424 — Lefucjusz 3 years ago
[MOS-494] PIN settings infinite loop fix

Fix of the bug that after selecting SIM slot
in which there's no card and trying to
enter PIN settings menu phone was getting
stuck in infinite looping between
PIN settings window and 'Cannot connect
to SIM card' popup.
a5bcee81 — Marcin Zieliński 3 years ago
[MOS-477] Add the call log erasing option

Fixes after the QA report.
a5f621bc — Lefucjusz 3 years ago
[MOS-487] Added call events state machine

Added tests and calls substate
bluetooth sm diagram created
All old bluetooth tests reviewed and updated
removed new - with queue it's not required
removed TODO
Co-authored-by: Bartosz Cichocki <sp2fet@gmail.com>
2664e8cc — Adam Dobrowolski 3 years ago
[MOS-487] Move switch case to sm

massive switch case removed
added logger
moved state machine implementation
added double dispatch
25b1b481 — Marcin Zieliński 3 years ago
[MOS-486] Calendar fix research

Refactor a variable name.
ccf977ca — Marcin Zieliński 3 years ago
[MOS-486] Calendar fix research

By simplifying the logic, apparently the calendar got fixed.
5ce8bbc7 — Paweł Joński 3 years ago
[BH-1494] Frontlight arrows show fix - remove regressions

Previous solution caused some regressions along the system
This approach solves the bug differently, avoiding those regressions
00fd29f8 — Marcin Zieliński 3 years ago
[MOS-477] Add the call log erasing option

Add the call log erasing option
b4e406eb — Marcin Zieliński 3 years ago
[MOS-477] Fix a misleading calls DB message

Fix a misleading calls DB message
e221fe92 — Lefucjusz 3 years ago
[MOS-473] Long time to refresh network coverage fix

Fix of the issue that after the system has started
the network coverage wasn't updated for a long time
on the lock screen
720f56e3 — Adam Dobrowolski 3 years ago
[MOS-419] Removed AbortCall as popup and fixed tethering poup

Removed dead code causing harm
Moved tethering to call logic
0b223771 — Paweł Joński 3 years ago
[BH-1489] Prevent popups from clearing settings screen

Prevent popups from clearing settings screen
Popups default switch reason is set to Popup instead of PhoneLock
f3ef3c52 — Paweł Joński 3 years ago
[BH-1494] Fix frontlight settings arrows

Fix frontlight settings arrows
508d6b8e — Pawel Olejniczak 3 years ago
[MOS-417] Change empty contact selection window in messages

Adding a contact from the contact selection window in the messages app
is not allowed. This commit deletes misleading information
about the possibility to add a new contact from this window.
f5c530e0 — Lefucjusz 3 years ago
[MOS-418] Add zero padding when setting alarm time

Added zero padding to alarm time fields when setting
alarm time.
c0f5243b — Lefucjusz 3 years ago
[MOS-402] Time legibility on lock screen fix

Fix of the issue that time on the lock screen was
getting illegible after a few hours. This change
fixes the problem by performing deep refresh
instead of fast refresh every 30 minutes. The
refresh rate can be easily changed, as it is stored
in settings database.
3c06075d — Maciej Gibowicz 3 years ago
[MOS-392] Increase the stack size for tasks

Increased stack for:
ApplicationSpecialInput, FileIndexer and ApplicationManager
Next