~aleteoryx/muditaos

ref: ace4e133e70de6f22a77d38e6bf64681fb4c83e1 muditaos/module-apps/apps-common d---------
acf52678 — Marcin Zieliński 3 years ago
[MOS-731] Windows switching log clear in meaning

The log is now self-explanatory.
178c28b7 — Lefucjusz 3 years ago
[MOS-666] Fix disappearing setting bars in German

Fix of the issue that with German language
selected manual volume setting bar and
vibration volume setting bar would
disappear when focused.
a24fa172 — Marcin Zieliński 3 years ago
[MOS-350] Fix some SIM card pop-ups not showing

Also: enhanced a log, improved the English translations.
90ed5953 — Marcin Zieliński 3 years ago
[MOS-718] Fix part of SIM unlocking

Fixed a potential bug in message handling,
refactored unclear naming and logic there
and in some other places.
62a62295 — Lefucjusz 3 years ago
[MOS-714] Fix passcode lock time discrepancy

Fix of the issue that passcode lock time
wasn't updating on 'Wrong passcode' popup,
what led to discrepancy of the time
between lock screen and the popup.
5f94f1f4 — Mateusz Piesta 3 years ago
[BH-1563] Date UX improvements

Switched to YYYY/MM/DD format.
074b33a6 — Adam Wulkiewicz 3 years ago
[MOS-685] Make small improvements in various places of the code

- Forward arguments
- Remove unused code
- Remove auto return type when it's not needed
- Add const to member functions
- Use startsWith and endsWith from utils
- Allow instantiation of operators only for specific types
- Caluclate key mask in compile time
c424b672 — Mateusz Piesta 3 years ago
[BH-1515] Revert bedtime changes

Due to many regressions these changes
introduced, we decided to revert them.

The old PR will be used as a foundation for
another fix attempt(probably including major
refactor of the alarm operations module).
dcfe367b — Mateusz Piesta 3 years ago
[BH-1543] I want to set a date

*DateSetSpinner and DateSetListItem added (based od TimeSetSpinner and
TimeSetListItem)
*BellSideListItem ctor without title added
*TimeUnitsModel changed to more accurate DateTimeUnitsModel name
fe708cdf — Adam Wulkiewicz 3 years ago
[MOS-670] Change clang-format AlwaysBreakTemplateDeclarations to Yes

Add --all and --fix-all options to style-check-hook
72b06448 — Lefucjusz 3 years ago
[MOS-647][MOS-671] BT volume control fixes

Set of fixes for Bluetooth volume control issues:

* split OS volume from A2DP device volume;
* added translations for additional popup required
to indicate what volume is being set;
* fixed issue that on some devices setting the lowest
volume level would set the highest in reality;
* fixed Bluetooth auto-turnoff functionality;
* minor code cleanup.
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
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
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.
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
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
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
Next