summaryrefslogtreecommitdiff
path: root/src/plugins/position/android/src
Commit message (Expand)AuthorAgeFilesLines
* QtPositioning: get rid of warningsIvan Solovev2021-01-222-15/+15
* QtPositioning: refactor QGeoPositionInfoSourceFactoryIvan Solovev2021-01-222-9/+12
* QtPositioning: rename Android's package name for Qt 6Assam Boudjelthia2021-01-221-1/+1
* QtPositioning: port to cmakeIvan Solovev2021-01-201-0/+22
* Android: request permissions before location requests or updatesAssam Boudjelthia2020-01-292-28/+34
* Android: JNI_OnLoad return JNI_VERSION_1_6 instead of JNI_VERSION_1_4Assam Boudjelthia2020-01-201-2/+2
* Ensure QGeoPositionInfoSource::supportedPositioningMethodsChanged() on AndroidAlex Blasche2019-01-043-1/+20
* Collect vertical position accurancy detailsAlex Blasche2018-12-141-1/+15
* Fix warnings in jnipositioning.cppAlex Blasche2018-12-101-27/+28
* Fix horizontal accuracy comparison for competing position resultsAlex Blasche2018-12-051-1/+1
* Fix warning in Android position pluginAlex Blasche2018-12-051-1/+1
* Declare/Register metatype for QGeoPositionInfoPaolo Angelelli2018-03-231-2/+0
* Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-2/+2
* Use QRandomGenerator instead of q?randThiago Macieira2017-06-301-3/+3
* Set UTC flag for Android position timestampsAlex Blasche2017-03-141-1/+1
* Guard against unprotected javaVM pointer usageAlex Blasche2017-03-091-1/+1
* Set parent to timers in position pluginsVyacheslav Koscheev2017-02-071-1/+1
* Merge remote-tracking branch 'gerrit/5.7' into 5.8Alex Blasche2016-11-022-15/+19
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-012-15/+19
| |\
| | * Fix error status for QGeoPositionInfoSourceAndroidVyacheslav Koscheev2016-09-302-15/+19
* | | Use QDateTime::currentMSecsSinceEpoch() instead of currentDateTimeThiago Macieira2016-11-021-1/+1
* | | Add capability to ask for Location permission at runtimeAlex Blasche2016-09-212-1/+30
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Michal Klocek2016-07-283-2/+7
|\ \ | |/
| * Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-201-0/+5
| * Android: Reduce the minimum update interval to 50msAlex Blasche2016-06-242-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-081-5/+5
|\ \ | |/
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-5/+5
* | Updated license headersAntti Kokko2016-01-208-112/+160
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-082-0/+22
* Skip loading real plugins in testsLaszlo Agocs2015-09-091-1/+2
* Update contact URL in all license headers to qt.ioAlex Blasche2015-02-188-8/+8
* Update BSD and LGPLv2.1 licensesAlex Blasche2015-02-188-24/+24
* Update all LGPLv2.1 license headers in source to latest versionAlex Blasche2015-02-158-32/+32
* Android: A new positioninfosource is always initialized with NoErrorAlex Blasche2014-10-241-1/+1
* Update license headers and add new license filesAntti Kokko2014-08-248-152/+88
* Fix the names of the plugin factory classes for static plugin loadingAlex Blasche2014-06-251-1/+1
* Fix crash on S4 when running Satellite and Position updates concurrentlyAlex Blasche2014-05-231-2/+2
* Add PLUGIN_CLASS_NAME declarations to plug-in projectsAlex Blasche2014-04-231-0/+1
* Android: Fix crashes due to insufficient resource cleanupsAlex Blasche2014-04-021-1/+7
* Don't use QString if not required (Performance improvement)Alex Blasche2014-01-151-3/+7
* Android: Avoid unnecessary methodId lookups (use a cache instead)Alex Blasche2014-01-151-16/+45
* QGeoSatelliteInfoSource backend for AndroidAlex Blasche2014-01-037-22/+471
* Positioning backend for AndroidAlex Blasche2014-01-038-0/+957