~aleteoryx/muditaos

ref: e1400aee902f44fb81c5a1efb32d9db561a88df2 muditaos/module-services/service-db d---------
fbc28f4c — Tomasz Langowski 5 years ago
[EGD-5322] Add send message test (long sms, special characters)

Add send message test (long sms, special characters)

[EGD-5322] Add send message test (long sms, special characters)

Add send message test (long sms, special characters)
bc4d32c7 — Piotr Tański 5 years ago
[EGD-5158] Change access to the bus methods

The bus is now accessible only via Service object.
bb496101 — Radoslaw Wicik 5 years ago
[EGD-4763] Add check if all Unit Tests where run

Catch2 doesn't report some errors in test, and some test are
disabled on porpoise this commit adds set of scripts and changes to CI
that will clearly mark what test haven't been run.
cd101266 — RobertPiet 5 years ago
[EGD-5118] Settings api tests dependencies updated

Temporary test for ASAN error.
Stub Database introduced to cut the connection SettingsAgent to
sqlite for UT.
Settings ut moved to other directory - new target.
File_indexer UT fixed.
Alarms, Notes and Query UT missing initialization of vfs.
49548152 — Radoslaw Wicik 5 years ago
[EGD-4763] Fix Unit Tests

First attempt, move vfs to be init in tests
d87c6947 — Mateusz Grzegorzek 5 years ago
[EGD-5311] Create Date&Time main window

- add DateAndTimeSettings class and
  dateAndTimeSettings global var
  (cache for storing date and time related settings),
- add DateAndTimeChangeRequest messages and proper
  methods in app::manager::Controller for sending them,
- handle DateAndTimeChangeRequest messages in ApplicationManager,
- add SettingRightItem::Text case for OptionSettings
  to provide possibility to add text
  on the right side of particular option,
- rename fields in db (settings_tab table):
  gs_time_format_12 to gs_time_format
  and
  gs_time_date_format to gs_date_format
- create only main Date&Time window.
  Sub windows will be added in separate task.
ac9ab97c — Marcin Smoczyński 5 years ago
[EGD-4753] Disable broken unit tests

After fixing log mocking for unit tests, it turned out that some tests
were not executed in the CI and as a result they were broken during
development.

Disable broken tests until they're fixed to unblock valid PRs.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
[EGD-3247] Remove reminders of unused ping-pong feature

Feature was already removed some time ago but still some reminders
persist. This commit only removed mentioned reminders.
Some minor style fixes suggested by clang tidy were also applied.
acfec6c3 — breichel 5 years ago
[EGD-5273] Add possibility of add new and delete APN

Functionality based on existing functions for APN.
additionally, context number management
(base on Quectel correspondence)
and saving APN to settings has been added.
f3625a81 — Radoslaw Wicik 5 years ago
[EGD-4831] Move FileIndexer init script to proper place

Moving sql scripts to proper place to be more consistent with the code.
d14e40d3 — Radoslaw Wicik 5 years ago
[EGD-4831] Add license headers to c, h and sql files

Add license headers to `h`, `c` and `sql` files as this files haven't
been checked previously, script now to automatically updates current
year in existing licenses.
9bf26e0e — mkamonMdt 5 years ago
[EGD-4889] Fix add/edit contact from dial window

Original behaviour (from dial window) was that user-provided number
was send to db with partial match query. This could cause more than
one result, with no further selection rule. Solution to this
particular behavior was to switch to full number match query.

Additionally problem with unrecognizable prefixes in user-provided
numbers was solved.
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
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.
280c5930 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
8856a656 — Mateusz Grzegorzek 5 years ago
[EGD-4995] Add changing passcode windows flow

Implement changing passcode windows flow
Next