summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] expose camera padding optionŁukasz Paczos2019-08-291-1/+15
| | | | This removes the cached insets on the Android side, making the core TransformState the source of truth. This still leaves an option to lazily set the padding which is going to be applied only when the next camera animation is started.
* [android] - load style without url or jsontobrun2019-08-011-1/+1
|
* [android] - rename style component URL api to URItobrun2019-06-051-4/+4
|
* [android] break location camera tracking when a developer invoked animation ↵Łukasz Paczos2019-05-241-4/+29
| | | | starts
* [android] - program against NativeMap interfacetobrun2019-04-161-4/+4
|
* [android] - add javadoc indicating that query methods can return empty ↵tobrun2019-04-121-6/+15
| | | | depending on map/surface state
* [android] clear previous style loaded listener when setting a new styleŁukasz Paczos2019-04-041-47/+58
|
* [android] clear camera callbacks' message queue when the map is destroyedŁukasz Paczos2019-04-021-0/+1
|
* [android] - remove request render from MapboxMap#onStarttobrun2019-03-271-1/+0
|
* [android] clear the style object when the map is destroyedŁukasz Paczos2019-03-201-1/+4
|
* [android] set a blank style when an empty builder is providedŁukasz Paczos2019-03-121-14/+2
|
* [android] - add experimental pointer (#13889)Tobrun2019-02-071-0/+7
|
* [android] - optimise interface definitiontobrun2019-01-151-3/+3
|
* [android] - save debug cache state vs map statetobrun2019-01-021-2/+6
|
* [android] clean up remaining deprecated methods for 7.0.0Łukasz Paczos2018-12-191-23/+160
|
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-101-22/+1
|
* [android] - optimise loaded style for location component, expose isFullyLoadedTobrun2018-12-101-2/+2
|
* [android] - make style part of location component activation, add tests for ↵Tobrun2018-12-101-2/+20
| | | | non existing style and multiple style loading, revisit code comments
* [android] - update sanity test to Style.javaTobrun2018-12-101-0/+4
|
* [android] - add unit tests for Style.java APITobrun2018-12-101-11/+11
|
* [android] - add missing javadoc on public API methods around StyleTobrun2018-12-101-0/+49
|
* [android] - use builder json/url for constructing style objectTobrun2018-12-101-4/+4
|
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-101-25/+44
|
* [android] - limit visibility, clear callbacksTobrun2018-12-101-1/+1
|
* [android] - decouple style loading from OnMapReadyTobrun2018-12-101-12/+98
|
* [android] - don't load mapbox streets automaticallyTobrun2018-12-101-4/+0
|
* [android] - move all style methods to Style.javaTobrun2018-12-101-96/+4
|
* [android] - expose style builderTobrun2018-12-101-1/+6
|
* [android] - remove style loaded listenerTobrun2018-12-101-75/+4
|
* [android] - move all layer, source, image, light and transition ↵Tobrun2018-12-101-237/+0
| | | | configurations to style.java
* [android] - cleanup old style java constants file, migrate style transition ↵Tobrun2018-12-101-46/+4
| | | | to Style.java
* [android] - Style.javaTobrun2018-12-101-0/+7
|
* nativeRemoveSource() and nativeRemoveLayer() methods should return a boolean ↵Osana Babayan2018-12-071-17/+12
| | | | (#13428)
* [android] - remove MarkerView APITobrun2018-11-141-255/+1
|
* [android] - nullify codebase with annotationsTobrun2018-11-071-5/+8
|
* [android] - expose moveBy, replace CameraUpdateFactory hook to moveBy for ↵tobrun2018-11-051-0/+23
| | | | scrolling api
* [android] - remove deprecation notices and codeTobrun2018-11-011-172/+3
|
* [android] easeCamera method that takes only update and cancellable callback ↵Łukasz Paczos2018-11-011-0/+17
| | | | as arguments
* [android] - remove deprecated OnMapChange interface and implementationTobrun2018-10-311-21/+21
|
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-311-2/+6
|
* [android] cleanup isDismissible flagŁukasz Paczos2018-10-311-24/+1
|
* Revert "[android] - infer nullity"tobrun2018-10-231-8/+5
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - remove obsolete catch block in getLayerAsTobrun2018-10-151-10/+3
|
* [android] - infer nullityTobrun2018-10-121-5/+8
|
* [android] LocationComponent - javadoc fixes, improved initialization, ↵Łukasz Paczos2018-09-121-5/+9
| | | | removed location save state
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-121-14/+14
| | | | LocationLayerPlugin, now called LocationComponent
* [android] save location stateŁukasz Paczos2018-09-121-0/+2
|
* [android] deactivating default location engine when the map is destroyedŁukasz Paczos2018-09-121-0/+7
|
* [android] initialize LocationLayerPlugin with MapŁukasz Paczos2018-09-121-0/+35
|
* [android] MapStrictMode implementationŁukasz Paczos2018-09-041-2/+7
|