Commit Graph

2 Commits

Author SHA1 Message Date
Ivan Solovev c2a71bbaee QtNFC: fix AndroidManifest files for the examples
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>
2021-07-21 14:28:12 +00:00
Ivan Solovev 8b5139b412 NdefEditor: update UI for better usability on mobile platforms
* 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>
2021-06-14 09:24:14 +00:00