summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/CustomLocationEngineActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Custom location source fix (#9142)Tobrun2017-06-091-7/+29
| | | | | | * [android] - custom location engine fixes (#9139) * Update to latest LOST dependency, fixup internal location source integration
* [android] - fix test app runtime permissions (#8823)Tobrun2017-04-261-42/+11
|
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-201-0/+131
* add a way to use a custom location source * add custom location engine example to test app