~aleteoryx/muditaos

ref: 24d11da9302984fad2367df27df2f4799570eb8d muditaos/module-apps d---------
84095629 — Przemyslaw Brudny 5 years ago
[EGD-5883] Added generic button popups attach to applications

Created structure and implementation for popup windows
attachments on button actions into applications. Moved Volume
window to fit into solution. BarGraph refactored.
f1899f24 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5999] Fix stack size for calculator

Set stack size to 2,5kB for calculator app
83524c42 — SP2FET 5 years ago
[EGD-5986] Fix re-enabling BT scan

Due to incorrect stopping the BT scan, re-enabling it caused
failure to HCI state machine, which was indirect cause of failing
connections. Now it works
7ccc68c2 — Alek Rudnik 5 years ago
[EGD-5832] Status bar widgets refactor

Status bar SIM widget refactor
Status bar time widget recfactor
Status bar lock widget refactor
Separation of status bar time widget and desktop main window time widget
Fixed issue with wrong calculation of timezone based time
d325f1bd — SP2FET 5 years ago
[EGD-5984] Add BT implementation of added GUI actions

Implemented BT-side actions for GUI usage, e.g. connection status
e8f7a572 — Tomasz Langowski 5 years ago
[EGD-5758] Restore auto locking timer in ApplicationManager

Restore auto-locking functionality
b4875c8a — Jakub Pyszczak 5 years ago
[EGD-5983] Remove volume label from music app

Removed volume label from application music player.
Volume level should be shown using new popup system.
Introduced minor fixes in music player.
0db73fac — Kuba Kleczkowski 5 years ago
[EGD-5741] Change cellular DataReceiverHandle refactor

All messages have been moved to separate handlers.
44c717e4 — Michał Kamoń 5 years ago
[EGD-5059] Fix SMS thread UX issues

This PR correct following global UX issues that were noticed in SMS
threads:
- invalid Nav-bar margins (30px instead of 20px)
- invalid NAv-bar hight (54px instead of 50 px)
This PR corrects following SMS threads UX issues:
- invalid inputText's left margin (10px instead of 0px)
6fcf2ee8 — SP2FET 5 years ago
[EGD-5982] Fix no window refresh after pairing

Fixes no refresh after finished scan
76dc6f9f — lblach 5 years ago
[EGD-5771] Create post update info window

Add post update info window.
e676068f — Pawel Olejniczak 5 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 5 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.
9d8eff64 — Radoslaw Wicik 5 years ago
[EGD-5860] Fix build packages

Merging and cleaning cmakes requred cleaning.
c51411c8 — Pawel Olejniczak 5 years ago
[EGD-5861] Complete bluetooth connecting process on settings side

Enable connecting BT devices in settings.
Connect popup and add adjust messages for connection error handling.
fcb170f3 — Hubert Chrzaniuk 5 years ago
[EGD-5847] Fix call app when no CLIP available

The call app might have not appeared on the screen
when no caller info was available.
f9b80ac2 — SP2FET 5 years ago
[EGD-5764] Implement handling multiple BT profiles

To be able to connect to the BT device with more than one audio
profile, we need something to manage those profiles. Created here
ProfileManager made it convenient
To be able to work properly with BT, CPU freq has to be at least
at Level_5 - to be fixed!
81e49a91 — Pawel Olejniczak 5 years ago
[EGD-2630] Add pairing passkey handling on bluetooth settings side

Connect prompt window and add missing messages.
1e219f3c — Pawel Olejniczak 5 years ago
[EGD-2634] Add pairing process result confirmation

Enable pairing BT devices in settings.
Connect popup and add adjust messages for pairing error handling.
203f8197 — lblach 5 years ago
[EGD-5756] Add Update Window

Create Update Window(s) to control and visualize the MuditaOS update
process on Pure.
Next