summaryrefslogtreecommitdiff
path: root/src/plugins/position/android
Commit message (Expand)AuthorAgeFilesLines
* QtPositioning: refactor QGeoPositionInfoSourceFactoryIvan Solovev2021-01-222-9/+12
* QtPositioning: rename Android's package name for Qt 6Assam Boudjelthia2021-01-225-8/+8
* QtPositioning: port to cmakeIvan Solovev2021-01-203-0/+43
* 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-044-3/+23
* Fix QGeoPositionInfoSource::supportedPositioningMethods() on AndroidAlex Blasche2019-01-021-1/+1
* 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
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-202-4/+7
|\
| * Update to new QRandomGenerator APIv5.10.0-beta4Thiago Macieira2017-11-031-2/+2
| * Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta3Liang Qi2017-10-261-2/+5
| |\
| | * Android: check positioning listener not nullVyacheslav Koscheev2017-10-241-2/+5
* | | Android: remove support for local/debug deploymentJake Petroules2017-09-064-22/+16
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-0/+4
|\ \ | |/
| * Android: fix resolving null locationManagerVyacheslav Koscheev2017-06-291-0/+4
* | 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-284-4/+9
|\ \ | |/
| * 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-243-4/+4
* | This module doesn't need an Activity to work, a Context object is enoughBogDan Vatra2016-07-261-3/+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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-36/+66
|\ \ | |/
| * Fix endless location requestingVyacheslav Koscheev2016-01-251-36/+66
* | Updated license headersAntti Kokko2016-01-209-126/+180
|/
* 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-189-9/+9
* Update BSD and LGPLv2.1 licensesAlex Blasche2015-02-189-27/+27
* Update all LGPLv2.1 license headers in source to latest versionAlex Blasche2015-02-159-36/+36
* Android: A new positioninfosource is always initialized with NoErrorAlex Blasche2014-10-241-1/+1
* Update license headers and add new license filesAntti Kokko2014-08-249-172/+100
* 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-232-11/+23
* 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: Fix crash while retrieving GPS based location.Alex Blasche2014-01-151-1/+2