summaryrefslogtreecommitdiff
path: root/src/plugins/position/android/src/jnipositioning.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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