~aleteoryx/muditaos

ref: c51411c8768f02327ef61abfc3ab85ca8b8f428d muditaos/module-apps/application-settings-new/ApplicationSettings.cpp -rw-r--r-- 25.6 KiB
c51411c8 — Pawel Olejniczak 4 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.
81e49a91 — Pawel Olejniczak 4 years ago
[EGD-2630] Add pairing passkey handling on bluetooth settings side

Connect prompt window and add missing messages.
1e219f3c — Pawel Olejniczak 4 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.
d5c3d41c — Piotr Tański 4 years ago
[EGD-5204] Secure USB communication

Secure all endpoints by returning 403(Forbidden) when USB is connected.
Request screen passcode to enable secured endpoints.
a3d2c9fe — Pawel.Paprocki 4 years ago
[EGD-5863] Add retry dialog window

Add generic retry dialog window
fe721693 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
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)
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.
cda64d4f — Pawel Olejniczak 4 years ago
[EGD-4340] Refactor bluetooth settings and add device windows

Rewrote these windows in a proper way.
Fixed few minor issues.
GUI adjustments.
3b141041 — Wiktor S. Ovalle Correa 4 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
a53bd826 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
46f9cc7e — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
9269d9c7 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
2b64d8ae — Radoslaw Wicik 5 years ago
[EGD-5707] Add empty Time Zone selection window

Add Empty window for time zone selection. Connection with DB
will be don in separate PR.
bc4d32c7 — Piotr Tański 5 years ago
[EGD-5158] Change access to the bus methods

The bus is now accessible only via Service object.
1db3f192 — Piotr Tański 5 years ago
[EGD-5472] Bluetooth worker state machine

State machine POC implemented using SML library.
d87c6947 — Mateusz Grzegorzek 5 years ago
[EGD-5311] Create Date&Time main window

- add DateAndTimeSettings class and
  dateAndTimeSettings global var
  (cache for storing date and time related settings),
- add DateAndTimeChangeRequest messages and proper
  methods in app::manager::Controller for sending them,
- handle DateAndTimeChangeRequest messages in ApplicationManager,
- add SettingRightItem::Text case for OptionSettings
  to provide possibility to add text
  on the right side of particular option,
- rename fields in db (settings_tab table):
  gs_time_format_12 to gs_time_format
  and
  gs_time_date_format to gs_date_format
- create only main Date&Time window.
  Sub windows will be added in separate task.
01d1c84f — Wojtek Rzepecki 5 years ago
[EGD-5390] Add keypad backlight to GUI

Added demo connection to keypad light
GUI window.
658b540b — RobertPiet 5 years ago
[EGD-5387] Volte settings change problem solved

Volte settings made global. Merge issue regarding screen lock resolved
Next