~aleteoryx/muditaos

4490d0da — Hubert Chrzaniuk 4 years ago
[EGD-5714] Add phone mode handling for Audio Service

Added separate set of settings for all phone modes along
with basic support for phone mode change.
e9fae2e3 — Marcin Smoczyński 4 years ago
[EGD-5869] Add puregdb

Add misc-tools repo containing:
 - linker map file analyzer (firmware size analyzer)
 - gdb's plugin which checks system memory health

Automatically load puregdb at startup of a debug session.

Signed-off-by: Marcin Smoczyński <smoczynski.marcin@gmail.com>
c5baf39b — Radoslaw Wicik 4 years ago
[EGD-5860] Fix build packages

Error introduced by merge, fixed paths and dependences.
3d3b997c — SP2FET 4 years ago
[EGD-5856] Update Btstack

Updated to the latest version, fixes few bugs
16c0d166 — Lukasz Skrzypczak 4 years ago
[EGD-3685] Fix timers starting without callback

Fixed null-callback timer in Vibra starting automatically on creation
46b856d6 — breichel 4 years ago
[EGD-5831] Fix handling URC

Fix handling URC like no carrier
e61a7d2d — Lucjan Bryndza 4 years ago
Merge branch 'EGD-5737-merge-master-to-exp-lbr-fix'
a76e4c88 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5737] Temporary fix

Check if we have a race here
f4f85049 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5565] USB: Fix stack size for littlefs

Update USB submodule
d16947c8 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5737] Fix compilation issues after merge

Master was using some fetures removed by new filesystem
fe721693 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
9c9d3ff4 — breichel 4 years ago
[EGD-5817] Fix USD menu navigation

All menu levels available via USD queries
993235b7 — Kuba Kleczkowski 4 years ago
[EGD-5740] Change cellular message handlers

Phone modes dependent message handlig is moved to separated
handlers.
8f079721 — Mateusz Grzegorzek 5 years ago
[EGD-5312] Add Time selection window

- add ChangeDateAndTimeWindow,
- extract EventTimeItem to common widgets folder
  and rename it to TimeWidget,
- extract EventDateItem to common widgets folder
  and rename it to DateWidget,
- replace timeWidget with common TimeWidget
  in NightshiftWindow,
- refactor time setting in
  DesktopMainWindow and TopBar,
- Remove dead code from EventManager
  (GetNextAlarmTimestamp and HandleAlarmTrigger)
3fd296c5 — Tomasz Langowski 4 years ago
[EGD-5845] Fix broken harness messages tests

Fix broken harness messages tests
ce1d8cc6 — Pawel Olejniczak 4 years ago
[EGD-4339] Refactor AllDevices and PhoneName windows

Rewrote these windows in a proper way.
Fixed few minor issues.
GUI adjustments.
e29bd7fb — Hubert Chrzaniuk 4 years ago
[EGD-5717] Add vibration API calls in audio service

Vibration API is utilized to enable physical feedback
for the phone user.
a007ed29 — Pawel.Paprocki 4 years ago
[EGD-5820] Fix  Scrolling down contacts improper data are displayed

Fix for functional regression in Phonebook introduced by EGD-5557
module-db/queries/RecordQuery.cpp
RecordQuery::RecordQuery(std::size_t limit, std::size_t offset)
1929a382 — SP2FET 4 years ago
[EGD-5848] Fix bluetooth pairing key import

After BT refactor settings init for key storage has been moved,
thus in the initial phase settings were unavailable and btstack
couldn't import keys from storage
b7622bf1 — Radoslaw Wicik 4 years ago
[EGD-5812] Add cmake support for Products

Move cmake scripts/modules to separate directory, adding Products will
add new more scripts so first clean up, then changes.
Next