summaryrefslogtreecommitdiffstats
path: root/src/plugins/android
Commit message (Expand)AuthorAgeFilesLines
* Make use of the new Window container classesChristian Strømme2025-03-182-42/+5
* Clean up unused url() web interfaceMichal Klocek2024-11-072-6/+0
* Fix WebView.loadData* encoding on androidMichal Klocek2024-11-071-7/+6
* Fix all tests on android instead of blacklisting themMichal Klocek2024-11-071-1/+0
* Fix namespace build on androidMichal Klocek2024-11-072-3/+3
* Android: use convience wrapper to register nativesVolker Hilsheimer2023-11-161-6/+1
* Android: modernize implementationVolker Hilsheimer2023-11-132-160/+124
* Android: make functions static if they don't need the objectVolker Hilsheimer2023-11-132-10/+12
* Android: don't rely on implicit cast of declared QtJniTypes to jobjectVolker Hilsheimer2023-10-271-1/+1
* JNI: Explicilty convert QtJniType instances to jobject for variadic argumentsVolker Hilsheimer2023-09-211-1/+1
* Android: Fix for possible thread deadlockBartlomiej Moskal2023-03-031-0/+15
* Add settings API for QtWebViewChristian Strømme2022-10-272-0/+76
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Fix CMake warning about using PUBLIC_LIBRARIES for pluginsChristian Strømme2022-06-171-1/+0
* Use SPDX license identifiersLucie Gérard2022-06-103-114/+6
* Fix crash due to missing native functions for the cookie APIsChristian Strømme2022-05-091-3/+43
* Use up-to date LGPL license headerKai Köhne2022-02-143-33/+42
* Add support functions to manage cookiesAgnieszka Jaworska2021-12-142-0/+30
* CMake: Use renamed qt6_add_plugin PLUGIN_TYPE optionAlexandru Croitor2021-08-121-1/+1
* Switch to new public QJni APIsAllan Sandfeld Jensen2021-07-092-22/+21
* Try fixing failure to find qjni_p.hAllan Sandfeld Jensen2021-07-081-0/+1
* Remove qmake filesMichal Klocek2021-06-171-20/+0
* Add cmake buildMichal Klocek2021-06-021-0/+17
* Android: rename Android's package name for Qt 6Assam Boudjelthia2021-02-121-1/+1
* Replace 0 with nullptrAllan Sandfeld Jensen2021-02-021-1/+1
* Replace Q_DECL_OVERRIDE with overrideAllan Sandfeld Jensen2021-02-021-21/+21
* Add ; to Q_UNUSEDLars Schmertmann2020-07-311-18/+18
* Android: JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4Assam Boudjelthia2020-01-201-2/+2
* Add QtWebView::WebView::httpUserAgent propertyArmin Felder2019-05-152-0/+15
* Make QtWebView plugin basedChristian Stromme2018-01-265-0/+621