~aleteoryx/muditaos

c0d1d524 — Lucjan Bryndza 5 years ago
Merge branch 'master' into stable
31e60282 — PrzeBrudny 5 years ago
[EGD-3499] Text scrolling added and its usage updated in widgets. (#1079)

Add Text scrolling, Add text starting position,

Added text scrolling, updated TextLine line endings, TextBlocks newline handling, updated SMS Bubble and Notes text items. Added tests for scrolling.
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.
2ecb96a5 — RobertPiet 5 years ago
[EGD-4705] default settings values names fixed (#1137)

4bbdb1d3 — Pawel Paprocki 5 years ago
[EGD-4465] Create info window for incoming MMI messages (#1078)

f0b1ee9d — piotrleniec-mudita 5 years ago
[DW-18] Github integration for simulator startup test (#1122) (#1122)

Add emulator tests to the main github workflow
0cc2af08 — Maciej Gibowicz 5 years ago
[EGD-4472] PowerManagement: Separation of CPU clock into separate clock domain (#1125)

Change CPU clock into separate clock domain

We can control the CPU frequency independently of the peripherals.
84d61d60 — Radoslaw Wicik 5 years ago
[EGD-3596] Add python test environment in docker

`[docker]` Add python requirements for test with simulator

Change is required to support running python test with simulator.
193f8e73 — Bartosz Cichocki 5 years ago
[EGD-4578] bluetooth: added interface messages (#1116)

Add Bluetooth interface messages

[EGD-4578] updated class diagram

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
8372183e — Michał Kamoń 5 years ago
[EGD-4574] Meditation: fix intervals chime choice to scale with meditation time (#1113)

9c364076 — Michał Kamoń 5 years ago
[EGD-4376] Meditation: fixed to many options for time set (#1105)

a261a132 — Piotr Tanski 5 years ago
[EGD-4554] Set the limit of a note text to 4'000 characters. (#1123)

* [EGD-4554] Notes file cleanup; They're not used anymore.
* [EGD-4554] Set the limit of a note text to 4'000 characters.
06b21752 — Piotr Tanski 5 years ago
[EGD-4561] Fixed displaying the special characters in a note title. (#1124)

be057d28 — wojtekrzepecki 5 years ago
[EGD 4449] display backlight (#1120)

* [EGD-4449] Added fsl drivers for pwm

* [EGD-4449] Added sketch of cpp wrapper for PWM driver

* [EGD-4449] First configuration of pwm

* [EGD-4449] Pin Mux config added

* [EGD-4449] Finalized basic configuration

* [EGD-4449] Added layer of eink frontlight control

* [EGD-4449] Added to worker event

* [EGD-4449] Added getter for brightness level

* [EGD-4449] Added mutex and clamp

* [EGD-4449] First working PWM driver configuration

* [EGD-4449] More minimalistic interface

* [EGD-4449] Cleaning and refactoring

* [EGD-4449] Connected to message system

* [EGD-4449] Added gamma correction

* [EGD-4449] PWM Start/Stop logic configuration

* [EGD-4449] Linux target file added

* [EGD-4449] Minor refactorings

* [EGD-4449] Branch style fix

* [EGD-4449] PR comments pt 1

* [EGD-4449] PR comments pt 2

* [EGD-4449] branch style fix

* [EGD-4449] PR pt3 - messages change

* [EGD-4449] Minor change

* [EGD-4449] BrightnessLevel type added

* [EGD-4449] Moved processing to EventManager

* [EGD-4449] 1-5 levels to percentage

* [EGD-4449] Fix style

Co-authored-by: Wojtek Rzepecki <wojtek.rzepecki@mudita.com>
f8d09151 — Roman Kubiak 5 years ago
[EGD-4382] fixes for update generation/apply scripts (#1127)

5f1ac868 — jimmorrisson 5 years ago
[EGD-4607] flashing: fix clearing disk partition. (#1129)

Flashing pure should clear all data from disk partition first. It's known issue that script doesn't affect all files which may cause errors. This PR adds removing Trash dir from disk partition.
7375a477 — Alek Rudnik 5 years ago
[EGD-4668] Fix for not working blame in VSC (#1132)

fd33c60a — Bartosz Cichocki 5 years ago
[EGD-4660] fix: fixed gcc10 build (#1131)

Co-authored-by: SP2FET <bartosz.cichocki@mudita.com>
0900f22c — Roman Kubiak 5 years ago
[EGD-4382] vfs fixups (#1126)

* initial value for boot config
* run boot config methods after vfs has been marked as initialized
* type-os
* in case .boot.json is broken, re-write it with defaults
fda5e8bd — Pawel Paprocki 5 years ago
[EGD-4466] Create USSD communication window (#1117)

Next