~aleteoryx/muditaos

muditaos/module-utils d---------
[BH-2085] Set lower minimum brightness for Pro version

* Added ENABLE_VERSION_PRO build flag that
selects different config for 2 Pro device.
* Reduced lowest brightness level for Pro 2
device.
* Changed the format in which brightness values
are stored in database - previously it was
stored as PWM percentage, now 1-10 scale
system level is used.
[BH-2074] Add missing unit tests for language utils

Added missing unit tests for all language
utilities.
[BH-2069] Update license URL in headers

Update outdated license file URL in
license headers across all project.
1ba589f9 — Dawid Wojtas 1 year, 5 months ago
[BH-2026] Add mechanism for getting previously OS version

Task relates to What’s new feature that needs to
know which version of MuditaOS was installed
before the update.
Normally What’s new uses a database to get the
previous version, but after the first run this
field will be empty.
To bypass this issue the PureRecovery needs to
save the previous version in recovery_status.json
that is generated after the update process.
[MOS-1068] Cleanup BTStack intergration

Code cleanup in various places of
BTStack integration.
[MOS-1069] Change A2DP stream volume scale to exponential

Fix of the issue that A2DP stream volume
was controlled using naive approach
with linear scaling instead of
exponential one, what resulted in
highly non-linear volume control
experience.
[BH-1848] Post-rebase fixes

* Fixes for the issues that caused builds
and unit tests to fail.
* Added changelog entry.
[BH-1897] Integration fixes and cleanups

* Fix of the issue that quick returning
from window next to the list window to
the one before list window result in
playback not being stopped.
* Fix of the issue that list context
wouldn't be restored after returning
from popup.
* Minor cleanup of the logic after adding
opening on selected sound on list
entering - removed redundant call to
setValue, rename of some methods
and variables.
[BH-1898] Fix of GUI freeze after intensive volume change

Fix of the issue that GUI would freeze for
several seconds if volume level was being
changed intensively for a while.
[BH-1887] Speed up update process

* Added stream buffering for reading data
from tar archive with update.
* Increased size of the buffer used
for unpacking files from tar archive.
* Changed buffers data type from vectors
to raw heap-allocated arrays.
f388b77c — Maciej Gibowicz 1 year, 9 months ago
[BH-1882] Fix display of "Connected" label on home screen

The "connected" label did not appear on the home screen if the USB was
connected during onboarding.
Revert "[MOS-1064] Fix no input language selected for French/Spanish"

This reverts commit 9ef454085e4cca8a1f6c3c270cf460f899c9ee23.
[MOS-1064] Fix no input language selected for French/Spanish

* Fix of the issue that choosing French
or Spanish as a system language
resulted in no input language selected.
* Added keyboard input parser unit
tests for French and Spanish input
maps.
* Minor cleanups.
3f38b150 — Maciej Gibowicz 1 year, 11 months ago
[BH-1846] Reducing power consumption while the application is running

Replacing double with float in rendering a circular progressbar results
in a significant reduction in the demand for computing power, which in
turn translates into reduced power consumption in all applications using
a circular progressbar.
1937f135 — rrandomsky 2 years ago
[CP-1059] Fix for erase only sensitive data from logs

Added omitted anonymization for the COPS command.
b8217478 — rrandomsky 2 years ago
[MOS-1059] Erase only sensitive data from logs

Erase only sensitive data from logs.
3cc3f50f — Maciej Gibowicz 2 years ago
[BH-1809][BH-1835] Add date format setting

Added date format selection between DD/MM and MM/DD.
The time setting has been updated.
121879f4 — Lefucjusz 2 years ago
[MOS-220] Changed signal strength refresh mechanism

Modified signal strength update mechanism
to avoid unnecessary screen refreshes in
case new signal strength value is equal
to the previous one.
Minor cleanups.
920db59b — Maciej Gibowicz 2 years ago
[BH-1791] Add CPU frequency lock during log dump

This will improve security and peripheral stabilization when downloading
logs to a file.
d9a1194e — Lukasz Mastalerz 2 years ago
[BH-1688] Create a standard for logs

* Adding document describing how to use logger
* Adjusting logs to follow a new guide
* Change order in log header:
  line number is now before function name
Next