summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/CustomLocationEngineActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - move strings resources to dedicated files, fixup simple map ↵Tobrun Van Nuland2017-09-181-0/+3
| | | | activity, fixup double map activity, snapshot activity home button click fix, add activity titles, remove obsolete navigation drawer activity
* 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