~aleteoryx/muditaos

998ceac4 — Radoslaw Wicik 5 years ago
[EGD-4217] Convert service-db to library
6e248eb3 — Tomek Sobkowiak 5 years ago
[EDG-4349] Load script to init alarms database (#1000)

57c7672f — Piotr Tanski 5 years ago
[EGD-4366] Global data cleanup. (#999)

c1fa253a — Alek Rudnik 5 years ago
Changelog fixes for release 0.46.1 (#1008)

aeee87ba — Lucjan Bryndza 5 years ago
[EGD-4264] Mark vfs methods as deprecated (#998)

* [EGD-4264] Mark vfs methods as deprecated

Mark all vfs.xxx method as deprecated all applications should migrate
to standandard file IO library like <cstdio> <fstream> <filesystem>.
Standard libraries are working, and vfs. global class will be removed
in the feature relase when disk and filesystem manager will be completed

* [EGD-4264] Deprecated migration guide comment

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
33436199 — kkleczkowski 5 years ago
Egd 4097 call request recognition (#961)

* [EGD-4097] WiP Call request factory.

* [EGD-4097] Fabrication method changed.

* [EGD-4097] Call request handlers.

* [EGD-4097] Request handlers.

* [EGD-4097] Small refactor.

* [EGD-4097] Cleanup.

* [EGD-4097] Fixes aftr rebase + changelog.

* [EGD-4097] License fixed.

* [EGD-4097] PR suggestions.

* [EGD-4097] Fixxed request constructors.

* [EGD-4097] PR suggestions applied.

* [EGD-4097] Style fix.

* [EGD-4097] After rebase fix.

* [EGD-4097] Removed unnded semicolons.

Co-authored-by: Kuba Kleczkowski <dd>
97d865c0 — Lucjan Bryndza 5 years ago
[EGD-4330] file streams ld preload library (#982)

* [EGD-4330] file streams ld preload library

It is concept library LD_PRELOAD for handle syscalls wrapper to the
image fat file.

* [EGD-4330] Stdlib implementation

* [EGD-4330] Stdio syscalls

* [EGD-4330] Dir searching stdlib replacement

* [EGD-4330] NL at end of file

* [EGD-4261] Working version of library wrapper

* [EGD-4330] Script for run emulator on fs image

Run phone emulator using filesystem image

* [EGD-4261] Missing debug file

* [EGD-4330] Not needed to link...

* [EGD-4330] Code review fixes #1
    iosyscalls

* [EGD-4330] Code review fixes round #2

* [EGD-4330] Code review round #3

* Ident fixes

* [EGD-4330] Ident fixes

* [EGD-4330] Code review round #4

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
691ca41c — Hubert Chrzaniuk 5 years ago
[EGD-4378] Fix audio bugs (#1003)

* fix - call ear-speaker does not work
* fix - BT sink state is not stored
7ccc52c0 — Hubert Chrzaniuk 5 years ago
[EGD-4357] Improve error handling in audio (#990)

 - error code can be now returned also during
   initialization
 - fixed crash when user requested to playback
   file that does not exist
7f89f418 — jimmorrisson 5 years ago
[EGD-2408] Fetch sms at startup (#991)

3a188305 — Piotr Tanski 5 years ago
[EGD-4272] Translating messages to actions introduced to application manager. (#987)

Code cleanup:
- Removed static constants from ApplicationHandle
- Application manager messages refactored.
1b00c14e — Michał Kamoń 5 years ago
[EGD-4190] NewMessage fixes (#975)

* [EGD-4190] fixed NewMessage deleting text on window change 
945e39df — Radoslaw Wicik 5 years ago
[EGD-4216] Convert service-cellular to library
aedd6a7a — Bartosz Cichocki 5 years ago
[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>
b96313b1 — Radoslaw Wicik 5 years ago
[EGD-4215] Convert service-bluetooth to library
d2589ec5 — Bartosz Cichocki 5 years ago
[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>
b7e1a04a — Hubert Chrzaniuk 5 years ago
[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
4d4882dc — Radoslaw Wicik 5 years ago
[EGD-4282] Add warnings in scripts on wrong pram usage
7a172893 — Radoslaw Wicik 5 years ago
[EGD-4282] Add warnings in scripts on wrong pram usage
4bdfb00d — Radoslaw Wicik 5 years ago
[EGD-4214] Convert service audio to library
Next