summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java
Commit message (Collapse)AuthorAgeFilesLines
* [Android] Add setPreferredFramesPerSecond for MapView (#13498)Kevin Li2018-12-121-0/+12
| | | | * [Android] Add setPreferredFramesPerSecond for MapView
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-111-7/+7
|
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-111-1/+34
| | | | didEnterIdle fires whenever render completes and no repaint is scheduled.
* [android] - make style part of location component activation, add tests for ↵Tobrun2018-12-101-1/+10
| | | | non existing style and multiple style loading, revisit code comments
* [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 ↵Tobrun2018-12-101-1/+0
| | | | configurations to style.java
* [android] - cleanup old style java constants file, migrate style transition ↵Tobrun2018-12-101-1/+1
| | | | to Style.java
* [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 ↵Tobrun2018-11-141-5/+5
| | | | RecyclerView
* [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 ↵Łukasz Paczos2018-11-061-0/+6
| | | | exception in the map state callbacks
* [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 ↵Łukasz Paczos2018-10-261-58/+106
| | | | requested before the map is initialized
* [android] - remove view tree observerTobrun2018-10-241-28/+1
|
* Revert "[android] - infer nullity"tobrun2018-10-231-19/+11
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [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, ↵Łukasz Paczos2018-09-121-3/+4
| | | | removed location save state
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-121-3/+3
| | | | LocationLayerPlugin, now called LocationComponent
* [android] deactivating default location engine when the map is destroyedŁukasz Paczos2018-09-121-0/+4
|
* [android] initialize LocationLayerPlugin with MapŁukasz Paczos2018-09-121-6/+17
|
* [android] MapStrictMode implementationŁukasz Paczos2018-09-041-2/+15
|
* [android] - modularise the sdktobrun2018-08-241-11/+5
|
* [android] - update map intializer for OfflineRegionDefintion with ↵tobrun2018-08-211-9/+35
| | | | OfflineGeometryRegionDefinition
* [android] - wait for the initial render to occur before showing the map to ↵Tobrun2018-07-271-3/+41
| | | | the end-user
* [android] - add convenience method for destroyed state on MapView, can be ↵tobrun2018-07-121-0/+13
| | | | used to determine if an asynchrous result should be set on map.
* [android] - validate if gesture detector is able to handle gesturetobrun2018-07-121-2/+6
|
* [android] - create device independent tests for camera position testingtobrun2018-07-051-12/+19
|
* [android] - update onMapChange docs for possible valuesŁukasz Paczos2018-05-241-0/+2
|
* [android] - change MapView#initialize modifier to allow subclasses to ↵Tobrun2018-05-221-5/+7
| | | | override this method to provide alternate configurations to MapboxMapOptions
* [android] - add nullability annotations to public api for kotlin language ↵tobrun2018-05-171-11/+7
| | | | integration
* [android] - expose MapView#setOfflineRegionDefinitiontobrun2018-05-171-4/+35
|
* [android] - clear map change listeners when map is destroyedTobrun2018-05-141-0/+1
|
* [android] - allow early callback registrationTobrun2018-05-141-5/+18
|
* [android] - integrate view callback abstractionTobrun2018-05-141-19/+15
|