~aleteoryx/muditaos

ref: 017e3d88dc687c85f3d0aeab3cddf255c5cc5d99 muditaos/module-apps/application-settings/windows d---------
93c4675d — Alek Rudnik 4 years ago
[EGD-6701] System time usage fixes

Fixed all calls to stdlib time.
Removed all redundant calls to Timestamp treated as time source.
bc737e93 — Przemyslaw Brudny 4 years ago
[EGD-5885] Added SimLockHandler

Refactored LockWindow TitleBar handling. Added Sim pin request
block on lockedPhone. Added Sim info popup added when pin
changed. Updated assets. Removed old PinLock structures.
Cleared LockBox structures. Removed old settings sim setters.
New CellularMessage adaptation. Cleared Lock structure.
cbbd9471 — Borys Jelenski 4 years ago
[EGD-6605] Fix RTC time not retained between resets if set manually

When setting datetime from timestamp (manually, not from network),
SRTC is set in order to retain the RTC datetime between resets.

RTC handling was refactored in order to get rid of unnecesary
conversions and third-party code mixed with proprietary code
within a single file.
2e2ce205 — Przemyslaw Brudny 4 years ago
[EGD-5404] Added onBoarding Sim select window

Added onBoarding Sim select window and skip sim select.
Removed old PhoneLock settings selector from settings.
80dc483c — Radoslaw Wicik 4 years ago
[BH-422] Fix CMake in service GUI - post review update 01

Update after review.
8b24846b — Radoslaw Wicik 4 years ago
[BH-422] Fix CMake in service GUI

Refactor CMakeLists.txt for cleaner and simpler code.
3b684e29 — tomaszkrosnowski 4 years ago
[EGD-6675] Swiping through date/time input causes crash

Phone crashes whenever you try to set new calendar event and change its
date or time.
71465d89 — Artur Śleszyński 4 years ago
[EGD-3119] Hide InputEvent's member fields

Use the InputEvent's convenience methods to express intent.
94098983 — Adam Dobrowolski 5 years ago
[EGD-6527] Internationalization API unification

Single api to rule i18n
all calls to localistaion in cpp files unified
cut off ass many dependencies in i18n header as possible
55c41de5 — Wiktor S. Ovalle Correa 5 years ago
[EGD-6575] Rename Unicast with timeout as UnicastSync

Using Unicast with timeout is dangerous and strongly discouraged.
This change allows for more precise tracking of such cases.
0b9bca2a — Alek Rudnik 5 years ago
[EGD-6014] Fix top bar includes

This is only clean up of includes, no functional changes
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!
fe721693 — Wiktor S. Ovalle Correa 5 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)
3b141041 — Wiktor S. Ovalle Correa 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
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
65119cb4 — Piotr Tański 5 years ago
[EGD-5027] Services synchronization introduced

Dependencies between services are now supported.
bc4d32c7 — Piotr Tański 5 years ago
[EGD-5158] Change access to the bus methods

The bus is now accessible only via Service object.
bb59805a — Maciej Janicki 5 years ago
[EGD-4822] Add color test window to settings app

Add new window to allow convenient display and globally
change used color intensities  for design and testing purposes.
Changes were introduced to Renderer as well as GUI service
to allow global change of used color scheme.
When using list, screen is deep refreshed each
time the color is changed.
Known issues:
Item focus borders (top,bottom) with changed black intensity
may not render properly, however it doesn't obscure the
target functionality.
Next