~aleteoryx/muditaos

65193f0a — Mateusz Piesta 4 years ago
[BH-626] Home screen

Added home screen GUI and corresponding  logic
ca7bfc34 — Mateusz Grzegorzek 4 years ago
[BH-741] Split ApplicationManager

ApplicationManager no OnBoarding app fix
99ec243a — Mateusz Grzegorzek 4 years ago
[BH-739] Split EventManager

Temporary fix for Bell EventManager EventWorker queues.
Queues in WorkerEvent::init are accessed by
index based on `WorkerEventQueues` enum which cause
that all queues must be inserted and the order of queues
must be correct.
4bf8623d — Maciej Janicki 4 years ago
[BH-685] Add alarm handler factory

This commit adds factory for alarm handlers with
basic handlers draft for Bell.
d2fcc302 — Paweł Joński 4 years ago
[BH-743] Add AlarmEvents

Add AlarmEvents to database
e1ef8216 — Mateusz Grzegorzek 4 years ago
[BH-741] Split ApplicationManager

Separate Pure and Bell ApplicationManager functionalities
to separate files.
1da915ac — Wojtek Rzepecki 4 years ago
[BH-777] Add Bell specific ld script configuration

Added bell specific ld script configuration for
board memory layout
8fbdd6ec — Marcin Smoczyński 4 years ago
[EGD-7361] Fix not booting from image

After moving some files to libboard.a the linker was not eager to look
for symbols that should be in the boot header (.boot_hdr section).

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
89518a0a — Paweł Joński 4 years ago
[BH-743] Add EventRecord implementation

Add EventRecord implementation + tests
e241f1e7 — Mateusz Grzegorzek 4 years ago
[BH-783] Add big version of GT Pressura font

GT Pressura regular font 190 size is needed in Bell.
ca4836b6 — Bartosz Cichocki 4 years ago
[EGD-7355] Fix clang checking script

Fixed version check
e433e8dd — GravisZro 4 years ago
Fix transparent backgrounds in PlantUML

Images generated using PlantUML had transparent backgrounds which made
their text difficult to read on GitHub when using "Dark Mode". Forcing
a background color of #F0F0F0 ensures they are all readable.
71fa4c55 — Paweł Joński 4 years ago
[BH-721] Fix and add new rrule generator methods

Add rrule generator for next incoming timestamp
Add ical iterator wrapper
Fix existing range generator to include event start timestamp
Use time lib TimePoint definition
Add neccessary public dependencies
6e0c4844 — Mateusz Grzegorzek 4 years ago
[BH-739] Split EventManager

Renaming:
- rename EventManager to EventManagerCommon,
- rename PureEventManager and BellEventManager
to EventManager
6787a67f — Mateusz Grzegorzek 4 years ago
[BH-739] Split EventManager

Move `test-settings` to `PurePhone` product-specific directory
83cb7c74 — Mateusz Grzegorzek 4 years ago
[BH-739] Split EventManager

Separate Pure and Bell EventManager functionalities
to separate files.
b355d5ce — Marcin Smoczyński 4 years ago
[BH-733] Cleanup target dependencies

Remove obsolete target dependencies across modules.
Remove 'cross' and 'unittests' targets.
Refactor some remaining target dependencies to use board include macro.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
f54d4005 — Marcin Smoczyński 4 years ago
[BH-734] Add hardware board selection

To support bell hardware one needs to distinguish between the rt1051
generic target and product's boards.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
587915d5 — Lucjan Bryndza 4 years ago
[CP-330] Remove all remounts RW fat partition

FAT is changed only by the updater application
PureOS shouldn't touch the FAT partition

Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>
5de4027e — Mateusz Grzegorzek 4 years ago
[BH-701] Use TimeSetFmtSpinner in Alarm app

Fix default font issue
Next