summaryrefslogtreecommitdiffstats
path: root/src/plugins/position/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* Android: Avoid unnecessary methodId lookups (use a cache instead)Alex Blasche2014-01-151-16/+45
* Android: Use constants to reflect type of occurred errorAlex Blasche2014-01-031-22/+30
* QGeoSatelliteInfoSource backend for AndroidAlex Blasche2014-01-038-32/+590
* Positioning backend for AndroidAlex Blasche2014-01-0315-0/+1412