summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox
Commit message (Expand)AuthorAgeFilesLines
* Revert "[android] - add library loading to peer objects"tobrun2019-01-172-11/+0
* [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
* [android] do not invoke #onCancel when animation is scheduled from #onFinish ...Łukasz Paczos2019-01-161-5/+11
* [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 removal...tobrun2019-01-158-93/+441
* [android] - avoid null pointer when quickly closing activity for attribution ...Tobrun2019-01-111-1/+3
* [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 the...tobrun2019-01-101-0/+2
* [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
* [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
* 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
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-113-21/+21
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-113-1/+66
* [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
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-102-82/+1
* [android] - introduce validateState, add illegal state exception to all invoc...tobrun2018-12-101-129/+43
* [android] - throw exception when another style is loading, correct RuntimeSty...tobrun2018-12-102-17/+31
* [android] - optimise loaded style for location component, expose isFullyLoadedTobrun2018-12-105-16/+139
* [android] - make style part of location component activation, add tests for n...Tobrun2018-12-105-92/+123
* [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
* [android] - use builder json/url for constructing style objectTobrun2018-12-102-12/+16
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-106-134/+121