~aleteoryx/muditaos

fef2ad61 — Bartosz 3 years ago
[MOS-786] A/B Booting - fixed factory reset from menu

Now factory reset works both from ecoboot and from menu
68e0be11 — Bartosz 3 years ago
[MOS-783] Fixed generating image for Harmony

Needed because of layout change
215e4d96 — Lefucjusz 3 years ago
[MOS-783] Fixed Pure unit tests

Fixed (most of the) hardcoded
paths in Pure's unit tests.
afd7e7bc — Lefucjusz 3 years ago
[MOS-783] Working Pure simulator after partition changes

Fixed iosyscalls so that Pure simulator
works after directory structure changes.
01857dd1 — Bartosz 3 years ago
[MOS-786] Added support for A/B boot codes in OS

Further implementation of A/B booting
fab9068a — Bartosz 3 years ago
[MOS-786] Added A/B booting support in OS

Added basic support for A/B booting
178fba16 — Lefucjusz 3 years ago
[MOS-783] First part of new dir structure implementation

    Works:
    - generating .img for Pure;
    - Pure boots after flashing new image and
    seems to be working fine;

    Not yet:
    - generating update package;
    - generating image for Harmony;
    - simulator;
    - path-related unit tests fail
    due to paths being hardcoded
    in test scenarios.
902a3a31 — Mateusz Piesta 3 years ago
[MOS-806] Prepare scripts dependencies

* Added scripts dependencies
* Added script to generate scripts package
automatically
* Added integration with PureOS CMake
* [MOS-804] Created factory reset script
334b272f — Mateusz Piesta 3 years ago
[MOS-802] Create DB migration script

Added database migration script(LUA).
055a1ca4 — Bartosz 3 years ago
[MOS-000] Rebase fixes

Rebase fixes
b50eea9e — Pawel Olejniczak 3 years ago
[CP-1427] Cleanup leftovers after old backup restore implementation

The synchronization mechanism has been freed from the constraints
of the old backup and restore implementation.
ef556d43 — Pawel Olejniczak 3 years ago
[CP-1423] Update backup and restore endpoint API test

Adjust the test script for new implementation of backup
and restore.
Disabling SettingsApi Test
0867d172 — Pawel Olejniczak 3 years ago
[CP-1424] Refactor backup and restore endpoints

Redesign of backup and restore endpoints in the
service-desktop to delegate responsibility for
execution of the actual backup and restore process
onto the Updater.
0a9846e4 — Mateusz Piesta 3 years ago
[MOS-694] Move DB initialization from OS to build scripts

* Switched to DB initialization at compile time
* Organized and cleaned up db files directories(not finished completely)
* Fixed DB related unit tests
* Minor improvements to CMake
* Small fixes for GCC12 build
1723f128 — Pawel Olejniczak 3 years ago
[CP-1483] Add test for sync API

Purpose of this test script is to test
synchronization API introduced in CP-1484
d6a63be1 — Pawel Olejniczak 3 years ago
[CP-1484] Add new mechanism for data synchronization between MOS and MC

This mechanism is similar to the current backup implementation,
but is stripped of irrelevant data that is not required by the
MC to perform data synchronization.
150f1cfd — Mateusz Piesta 3 years ago
[CP-1560] New user directory structure

* New user directory implemented.
* Generate user directory structure at compile
time instead of at runtime(Pure/Harmony).
* Changed MTP root path to /storage
* FileIndexer: Minor refactor
* FileIndexer: Fixed handling incorrect/non-existing
scan directories.
* Updated Repository module to correctly handle
many assets paths.
* MultimediaDB: Minor unit tests refactor and fixed
some issues when using simulator.
* MultimediaDB: Added new queries and unit tests
* Harmony/Relaxation: Updated to correctly
use audio assets from more than one source.
* Harmony/Relaxation: Updated model and list items
provider.
* Harmony/Relaxation: Fixed stack overflow in audio service
4bd7b1ac — Maciej-Mudita 2 years ago
[MOS-275] Fix alarm rings on the low battery screen

When we had a critical battery level and the alarm clock rang,
it was impossible to turn it off.
157cea8a — Lukasz Mastalerz 2 years ago
[CP-1512] Add crashdumps indexing

Adding indexing to crashdumps to to ensure resistance to the device date
retraction.
When max crashdump count reach the file with higher index number will be
remove.
4804015a — Mateusz Piesta 2 years ago
[MOS-496] Music player broken UI

Fixed issues when selecting track index higher than 31.
Next