~aleteoryx/muditaos

ref: 652fc46c94209f2c58f18bbd359bce3bcabe6748 muditaos/module-utils d---------
c2cd94a6 — KacperLewandowski 5 years ago
[EGD-4417] Fix operations in calculator

1. Fix possibility to write illogical operations.
2. Fix possibility to write multiple '0' when it is not needed.
3. Add scientific notation when result do not fit on screen.
976d7595 — Maciej Janicki 5 years ago
[EGD-5250] Change time format on home screen and status bar

This commit changes time format displayed on home screen 
and on status bar by adding new locale for 12H format, 
which excludes am/pm suffix.
The new locale is set as new default format for time string.

Minor: Grammar typo fixed.
[EGD-4429] Enable DEBUG_MODEM_OUTPUT_RESPONSE to true

All those logs are crucial for identification of modem issues.
All modem debug logs are disabled in runtime by default.
[EGD-4429] Fix gui issues in application call

Fix the persistent answer and reject labels in Call Window issue
Fix the wrong call duration issue in both Call and Calls apps
Fix the not working call ignoring issue
7d7003d6 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
71a82520 — SP2FET 5 years ago
[EGD-4580] Add BT settings middleware

Added bluetooth settings middleware to store BT status in settings.
Added middleware layer to handle new settings queries.
7dee85f0 — Tomas Rogala 5 years ago
[EGD-4711] Change calendar events endpoints

-Create providers object
-Change endpoints data message structure to json object
-Extend ical format validation
-Extend service desktop tests for calendar endpoints
f3566bce — Krzysztof Móżdżyński 5 years ago
[EGD-4591] Change input language parser to load from files

Completely independent input language files and display language files.
Input language files are now loaded based on number of files in
"profiles" folder.
InputLanguageSettings window now shows input languages based on their
"filetype" value andfiles in "profiles" folder.
0c3cc549 — Mateusz Grzegorzek 5 years ago
[EGD-4706] Change log for RT1051 and Linux platform

Unify log for RT1051 and linux platform.
Add Logger class where common functions
for RT1051 and Linux are stored.
3b08e4c3 — Mateusz Grzywacz 5 years ago
[EGD-4932] new battery icons + battery in TopBar rework
f56609aa — Lucjan Bryndza 5 years ago
[EGD-4502] Fix and remove old vfs boot

Remove old vfs bootconfig from the vfs which
will be removed in the later commit
14918dc4 — jimmorrisson 5 years ago
[EGD-4925] Change new filesystem handling implementation in module-gui. (#1193)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module gui. There are some modifications in other modules included which are necessary because of build system issues.
caa4ecec — Mateusz Grzegorzek 5 years ago
Revert "[EGD-4532] Implement dumping logs to a file for RT1051 (#1114)" (#1197)

This reverts commit 3572f1bf7995a7270755fab682c4285fe06cd9c6.
bcb2f3dd — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
6ce0dc4d — jimmorrisson 5 years ago
[EGD-4751] Change: new filesystem handling implementation in module services. (#1151)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module services. It also contains minor fixes in module-services.
8df9b22a — Mateusz Grzywacz 5 years ago
[EGD-4582] Bluetooth over DMA (#1115)

[EGD-4582] Bluetooth UART: replace polling with DMA
6711e02b — jimmorrisson 5 years ago
[EGD-4446] Change: new filesystem handling implementation in module db. (#1052)

Due to vfs deprecation there is need to remove all vfs calls from code. This PR covers module database. It also contains minor fixes in module-db.
c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
3572f1bf — Mateusz Grzegorzek 5 years ago
[EGD-4532] Implement dumping logs to a file for RT1051 (#1114)

Dump logs to a file on RT1051 after reaching 80% of log buffer utilization.
8be15b96 — Lucjan Bryndza 5 years ago
[EGD-4498] Virtual Filesystem Core Framework (#1074)

* [EGD-4498] Registering and unregistering VFS

* [EGD-4498] Mount structures added

* [EGD-4498] Mount filesystem completed

* [EGD-4498] Mount / unmount / and find mount impl

* [EGD-4498] Per thread directory TLS

* [EGD-4489] Absolute paths implementation

* [EGD-4498] Git ignore vim

* [EGD-4498] VFS core functions without cwd

* [EGD-4498] Other syscalls

* [EGD-4498] Code review fixes

* [EGD-4498] Code review #2

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>

* [EGD-4498] Code review small fixes vol #3

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
Next