summaryrefslogtreecommitdiff
path: root/src/plugins/position/android/src/jnipositioning.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtPositioning: rename Android's package name for Qt 6Assam Boudjelthia2021-01-221-1/+1
* Android: request permissions before location requests or updatesAssam Boudjelthia2020-01-291-28/+32
* 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-041-1/+14
* Collect vertical position accurancy detailsAlex Blasche2018-12-141-1/+15
* Fix warnings in jnipositioning.cppAlex Blasche2018-12-101-27/+28
* 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
* Use QDateTime::currentMSecsSinceEpoch() instead of currentDateTimeThiago Macieira2016-11-021-1/+1
* Add capability to ask for Location permission at runtimeAlex Blasche2016-09-211-0/+29
* Merge remote-tracking branch 'origin/5.6' into 5.7Michal Klocek2016-07-281-0/+5
|\
| * Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-201-0/+5
* | Updated license headersAntti Kokko2016-01-201-14/+20
|/
* Update contact URL in all license headers to qt.ioAlex Blasche2015-02-181-1/+1
* Update BSD and LGPLv2.1 licensesAlex Blasche2015-02-181-3/+3
* Update all LGPLv2.1 license headers in source to latest versionAlex Blasche2015-02-151-4/+4
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Fix crash on S4 when running Satellite and Position updates concurrentlyAlex Blasche2014-05-231-2/+2
* 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-031-16/+151
* Positioning backend for AndroidAlex Blasche2014-01-031-0/+400