~aleteoryx/muditaos

Revert "[BH-1694] Increase CPU core voltage from 900mV to 975mV"

This reverts commit be8521bdd096e154839de69c6c285e2cba32681a.
f07fa92e — Lefucjusz 2 years ago
Revert "[BH-1673] Harmony random resets fixes"

This reverts commit 3e1170daf75b79d6ef461b3b38e5d96683047c7d.
426abd36 — Lefucjusz 2 years ago
Revert "[BH-1673] Fixes for Harmony random resets"

This reverts commit e1d3862febaf5467aabfe237fd53fecff11128c2.
[MOS-1003] Add missing changelog entry

Added changelog entry accidentally omitted
in previous PR.
067a21b8 — Lefucjusz 2 years ago
[MOS-1003] Fix automatically marking new message as read

Fix of the issue that after entering messages
app, opening one of the threads and returning
to main messages app window, new messages in
this thread were automatically marked as read.
[MOS-938] Fix EULA multiline scrolling

Fix of the issue that EULA would not refresh
during scrolling at the end of document.
f33d7c7d — Lukasz Mastalerz 2 years ago
[MOS-986] Update database version

Update database version
778e2e0a — Lefucjusz 2 years ago
[MOS-997] Fix failing sync with Mudita Center

Fix of the issue that sync with Mudita Center
would fail often after changes introduced in
CP-1968.
228ec33f — Lefucjusz 2 years ago
Revert "[MOS-977] Added VoLTE support in additional countries"

This reverts commit b4568c32eb2a4b37e9dfbbe08c446430eee2145c.
a2cef32d — Lukasz Mastalerz 2 years ago pure_1.7.1-rc.1
[BH-1532] Changing alarm's trigger time when alarm is snoozed causes several problems

Fixed alarm problems when it was re-set while snooze was still active
1984c7f4 — Mateusz Szczesny 2 years ago
[BH-1705] Fixed back button power off timer to 10s

When holding the back button, the device would prompt to
power off after 5s. This was not inline with the manual. Now
the prompt will come up after 10s which is correct by the
manual. In the code, the actual time is set to 9s because
an additional 1s delay is caused by the OS and screen
refresh rate.
7dc758bb — Lukasz Mastalerz 2 years ago
[CP-1968] Disconnecting the device during file upload causes problems with the USB

Fixed the problem with an endless loop while sending data
when USB is already disconnected.
d13042d8 — rrandomsky 2 years ago
[MOS-994] Fix redirection to dial number view by pressing BACK from add new number view

Fix for inconsistent redirection when the user dial number from home screen and
want to save it but instead of save the user click BACK
to go to screen with dialed number
ebcd1394 — Lefucjusz 2 years ago
[CP-1962] Add Harmony color detection

* Added serial number based Harmony color
detection.
* Unified serial number handling for both
products.
3193f6fa — Lefucjusz 2 years ago
[MOS-230] Print last instruction address before RTWDOG reset

Added mechanism that stores address of last
executed instruction before RTWDOG timeout
to enable some basic debugging in such cases,
as such resets do not create crashdumps and
leave no information in logs.
20edafc8 — Lukasz Mastalerz 2 years ago
[CP-2020] Imported contact does not appear in Center

Stopped sending notification when contact add failed
cfa409eb — rrandomsky 2 years ago
[MOS-341] Fixed autofill data during adding previously deleted phone number

Fixed a scenario when the user, after deleting some contact, wont to add
this previously deleted number to contact by providing a phone number from
home screen and clicking Add button.
da838b8c — Lefucjusz 2 years ago
[BH-1706] Fix inaccessible MTP on Harmony

Fix of the issue that Harmony's MTP
was constantly locked after MOS-686
fix, as the mechanics of unlocking
was not handled for Harmony at all.
4ae3d9e4 — Dawid Wojtas 2 years ago
[CP-2014] Fix file list isn't always loaded

Fix critical sections for send/recv virtual com functions.
1b03981b — Maciej-Mudita 2 years ago
[BH-1701] Add extended user heap statistics for debugging

Added extended statistics to help track potential memory leaks:
* used user heap size per task
* number of successful allocations
* number of successful frees
Next