After the recent change in qtbase, the AndroidManifest.xml files became
much smaller. As a drawback, the example projects no longer compile with
the old manifest files.
This patch removes all the unneeded data from the manifest files of the
QtNFC examples, and make them compile under Android again.
Change-Id: I93a338e103950eabb9105efda61b6564de116428
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
(cherry picked from commit 67a04a3e56)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Add QScroller to grab touch gesture. This allows to avoid aiming to
the tiny verticall scroll bar, but use simple swipes instead.
* Handle input method visibility change to ensure that the focused
widget is visible while the keyboard is displayed.
* Correctly scale the image for the MIME record, so that it does not
cause the whole layout to shirink beyond the screen margins.
* Update the example docs.
Task-number: QTBUG-94033
Change-Id: I7ce3fe1f6c573a3ad24da16c7a11508342a2de9d
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
(cherry picked from commit 5b9d9454d5)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>