Commit Graph

7 Commits

Author SHA1 Message Date
Inkamari Harjula 7715c5f056 Fix String '6.8.0' found in 6.9.0 sources in qtdeclarative
Occurrences fixed.

Task-number: QTBUG-130833
Change-Id: Ideda05852ce9bbfbce3dfa7bdf7c06155c598f46
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
2024-11-12 14:55:12 +02:00
Assam Boudjelthia 88660cd34a Android: remove packagingOptions.jniLibs.useLegacyPackaging property
This is not needed after 0db5b424cdaede8724886e8a1eda1380382d9aaf.

Change-Id: Ic5fc2bccf260cfdc159212324fb066d9137753c0
Reviewed-by: Petri Virkkunen <petri.virkkunen@qt.io>
2024-10-31 13:49:56 +03:00
Petri Virkkunen c9c7ce461a Android: Update QML in Android service test to use multiple views
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>
2024-09-11 16:11:31 +03:00
Soheil Armin 0007adef5b Android: Replace Qt snapshot maven, with release maven repo
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>
2024-09-10 16:18:55 +03:00
Petri Virkkunen 746b4d1086 Android: Update QML in Android service manual test to use new API
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>
2024-09-06 09:49:59 +03:00
Olli Vuolteenaho 6699b6bfd1 Improve Service Embedding manual test
- 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>
2024-08-01 08:31:40 +03:00
Rami Potinkara 177a7f4e18 Android: Rename QtQuickView Java and Kotlin examples
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>
2024-07-29 18:58:08 +03:00