[BH-1770][BH-1677] Update fsl drivers
Now the system uses 2.14.0 version.
Add only necessary drivers:
- pit
- pmu
- rtwdog
- snvs_hp
- snvs_lp
- src
- trng
- wdog
- gpio
- gpt
- lpi2c
- lpuart
- lpuart_edma
- common
- common_arm
- dmamux
- edma
- flexram
- flexram_allocate
- clock
- cache
- CMSIS
- dcp
- iomuxc
Changed speed of the USDHC clock from ~109MHz to ~81MHz.
Also changed bus timing from kMMC_HighSpeedTiming to
kMMC_HighSpeed200Timing for better efficiency.
[MOS-1064] Fix no input language selected for French/Spanish
Fix of the issue that choosing French
or Spanish as a system language
resulted in no input language selected.
Effectively reverts
8f8b9d86b3caf12b18dadf89dd5c36e7090486f3.
[BH-1882] Fix display of "Connected" label on home screen
The "connected" label did not appear on the home screen if the USB was
connected on another screen.
[MOS-1064] Fix no input language selected for French/Spanish
* Fix of the issue that choosing French
or Spanish as a system language
resulted in no input language selected.
* Added keyboard input parser unit
tests for French and Spanish input
maps.
* Minor cleanups.
[MOS-1063] Fix device freeze after onboarding in Spanish
Fix of the issue that Pure would freeze
before displaying the last onboarding
screen if the language set during
onboarding was Spanish.
[MOS-1062] Update texts in onboarding
* Update share capital value in EULA.
* Update copy on final onboarding screen.
* Minor line break fixes.
[MOS-1061] Fix screen backlight flash when turning off
Fix of the issue that screen backlight
would sometimes flash lightly when the
phone is turning off.
[CP-2156] Fixed no response when editing a contact to have the same number as another
Fixed no response on Center side when editing a contact to have
the same number as another contact in phonebook.
Added a duplicate number to the response body.
[BH-000] Update Harmony changelog
Update Harmony changelog after MuditaOS
2.5.0 release.
[BH-1839] Improved fonts
- Removed unused 190 px font
- Added new 32px bold and light & 170px regular fonts
- Added a new colon for the 170px font
[BH-1874] Fix underline appearing when setting alarm time
Fix of the issue that underline appeared under
hours value when setting alarm time with knob
down (alarm disabled) after previous
confirmation of the alarm time.
[BH-1871] Fix popup formatting for vertical home screen layout
Graphics in pop-ups for vertical layout were shifted to the left
[BH-1870] Fix displaying the menu after deep press on main screen
Add double checking debouncing timer with reference GPT timer to
eliminate incorrect behavior on deep press after exiting WFI
[BH-1863] Fix deleted file popup showing in Relaxation
* Fix of the issue that 'File has been
deleted' popup would show in Relaxation
app at the end of playback if the
playback was paused at least once,
even though the file wasn't actually
deleted.
* Added very basic audio decoder error
handling and propagation mechanism.
* Minor refactor around several
audio-related parts.
[BH-1636] Add low battery info when the power nap is activated
Below the 10% battery level threshold, we remind the user to recharge
the battery to be sure that the alarm will ring.
[BH-1867][BH-1868] Fix alarm rings after deactivation
Fix the function that it's responsible for disabling
the snooze alarm. After snoozing the alarm
and deactivating the alarm device shouldn't ring.
[BH-1865] Remove redundant cursor in alarm edit mode
Fix for the issue that after BH-1636
hour value in alarm edit mode was
displayed with a cursor below it,
which was inconsistent with the
design.
[BH-1842] Fix dependabot alerts
GitHub's dependabot suggests we might be using outdated
and vulnerable python libraries. This commit updates our
requirements to use more recent verions of some of the
libraries.
[BH-1636] Add low battery info when the alarm is activated
Below the 10% battery level threshold, we remind the user to recharge
the battery to be sure that the alarm will ring.