~aleteoryx/muditaos

36fe4530 — Adam Dobrowolski 4 years ago
[EGD-8101] Assert that proper global state will be set

blocking popup is dependent of application global variable.
setting it in right scope.
59b48a3b — Adam Dobrowolski 4 years ago
[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
ee04dd4a — Wojciech Rzepecki 4 years ago
[EGD-8095] Add quote on wallpaper

Quote from database will be shown on wallpaper
if proper setting is selected.
9cf11913 — Alek Rudnik 4 years ago
[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.
9ea80abe — Mateusz Piesta 4 years ago
[EGD-8066] Fixed Bell audio assets path

Paths had bell in them, not needed
410af7e2 — Adam Dobrowolski 4 years ago
[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
f97e86c9 — Pawel Olejniczak 4 years ago
[CP-858] Fix test security

Add security EP API to QAMuditaHarness repo.
Refactor security EP test to make it work.
0c426282 — Adam Dobrowolski 4 years ago
[EGD-7773] Post review code cleanup

as in status
15a23942 — wojtekrzepecki 4 years ago
[EGD-7773] Exit with delay fix

fix
a9fba040 — Bartosz Cichocki 4 years ago
[EGD-7773] Add popup drop possibility

Added popup drop possibility with custom callback onPop to comply
with Bell requirements
7e86527c — Bartosz Cichocki 4 years ago
[EGD-7773] Fix Bell alarm popup handling

Workaround no longer needed
0ec94289 — Adam Dobrowolski 4 years ago
[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
df7d1965 — Adam Dobrowolski 4 years ago
[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
4a1e7e14 — Maciej Gibowicz 4 years ago
[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.
e9ee2af0 — Lucjan Bryndza 4 years ago
[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>
6142f667 — Lucjan Bryndza 4 years ago
[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.
1b0f7a98 — Przemyslaw Brudny 4 years ago
[EGD-8104] Fixed return to home actions on phonebook, ringtone and alarm

Fixed return to home actions on phonebook, ringtone and alarm.
6309e29c — Przemyslaw Brudny 4 years ago
[EGD-7979] TextLine split and cleanup to support SingleLine text

TextLine split and cleanup to support SingleLine text.
58c05d16 — Maciej Gibowicz 4 years ago
[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.
Next