~aleteoryx/muditaos

123c95f9 — KacperLewandowski 5 years ago
[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.
23533f8b — Roman Kubiak 5 years ago
[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
8275e3bc — Wojtek Cichoń 5 years ago
Changes in LICENSE.md regarding proprietary code (#954)

Changes in LICENSE.md regarding proprietary code and adding descriptions to what the code does
a0ffde3a — Radosław Wicik 5 years ago
[EGD-4212] Convert service-antenna to library (#972)

Co-authored-by: Radoslaw Wicik <radoslaw@wicik.pl>
bb8d2083 — PrzeBrudny 5 years ago
Revert "Codeowners syntax fixed (#872)" (#980)

This reverts commit 96c33028f170183ecdb4e348ad6a473c1d45ea3a.
Codeowners syntax fixed (#872)

691c2926 — Krzysztof Mozdzynski 5 years ago
[EGD-3360] Input and display language separation, input language setting implementation (#920)

dbc5da5f — Roman Kubiak 5 years ago
[EGD-4158] network access technology added to deviceInfo endpoint (#921)

e5199a37 — Lucjan Bryndza 5 years ago
[EGD-4261] stdlib file access syscalls for RT1051 platform (#952)

* [EGD-4261] Initial version of syscalls

* [EGD-4261]  CR small fixes

* [EGD-4261] Rename namespace and fsync call

Rename namespace vfs::internal for clarify that syscall functions are for internal use only

* [EGD-4261] Handle manager for stdlib

Handle manager layer for STDIO compatibility.

* [EGD-4261] Initial version of sysscall (old vfs)

* [EGD-4261] Direntry syscalls completed

* [EGD-4261] Fixes in handle manager

* [EGD-4261] Add support for std::filesystem.

libstdc++ from compiler is compiled without <dirent.h>
, so std::directory_iterator doesn't work.
Our implementation fix this issue and override
libstdc++ library code

* [EGD-4261] Compile syscalls only on RT1051 target

* [EGD-4261] RT compile fix

* [EGD-4261] Code review small fixes

* [EGD-4261] Code review fixes

* [EGD-4261] Remove redundant noisy debug log msg.

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
8417cc6b — Marcin Smoczyński 5 years ago
changelog: update for v0.45.1 (#971)

287e49ad — Alek Rudnik 5 years ago
[EGD-4325] Meditation App - Fixed crash on gong sound. (#977)

d982cc53 — Alek Rudnik 5 years ago
[EGD-4322] added new music file samples (#976)

f6161b11 — breichel 5 years ago
[EGD-4116] +CME ERROR support for AT commands. Error number available … (#893)

[EGD-4116] +CME ERROR and +CMS ERROR support for AT commands. Now error code available in at::Result as errorCode via Variant type.
d5baec38 — Bartosz Cichocki 5 years ago
[EGD-4211] moved test harness into service-desktop (#945)

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
6a92a726 — Hubert Chrzaniuk 5 years ago
[EGD-2962] Refactor / improve URC handling (#947)

 - QIND URC has been extended to support FOTA reply
 - added support for CLIP, CMTI and POWERED DOWN URCs
 - added support for URC responses codes handling
 - created URCHandler abstraction and moved out URC handling from
   cellular service code
 - URC objects are now created by factory on a basis of URC head, rather
   than previous approach where they were created a priori
 - Renamed classes to be consistent with rest of the project
ff7af960 — Radosław Wicik 5 years ago
[EGD-4313] Fix usb_stack submodule path (#969)

66034c91 — Lucjan Bryndza 5 years ago
[EGD-4298] Detect RO filesystem with errors (#963)

Linux remount filesystem in RO mode when errors
are detected on disk. Flash script detect mounting
filesystem as read only and suggest to user commnand
how to fix the VFS errors.

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
486d21af — Marcin Smoczyński 5 years ago
[EGD-4288] refactor global data (#959)

Reduce firmware size by refactoring global data defined in public
headers.

Each global variable which require runtime initialization adds
initialization code to every translation unit which includes the header
where the variable is defined and declared.
eb1f8206 — Roman Kubiak 5 years ago
[EGD-3688] usb stack as an external module (#906)

* [EGD-3688] usb stack as an external module
removed old usb code

* [EGD-3688] linux fix

* [EGD-3688] fixes for new USB code

* [EGD-3688] updated submodule
501260be — Lucjan Bryndza 5 years ago
[EGD-4298] Disable WAL log in DB (#965)

Disable Write Ahead Log due to reduce number of fat updates

Co-authored-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
Next