[EGD-4455] Desktop windows refactored (#1095)
[EGD-4487] Application notes implemented. (#1094) * [EGD-4487] Implementation of notes application.
[EGD-4557] implement usb-deinit (#1101) Added usb deinit calls for rt1051 and linux
[EGD-4506] Add proposal of basic bluetooth settings data flow (#1090)
[EGD-4175] keyboard backlight (#1082) * [EGD-4483] fix for put_64 in libmtp * [EGD-4175] Added cpp to cmake script * [EGD-4175] Rename to keypad_backlight and first test * [EGD-4175] First working setup * [EGD-4175] Remaking the interface * [EGD-4175] Added class to event manager * [EGD-4175] Cleaning * [EGD-4175] Added linux target file * [EGD-4175] Added missing deinit * [EGD-4175] cleanup * [EGD-4175] Added check state function * [EGD-4175] Simpler interface * [EGD-4175] Linux target file adjustment * [EGD-4175] Cleanup .. * [EGD-4175] Style check fail repair * [EGD-4175] Another style check fix * [EGD-4175] Applying style branch fix * [EGD-4175] Red<->Green exchange * [EGD-4175] PR comments pt1 * [EGD-4175] PR comments pt2 * [EGD-4175] PR comments pt3 * [EGD-4175] Another style check fix * [EGD-4175] next PR comments * [EGD-4175] New cpp file for evm, namespaces fix * [EGD-4175] Last pr cleaning * [EGD-4175] Yet another style check fix... * [EGD-4175] Final fixes from pr Co-authored-by: Roman Kubiak <roman.kubiak@mudita.com> Co-authored-by: Wojtek Rzepecki <wojtek.rzepecki@mudita.com>
[EGD-4150] Change filename i18 to i18n (#1108) Change filename of internationalization files from i18 to i18n. I18n should stand for internationalization, not i18. That's why I changed in 'module-utils' name of the folder 'i18' and both .cpp and .hpp files to 'i18n'.
changelog: update changelog for v0.48.1 (#1104) (#1106)
[EGD-4510] testing: added pytest tests, updated documentation (#1096) Add pytest test and functional tests, update documentation [EGD-4510] rewritten service-desktop tests into pytest manner [EGD-4510] updated docs, rewritten FT to pytest manner Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
[EGD-3572] SettingsTable exchanged to settings::Settings (#968) (#1044) [EGD-3572] Application has an instance of Settings - removed from derived apps [EGD-3572] Application is the owner of Settings handling for its windows/widgets [EGD-3572] Settings header moved to service-db public section
EGD-4546 builtin mic not working (#1102) [EGD-4546] Fix of enable of built-in microphone in MAX98090 codec setup.
[EGD-4354] settings starting script moved to two separated scripts (#1067)
[EGD-4477] Dump logs to a file for linux (#1081) [EGD-4477] Implement dumping logs to a file for linux
[EGD-4037] fix phone hardfault when the OS that (#1088) fix phone hardfault when the OS that is connected via USB to the phone, reboots
[EGD-4544] doc: update requirements for commits (#1097) Change the requirements for commits' description. In order to be able to remove the obligation to change the project changelog with every PR, provide requirements for commits' title and description. The first sentence of each commit will be included in the changelog directly, while the rest of it should help understand others motivation and result of a change.
[EGD-4549] Mediaplayer read file timeout (#1098) It is caused that fread() works really really slow after changing ff_fread() items/num.
[EGD-4167] Add n display languages loaded from files (#1047)
[EGD-4517] Added Text Up/Down navigation with tests. (#1089)
[EGD-4423] Added MMI convertible to action messages. (#1087) * [EGD-4423] Added MMI convertible to action messages. * [EGD-4423] Fixed message type. * [EGD-4423] Review applied. * [EGD-4423] Unneded message removed, restored cellular log blocking. Co-authored-by: Kuba Kleczkowski <dd>
[EGD-3698] Add UT for TimeRangeParser. (#750) Move TimeRangeParser to module-utils.
[EGD-4524] Fix unable to build Linux Release tgt (#1093) Due to the errors in the libiosyscalls it was impossible to build emulator for Linux Debug target. This commit will fix this problem. Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>