<feed xmlns='http://www.w3.org/2005/Atom'>
<title>qt/qtdeclarative.git/src/quick/platform/android, branch 6.8.2</title>
<subtitle>Qt Declarative (Quick 2)
</subtitle>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/'/>
<entry>
<title>Fix link in QtQuickView documentation</title>
<updated>2024-12-30T19:04:45+00:00</updated>
<author>
<name>Olli Vuolteenaho</name>
<email>olli.vuolteenaho@qt.io</email>
</author>
<published>2024-12-20T07:25:31+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=46e97734b739d82ca79618a2e94f380465bb6355'/>
<id>46e97734b739d82ca79618a2e94f380465bb6355</id>
<content type='text'>
I guess this one was missed in d37583094a73ca85151f07c4570db916424d7a94.

Change-Id: I79778d028c00a5b732f76a4775361fbb98e447bb
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
(cherry picked from commit 0033e3f7f1f6e413e107f9060f236f3696b1d3f5)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
(cherry picked from commit e1837bf1a6540068beae1e0198bfc66fb67da9cc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I guess this one was missed in d37583094a73ca85151f07c4570db916424d7a94.

Change-Id: I79778d028c00a5b732f76a4775361fbb98e447bb
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
(cherry picked from commit 0033e3f7f1f6e413e107f9060f236f3696b1d3f5)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
(cherry picked from commit e1837bf1a6540068beae1e0198bfc66fb67da9cc)
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid deprecation warning in qandroidquickviewembedding.cpp</title>
<updated>2024-12-29T08:49:41+00:00</updated>
<author>
<name>Lars Schmertmann</name>
<email>Lars.Schmertmann@governikus.de</email>
</author>
<published>2024-12-26T11:45:20+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=5c3c7bc7d3bd7f25dc4c44b63d6740ef226b3fc4'/>
<id>5c3c7bc7d3bd7f25dc4c44b63d6740ef226b3fc4</id>
<content type='text'>
106:33: warning: 'QString' is deprecated: Use fromUtf8, QStringLiteral,
                 or QLatin1StringView [-Wdeprecated-declarations]
  106 |                      qPrintable(propertyValue.className()));
      |                                 ^

Change-Id: If3dc5a80d49cbeb2ea02f42f7c7c836eb1211714
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
(cherry picked from commit 8a9b389deab4bccab7ccaae7554e74dd6bf8c16e)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
(cherry picked from commit d88d89e70f7b0849cad1eb2a9cf8b8e382a69095)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
106:33: warning: 'QString' is deprecated: Use fromUtf8, QStringLiteral,
                 or QLatin1StringView [-Wdeprecated-declarations]
  106 |                      qPrintable(propertyValue.className()));
      |                                 ^

Change-Id: If3dc5a80d49cbeb2ea02f42f7c7c836eb1211714
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
(cherry picked from commit 8a9b389deab4bccab7ccaae7554e74dd6bf8c16e)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
(cherry picked from commit d88d89e70f7b0849cad1eb2a9cf8b8e382a69095)
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Add documentation for multiple QtQuickViews in one host app</title>
<updated>2024-10-29T16:37:13+00:00</updated>
<author>
<name>Petri Virkkunen</name>
<email>petri.virkkunen@qt.io</email>
</author>
<published>2024-10-15T05:36:08+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=956110464080e53ec5fcc7f0cc52e213dfeb61dc'/>
<id>956110464080e53ec5fcc7f0cc52e213dfeb61dc</id>
<content type='text'>
Since this is now properly supported in 6.9 and 6.8.1+, we should make
that clear.

Task-number: QTBUG-129792
Change-Id: Ib2b83bfc378ca3c6414853d718f2cc181052d9df
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
(cherry picked from commit 385e502b84b3f19deb80a2b03da8ccf07e6ecab8)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since this is now properly supported in 6.9 and 6.8.1+, we should make
that clear.

Task-number: QTBUG-129792
Change-Id: Ib2b83bfc378ca3c6414853d718f2cc181052d9df
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
(cherry picked from commit 385e502b84b3f19deb80a2b03da8ccf07e6ecab8)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Android: Update QtQuickView documentation to use new API</title>
<updated>2024-10-17T23:08:28+00:00</updated>
<author>
<name>Petri Virkkunen</name>
<email>petri.virkkunen@qt.io</email>
</author>
<published>2024-10-15T11:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=e60abaddf3cecd4f5b4f5be16884fbdbbc04edaf'/>
<id>e60abaddf3cecd4f5b4f5be16884fbdbbc04edaf</id>
<content type='text'>
We should no longer be encouraging readers to use the old, string-based
constructor for QtQuickView. Changed the code examples in the
QtQuickView API documentation to use the new style of constructing.

Task-number: QTBUG-130112
Change-Id: I162350d237ac73427dcb09ba6e78aa9a8e350755
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
(cherry picked from commit 8801e76d0e4b70094085280fb209fcc05296041e)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We should no longer be encouraging readers to use the old, string-based
constructor for QtQuickView. Changed the code examples in the
QtQuickView API documentation to use the new style of constructing.

Task-number: QTBUG-130112
Change-Id: I162350d237ac73427dcb09ba6e78aa9a8e350755
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
(cherry picked from commit 8801e76d0e4b70094085280fb209fcc05296041e)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Docs: Android: Add known issue about multiple QtQuickView cleanup"</title>
<updated>2024-10-15T10:23:58+00:00</updated>
<author>
<name>Petri Virkkunen</name>
<email>petri.virkkunen@qt.io</email>
</author>
<published>2024-10-14T13:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=6377b1e54a97105ab8715f7fd0a2b72c5f00e23e'/>
<id>6377b1e54a97105ab8715f7fd0a2b72c5f00e23e</id>
<content type='text'>
This reverts commit 6a7ed3ce48c5b967934f5ed63a48311b81f16615.

Reason for revert: Fix for issue has been merged, after 6.8.0.

Task-number: QTBUG-127422
Change-Id: I0c36fb22f2b1589a3bc63a0975567c0812857ca5
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 6a7ed3ce48c5b967934f5ed63a48311b81f16615.

Reason for revert: Fix for issue has been merged, after 6.8.0.

Task-number: QTBUG-127422
Change-Id: I0c36fb22f2b1589a3bc63a0975567c0812857ca5
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Add links to Android classes and examples</title>
<updated>2024-10-01T17:17:15+00:00</updated>
<author>
<name>Nicholas Bennett</name>
<email>nicholas.bennett@qt.io</email>
</author>
<published>2024-09-30T09:57:54+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=ce24530b8c8144bbd9d6de5f700e8efed5851a83'/>
<id>ce24530b8c8144bbd9d6de5f700e8efed5851a83</id>
<content type='text'>
Added links to the Qt Quick Android Classes page for examples.
Added links to the Android Java classes provided by Qt Core.
Renamed QML in Android Studio Projects example as Qt Quick
for Android-related.
Rename filename using qml in Android.

Pick-to: 6.8.0
Change-Id: I79f79971ea7d224545c939a906bb449bd2b886c5
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
(cherry picked from commit d37583094a73ca85151f07c4570db916424d7a94)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added links to the Qt Quick Android Classes page for examples.
Added links to the Android Java classes provided by Qt Core.
Renamed QML in Android Studio Projects example as Qt Quick
for Android-related.
Rename filename using qml in Android.

Pick-to: 6.8.0
Change-Id: I79f79971ea7d224545c939a906bb449bd2b886c5
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
(cherry picked from commit d37583094a73ca85151f07c4570db916424d7a94)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Android: Add known issue about multiple QtQuickView cleanup</title>
<updated>2024-09-24T18:35:37+00:00</updated>
<author>
<name>Petri Virkkunen</name>
<email>petri.virkkunen@qt.io</email>
</author>
<published>2024-09-23T11:51:56+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=6a7ed3ce48c5b967934f5ed63a48311b81f16615'/>
<id>6a7ed3ce48c5b967934f5ed63a48311b81f16615</id>
<content type='text'>
Task-number: QTBUG-129221
Pick-to: 6.8.0
Change-Id: I08bbd63f3a5a32519b2d864f27ae5b66085d614b
Reviewed-by: Nicholas Bennett &lt;nicholas.bennett@qt.io&gt;
(cherry picked from commit 3787a3e5e50e6383a661ba61a5432a880e425d94)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Task-number: QTBUG-129221
Pick-to: 6.8.0
Change-Id: I08bbd63f3a5a32519b2d864f27ae5b66085d614b
Reviewed-by: Nicholas Bennett &lt;nicholas.bennett@qt.io&gt;
(cherry picked from commit 3787a3e5e50e6383a661ba61a5432a880e425d94)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Add known issue to QtQuickView Class docs</title>
<updated>2024-09-24T18:35:31+00:00</updated>
<author>
<name>Nicholas Bennett</name>
<email>nicholas.bennett@qt.io</email>
</author>
<published>2024-09-23T10:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=8a18eeeb6e5fb10eb84113c2eb597322e5b5900f'/>
<id>8a18eeeb6e5fb10eb84113c2eb597322e5b5900f</id>
<content type='text'>
Added known issue section and linked to the QtQuick view doesn't handle
recreation of Activity bug.

Task-number: QTBUG-128925
Pick-to: 6.8.0 6.7 6.7.3
Change-Id: Ic02a5b1972782f6f8f8377296c17034452a8a438
Reviewed-by: Tinja Paavoseppä &lt;tinja.paavoseppa@qt.io&gt;
(cherry picked from commit fa4ee806b83224fd7c8836998ea43fecf55af0fc)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added known issue section and linked to the QtQuick view doesn't handle
recreation of Activity bug.

Task-number: QTBUG-128925
Pick-to: 6.8.0 6.7 6.7.3
Change-Id: Ic02a5b1972782f6f8f8377296c17034452a8a438
Reviewed-by: Tinja Paavoseppä &lt;tinja.paavoseppa@qt.io&gt;
(cherry picked from commit fa4ee806b83224fd7c8836998ea43fecf55af0fc)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: Add main.cpp app entry point information for QtQuickView</title>
<updated>2024-09-24T18:35:28+00:00</updated>
<author>
<name>Nicholas Bennett</name>
<email>nicholas.bennett@qt.io</email>
</author>
<published>2024-09-23T12:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=095c3df079d4096ca99190bd3761dfac1ce4666e'/>
<id>095c3df079d4096ca99190bd3761dfac1ce4666e</id>
<content type='text'>
Added the instruction that you cant use QActivityView and added
the minimum main.cpp needed for the API to work.

Fixes: QTBUG-129031
Pick-to: 6.8.0
Change-Id: I65c5a048ae7653aa6348f02e11f103cae10e779c
Reviewed-by: Petri Virkkunen &lt;petri.virkkunen@qt.io&gt;
Reviewed-by: Tinja Paavoseppä &lt;tinja.paavoseppa@qt.io&gt;
(cherry picked from commit d615e2981b41bb0927703cccf156d476a7a93baa)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added the instruction that you cant use QActivityView and added
the minimum main.cpp needed for the API to work.

Fixes: QTBUG-129031
Pick-to: 6.8.0
Change-Id: I65c5a048ae7653aa6348f02e11f103cae10e779c
Reviewed-by: Petri Virkkunen &lt;petri.virkkunen@qt.io&gt;
Reviewed-by: Tinja Paavoseppä &lt;tinja.paavoseppa@qt.io&gt;
(cherry picked from commit d615e2981b41bb0927703cccf156d476a7a93baa)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs:  Remove QtQuickView Technical Preview Status</title>
<updated>2024-09-24T16:27:47+00:00</updated>
<author>
<name>Nicholas Bennett</name>
<email>nicholas.bennett@qt.io</email>
</author>
<published>2024-09-23T11:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=4a20e0b4f534b0315edf8ad11f46e1e4f04ef313'/>
<id>4a20e0b4f534b0315edf8ad11f46e1e4f04ef313</id>
<content type='text'>
As discussed, this is no longer a tech preview in 6.8

Task-id: QTBUG-129225
Pick-to: 6.8.0
Change-Id: I79375c07be495212b985652aa444ce43a6842c4c
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
Reviewed-by: Rami Potinkara &lt;rami.potinkara@qt.io&gt;
(cherry picked from commit c9fccf4215b3333185511e13aca5e6873126539e)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed, this is no longer a tech preview in 6.8

Task-id: QTBUG-129225
Pick-to: 6.8.0
Change-Id: I79375c07be495212b985652aa444ce43a6842c4c
Reviewed-by: Assam Boudjelthia &lt;assam.boudjelthia@qt.io&gt;
Reviewed-by: Rami Potinkara &lt;rami.potinkara@qt.io&gt;
(cherry picked from commit c9fccf4215b3333185511e13aca5e6873126539e)
Reviewed-by: Qt Cherry-pick Bot &lt;cherrypick_bot@qt-project.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
