~aleteoryx/muditaos

d90576e4 — Lefucjusz 2 years ago
[MOS-972] Fixed missing contact entries when scrolling phonebook

Fix of the issue that in some cases contact entry
would not be displayed on any page in case it
was on the boundary of two pages.
fe90b498 — Mateusz Szczesny 2 years ago
[BH-1720] Choose GDB binary based on python version

In this version of the run.sh script, the arm-none-eabi-gdb version will be chosen based on its
python support and the user will be notified if their version supports python 3 or not.
8222ab52 — Maciej Gibowicz 2 years ago
[BH-1733] Add Harmony version information

In the Settings->About section, we will have information
about which version of Harmony the user has.

co-author @Lefucjusz
6ed82f3f — Lefucjusz 2 years ago
[MOS-1005] Fix handsfree ringing after caller hangs up

* Fix of the issue that incoming call triggered
handsfree ringing which didn't stop after
calling side hung up.
* Cleanup of several places in code, minor
bluetooth <-> cellular integration refactor.
8021ebb5 — Lefucjusz 2 years ago
[MOS-1006] Fix modifying data in .text section when setting SN

Fix of the issue that setting serial number in
USB stack resulted in writing to read-only
.text section, what causes undefined behavior.
21171bb4 — Lukasz Mastalerz 2 years ago
[BH-1714] Eink refactor and error handling

Cleanup and refactor for eink code.
Changed turning on/off procedure.
Add error handling.
55b4a8ed — Maciej Gibowicz 2 years ago
[BH-1726] Fix unwanted popup on shutdown screen

During the alarm occurrence and on the system turn-off screen,
selecting "No" option causes the "Next alarm will ring in 24h"
prompt to be displayed
95331b6b — Lefucjusz 2 years ago
[MOS-000] Update changelog for 1.7.1

Update changelog for 1.7.1.
4b854391 — rrandomsky 2 years ago
[MOS-30] Fix for Alarm not being handled properly during a phone call

During the phone call, the alarm was not displayed and subsequent alarms
after this scenario did not work. This has now been fixed and the alarm
during a phone call will be automatically snooze.
5ca8e9e5 — Lefucjusz 2 years ago
[MOS-1004] Fix autolock on SMS template call rejection

Fix of the issue that unlocked phone would
automatically lock after user tried to reject
incoming call via SMS and stayed on the
templates window.
a2ab8f44 — Lefucjusz 2 years ago
[MOS-1003] Add missing changelog entry

Added changelog entry accidentally omitted
in previous PR.
9b339ecf — Lefucjusz 2 years ago
[MOS-1003] Fix automatically marking new message as read

Fix of the issue that after entering messages
app, opening one of the threads and returning
to main messages app window, new messages in
this thread were automatically marked as read.
faa48e53 — Dawid Wojtas 2 years ago
[BH-000] Update changelog

Create section for 2.0.0 version in the changelog
916da629 — Maciej Gibowicz 2 years ago
[BH-1722] Fix unswitchable alarm audio

fix for missing pop-up with information
about deactivating the alarm
53b1ebf3 — Dawid Wojtas 2 years ago
[BH-1730] Fix enter into SNVS mode

If the CPU fails during changing the frequency
the device can stuck in SNVS mode.
So the CPU frequency is checked and if
the frequency is wrong the CPU doesn’t enter SNVS mode.
The watchdog should restart the CPU.
4b4ac735 — Lefucjusz 2 years ago
[MOS-938] Fix EULA multiline scrolling

Fix of the issue that EULA would not refresh
during scrolling at the end of document.
f9d67e41 — Lukasz Mastalerz 2 years ago
[MOS-986] Update database version

Update database version
b9352275 — Lefucjusz 2 years ago
[MOS-1000] Remove unsupported character from quotes

Removed unsupported character from several
quotes used in Pure.
561e4e7a — Lefucjusz 2 years ago
[MOS-599] Fix undefined phone mode in simulator

Fix of the issue that on simulator phone mode
was in 'undefined' state, what resulted in
no phone mode selected in settings.
389ce032 — Mateusz Szczesny 2 years ago
[BH-1720] Changed GDB python to python 3

If the debug session was started using the run.sh script,
the python version is now python 3.
Next