summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java
Commit message (Expand)AuthorAgeFilesLines
* [android] reset the native renderer only when the GL thread exitsŁukasz Paczos2019-06-111-6/+7
* [android] - use atomic boolean for hasSurface, check if renderer is created b...tobrun2019-05-101-1/+1
* [android] - add javadoc to highlight imcompatible onIdle with snapshot API, u...tobrun2019-05-091-0/+4
* [android] - unify has surface state handlingtobrun2019-04-171-19/+0
* [android] - program against NativeMap interfacetobrun2019-04-161-2/+2
* [android] - add style image missing binding integration, add synchronoustobrun2019-04-151-25/+58
* [android] - rework test to use query activity, fix attempt to render without ...tobrun2019-04-121-4/+4
* [android] - harden query invocations, move hasSurface handling to NativeMapViewtobrun2019-04-121-12/+26
* [android] check for Mapbox#INSTANCE when initializing the MapViewŁukasz Paczos2019-04-091-0/+5
* quick typo fix for OnDidFinishRenderingMapListener method (#14209)Sam Fader2019-03-251-2/+2
* [android] get vector drawables using AppCompatResources and set vector drawab...Łukasz Paczos2019-03-071-0/+2
* [android] verify no native method is called when saving stateŁukasz Paczos2019-03-041-1/+1
* [android] - avoid leaking compassView context through animatortobrun2019-01-171-0/+5
* [android] - avoid null pointer when quickly closing activity for attribution ...Tobrun2019-01-111-1/+3
* [android] - avoid leaking dialog when context is being stoppedtobrun2019-01-101-4/+15
* [android] - throw IllegalStateException when setting an maximum fps while the...tobrun2019-01-101-0/+2
* [android] dismiss the foreground color only when the style is loadedŁukasz Paczos2018-12-191-4/+6
* [Android] Add setPreferredFramesPerSecond for MapView (#13498)Kevin Li2018-12-121-0/+12
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-7/+7
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-1/+34
* [android] - make style part of location component activation, add tests for n...Tobrun2018-12-101-1/+10
* [android] - add unit tests for Style.java APITobrun2018-12-101-7/+7
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-101-10/+1
* [android] - decouple style loading from OnMapReadyTobrun2018-12-101-101/+11
* [android] - remove style loaded listenerTobrun2018-12-101-1/+1
* [android] - move all layer, source, image, light and transition configuration...Tobrun2018-12-101-1/+0
* [android] - cleanup old style java constants file, migrate style transition t...Tobrun2018-12-101-1/+1
* [android] immediately notify core about forced connectivity stateŁukasz Paczos2018-12-031-7/+9
* [android] - remove MarkerView APITobrun2018-11-141-10/+4
* [android] - add example of showing a MapView inside a ViewPager inside Recycl...Tobrun2018-11-141-5/+5
* [android] - harden activation/deactivation of underlying ref counting componentsTobrun2018-11-141-4/+11
* [android] - nullify codebase with annotationsTobrun2018-11-071-8/+16
* [android] - handle null getMapAsync invocations, deliver onMapReady only onceTobrun2018-11-071-2/+8
* [android] log Java exception and fail silently instead of throwing a native e...Łukasz Paczos2018-11-061-0/+6
* [android] null-check nativeMapView in case it's destroyedŁukasz Paczos2018-11-051-2/+6
* [android] deliver onMapReady only if mapboxMap is not nullŁukasz Paczos2018-11-021-1/+2
* [android] - remove deprecation notices and codeTobrun2018-11-011-30/+0
* [android] - remove deprecated OnMapChange interface and implementationTobrun2018-10-311-285/+9
* [android] - optimise imports, fixup small nitpicksTobrun2018-10-311-15/+11
* [android] consolitdated OfflineRegionDefinitions (#13180)Osana Babayan2018-10-311-33/+10
* [android] removed ZoomButtonsController supportŁukasz Paczos2018-10-311-104/+1
* [android] remove isMapInitialized checkŁukasz Paczos2018-10-301-28/+7
* [android] deliver onMapReady only at the end of the initialization blockŁukasz Paczos2018-10-291-2/+3
* [android] reworks MapCallback to execute correctly when a new style is reques...Łukasz Paczos2018-10-261-58/+106
* [android] - remove view tree observerTobrun2018-10-241-28/+1
* Revert "[android] - infer nullity"tobrun2018-10-231-19/+11
* [android] - infer nullityTobrun2018-10-121-11/+19
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-111-2/+389
* [android] - add binding integration for cross source collisiontobrun2018-09-121-5/+4
* [android] LocationComponent - javadoc fixes, improved initialization, removed...Łukasz Paczos2018-09-121-3/+4