summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk
Commit message (Collapse)AuthorAgeFilesLines
* [android] - add library loading to peer objectstobrun2019-01-212-0/+11
|
* [core,ios,android] Update feedback URL in code and tests (#13710)Antonio Zugaldia2019-01-172-1/+2
| | | | | | * [core,ios] rename all occurrence of www.mapbox.com/map-feedback to apps.mapbox.com/feedback * [ios,android] rename all occurrence of www.mapbox.com/feedback to apps.mapbox.com/feedback
* Revert "[android] - add library loading to peer objects"tobrun2019-01-172-11/+0
| | | | This reverts commit 16718b0df77119dd4bbebc383bfbd70afb1c0518.
* [android] re-apply location component's "layer-below" when changedŁukasz Paczos2019-01-171-0/+19
|
* [android] - make all library loader load the native library only oncetobrun2019-01-171-6/+6
|
* [android] - add library loading to peer objectstobrun2019-01-172-0/+11
|
* [android] - avoid printing warning on recursively loading shared objecttobrun2019-01-171-1/+6
|
* [android] - avoid leaking compassView context through animatortobrun2019-01-172-1/+6
|
* [android] - allow reset fps listener, update debug mode activity withtobrun2019-01-161-15/+18
| | | | menu options
* [android] do not invoke #onCancel when animation is scheduled from #onFinish ↵Łukasz Paczos2019-01-161-5/+11
| | | | block
* [android] - expose query feature extensionstobrun2019-01-151-0/+57
|
* [android] - makes improve map url backwards compatibletobrun2019-01-152-3/+11
|
* [android] - show snapshot attributiontobrun2019-01-151-1/+1
|
* [android] - optimise interface definitiontobrun2019-01-156-283/+247
|
* [android] - introduce NativeMap abstraction, remove static code block ↵tobrun2019-01-158-93/+441
| | | | removal utility
* [android] - avoid null pointer when quickly closing activity for attribution ↵Tobrun2019-01-111-1/+3
| | | | click handling
* [android] - update link from API docs (#13692)Heather Stenson2019-01-101-2/+2
|
* [android] - avoid leaking dialog when context is being stoppedtobrun2019-01-103-6/+24
|
* [android] - throw IllegalStateException when setting an maximum fps while ↵tobrun2019-01-101-0/+2
| | | | the mapRenderer isn't created yet
* [android] lift Parcelable inheritance to the OfflineRegionDefinitionŁukasz Paczos2019-01-103-7/+9
|
* [android] fix location interval workaround initializationŁukasz Paczos2019-01-071-12/+12
|
* [android] cancel camera transitions only when set CameraMode is not NoneŁukasz Paczos2019-01-041-1/+5
|
* [android] - save debug cache state vs map statetobrun2019-01-021-2/+6
|
* [android] Add "localIdeographs" option to OfflineRegionDefinition.Chris Loer2018-12-213-3/+70
|
* [android] - remove timber in favor of mapbox loggertobrun2018-12-201-4/+4
|
* [android] update core stylesŁukasz Paczos2018-12-191-5/+5
| | | | | | | | | includes: streets-v11 outdoors-v11 light-v10 dark-v10 satellite-streets-v11
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-196-113/+162
|
* adding param (#13597)Langston Smith2018-12-191-0/+11
|
* [android] dismiss the foreground color only when the style is loadedŁukasz Paczos2018-12-191-4/+6
|
* [android] location update fastest interval workaroundŁukasz Paczos2018-12-181-2/+16
|
* [android] option to disable smooth animation of compass and accuracy valuesŁukasz Paczos2018-12-145-38/+143
|
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-135-12/+16
|
* [android] register compass sensor listener only if provided data is consumed ↵Łukasz Paczos2018-12-136-22/+102
| | | | by the location layer or location camera
* Fixed compass update time not getting updatedBharath MG2018-12-131-3/+3
|
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-126-251/+113
|
* [android] CameraMode transition animation and result listenersŁukasz Paczos2018-12-125-19/+193
|
* [Android] Add setPreferredFramesPerSecond for MapView (#13498)Kevin Li2018-12-122-8/+38
| | | | * [Android] Add setPreferredFramesPerSecond for MapView
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-113-21/+21
|
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-113-1/+66
| | | | didEnterIdle fires whenever render completes and no repaint is scheduled.
* [android] - add more tests, refactor map paddingTobrun2018-12-112-8/+28
|
* [android] - instrumented unit tests, add map tests, refactor generated layer ↵Tobrun2018-12-111-12/+41
| | | | tests
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-102-82/+1
|
* [android] - introduce validateState, add illegal state exception to all ↵tobrun2018-12-101-129/+43
| | | | invocations, add test
* [android] - throw exception when another style is loading, correct ↵tobrun2018-12-102-17/+31
| | | | RuntimeStyleTest when removing layer at, add javadoc to isFullyLoaded
* [android] - optimise loaded style for location component, expose isFullyLoadedTobrun2018-12-105-16/+139
|
* [android] - make style part of location component activation, add tests for ↵Tobrun2018-12-105-92/+123
| | | | non existing style and multiple style loading, revisit code comments
* [android] - update sanity test to Style.javaTobrun2018-12-102-0/+8
|
* [android] - add unit tests for Style.java APITobrun2018-12-104-45/+52
|
* [android] - add missing javadoc on public API methods around StyleTobrun2018-12-102-1/+50
|
* [android] fix LocationComponent unit test with Style.java objectŁukasz Paczos2018-12-101-40/+50
|