summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/TrackingSettings.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated location APIs (#11351)Łukasz Paczos2018-03-021-419/+0
|
* [android] Integration of the new events library (#10999) (#11183)Pablo Guardiola2018-02-131-3/+3
| | | | | | | | | | | | | | | | | | | * [android] integration of the new events library * JNI Bug - current build with JNI bug * fix #10999 comments * Clean-up - clean-up timbers and test code * [android] fix sdk identifier and sdk version * [android] merge from master (MAS 3.0) * [android] bump events lib version to 3.0.0-beta.1 and remove never used methods from math utils class
* [android] - log lack of permissions only if enabling locationŁukasz Paczos2018-02-051-1/+1
|
* [android] revert adding mapbox-android-core dependency (#10354) (#10380)Pablo Guardiola2017-11-091-2/+2
|
* [android] make location provider optional (#9488)Pablo Guardiola2017-11-011-4/+4
|
* [android] - deprecate MyLocationView in favor of LocationLayer pluginTobrun Van Nuland2017-08-151-0/+4
|
* Custom location source fix (#9142)Tobrun2017-06-091-4/+27
| | | | | | * [android] - custom location engine fixes (#9139) * Update to latest LOST dependency, fixup internal location source integration
* [android] - option to disable camera animation while following position (#9210)Łukasz Paczos2017-06-071-0/+25
|
* [android] Cherry picking 9133 (#9145)Pablo Guardiola2017-06-011-39/+15
| | | | | | | | | | | | * [android] Fix tracking mode + camera race condition (#9133) * [android] fix tracking mode + camera race condition * fix resetTrackingModesIfRequired bug (comparing current camera position with target camera position * cherry pick #9133 and update CHANGELOG * add null check to prevent null pointer exception
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-201-2/+10
| | | | | | * add a way to use a custom location source * add custom location engine example to test app
* [android] - don't disable tracking when animation the camera bearing. (#8279)Tobrun2017-03-081-1/+1
|
* [android] Extract telemetry into MASAntonio Zugaldia2017-02-031-17/+13
| | | | | | * [android] add the mapbox-android-telemetry module dependency. * update javadoc
* [android] - Config dismissing tracking modes with camera change (#7871)Tobrun2017-01-311-1/+37
| | | | | | * [android] - allow fine grained control over dismissing tracking modes while animating the camera position * update MyLocationView
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-2/+2
|
* [android] - zoom to at least 2 when tracking is enabled (#7795)Tobrun2017-01-231-4/+9
| | | | | | * [android] - zoom to at least 2 when tracking is enabled, introduce interface for zoom invalidation, simplify example * fixup unit test, added test for new interface + focal point interface
* [android] - remove deprecated emerald (#7767)Tobrun2017-01-181-22/+0
| | | | | [android] - remove deprecation annoation for setStyle [android] - dismiss tracking on gesture deprecation cleanup
* MapboxAccountManager refactor, removal deprecated accesstoken (#7462)Tobrun2016-12-171-10/+58
| | | | | | * [android] - move object ownership, move depenencies and responsibility. * [android] - MapboxAccountManager refactor, removal deprecated accesstoken.
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-281/+284
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* [android] - remove location enabled flag from MapboxMap (#7308)Tobrun2016-12-081-28/+30
| | | | | | * [android] - remove location enabled flag from MapboxMap, decouple TrackingSettings from MyLocationViewSettings using a FocalPointChangeListener interface, Move state related to tracking modes to MyLocationView (shared object between MyLocationViewSettings and FocalPointChangeListener). * fixup tests
* [android] - Refactor dependencies, introduce focused components (#7189)Tobrun2016-12-061-11/+88
| | | | | | * [android] - refactor dependencies * ignore tests
* cherry-picked 7013 into master (#7247)Cameron Mace2016-12-011-2/+2
|
* [android] - move camera logic to dedicated transform class (#6919)Tobrun2016-11-231-0/+24
| | | | | | | | * [android] - move camera logic to dedicated transform class post camera updates to the message queue, this makes calling an new camera update in the on finish of another update possible. Simplify transform.java implementation. * fail the step if instrumentation tests fail, fixup typo
* [android] - allow using rotate gesture when not tracking user location, ↵Tobrun2016-11-141-1/+1
| | | | correctly update bearing during rotation gesture (#6978)
* [android] refactored exposed api on MapboxMapTobrun Van Nuland2016-10-051-10/+7
| | | | | | fix unit tests fixup comments
* [android] Revise handling of tracking modes and interactionsclydebarrow2016-10-051-36/+26
| | | | | | | | | | | | 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] #5479 - Don't disable rotate gesture if we have tracking disabledTobrun2016-06-251-2/+2
|
* [android] #4800 - default location view from start: introduced attributes, ↵Tobrun2016-04-261-2/+2
| | | | update MapboxMapOptions, added tests. updated MockParcel
* [android] #4396 - Cleanup + javadoc TrackingSettings classTobrun2016-04-231-32/+71
|
* [android] #4396 - fixed test activity tracking settings modes, Deprecated ↵Tobrun2016-04-231-1/+12
| | | | old configuration of tracking settings and introduced more flexible configuration.
* [android] #4396 - UserLocationView Refactor fix testsTobrun2016-04-231-7/+7
|
* [android] #4396 - UserLocationView improvementsLarry Geromegnace2016-04-231-13/+47
|
* [android] #4365 - make dismiss on gesture configurable, renamed activity to ↵Tobrun2016-04-051-0/+3
| | | | match UI in test app, cleanup
* [android] #3749 - added javadocTobrun2016-03-121-1/+17
|
* [android] #4097 - update javadoc maps packageTobrun2016-02-251-0/+3
| | | | [android] #4097 - update visibility compassclickclistener fix
* [android] #4009 - add tests for tracking settings, optimise architecture to ↵Tobrun2016-02-181-11/+15
| | | | make it testable through unit tests
* [Android] #3761 - add map padding, introduce new feature activityTobrun2016-02-151-0/+117
[android] #3781 #3899 - add map padding, user location view, ViewSettings, TrackingSettings [android] #3761 - update map padding sample [android] #3761 - add map padding