~aleteoryx/muditaos

ref: 3cbfe43a95610ad53a00a32bbfc3bf842013966f muditaos/pure_changelog.md -rw-r--r-- 9.1 KiB
7fff20a0 — Maciej-Mudita 3 years ago
[MOS-788] Fix incorrect total CPU usage in logs

After a long time, a counter overflow appeared
b281a39f — Lefucjusz 3 years ago
[MOS-744] Fix MTP integration

Fixed issues with integration
of MTP with filesystem:
- fixed memory corruption in
get_disk_properties();
- removed spare space hack
causing MTP to return invalid
free space and capacity of
the storage;
- added mtime and ctime
handling;
- minor code cleanup.
f4aaf4e3 — Maciej-Mudita 3 years ago
[MOS-775] Create run-time statistics for tasks

Every hour, statistics of tasks that put a heavy load
on the CPU will be logged
9b7d5be0 — Lefucjusz 3 years ago
[MOS-779] Fix music files extensions case sensitivity

Fix of the issue that only files with
extension in lowercase were detected
and listed in the music player's
library.
Additionally code cleanup.
1f9c6b4a — Maciej-Mudita 3 years ago
[MOS-26] Add tethering info on status bar

When tethering is on, info appears in the status bar
and network coverage indicates "no connection"
49bbaf51 — Adam Wulkiewicz 3 years ago
[MOS-550] Improve refresh of the display

1. Implement partial refresh.
2. Implement refresh canceling mechanism.
3. Refactor some parts of the gui and display code.

ad 1.
- Detect parts of the screen changed since last update and merge them
  into bigger regions. These regions defines parts of the context sent
  to the display.
- Refresh the region covering all of the parts since this is the most
  time consuming part and the size of the refreshed region doesn't
  change the time much.
- Refresh the whole screen if deep refresh is requested and previously
  fast refresh was used. This is needed to prevent unwanted artifacts
  in some cases.

ad 2.
- Separate display update and refresh logic.
- Divide image display message handling into two handlers, one updating
  and other one refreshing the screen.
- Add cancel refresh message and use it to cancel refresh during update.
- Store sum of refresh regions gathered during updates to refresh them
  all at once at the end.
35bc85a4 — Lefucjusz 3 years ago
[MOS-758] Fixed locked password wallpaper behavior

Fix of the issue that when quotes or logo
wallpapers were selected, clock displayed
after entering wrong password thrice
always showed 0:00.
dce833e8 — Maciej-Mudita 3 years ago
[MOS-713] Fix access to the phone before going onboarding

Before accepting the EULA,
the user may fully use the Mudita-Center.
4cefb5f1 — Marcin Zieliński 3 years ago
[MOS-640] Change windows flow in SIM settings

Made SIM cards settings windows switching more robust
6e901d06 — Marcin Zieliński 3 years ago
[MOS-350] Revert partially

The cleanup part (logs, translation) is
preserved. The main logic is reverted.
6b329ce5 — Marcin Zieliński 3 years ago
[MOS-242] Fix windows flow after PIN mistakes

After too many PIN mistakes during a PIN change,
the user saw distorted windows instead of a PUK
request. Now, this has been fixed.

Also, a typo in a translation has been corrected.
72e2a300 — Dawid Wojtas 3 years ago
[MOS-738] Fix receiving an empty SMS message

Checking how many parts the modem sent
and then catching an exception in case of an error.
f7771013 — Adam Wulkiewicz 3 years ago
[MOS-550] Revert - Implement eink partial refresh

This reverts commit 41d6e786b6264925caac34650d512e30b8848f8d.
b98e4395 — Dawid Wojtas 3 years ago
[MOS-395] Fix issue with inability to send SMS

Get rid of unnecessary separators which can be
problematic for cellular modem. Add modem soft
reset if send SMS message will fail.
41d6e786 — Adam Wulkiewicz 3 years ago
[MOS-550] Implement eink partial refresh

Detect parts of the screen changed since last update and merge them into
bigger regions. These regions defines parts of the context sent to the
display.
Refresh the region covering all of the parts since this is the most time
consuming part and the size of the refreshed region doesn't change the
time much.
Refresh the whole screen if deep refresh is requested and previously
fast refresh was used. This is needed to prevent unwanted artifacts in
some cases.

Refactor some parts of the gui and display code.
6ebd1550 — Maciej-Mudita 3 years ago
[MOS-686] Revert - Fix the accessibility of user files by MTP

This reverts commit 42ca53a732487f7dabf5e06ee4c03f73c329882b.
242f97c0 — Dawid Wojtas 3 years ago
[MOS-504] Mixed SMS messages

Refactor the old part of SMS handler and
parse the concatenated messages using
std::unordered_map and std::map. Added
unittest to the SMS parser.
178c28b7 — Lefucjusz 3 years ago
[MOS-666] Fix disappearing setting bars in German

Fix of the issue that with German language
selected manual volume setting bar and
vibration volume setting bar would
disappear when focused.
42ca53a7 — Maciej-Mudita 3 years ago
[MOS-686] Fix the accessibility of user files by MTP

User files accessible via MTP only if phone is unlocked
a24fa172 — Marcin Zieliński 3 years ago
[MOS-350] Fix some SIM card pop-ups not showing

Also: enhanced a log, improved the English translations.
Next