summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_tracking.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-021-32/+0
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
|
* [android] Revise handling of tracking modes and interactionsclydebarrow2016-10-051-1/+13
| | | | | | | | | | | | with touch gestures. This fixes issues #6549 and #6567. Also pertinent to #6557. Additional code has been added to the test app (Activity "User Tracking Mode") to test. A potential race condition in the MapboxMap#easeCamera() methods where a camera change generated by tracking which could have reset the tracking modes has been eliminated by factoring out a new method MapboxMap#easeCameraInternal().
* [android] #4396 - fixed test activity tracking settings modes, Deprecated ↵Tobrun2016-04-231-1/+7
| | | | old configuration of tracking settings and introduced more flexible configuration.
* [android] #4365 - make dismiss on gesture configurable, renamed activity to ↵Tobrun2016-04-051-0/+14
match UI in test app, cleanup