[EGD-8101] Assert that proper global state will be set
blocking popup is dependent of application global variable.
setting it in right scope.
[EGD-8101] Removed not sent action requestf for battery charging
There was no change of UI as notification was never shown due to
the UI race condition. Race on UI is removed with removal of UI check
[EGD-8095] Add quote on wallpaper
Quote from database will be shown on wallpaper
if proper setting is selected.
[EGD-8129] Add atexit functionality
Added atexit functionality. All global destructors and functions
registered with atexit() should be called at program exit.
It was possbile to reuse original newlib implementation with
MALLOC_PROVIDED flag set.
Made sure logger destructructor is called as last one.
Due to mudita OS legacy, it was not possible to simply fix dependencies
in global objectes and hence there are neither global objects
destructors nor functions registered with atexit() called when exit()
is called.
Possibly it will be changed later.
[EGD-8066] Fixed Bell audio assets path
Paths had bell in them, not needed
[EGD-8145] Download asset untaring accepts any relative path
download_asset.py:
either ./ or none - both are proper relative paths
music assets are taken from the assets release
Removed bell mp3 assets from MuditaOS repository
Removed assets for PurePhone from the repository
[CP-858] Fix test security
Add security EP API to QAMuditaHarness repo.
Refactor security EP test to make it work.
[EGD-7773] Post review code cleanup
as in status
[EGD-7773] Exit with delay fix
fix
[EGD-7773] Add popup drop possibility
Added popup drop possibility with custom callback onPop to comply
with Bell requirements
[EGD-7773] Fix Bell alarm popup handling
Workaround no longer needed
[EGD-7773] Popups stack poc
Stack plus minimum tests added
Updated to master
Removed useless or adressed TODOS
Constants name applied
Renamed searchModel to searchRequestModel
Review applied
We should remove legacy window names
Bell names fixes
[EGD-8144] PurePhone assets split mechanism
As we do not have artifactory etc. we download public assets from
public repository.
download_asset mechanism:
* added tar with unpack for releases on github
* download script create parent directory
* When there is no parent directory - then create it, not the file as
dir
* Lessened logs status
* download release files for Pure works ok
* added option to load multiple elements from tar
* added option to load stuff from own PC
CMake fixes:
* Add option to not pass Luts.bin to the image
* Added dependencies:
* Assets cmake
* DiskImage
* Generall: dependencies instead of runtime globals
* Fixed UT for bell
Added description file to fownload files:
* Files downloaded from MuditaOSPublicAssets repository Bell
* PurePhone assets copied to build dir not to image dir
* Added test assets and bell assets
* Luts and test assets unpacked to right place
* Luts proper on img on phone
EGD-8066 sq
[EGD-8121] Fix cellular sleep mode enter without SIM
Without a SIM card, the modem will be able to enter sleep mode,
which will significantly extend the battery life of the phone.
[EGD-8131] Add Reboot/Poweroff for _platform_exit()
Add support for Reboot and Power off for the
_platform_exit code.
Add _platform_exit mode handle
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-8127] Add FreeRTOS return to main when scheduler exits
Add support to the FreeRTOS to be able to back to main
functon when the scheduler is terminated.
Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
[EGD-8094] Change mp3 decoder replaced with dr_mp3
Mp3 decoder replaced with dr_mp3.
[EGD-8104] Fixed return to home actions on phonebook, ringtone and alarm
Fixed return to home actions on phonebook, ringtone and alarm.
[EGD-7979] TextLine split and cleanup to support SingleLine text
TextLine split and cleanup to support SingleLine text.
[EGD-7920] Fix GUI in adding / removing contacts
Adding and immediate removal of a contact made it possible
to edit a contact that no longer existed.