~aleteoryx/muditaos

ref: 39281cb09eed396249e60a7256b289b8d333e82a muditaos/products d---------
4ddf3ce9 — Lukasz Mastalerz 2 years ago
[CP-889] Add extended information about number duplications

Changed a way of returning information to Center about number
duplications
0d147279 — Lukasz Mastalerz 2 years ago
[BH-1690] Add information about the connection to the PC

Minor fixes to label positioning and connection detection
f5229051 — Lukasz Mastalerz 2 years ago
[BH-1691] Fix battery and date layout

Fixed battery and date layout for Harmony
3e1170da — Lefucjusz 2 years ago
[BH-1673] Harmony random resets fixes

* Switching VDD_SOC_IN only after PLL2 is turned off.
* Weak LDO stabilization delay.
* Removed switching to 1.275V before frequency change.
* Cleanups in LDO switching.
* Removed switching PeriphClk2Div for fCPU <= 24MHz,
using AhbDiv instead.
* Removed log from _exit that caused logger mutex deadlock
c1a8e47c — Lukasz Mastalerz 2 years ago
[BH-1690] Add information about the connection to the PC

Added text with information about the connection to the main window
when the USB cable is connected to the PC
c96dc7dc — rrandomsky 2 years ago
[MOS-686] Fixed MTP availability only after phone unlocked

Fixed file access via MTP even when phone is not unlocked.
Now access is granted when the phone is unlocked by the user entering
a passcode. If the phone is not passcode protected (passcode is nor set)
then access to the files is always possible via MTP.
a3b11efb — Lukasz Mastalerz 2 years ago
[CP-1966] Deleted file which is played does not stop the playback timer

Fixed the timer issue when file was deleted during playback.
21244a12 — Dawid Wojtas 2 years ago
[BH-1691] Change the layout of the battery status

The new layout of battery status has the battery
SOC on the left side and battery image on the right.
d3b3bfd0 — Lefucjusz 2 years ago
[BH-1693] Correct SDRAM timing settings according to chip RM

* Corrected SDRAM timings in T6 JLink script.
* Cleaned-up and commented JLink script.
* Bumped bootloader version.
f79313e3 — Lefucjusz 2 years ago
[BH-1661] E-ink display power management tweaks

Tweaks and changes required to optimize
power consumption for Harmony.
476235d9 — Lukasz Mastalerz 2 years ago
[CP-1939] Difference in displaying file name for list and for loop play function

Fixed problem with displaying end of title when playing song in loop was
selected.
85cd9dd6 — Lukasz Mastalerz 2 years ago
[CP-1852] Too many user files removes default relaxation audio from the list

Changed order in which files in Relaxation are displayed
Added error message when files limit is exceeded
f94d7f63 — Kuba Kleczkowski 2 years ago
[MOS-636] Added MMI/USSD confirmation

USSD/MMI codes are now confirmed after they are sended.
37665c29 — Mateusz Piesta 2 years ago
[MOS-000] Fixed minor issue in db migration script

* Removed doubled copyright header from 'up/down/devel.sql' when committing
databases.
* During installing, 'devel.sql' was created even if specific revisions
didn't contain one.
* Removed unnecessary product-specific .lua scripts.
e16bb031 — Adam Wulkiewicz 2 years ago
[CP-1837] Random crashes while copying files

Use ConstMemoryConstrainedFileRef newly added to taglib
c22579a9 — Adam Wulkiewicz 2 years ago
[CP-1825][BH-1660] Update while on onboarding screen

Commit DB changes
ba0c1739 — Lukasz Mastalerz 2 years ago
[CP-1797] Low battery connection with mc is possible

Decrease critical battery level from 10% to 5%
Add a new entry to the security endpoint in order to block MC
when the phone battery level is critical
01800f43 — Dawid Wojtas 2 years ago
[BH-1650][BH-1651] Fix the frontlight settings

Run the frontlight settings in "on demand" mode now
turn on the backlight with the proper intensity.
If the device is idle in the frontlight settings the backlight
isn't turn on after backing to the main window.
2d9b1547 — Lukasz Mastalerz 2 years ago
[CP-1842] Extremely long title tag causes delay when loading Relaxation songs list

Fixed by limiting the maximum text length in relaxation main window
3ef3a8cc — Pawel Olejniczak 3 years ago
[CP-702] Add API for managing templates order

This API allows for managing message templates order.
DB Migration: adding a new column to templates tables.
Next