~aleteoryx/muditaos

ref: 379df3ee7bfa50395b20f50820f92a598d176133 muditaos/products d---------
379df3ee — Lukasz Mastalerz 2 years ago
[CP-2040] Character sequence causes file being displayed as empty line in relaxation app

More generic solution for handling too long text to display.
Focuses mostly on Relaxation but other apps also can benefit from it.
613d50b1 — Mateusz Szczesny 2 years ago
[BH-1705] Adjusted power off timer to >=10s

When holding the back button, the device would prompt to
power off after ~9-10s. This was not inline with the manual.
Now the prompt will come up just after 10s. Previously the
timer was set to 9s to account for delays caused be the OS
and display, however it is now decided that the only thing
that should matter is the time you actually have to hold the
button for the prompt to show. This time is more or less exactly
the same as the time set in the code.
13269271 — Lefucjusz 2 years ago
[MOS-998] Provide additional info in crashdump filename

Added info about product, OS version and
commit hash to crashdump filename to
simplify analysis of the crashdumps
without corresponding logs available.
90d14582 — Lukasz Mastalerz 2 years ago
[CP-2040] Character sequence causes file being displayed as empty line in relaxation app

Fixed problem with displaying some filenames in Relaxation
2620191e — Lefucjusz 2 years ago
[MOS-238] Use on-chip hardware TRNG as an entropy source

Use hardware TRNG integrated into RT1051 MCU
as an entropy source for builds complied
for RT1051.
783ebcbb — Lefucjusz 2 years ago
[MOS-183] Fix RT1051 debug build

Fix of multiple issues that resulted
in debug build failing.
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.
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.
71f4bb8d — Lukasz Mastalerz 2 years ago
[BH-1647] Add serial number to about section

Added serial number entry to about window
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.
Next