~aleteoryx/muditaos

ref: 09d095b355dfd7b978f67166059bf60a06d00a04 muditaos/module-services/service-db d---------
09d095b3 — RobertPiet 5 years ago
[EGD-4960] license
b6a46e87 — RobertPiet 5 years ago
[EGD-4960] registerVariableChange moved to Init section of apps
fb36efb8 — RobertPiet 5 years ago
[EGD-4960] Settings Interface added parameter do distinguish global/app settings
[EGD-4960] global/local setting determined by enum value, unregister all variables in one call, ut updated
[EGD-4960] SettingsScope usage in SettingsMessages
652fc46c — Pawel Olejniczak 5 years ago
[EGD-5369] Fix for incorrect assertions in DBServiceAPI

This hotfix removes unnecessary assertions from DBServiceAPI.
The whole file will be refactored/deleted in near future.
9645fbc2 — Przemyslaw Brudny 5 years ago
[EDG-4717] Add screen for brightness control

Window for manual and automatic screen brightness control.
8856a656 — Mateusz Grzegorzek 5 years ago
[EGD-4995] Add changing passcode windows flow

Implement changing passcode windows flow
7d7003d6 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
71a82520 — SP2FET 5 years ago
[EGD-4580] Add BT settings middleware

Added bluetooth settings middleware to store BT status in settings.
Added middleware layer to handle new settings queries.
6c900d7b — Piotr Tański 5 years ago
[EGD-5166] Add query-callback synchronization mechanism

Receiver object cancels the callbacks at the end of its lifecycle.
87f118fd — Pawel Olejniczak 5 years ago
[EGD-4317] Fix newly added contact recognized as a duplicate

of temporary contact. Newly added contact is no longer considered
as a duplicate of a temporary one.
It simply replaces the temporary contact, if its number matches.
52ad797f — pawpMudita 5 years ago
[EGD-4737] Add VoLTE ON/OFF switch in Settings Network window

Add VoLTE ON/OFF switch in Settings Network window
e7b9bcf7 — Przemyslaw Brudny 5 years ago
[EGD-5133] Fix settings bus add duplications

Changed Bus Channels vector to set to prevent
duplicates and cleaned logging.
31df1ce7 — Piotr Tański 5 years ago
[EGD-4921] Add next harness test cases

Test harness extended with additional tests:
- Making a call to a specific phone number.
- Calling back to the last number from the call log.
- Searching for SMSes with a phone number filter.
d210ef00 — Wojtek Rzepecki 5 years ago
[EGD-4952] Reverted usage of settings
9e909e3f — Wojtek Rzepecki 5 years ago
[EGD-4952] Added stetings for battery critical level
14918dc4 — jimmorrisson 5 years ago
[EGD-4925] Change new filesystem handling implementation in module-gui. (#1193)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module gui. There are some modifications in other modules included which are necessary because of build system issues.
4e0f72e7 — Piotr Tanski 5 years ago
[EGD-4696] Several stabilization patches. (#1192)

0f36b07f — Pawel Paprocki 5 years ago
[EGD-4467] Support for deleting entries in FI DB (#1175)

bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
6ce0dc4d — jimmorrisson 5 years ago
[EGD-4751] Change: new filesystem handling implementation in module services. (#1151)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module services. It also contains minor fixes in module-services.
Next