~aleteoryx/muditaos

b055eee3 — SP2FET 4 years ago
[EGD-5981] Fix BT scan stop issue

Btstack's scan stop call was not working properly thus force stop
function has been added
8460e9e9 — SP2FET 4 years ago
[EGD-5980] Fix BT paired devices list

After pairing more than 1 device the paired device list showed
only the last paired. This commit fix this issue
194368db — Lucjan Bryndza 5 years ago
[EGD-5047] Add support for newlib time

Add support for newlib time standard syscalls.
622a7141 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5926] Unmount VFS partitions on close

There is no shutdown procedure reflecting sysInit,
but filesystems can be unmounted directly before returning
from main()
76dc6f9f — lblach 4 years ago
[EGD-5771] Create post update info window

Add post update info window.
2c4dd150 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5927] Redirect access to '/lib' in emulator

Sanitizer was trying to access libraries after all objects
got deleted and hung in a nested bug state.
73ff1752 — Pawel.Paprocki 4 years ago
[EGD-5898] Fix test send message

Added extra time to send message
d1fe9bc5 — SP2FET 4 years ago
[EGD-5977] Fix empty BT devices list after pairing

After changing flow of settings windows, the stopScan command
is being executed right after executing pairing, so cleaning the
scan devices list is being done on scan start
64b89cc0 — Kuba Kleczkowski 4 years ago
[EGD-5621] Change call request facory

Commands crated by call request factory had the wrong timeout.
Now timeout is defined by command.
fec0f255 — Michał Kamoń 4 years ago
[EGD-5966] Fix unit test build linker error

Problem was created by not extending `VisitorMock`
to mock new method of abstract `GuiVisitor`
bb5a91eb — Lucjan Bryndza 4 years ago
[EGD-5948] Fix build pure image for all target

Currently image is generated as a separate rule, but we need
to build image for the all targets.
bb76fe40 — Hubert Chrzaniuk 4 years ago
[EGD-5713] Change volume hardware buttons behaviour

The volume button policy has been redesigned to be less
ambiguous for the user.
ea7264d4 — Marcin Smoczyński 4 years ago
[EGD-5941] Add tool to analyze stack usage

Add a script to determine a stack usage of code components.
The GENERATE_STACK_USAGE option must be used in the build configuration.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
2d2e4328 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5900] Fix filesystem performance issue (Linux)

Make fread/fwrite ignore requested item size
and perform on 8KB blocks
e676068f — Pawel Olejniczak 4 years ago
[EGD-5912] Add forget bluetooth device feature

Added button on AllDevices window, and handling for it.
Added needed messages for communication with service bluetooth.
Feature is now complete on application settings side.
Further integration in service bluetooth is needed.
3fb041cb — Mateusz Grzegorzek 4 years ago
[EGD-5899] Restore Quotes Windows

Due to mistakes probably during rebase
Quotes Windows weren't correctly merged by this PR:
https://github.com/mudita/MuditaOS/pull/1252

This PR fixes it.
cceb5b09 — Hubert Chrzaniuk 4 years ago
[EGD-5789] Fix loudspeaker in-call logic

In some cases loudspeaker state night have not
been passed properly ignoring users choice.
9832365c — Mateusz Grzegorzek 4 years ago
[EGD-5698] Add pagination for messages

Add pagination for messages
a05bf00a — SP2FET 4 years ago
[EGD-5765] Add BT docs

Added simple documentation about profile manager
9d8eff64 — Radoslaw Wicik 4 years ago
[EGD-5860] Fix build packages

Merging and cleaning cmakes requred cleaning.
Next