aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/platform/android
Commit message (Expand)AuthorAgeFilesLines
* Fix link in QtQuickView documentationOlli Vuolteenaho2024-12-301-1/+1
* Avoid deprecation warning in qandroidquickviewembedding.cppLars Schmertmann2024-12-291-1/+1
* Android: Add documentation for multiple QtQuickViews in one host appPetri Virkkunen2024-10-291-0/+33
* Android: Update QtQuickView documentation to use new APIPetri Virkkunen2024-10-171-7/+19
* Revert "Docs: Android: Add known issue about multiple QtQuickView cleanup"Petri Virkkunen2024-10-151-7/+0
* Docs: Add links to Android classes and examplesNicholas Bennett2024-10-011-1/+1
* Docs: Android: Add known issue about multiple QtQuickView cleanupPetri Virkkunen2024-09-241-0/+7
* Docs: Add known issue to QtQuickView Class docsNicholas Bennett2024-09-241-0/+17
* Docs: Add main.cpp app entry point information for QtQuickViewNicholas Bennett2024-09-241-0/+17
* Docs: Remove QtQuickView Technical Preview StatusNicholas Bennett2024-09-242-3/+0
* Android: Indicate signals with no params with QVariant<void*>Soheil Armin2024-09-101-1/+2
* Android: move jar folder under android folderAssam Boudjelthia2024-08-308-0/+922
* Android: Remove APIs that are being moved to qtcoreSoheil Armin2024-08-228-882/+4
* Fix -no-pch Android buildOlli Vuolteenaho2024-07-152-1/+5
* JNI: prepare for standard Java types getting declared in qtjnitypes.hVolker Hilsheimer2024-06-182-5/+8
* Android QuickView embedding: use QJniArray to pass string listVolker Hilsheimer2024-06-162-12/+3
* Android: Add auto tests for Java QtAbstractItemModelSoheil Armin2024-06-022-2/+4
* Android: Add QtQmlComponent loading support to QtQuickViewSoheil Armin2024-05-312-22/+30
* Android: Add sibling method to Java QtAbstractItemModelSoheil Armin2024-05-292-1/+29
* Android: Add Java QtAbstractItemModel as a QAIM wrapperSoheil Armin2024-05-297-6/+734
* Android: Fix Java Boolean conversion to boolSoheil Armin2024-05-291-1/+1
* Android: Add missing Long type conversionSoheil Armin2024-05-292-0/+8
* Android: Move Java types and conversion functions to their own headerSoheil Armin2024-05-225-82/+129
* Android: Add QAndroidQuickView class that owns QAndroidViewSignalManagerSoheil Armin2024-05-223-12/+25
* Android: Rename and split SignalHelper into new header and source filesSoheil Armin2024-05-224-152/+200
* Android: Improve error handling and logging of QtQuickViewSoheil Armin2024-05-221-19/+21
* Android: Fix missing qqmlengine.h includeSoheil Armin2024-03-141-0/+1
* Android: Change resizeMode of the root object of QQuickViewSoheil Armin2024-02-271-1/+1
* Android: Invoke SignalHandler interface from UI threadSoheil Armin2024-02-261-4/+7
* Android: Add QQuickView status handling API to QtQuickViewSoheil Armin2024-02-261-1/+7
* Android: Add user-defined QML import paths to QtQuickViewSoheil Armin2024-02-202-4/+20
* Android: Add signal handling feature to QtQuickViewSoheil Armin2024-02-202-0/+279
* Android: Add getProperty() to QtQuickViewSoheil Armin2024-02-152-0/+62
* Android: Add setProperty() to QtQuickViewSoheil Armin2024-02-152-2/+53
* Android: Add QtQuickView class to embed QQuickView to AndroidTinja Paavoseppä2024-02-152-0/+103