[EGD-2408] Fetch sms at startup (#991)
[EGD-4272] Translating messages to actions introduced to application manager. (#987) Code cleanup: - Removed static constants from ApplicationHandle - Application manager messages refactored.
[EGD-4190] NewMessage fixes (#975) * [EGD-4190] fixed NewMessage deleting text on window change
[EGD-4216] Convert service-cellular to library
[EGD-4319] Added test harness API (#993) [EGD-4319] added phone lock checking and opening application from harness Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
[EGD-4215] Convert service-bluetooth to library
[EGD-4359] fixed linux USB sending (#989) Fixed USB linux sending to be able to use test harness on the simulator Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
[EGD-4301] Bluetooth Audio profile support (#984) - implemented audio sink/source switching - reorganized / renamed sound events - moved SetBluetoothStreamData and AudioDevice instance to base Operation class - added audio profiles RecordingBluetoothHSP, RoutingBluetoothHSP - removed unused audio Profiles - removed redundant OutputPath and InputPath classes from CodecParamsMAX98090
[EGD-4282] Add warnings in scripts on wrong pram usage
[EGD-4282] Add warnings in scripts on wrong pram usage
[EGD-4214] Convert service audio to library
[EDG-4506] Database initializer to load init scripts from file (#979) * [EDG-4506] Database initializer to load init scripts from file
[EGD-4275] Add torch window frontend (#983)
Minor fix: uppercase network names in topbar (#978)
[EGD-4302] Properly invalidate application handle on application close in order to call its destructor. (#964)
[EGD-4200] Message handling refactored. (#974)
[EGD-4059] Create messages for File Indexer Agent (#967)
[EGD-4210] Text newline handling, bounds first refactor, Test fixes. (#944)
[EGD-3809] Calendar changes after UX redesign (#745) Add an additional field for date of the event. Set 'all day' event as a default option when you add a new event. Change in the design of AllEventsWindow and EventDetailWindow according to UX redesign.
[EGD-4147] Script to apply update packages from Linux/OSX (#894) * [EGD-4147]: Script to apply update packages from Linux/OSX * [EGD-4147] renamed PUREOS->MUDITAOS -f switched to -u this script needs PR https://github.com/mudita/MuditaOS/pull/901 to be merged * [EGD-4147] added set -o v