[EGD-5313] Mention license version
Spotted by one community member - we need to mention
clearly the license version in LICENSE.md
[EGD-4527] Add creating update package as CMake target
Standalone and update packages can be generated by CMake targets. During
creation of update package, the bootloader will be downloaded
and included in the package along with version information.
Additionally, a small refactor was performed since the Version.cmake
script is now used for generating both the version.hpp and version.json
files. Observervable side effects from this script have been moved to
separate scripts which are invoked at build time.
[EDG-4743] Add new/options windows to quotes
Add windows for add/edit/delete quotes, use ListView for quote display.
[EDG-4743] Add new/options windows to quotes
Add windows for add/edit/delete quotes, use ListView for quote display.
[EDG-4717] Add screen for brightness control
Window for manual and automatic screen brightness control.
[EGD-5155] Change Timers debug functionality
Enhanced Timers debug functionality.
[EGD-5190] Fix license version
Spotted by one community member - we have to be precise
about the GPL version we choose, because we don't know
what the future holds.
[EGD-4995] Add changing passcode windows flow
Implement changing passcode windows flow
[EGD-4429] Enable DEBUG_MODEM_OUTPUT_RESPONSE to true
All those logs are crucial for identification of modem issues.
All modem debug logs are disabled in runtime by default.
[EGD-4429] Fix gui issues in application call
Fix the persistent answer and reject labels in Call Window issue
Fix the wrong call duration issue in both Call and Calls apps
Fix the not working call ignoring issue
[EGD-5270] Add packages rhash, tar, zip to docker image
These packages are required for building packages, standalone and
update one.
[EGD-5087] Update Options and replace PageLayout with ListView
PageLayout removed and replaced with ListView.
Options structure and namespace cleanup.
Added ListView ScrollBar type and disable on
construction.
[EGD-5249] Add Clang Tidy packages in docker
New packages are required for static analyses features.
Add changelog for v0.53.2
Add change list for release v0.53.2.
Fix broken changelog for v0.52.1.
Merge branch 'master' into stable
[EGD-5247] bring back settings db definition script
Repair settings scripts, deleted in previous commits.
[EGD-2501] Add gsm powerdown due to battery
Gsm model power state maintenance based on battery level.
[EGD-5247] Bring back settings db definition script
Restore accidentally deleted script with settings database definition.
[EGD-4338] Fix menu notification dot
Each tile in Menu that uses notification dot
is be refreshed. It also solves missing dot
issue of EGD-4129 and lack of sound notification
on incoming text message.