~aleteoryx/muditaos

0b46a928 — Lefucjusz 3 years ago
[MOS-646] Bump updater version for Pure

Changed version of updater in downloaded
assets, version 1.5.4 has improved
logging functionality.
5fc2f024 — Mateusz Piesta 3 years ago
[CP-1560] MTP root path

Make MTP root path configurable.
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.
a8fd5d25 — Adam Wulkiewicz 3 years ago
[MOS-691] Fix memory leaks in APN settings

Replace objects created on heap with class members.
255d03a5 — Lefucjusz 3 years ago
[MOS-677] Fix crash on importing unprocessable contact

Fix of the issue that phone crashed when trying
to import contact with phone number that couldn't
be parsed.
Additionally minor code cleanup.
5f94f1f4 — Mateusz Piesta 3 years ago
[BH-1563] Date UX improvements

Switched to YYYY/MM/DD format.
9b63e501 — patrycja-paczkowska 3 years ago
[MOS-709] Added Polish translation to calendar

Added Polish translation to
a calendar title.
e11ef9a1 — Mateusz Piesta 3 years ago
[BH-1550] Medstats translations

Updated meditation statistics translations.
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
496e53b8 — Dawid Wojtas 3 years ago
[MOS-692] Update slider after tethering is off

When tethering is on we can change the slider position,
however we can't change the slider mode. If we change
the slider position after tethering is off we need to update
the slider mode. Fix typo in Y register.
cf167db3 — Maciej-Mudita 3 years ago
[MOS-91] Fix cellular DMA errors

Fix "DMA is busy" errors when booting the GSM modem at the stage of
finding the appropriate baudrate.
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).
b7330da3 — Dawid Wojtas 3 years ago
[MOS-662][MOS-301] Fix E-ink shutdown while restoring data

While restoring system data the timer can turn off power of E-ink
to save the power. To avoid this situation we need to power on
the E-ink before wiping out the display. The restore procedure
also performs reversing services list to close. In this case
we do it twice so the order is wrong.
829b9b25 — Maciej-Mudita 3 years ago
[MOS-74] Fix wrong tethering popup order

Fix for tethering popup when charger is connected
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
ded7e1a7 — Dawid Wojtas 3 years ago
[MOS-676] Fix destroying wrong sentinels

If the service is closed the governor removes connected
sentinel. The base iterator refers to the element that is next
in the reversed list. Adding std::next the iterator points to
the correct element.
d5f84437 — Lefucjusz 3 years ago
[MOS-92] Fix continuing music playback after BT disconnection

Fix of the issue that after disconnecting
BT A2DP device during music playback
and reconnecting it without leaving
music player app the sound was not
audible anywhere.
Additionally unified behaviour of music
playback on connection/disconnection
of audio devices.
2e38d0d4 — Vytautas Jakutis 3 years ago
[MOS-650] Fix spelling mistakes in README

This fixes two spelling mistakes in README: guidelines and kick-start
words.
c85b85f4 — Bartosz 3 years ago
[MOS-259][MOS-602] Fix no calllog entries in DND mode

Fixed no calllog entries in DND mode, which were caused
by not starting the call in DB interface, so no entry was created.

Moreover, small optimizing of the DND handling.
Next