~aleteoryx/muditaos

ref: 2d7f9ad5b7f149c4b9015b50e16e447ff051b3de muditaos/products/PurePhone d---------
2d7f9ad5 — Maciej Gibowicz 3 years ago
[MOS-515] Fix freezing on the on-boarding screen

The synchronization of the application startup
has been improved.
c6e08f47 — Lefucjusz 3 years ago
[MOS-42] Tethering popup with SIM not present fix

Fix of the issue that tethering popup showed
after the USB cable has been connected even
if selected SIM card was not present, so
there was no connection to network.
409b9b77 — Adam Dobrowolski 3 years ago
[MOS-516] FIX: tethering while call disabled

We discard tethering while call now
00fd29f8 — Marcin Zieliński 3 years ago
[MOS-477] Add the call log erasing option

Add the call log erasing option
434a335e — Lefucjusz 3 years ago
[MOS-411] Wired headset audio fix

Fixes non-working wired headset audio
during call
b232c977 — Pawel Olejniczak 3 years ago
[CP-1135] Extend messages API by deleteThread method

Allow to delete single message thread specified by id
using messages endpoint API.
[MOS-450] Fix turn off torch on critical battery level

Torch is now disabled on critical low battery level.
It will protect from battery draining.
c0f5243b — Lefucjusz 3 years ago
[MOS-402] Time legibility on lock screen fix

Fix of the issue that time on the lock screen was
getting illegible after a few hours. This change
fixes the problem by performing deep refresh
instead of fast refresh every 30 minutes. The
refresh rate can be easily changed, as it is stored
in settings database.
059d6daf — Paweł Joński 4 years ago
[BH-1454] Remove binary dependencies from linux build

Remove binary dependencies from linux build
88e410e2 — Maciej Gibowicz 3 years ago
[MOS-444] Fix phone freezing on low battery screen

After exceeding the 10% threshold of the battery,
there was no reaction during charging and the phone freezes
on the screen with a low battery.
3343f028 — Adam Dobrowolski 4 years ago
[MOS-266] Call StateMachine implementation

With some tests, documentation and so on
e693cffe — Pawel Olejniczak 3 years ago
[CP-1232] Extend messages EP API with getThreadByID method

Add API for getting single thread by its ID.
97e9d7b7 — Mateusz Piesta 3 years ago
[BH-1449] Fix gui/eink dependencies

* Dependencies between service-gui and service-eink
have been correctly defined.
* System close routine was replaced with the sequential one
which should solve many bell issues.
* It also fixes BH-1406 and BH-1442.
* Fixed some weird CMake issues in module-audio and
several other modules.
* Fixed service-gui closing routine
* Removed unneeded messages/states from service-gui/eink.
* Enhanced app-mgr closing routine. Fixed closing action handling.
2f42cd5e — Mateusz Piesta 4 years ago
[BH-1424] FreeRTOS update

Updated FreeRTOS source code to 10.4.6.
Moved FreeRTOS sources to the third-party directory.
Added necessary changes to the CMake configuration.
Split FreeRTOSConfig.h. From now, each board has its own.
Added missing log headers.
Minor refactor of the module-os cmake.
Fixed stack overflows in bell application main and time service.
72d31bfc — Tomasz Rybarski 4 years ago
[BH-1432] Split Language Display Handling

Separate implementations of handleDisplayLanguageChanged()
19c2c037 — Pawel Olejniczak 4 years ago
[CP-1080] Collect contacts notifications in outbox ep

When contact record is created/updated/removed during
connection with Mudita Center, notification of that
action should be collected in outbox endpoint to
keep contacts data synchronized between MuditaOS
and Mudita Center.
d6fdeb32 — Paweł Joński 4 years ago
[MOS-288] Split default and fallback fonts to separate entries

And fix emojis display
1cb4da81 — Adam Dobrowolski 4 years ago
[MOS-307] Application and Service example and docs

Working example of application and service ready to copy from
with minimum documentation
Apply suggestions from code review
Co-authored-by:
* Paweł Olejniczak <58421550+pawel-mudita@users.noreply.github.com>
* Paweł Joński <79840715+paweljonskim@users.noreply.github.com>
* Bartosz Cichocki <sp2fet@gmail.com>
dbde19f8 — Maciej Gibowicz 4 years ago
[MOS-117] Faster eInk sleep after screen redraw

eInk is turned on for 2 sec to redraw the screen
- so far it was 3.8 sec
38c53c18 — Paweł Joński 4 years ago
[MOS-288] Fixing cmake assets download

Fixing:
- json-rt1051-target name
- download Luts.bin from proprietary source, not public
Next