-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Qt uses TextView internally in the Android QPA plugin for certain things. In Android 15, the elegantTextHeight will default to true instead of false as before. This may affect Qt applications using the impacted scripts (see more details below.)
In order to ensure there are no regressions, we need to test Qt on Android 15 with the listed languages.
Why?
- Apps targeting Android 15 (API level 35), the elegantTextHeight TextView attribute becomes true by default
- Impacts following scripts supported by Qt: Arabic, Lao, Myanmar, Tamil, Gujarati, Kannada, Malayalam, Odia, Telugu or Thai
- More info, https://developer.android.com/about/versions/15/behavior-changes-15#elegant-text-height
What?
- https://developer.android.com/reference/android/R.attr#elegantTextHeight defaults to true, it can be set to false but "it is unlikely to be supported in upcoming releases"
- Qt does not support elegantTextHeight atm, so apps will default to be true
When?
- SDK 35 is supported from Qt 6.9 forward and backward to 6.8 and 6.5 LTS's
- resulted from
-
QTBUG-131383 Evaluate Android 15 features
-
- In Progress
-