~aleteoryx/muditaos

ref: 7c6af2c57fd1372fd614e7e12c28e8b2eb9c37c8 muditaos/module-apps d---------
7c6af2c5 — Onufry Pajaczek 3 years ago
[BH-1542] Pure meditation fix and cetner TimeFixedWidget

*DigitsContainer definicions moved to cpp file(for proper linkage)
*DigitsContainer changed container to std::vector
*Fixed a bug in ProgressTimerWithBarGraphAndCounter where timerText was
treated as timeWidget
*MeditationCountdownWindow timer is now custom size
*Minus removed form MeditationRunningWindow timer
2e8815bb — Lefucjusz 3 years ago
[MOS-657] Fix contacts list order

Fix of the issue that contact group
letter appeared below the
corresponding contacts when
navigating up.
b77af169 — Onufry Pajaczek 3 years ago
[BH-1542] Fix TimeFixedWidget encapsulation

*DigitsContainer extracted as testable module
*Getters removed from TimeFixedWidget
0429079f — Onufry Pajaczek 3 years ago
[BH-1542] Stabilize the clock position

Third digit fix
87bd36c8 — Marcin Zieliński 3 years ago
[MOS-649] Rename confusing method

Rename confusing method
3c1067cd — Lefucjusz 3 years ago
[MOS-421] Add state refresh when BT automatically turns off

Added code to update BT power state
when it automatically turns off due
to inactivity.
8cc5960e — Dawid Wojtas 3 years ago
[MOS-499] Improve lock screen power consumption

Power on the e-ink only when it is needed e.g. fast or deep
refresh. Update battery percentage only when discharging.
798c7e87 — Adam Wulkiewicz 3 years ago
[MOS-601] Disable debug timer in DisplayLightWindow

The timer is responsible for refreshing debug options which interferes
with navigation strings of other windows until it is stopped when window
is destroyed.
919ecb9f — Lefucjusz 3 years ago
[MOS-421] Fix BT state first rendering off

Fix of the issue that after entering
bluetooth settings power state is shown
as off at first, even though bluetooth
is turned on.
3043c063 — Onufry Pajaczek 3 years ago
[BH-1515] Bedtime reminder notification issue

AbstractAlarmAction execute method takes Record as paremeter to pass it
to action
Bedtime abstraction extended to keep own EvetContainer and hadle needed
actions(push,clear ... and so on)

Fixed an issue where cpp file was added by #include directive
New fuction added to test/CMakeLists.txt to
add manually prepared target to test siute
googletest-service-time-alarm-operations source moved to library and
than linked in to googletest-service-time-bell-alarm-operations
bc2e3cc0 — Lefucjusz 3 years ago
[MOS-600] Fix RF button hold leaves alarm ringing

Fix of the issue that long press
of right function button causes
alarm popup window to close,
but alarm is still ringing.
The only way to turn it off was
to power off the phone.
c92e5b39 — Paweł Joński 3 years ago
[BH-1542] Fixed colon width

Fixed colon width
e7b24957 — Adam Wulkiewicz 3 years ago
[MOS-569] Fix incorrect navtext in onboarding for timezone and datetime

The label 'SWITCH' remains visible instead of the original 'SELECT'
whenever exiting 'Change time zone' or 'Change date and time' sub-menus.
The state returns to normal when highlighting other options for the
'Date and time' screen.
6404e098 — Adam Wulkiewicz 3 years ago
[MOS-586] Crash of simulator in Settings->Phone Modes

Fix out of bounds memory access when selected phone mode is
Uninitialized
269445d3 — patrycja-paczkowska 3 years ago
[MOS-548] Missing polish texts

Added translations for:
- empty calllog list,
- custom alarm clock settings.
Fixed text on wrong-passcode screen lock.
ab024909 — Lefucjusz 3 years ago
[MOS-559] Fix phone unlock after mode change

Correction of the previous fix addressing this issue.
Previous idea didn't work when popup tried to
display in application other than ApplicationDesktop
660c2211 — Marcin Zieliński 3 years ago
[MOS-23] Back button works as save button in Notes

Removed the auto-save facility from Notes as it was lacking any
configuration and worked in unwanted moment(s).
87025043 — Paweł Joński 3 years ago
[MOS-298] HALize ServiceEink

Add HAL to ServiceEink
Remove dead code from Linux eink substitute
Fix LUTS.bin refresh problems on simulator
5aaf8f30 — Paweł Joński 3 years ago
[BH-1522] Meditation pause and finish design adjustments

Pause icon on the same window as progress
Prevent progress from stepping during pause
Adjust meditation finished window to design
5f9df4cd — Lefucjusz 3 years ago
[MOS-559] Fix unlock when phone started not in Connected mode

Fix of the issue that when phone was started in
mode different than Connected, next mode changed
resulted in bypassing of the lock.
Next