qt6-bb10/src
Tinja Paavoseppä 4dbdb57358 Android: Do not start Qt app if it has already been started
Call startQtApplication() in QtView even if the Qt libs
have already been loaded, to make sure the app gets started
also when the Activity is recreated. Check whether Qt app
is already running inside the method itself to avoid hanging up
because of trying to start it twice.

Task-number: QTBUG-123711
Change-Id: I3b009e4c2f40af9f258ce32b7e181c3faa21c194
Reviewed-by: Petri Virkkunen <petri.virkkunen@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit be33f2d3233fb787d5251ba7d0876962efe49075)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit fbc78ff287586349600e508d55fde332def55b6d)
2025-01-20 11:43:53 +00:00
..
3rdparty SQLite: Update SQLite to v3.48.0 2025-01-18 18:48:58 +00:00
android Android: Do not start Qt app if it has already been started 2025-01-20 11:43:53 +00:00
assets Tasktree: fix FTBFS due to unique_ptrs on forward-declared classes 2025-01-15 16:24:43 +00:00
concurrent QtConcurrent: fix support for callables with deduced return type 2025-01-06 17:09:37 +00:00
corelib Fix typos in qstring.cpp (noticed while reviewing other changes) 2025-01-20 12:43:53 +01:00
dbus CMake: Use the $<VERSION> placeholder in qt_attribution.json 2025-01-13 14:34:59 +01:00
entrypoint CMake: Correctly annotate the Entrypoint (winmain) SBOM license ID 2024-06-19 08:15:40 +00:00
gui Fix CMYK8888 on big-endian platforms 2025-01-19 23:05:32 +00:00
network QHttp2Connection: Fix handling of MAX_HEADER_TABLE_SIZE setting 2025-01-15 21:53:47 +00:00
opengl eglfs: change the condition to destroy the openglcompositor 2024-11-21 14:41:03 +00:00
openglwidgets Remove GENERATE_CPP_EXPORTS argument 2024-06-13 14:39:17 +00:00
platformsupport libinput: Print qsizetype through %PRIdQSIZETYPE 2024-11-06 13:16:41 +00:00
plugins QXRenderGlyphCache: Add QColor parameter for QFontEngineFT::loadGlyphFor 2025-01-20 04:18:40 +00:00
printsupport Unix printing: Check for a valid page range before accepting dialog 2024-12-20 07:21:12 +00:00
sql QtSql: fix GCC -Wextra-semi warnings after member function definitions 2024-12-20 10:40:03 +00:00
testlib QTestLog: use the right preprocessor test for C++ features 2025-01-18 18:49:17 +00:00
tools Android: Handle dotted URI QML Modules in Java code gen 2025-01-18 18:49:24 +00:00
widgets Doc: Add setModel(open) option to the documentation 2025-01-18 18:49:21 +00:00
xml [QDomNodePrivate] delete unnecessary pointer check from the statement 2024-12-12 17:36:21 +00:00
CMakeLists.txt