summaryrefslogtreecommitdiffstats
path: root/src/android/jar/src/org/qtproject/qt/android/extras/QtNative.java
Commit message (Collapse)AuthorAgeFilesLines
* Android: rectify the visibility of QtAndroid.jar classAssam Boudjelthia2023-11-281-1/+1
| | | | | | | | | | | | | Since we expect soon to support embedding of Qt from native Android apps, and allowing native apps to access some Qt java classes as API to enbale the embedding, it's needed now to set the visibility to public only to classes that are meant to be public. Task-number: QTBUG-115017 Change-Id: Iec73f8d39bf9c5f7d303176b2b345d5928fb46c7 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
* Android: cleanup unused java importsAssam Boudjelthia2023-11-181-2/+0
| | | | | | | | Get rid of all unused java import calls. Task-number: QTBUG-118077 Change-Id: I9755fafd7edce958187b7e8c9688f2f6b7b59645 Reviewed-by: Tinja Paavoseppä <tinja.paavoseppa@qt.io>
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
| | | | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. Files that have to be modified by hand are modified. License files are organized under LICENSES directory. Task-number: QTBUG-67283 Change-Id: Id880c92784c40f3bbde861c0d93f58151c18b9f1 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Move Android Extras as private APIs under qtbaseAssam Boudjelthia2021-05-101-0/+55
To the option to users to use some needed APIs until we make them ready as proper cross-platform public APIs. Change-Id: I53006397463331ebae8314bf8a3a019474aec617 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>