summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/MockLocationEngine.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] revert adding mapbox-android-core dependency (#10354) (#10380)upstream/revert-android-corePablo Guardiola2017-11-091-2/+2
|
* [android] make location provider optional (#9488)Pablo Guardiola2017-11-011-2/+7
|
* Custom location source fix (#9142)Tobrun2017-06-091-46/+79
| | | | | | * [android] - custom location engine fixes (#9139) * Update to latest LOST dependency, fixup internal location source integration
* add null check in custom location engine activity to prevent null pointer ↵Pablo Guardiola2017-06-011-1/+3
| | | | exception (#9159)
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-201-0/+93
* add a way to use a custom location source * add custom location engine example to test app