~aleteoryx/muditaos

ref: 0e1880a726f97def0117b53a4008fdbcaa6a7a34 muditaos/module-apps d---------
0e1880a7 — Jakub Pyszczak 5 years ago
[EGD-5624] Added window update

This PR introduces mechanism for passing
data to the currently displayed window by
switch data.
39e6f1b1 — RobertPiet 5 years ago
[EGD-5902] Phone Modes Windows

Windows for phone modes created.
Offline:FightMode/messages only ServiceCellularApi created.
ConnectionFrequency and DND options settings throught AppSettings.
96f65e63 — Michał Kamoń 5 years ago
[EGD-6108] Fix phonebook leak of DialogMetadata

The cause of leak were releases on `unique_ptr` - reviewer
(my) mistake
ded0ff6c — lblach 5 years ago
[EGD-5933] Display Category Selection Window

This window is needed to assist the user selecting the quotes
categories to display.
724505bb — Piotr Tański 5 years ago
[EGD-2653] Update list of call logs in chunks

Automatically update the list of call logs in chunks.
c7ce843b — lblach 5 years ago
[EGD-5936] Add Edit Quotes Window

This window is needed by the user to assist the user in editing quotes
or/and selecting the quotes categories to display.
4de99701 — Piotr Tański 5 years ago
[EGD-5952] Changed service stack depths acc. to real usage

Stack depth changed for:
- Application Manager
- Service Bluetooth
- Bluetooth Worker
- Service Eink
- Service GUI
- Application Special Input
d6968d83 — Wojtek Rzepecki 5 years ago
[EGD-5968] Fix PowerOff window

PowerOff window lifting done
to comply with given design.
66db7b08 — SP2FET 5 years ago
[EGD-5512] Usb security refactor and devices pairing

Move all security related functionality to single security endpoint
Paired devices can be added to avoid further passcode requests
1e55ef8f — Pawel.Paprocki 5 years ago
[EGD-6033] Fix Analise and optimize stack for application-phonebook

Reduce application-phonebook stack size to 1k
Reduce stack usage for Phonebook functions:
contactRemove
contactBlock
showDialogDuplicatedNumber
showDialogDuplicatedSpeedDialNumber
796bab6b — Pawel Olejniczak 5 years ago
[EGD-6074] Add system message and window for BT initialization error

Purpose of added system message is to sent information about bluetooth
initialization result from bluetooth service to application settings.
Added window will print error if initialization fails.
Further integration in service bluetooth is required.
72ac24f2 — Pawel Olejniczak 5 years ago
[EGD-6073] Fix text formatting in retry windows

Error message in retry windows was displayed incorrectly.
776a51e5 — Wojtek Rzepecki 5 years ago
[EGD-5969] Add battery charging UI

Battery charging UI modified
according to design
efef3c36 — Alek Rudnik 5 years ago
[EGD-6043] Change status bar layout

Status bar is rewritten to use box layout
20fe1b88 — RobertPiet 5 years ago
[EGD-5934] Adjust add/edit quote to the design

Changed order of fields Author/Note, counter only for Note.
354b47aa — Tomasz Sobkowiak 5 years ago
[EGD-6004] Change application messages stack size to 6kB

Tests done for over 100 threads and 1000 messages in overall
Stack size during tests didn't go over 5kb
1b6e1a10 — Pawel Olejniczak 5 years ago
[EGD-6024] Fix refreshing bt devices list after disconnect

After pushing Disconnect button, list was not refreshing
in a proper way, a disconnect button was nat changed to connect.
0b9bca2a — Alek Rudnik 5 years ago
[EGD-6014] Fix top bar includes

This is only clean up of includes, no functional changes
77faaaec — Pawel Olejniczak 5 years ago
[EGD-6024] Return to All Devices window after attempt to retry action

Execution of retry pairing/unpairing/connecting took too long
to wait for it on retry popup. Fixed minor bugs.
5f30b606 — Pawel Olejniczak 5 years ago
[EGD-6010] Fix addres in retry window

Address was lost while being forwarded to the retry window.
Next