aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove QtAndroidExtras module and add note about its state in Qt 6HEADdevAssam Boudjelthia2021-06-2949-6352/+0
* Remove left-over .pri filesJoerg Bornemann2021-05-052-29/+0
* Remove qmake project filesJoerg Bornemann2021-04-294-59/+0
* Fix warning about QAndroidJNIObjectAndreas Buhr2021-02-191-1/+1
* Update CMake scripts in QtAndroidextrasAndreas Buhr2020-12-182-3/+22
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-0512-22/+23
* Doc: Fix documentation warningsTopi Reinio2020-09-022-2/+2
* Add Q_OBJECT to QAndroidServiceLars Schmertmann2020-07-031-0/+2
* Doc: Update docs with cmake package informationNico Vertriest2020-06-261-0/+1
* Add ; to Q_UNUSEDLars Schmertmann2020-06-231-4/+4
* Make PermissionResult compatible with the Android valuesAssam Boudjelthia2020-06-121-2/+2
* Add example to demonstrate working with custom Java objects/ArrayListAssam Boudjelthia2020-05-252-1/+1
* Add example to show how to work with activities and handle their resultAssam Boudjelthia2020-05-221-0/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-146-5/+18
|\
| * Add \brief tags to classesAssam Boudjelthia2020-04-256-5/+18
* | Docs: Add a snippet for findClass usageAssam Boudjelthia2020-05-111-0/+15
* | Add Android services examplesAssam Boudjelthia2020-04-273-1/+65
* | CMake: Initial CMake build system supportLeander Beernaert2020-04-243-0/+67
|/
* Introduce new example JNI MessengerAssam Boudjelthia2020-03-121-0/+0
* Fix notification example crashingAssam Boudjelthia2020-03-121-0/+0
* JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4Assam Boudjelthia2020-01-201-1/+1
* Doc: Fix documentation warningsTopi Reinio2019-11-112-5/+5
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-171-1/+1
|\
| * Fix wrong JNI call function when calling QAndroidIntent::putExtra()Christian Strømme2019-08-151-1/+1
* | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
* | Overload QtAndroid::startActivity with a callbackNicolas Fella2019-01-295-1/+162
* | Add a QtAndroid::startActivity that takes a QAndroidIntentAlbert Astals Cid2019-01-222-0/+24
|/
* Fix class vs struct mismatchAlex Blasche2019-01-081-1/+1
* QAndroidIntent::putExtra: Fix JNI return value syntaxAlbert Astals Cid2019-01-031-1/+1
* Doc: Get rid of QT_INSTALL_HEADERS in documentation configTopi Reinio2018-11-072-2/+2
* Merge remote-tracking branch 'origin/5.11' into 5.12v5.12.0-beta4v5.12.0-beta3Qt Forward Merge Bot2018-10-201-0/+2
|\
| * Check if the array is valid before accessing itAndy Shaw2018-10-191-0/+2
* | Allow users to find all classesBogDan Vatra2018-08-292-0/+19
|/
* Fix startIntentSender Java signatureVolker Krause2018-07-141-1/+1
* Doc: Fix documentation issues when using Clang-enabled QDocv5.11.0-beta4Topi Reinio2018-04-119-19/+101
* Merge remote-tracking branch 'origin/5.10.1' into 5.11v5.11.0-alpha1Liang Qi2018-02-141-1/+2
|\
| * Delay QtAndroidPrivate::setOnBindListener call until the QAndroidService cons...v5.10.1BogDan Vatra2018-02-061-1/+2
* | Allow the user to easily register a binder creatorBogDan Vatra2018-02-072-5/+27
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-205-11/+31
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta4Liang Qi2017-10-305-11/+31
| |\
| | * Fix outdated BSD headerKai Koehne2017-09-292-2/+22
| | * Fix outdated FDL headerKai Koehne2017-09-293-9/+9
* | | Android: remove support for local/debug deploymentBogDan Vatra2017-09-065-23/+17
|/ /
* | Add public API for Android new Permission ModelBogDan Vatra2017-07-262-0/+88
* | Say hello to low level Android Service & Binder implementationsBogDan Vatra2017-07-2628-3/+1878
* | [doc] Add doc for QtAndroid::RunnableBogDan Vatra2017-07-041-0/+6
* | Android: Allow timeout to fade out splash screenMathias Hasselmann2017-03-202-3/+15
|/
* Add QtAndroid::androidContext()v5.8.0-alpha1Alex Blasche2016-08-042-4/+20
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-225/+225
|\
| * Workaround clang buggy explicit specializations function templates exportv5.6.2BogDan Vatra2016-07-191-225/+225