~aleteoryx/muditaos

ref: 7a084b8214a3ea4c70e7fe9551905b52611a5cb8 muditaos/tools d---------
9ba061a5 — Bartosz 2 years ago
[MOS-000] Reworked translation verification tool

Added removal of unused keys in files
Refactored code
37665c29 — Mateusz Piesta 2 years ago
[MOS-000] Fixed minor issue in db migration script

* Removed doubled copyright header from 'up/down/devel.sql' when committing
databases.
* During installing, 'devel.sql' was created even if specific revisions
didn't contain one.
* Removed unnecessary product-specific .lua scripts.
29005b0e — Bartosz 2 years ago
[MOS-000] Added tool for translations verification

Added script for verifying if the translation json:
- has duplicates
- has empty entries
- has missing entries
It has possibility to fix those files by removing the duplicates
and pretty-printing the file without duplicates
acc12631 — Maciej-Mudita 2 years ago
[MOS-000] Update tools/misc

Sub-repo update to latest master
a11a994f — Mateusz Piesta 2 years ago
[MOS-922] Add database migration docs

* Added database migration docs
* Updated database migration tool
01137c69 — Bartosz 2 years ago
[MOS-000] Move commit message checks to CI repo

Moved script to CI tools repo
c68624ee — Bartosz 2 years ago
[MOS-000] Update commit checks

Increased max line length to 100 chars, allowed
auto revert commits to pass CI checks
d7c8a8a6 — Lukasz Mastalerz 3 years ago
[CP-1210] Contacts imported from SIM dont show up in Mudita Center

Fix for imported contacts from SIM don't show up in Mudita Center.
Added functionality to send notification after all imported contacts are
added to the database.
e6adfdb3 — Maciej-Mudita 3 years ago
[MOS-75] Fix incorrect data in pure heapstats tool

"pure heapstats" command was returning incorrect
system heap data
424f5eaa — Mateusz Piesta 3 years ago
[MOS-855] Restore process update

Fixed issues with restoring from legacy backups
and cases when the database set fetched from backup package
is different than the system one.
f731cab8 — Bartosz 3 years ago
[MOS-805] Prepare update package - rewritten script

Rewritten script for generating update package
bb2df2a3 — Bartosz 3 years ago
[MOS-803] Fixes

Fixes for deviceInfo endpoint, scripts
 and missing migration files in sysroot
6f05c75c — Mateusz Piesta 3 years ago
[MOS-835] Per product layout of database migration scripts

Implemented DB init migration and version.json update
64ff02ab — Lefucjusz 3 years ago
[MOS-783] Fixed issues with generating imgs

Fixed:
- improper block count in Harmony,
resulting in ~300MB unallocated space;
- invalid rsync parameters, resulting
in nested 'factory' directory structure
creation;
- minor fixes.
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.
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
ec6c8c31 — Adam Wulkiewicz 3 years ago
[BH-1599] Add characters to the py tool

latin1 supplement
7ddf723f — patrycja-paczkowska 3 years ago
[BH-1599][BH-1573] Shortcuts translations

Add and fix shortcuts translations.
Fix translations in Meditation app settings.
c0ccc32c — Lefucjusz 3 years ago
[MOS-834] Create script to generate EEPROM image

Create script that can be used to create
an EEPROM image in a convenient way.
4b34f821 — Marcin Zieliński 3 years ago
[MOS-823] Update 'misc' submodule reference

Added a possibility to use a custom GDB for crash analysis.
Next