~aleteoryx/muditaos

faa48e53 — Dawid Wojtas 2 years ago
[BH-000] Update changelog

Create section for 2.0.0 version in the changelog
916da629 — Maciej Gibowicz 2 years ago
[BH-1722] Fix unswitchable alarm audio

fix for missing pop-up with information
about deactivating the alarm
53b1ebf3 — Dawid Wojtas 2 years ago
[BH-1730] Fix enter into SNVS mode

If the CPU fails during changing the frequency
the device can stuck in SNVS mode.
So the CPU frequency is checked and if
the frequency is wrong the CPU doesn’t enter SNVS mode.
The watchdog should restart the CPU.
4b4ac735 — Lefucjusz 2 years ago
[MOS-938] Fix EULA multiline scrolling

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

Update database version
b9352275 — Lefucjusz 2 years ago
[MOS-1000] Remove unsupported character from quotes

Removed unsupported character from several
quotes used in Pure.
561e4e7a — Lefucjusz 2 years ago
[MOS-599] Fix undefined phone mode in simulator

Fix of the issue that on simulator phone mode
was in 'undefined' state, what resulted in
no phone mode selected in settings.
389ce032 — Mateusz Szczesny 2 years ago
[BH-1720] Changed GDB python to python 3

If the debug session was started using the run.sh script,
the python version is now python 3.
1f50621c — Lefucjusz 2 years ago
[MOS-184] Fix unit tests not failing on duplicate test case

Fix of the issue that unit tests build would not
fail when unit test contained 2 test cases with
identical name.
Changed Catch2 submodule to local fork.
Minor unit tests and build target docs cleanup.
7e4ac322 — Dawid Wojtas 2 years ago
[BH-000] Update versions

Update ecoboot and recovery versions for building
the software image.
c0c45081 — Dawid Wojtas 2 years ago
[BH-000] Fix simulator in vsc

This fix is due to a bug in Ubuntu. The GTK path
must be changed in order to run the simulator window.
86144284 — Maciej Gibowicz 2 years ago
[BH-1722] Fix unswitchable alarm audio

Disabling the alarm by clicking "deep press" on the system shutdown
screen only visually deactivated the alarm
but the alarm sound continued to ring.
4e685bb7 — Lefucjusz 2 years ago
[MOS-999] Provide additional info in log filename

Added info about product, OS version, commit hash
and serial number to log filename to simplify
triage and quick sanity check of the logs in
cases many log files have to be analyzed.
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
8883bf2d — Dawid Wojtas 2 years ago
[BH-1717] Fix no clock update

The secure RTC can lock and the clock is not updated.
To prevent this situation we reset LP registers (except for
timestamps and alarms) and clear the LVD flag. Then we
enable again LP SRTC.
d6535a98 — Lefucjusz 2 years ago
[MOS-238] Change RNG used in quotes randomization

* Changed RNG used when randomizing quotes list
that was accidentally omitted in the previous
PR.
* Small cleanup around RandomizedQuoteModel.
2643d9a9 — 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.
Next