~aleteoryx/muditaos

ref: d4d7c1c042627191fc5b38337fecb66c9a1da7a0 muditaos/module-apps/application-settings-new d---------
d4d7c1c0 — pawpMudita 5 years ago
[EGD-5527] Fix APN GUI functions: add/edit/delete

redefine functions: saveAPN, renameAPN
add activeApn field to hold selected APN
refresh Apn list after add/edit/delete
78a52c07 — Adam Dobrowolski 5 years ago
[EGD-5451] Added SMS Center SMSC check to OS

Extended cmd mechanism to provide class defined responses and
implemented SMS center verification to check if SIM card is properly
cofigured and is able to send SMS messagess at all.
This check is needed because if SMS Center is lost we are not able
to send SMS messages with no verbose error codes.
Added milliseconds and noexcept specifiers for at commands
Fixed Chanel name to Channel
5995cfa6 — Adam Dobrowolski 5 years ago
[EGD-5451] Cleaned i18n header from vfs

internationalization is included nearly everywhere in system it
should not be polluted with include which is to be removed
7519663b — pawpMudita 5 years ago
[EGD-5315] Add ambient light gauge to DisplayLightWindow

Temprary solution to make an experiment.
Ambient light level displayed each 2 seconds in order
to measure lighting curve.
658b540b — RobertPiet 5 years ago
[EGD-5387] Volte settings change problem solved

Volte settings made global. Merge issue regarding screen lock resolved
b5780f81 — Mateusz Grzegorzek 5 years ago
[EGD-5287] Add Languages window

- add LanguagesWindow,
- add GetCurrentDisplayLanguageRequest message used for
  sending request from LanguagesModel,
- add GetCurrentDisplayLanguageResponse message sent by
  ApplicationManager and handled by ApplicationSettingsNew,
- add setFocusOnElement method in ListView so current
  display language can be focused on when entering
  LanguagesWindow
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
64c6c70a — Pawel Olejniczak 5 years ago
[EGD-5215] Add APNs list

Load APNs from service cellular.
Add ApnSettings model.
Connect ApnOptionWindow with ApnSettingsWindow.
b6a46e87 — RobertPiet 5 years ago
[EGD-4960] registerVariableChange moved to Init section of apps
edb144eb — Tomek Sobkowiak 5 years ago
[EGD-5347] Save/load brightness mode

Properly display mode as OnOff switch on screen.
4c61595a — Piotr Tański 5 years ago
[EGD-4801] Add application-wide top bar manager

Applications configure the top bar once for all their windows.
Sometimes, windows need to configure top bars with its configuration.
cb3b6cd5 — Pawel Olejniczak 5 years ago
[EGD-5338] Add APN options window - gui

This is just GUI, window is not connected yet.
It will facilitate further development of APN settings,
and will be enhanced later.
1de03f91 — Mateusz Grzegorzek 5 years ago
[EGD-4995] Fix changing passcode windows

Some implementation of
"EGD-4995 Add changing passcode windows flow"
was removed from master by PR:
"EGD-4743 Add new/options windows to quotes".
This PR restores this implementation.
71925c63 — pawpMudita 5 years ago
[EGD-4740] Add New/Edit APN window - Part1

Add New/Edit APN window - basic window/ model/ widget
050d6589 — Mateusz Grzegorzek 5 years ago
[EGD-5288] Add Main system window

In settings add “System” window with all main menu items
(items are just menu positions not connected to actual windows)
910bad72 — Radoslaw Wicik 5 years ago
[EDG-4743] Add new/options windows to quotes

Add windows for add/edit/delete quotes, use ListView for quote display.
4e034df4 — Przemyslaw Brudny 5 years ago
[EDG-4743] Add new/options windows to quotes

Add windows for add/edit/delete quotes, use ListView for quote display.
9645fbc2 — Przemyslaw Brudny 5 years ago
[EDG-4717] Add screen for brightness control

Window for manual and automatic screen brightness control.
280c5930 — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
8856a656 — Mateusz Grzegorzek 5 years ago
[EGD-4995] Add changing passcode windows flow

Implement changing passcode windows flow
Next