aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/platforms/android
Commit message (Collapse)AuthorAgeFilesLines
* Android: update Qt Quick for Android examples to SDK 36Rami Potinkara6 days1-2/+2
| | | | | | | | | | | This patch updates qtdeclarative examples to use SDK 36 as a target and compile version SDK. Task-number: QTBUG-138552 Task-number: QTBUG-138549 Pick-to: 6.11 6.10 6.8 Change-Id: If655c6654790b4be3704325aceca6df4947362d4 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io>
* Android: Bump Gradle and APG versions in QtQ4A examplesOlli Vuolteenaho2025-11-282-2/+2
| | | | | | | | | This will match them with Q4A. Task-number: QTBUG-138877 Pick-to: 6.10 Change-Id: Ia5cb1954b361f7f0abb788c326045f71da202607 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* QtQ4A: Update Gradle and Kotlin plugin versions in examplesOlli Vuolteenaho2025-07-151-1/+1
| | | | | | | | | | | Gradle 8.10 -> 8.14.2 Kotlin Android Gradle plugin 2.1.0 -> 2.2.0 Pick-to: 6.10 Task-number: QTBUG-137782 Change-Id: I62b54d2730b1fc48139057d1a4ef0ce4061aaeb0 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
* Doc: Version string '6.9.0' found in 6.10.0 sourcesInkamari Harjula2025-04-241-1/+1
| | | | | | | | | Version strings fixed in qtdeclarative. Task-number: QTBUG-135944 Change-Id: If829e0b430532c38300a461351e80e79665756e0 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
* Android: update Qt Quick for Android examples to SDK 35Rami Potinkara2025-03-201-2/+2
| | | | | | | | | | | | This patch updates qtdeclarative examples to use SDK 35 as a target and compile version SDK. Task-number: QTBUG-130285 Task-number: QTBUG-129461 Pick-to: 6.9 6.8 Change-Id: Ie11f8bebff7dfeb4c1a87c07826f9e9ef0f78d4b Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* QQ4A: Fix status change listener in service manual testPetri Virkkunen2025-02-241-15/+24
| | | | | | | | | | | | Due to 76bb559e5fbf2dfaf017f8b4a3435938b4d5f4fa, the QML status change listener is no longer a functional interface, and cannot be represented with a lambda. Replace usage of this interface with a fully formed instance. Fixes: QTBUG-132461 Pick-to: 6.9 Change-Id: Ib456df209189e9657fb65987e7f5b13f19e7b8f5 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Update Gradle versions in QtQ4A examplesOlli Vuolteenaho2025-01-152-2/+2
| | | | | | | | | | | These versions are currently all over the board, and the intention is to have them in line with the Qt for Android requirements (which is Gradle 8.10 and AGP 8.6). Also update the Kotlin plugins while at it. Task-number: QTBUG-132815 Pick-to: 6.9 6.8 Change-Id: I72d8cb15d80b8b69301bbc2bbfeebf779ef137df Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Fix String '6.8.0' found in 6.9.0 sources in qtdeclarativeInkamari Harjula2024-11-121-1/+1
| | | | | | | | Occurrences fixed. Task-number: QTBUG-130833 Change-Id: Ideda05852ce9bbfbce3dfa7bdf7c06155c598f46 Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
* Android: remove packagingOptions.jniLibs.useLegacyPackaging propertyAssam Boudjelthia2024-10-311-5/+2
| | | | | | | This is not needed after 0db5b424cdaede8724886e8a1eda1380382d9aaf. Change-Id: Ic5fc2bccf260cfdc159212324fb066d9137753c0 Reviewed-by: Petri Virkkunen <petri.virkkunen@qt.io>
* Android: Update QML in Android service test to use multiple viewsPetri Virkkunen2024-09-116-161/+354
| | | | | | | | | | | | | | | Adds a second QML view and modify the Android UI to provide controls for the second QML view. Modifies service QML loading code to load the second QML view in a second QtQuickView, and link controls together. Modifies QML views to fit content on half a screen, by removing unneeded text. Task-number: QTBUG-128552 Change-Id: I10f2897ba2fa8b2bd29fbca28e63df08d290a201 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Android: Replace Qt snapshot maven, with release maven repoSoheil Armin2024-09-102-4/+1
| | | | | | | | | | | | | | This change replaces the 0.1 SNAPSHOT versions with 1.+ version which means 1.0 and above. We should also remove Qt maven repository URL so the plugin can be fetched from mavenCentral. Task-number: QTBUG-128417 Pick-to: 6.8 Change-Id: Id1006b64f6bf3f0d13d03a4f26b441236aa77cc7 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
* Android: Update QML in Android service manual test to use new APIPetri Virkkunen2024-09-061-4/+4
| | | | | | | | | | QtQuickViewComponent was renamed to QtQuickViewContent, along with that loadComponent was renamed to loadContent. Pick-to: 6.8 Fixes: QTBUG-128611 Change-Id: I9ca5d58edf5d1d14ea2d014fd94d01e5e07ca106 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
* Improve Service Embedding manual testOlli Vuolteenaho2024-08-013-5/+1
| | | | | | | | | - There is no need for QtGP to be a dependency, only a plugin - Fix README.md path use as per QtGP changes Pick-to: 6.8 Change-Id: Ic3fe358d80f75ebe5c90d003e192c9ac11eb55b2 Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io>
* Android: Rename QtQuickView Java and Kotlin examplesRami Potinkara2024-07-2918-13/+13
| | | | | | | | | | | | | | | Renamed qml_in_.. starting folders to qtquickview starting ones. After the change this example follows a similar logic as other declarative/examples/platform/android examples. The change also shortened the path to address the Windows path limitation of 260 characters. Updated also documentation and manual tests. Fixes: QTBUG-127067 Pick-to: 6.8 Change-Id: Ie564630e0f924d0b0694bf7c9d47931eab00b422 Reviewed-by: Nicholas Bennett <nicholas.bennett@qt.io> Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io>
* Android: QML Embedding in Service manual test QML module name changePetri Virkkunen2024-07-222-3/+2
| | | | | | | | | | Androiddeployqt no longer allows us to have the QML module URI match the target name. Changed QML module URI. Fixes: QTBUG-127379 Pick-to: 6.8 Change-Id: I2a20d4b8cce380c5f668e06188a4968fe300064d Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io>
* Correct license for tests fileLucie Gérard2024-06-274-4/+4
| | | | | | | | | | | | According to QUIP-18 [1], all tests file should be LicenseRef-Qt-Commercial OR GPL-3.0-only [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.8 Task-number: QTBUG-121787 Change-Id: I50964da74d6360bb88fc468765f6362ad39d20d1 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Correct license for build system fileLucie Gérard2024-06-271-1/+1
| | | | | | | | | | | | | According to QUIP-18 [1], all tests file should be BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.8 Task-number: QTBUG-121787 Change-Id: I399eae0fa236949e1b3a6596a5bbaf6c88c4c6d2 Reviewed-by: Petri Virkkunen <petri.virkkunen@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
* Android: Manual test for QML embedded in Android ServicePetri Virkkunen2024-06-0518-0/+782
Add a simple manual test app for QML hosted by Android Service, and the Qt project that it hosts. This app needs to be signed, instructions for that are enclosed in the README. Pick-to: 6.8 Task-number: QTBUG-125485 Change-Id: Ic5c6046d87fe1c718c60c1b182425442fe7f2948 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>