[MOS-390] Fixed emergency number recognition
Emergency contact is now recognized when typed mannualy.
[MOS-840] Render VoLTE unavailable if no SIM card
Also, done a minor code cleanup.
[BH-1599] Add characters to the py tool
latin1 supplement
[BH-1566] Fix flac playback
Increase stack size because internally drflac_open()
uses cache which by default has 4kB.
[MOS-757] Fix wrong cursor final position after deleting
Fix of the issue that after partially deleting
the text, the cursor sometimes was positioned
somewhere in the middle of the remaining text,
not at the beginning where it should.
[MOS-828] Fix 'j' glyph issue in Contacts app
Fix of the issue that email, first name and last
name fields were not able to display strings that
started with 'j'. Nothing was shown in such case.
[MOS-757] Fixed backspace behavior
Now backspace (held # button) removes everything from
beginning up to the cursor
Coauthored with @Lefucjusz
[MOS-765] Fixed crash on invalid ID3 tag
Bumped taglib version to latest master
Added sanity check for version field in tag parser in taglib
so in case of damaged/invalid tag it returns no tag at all
It was caused by zipped mp3 files and renamed to mp3 again
[MOS-723] Fix for french translation for SIM cards
French translation for SIM cards handling added.
[MOS-859] Add missing font glyphs logging
This facilitates text issues debugging
[BH-1620] Fix pause deactivation by a deep press
The deep press doesn't deactivate the pause
in a timer or loop mode.
[BH-1618] Fix the wrong front light on the back action
If the user changes the front light intensity in
pre-wake up or main alarm and then going back
the front light value and intensity are the same.
[MOS-373] Fixed missing timezone window
Fixed missing timezone window, which should be displayed
after Automatic date and time setting is set to disabled.
MOS-181 is also fixed by this commit.
[MOS-737] Fix for adding a country code prefix to existing contact
Adding or removing country code from existing contacts number is
changing now number record itself, exactly when changed number
is placed in DB, instead to create new number record, to avoid
miss match during matching numbers.
[MOS-188] Fix notes window title
Added contextual title for new and edited notes.
[MOS-000] Changelog update
Changelog update
[MOS-201] Fix notes paste option
Check clipboard content before showing
paste option.
[MOS-813] Emergency calling fixed
User is now able to make emergency call with no sim card
inserted. RF functionality in modem is still disabled
until sim card is selected by user.
[MOS-836] Fix for selecting SIM during onboarding
After inserting the SIM tray at the onboarding stage
before selecting the slot - it is not possible to select
the slot and activate the desired SIM card if it does not
have a PIN enabled.