[EGD 4449] display backlight (#1120) * [EGD-4449] Added fsl drivers for pwm * [EGD-4449] Added sketch of cpp wrapper for PWM driver * [EGD-4449] First configuration of pwm * [EGD-4449] Pin Mux config added * [EGD-4449] Finalized basic configuration * [EGD-4449] Added layer of eink frontlight control * [EGD-4449] Added to worker event * [EGD-4449] Added getter for brightness level * [EGD-4449] Added mutex and clamp * [EGD-4449] First working PWM driver configuration * [EGD-4449] More minimalistic interface * [EGD-4449] Cleaning and refactoring * [EGD-4449] Connected to message system * [EGD-4449] Added gamma correction * [EGD-4449] PWM Start/Stop logic configuration * [EGD-4449] Linux target file added * [EGD-4449] Minor refactorings * [EGD-4449] Branch style fix * [EGD-4449] PR comments pt 1 * [EGD-4449] PR comments pt 2 * [EGD-4449] branch style fix * [EGD-4449] PR pt3 - messages change * [EGD-4449] Minor change * [EGD-4449] BrightnessLevel type added * [EGD-4449] Moved processing to EventManager * [EGD-4449] 1-5 levels to percentage * [EGD-4449] Fix style Co-authored-by: Wojtek Rzepecki <wojtek.rzepecki@mudita.com>
[EGD-4516] sim api: change pin, set/reset sim lock pin, switch sim (#1110) Added: sim api: change pin, set/reset sim lock pin, switch sim
[EGD-4557] implement usb-deinit (#1101) Added usb deinit calls for rt1051 and linux
[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'.
[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-4354] settings starting script moved to two separated scripts (#1067)
[EGD-4167] Add n display languages loaded from files (#1047)
[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-4073] Alarms database rework (#1006) Adaptation to the query approach.
[EGD-4182] Create UT for File Indexer DB (#1050)
[EGD-4491] MMI call forwarding full support (#1069) * support for Basic Service Group and time parameter of call forwarding * fix RequestFactory, previously regex checking loop may have been left too early
[EGD-3512] Create ICS Parser (#892) -Create application desktop endpoints for calendar events -Modify Calendar Database Interface -Create ParserICS lib -Create calendar events endpoints test -Create UT for ParserICS
Egd 4474 integration sim handling with gui (#1068) [EGD-4474] Send meesages bloks added to drive gui and received from them response (like pin, puk). Basic flow.
[EGD-4414] Add support for call barring MMI (#1057) * cover MMI requests with following codes: 33,331,332,35,351,330,333,353 * moved logic of building command string to base class
[EGD-4155] Created a code example of possible implementation of generic data pack for actions. (#957)
[EGD-4399] no response fix (#1061) [EGD-4400] added contact ID sending after contact adding Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
[EGD-4153] Use actions instead explicit applications switch. (#1032)
[EGD-4470]Fix no send init message on ready (#1059) Fix: no send init message on sim ready
[EGD-4367] sim passcodes flow implementation (#1033)