summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK
Commit message (Expand)AuthorAgeFilesLines
* [android] mapbox-java vendorŁukasz Paczos2019-01-151-2/+2
* [android] mapbox-gestures-android vendorŁukasz Paczos2019-01-151-1/+1
* [android] - optimise interface definitiontobrun2019-01-158-333/+256
* [android] - introduce NativeMap abstraction, remove static code block removal...tobrun2019-01-159-94/+441
* [android] - avoid null pointer when quickly closing activity for attribution ...Tobrun2019-01-111-1/+3
* [android] Implement google benchmark runner for Android platformAlexander Shalamov2019-01-111-0/+4
* [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-042-8/+52
* [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-192-10/+10
* [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-148-46/+213
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-137-13/+84
* [android] - move MapboxMapTest to java unit testtobrun2018-12-132-47/+108
* [android] register compass sensor listener only if provided data is consumed ...Łukasz Paczos2018-12-138-22/+288
* Fixed compass update time not getting updatedBharath MG2018-12-131-3/+3
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-127-451/+334
* [android] - set snapshot version to 7.1.0Tobrun2018-12-121-1/+1
* [android] CameraMode transition animation and result listenersŁukasz Paczos2018-12-127-21/+491
* [Android] Add setPreferredFramesPerSecond for MapView (#13498)Kevin Li2018-12-122-8/+38
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-114-35/+35
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-114-1/+99
* [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-105-93/+1
* [android] - introduce validateState, add illegal state exception to all invoc...tobrun2018-12-102-129/+55
* [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-108-121/+205
* [android] - update unit test to match NativeMapView#isDestroyedTobrun2018-12-101-0/+1
* [android] - update sanity test to Style.javaTobrun2018-12-102-0/+8
* [android] - add unit tests for Style.java APITobrun2018-12-108-46/+435
* [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-102-41/+58
* [android] - un-ignore location testsTobrun2018-12-101-5/+0
* [android] - use builder json/url for constructing style objectTobrun2018-12-102-12/+16
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-107-172/+135
* [android] - cleanup imagesTobrun2018-12-101-0/+8
* [android] - introduce StyleCallback, make parent class for StateCallbackTobrun2018-12-102-17/+21
* [android] - limit visibility, clear callbacksTobrun2018-12-102-3/+3
* [android] - infer nullify on Style.javaTobrun2018-12-102-21/+39