summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Introduce the style::Layer factory classesupstream/mikhail_introduce_layer_factoryMikhail Pozdnyakov2018-10-3123-114/+400
| | | | | | | | | This patch introduces the initial implementation of - A `LayerFactory` abstract class that creates `style::Layer` instances of a certain layer type (line, hillshade, round, ..) - A singleton `LayerManager` class, which is responsible for initializing the `LayerFactory` instances and forwarding the `create()` calls to the corresponding factory.
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-3142-374/+341
|
* [ios, macos] Added $lineProgress expression variableMinh Nguyễn2018-10-309-0/+40
|
* [ios, macos] Fixed typo in style authors guideMinh Nguyễn2018-10-303-3/+3
|
* [macos] Removed redundant sign flipMinh Nguyễn2018-10-301-1/+1
| | | | Fixed an issue where the mbgl::CameraOptions’ heading was misinterpreted as going counterclockwise instead of clockwise.
* [iOS] Update mobile events submodule (#13228)Randall Lee2018-10-303-0/+18
| | | | | | | | | | * Update mobile events submodule Updates submodule to the latest release. https://github.com/mapbox/mapbox-events-ios/releases/tag/v0.7.0 I don't think a changelog addition is necessary. * Update core files using script
* [android] gestures library v0.3.0 bumpŁukasz Paczos2018-10-302-4/+2
|
* [android] remove isMapInitialized checkŁukasz Paczos2018-10-301-28/+7
|
* [core] upgrade geojsonvt to v6.6.2 (#13231)Vladimir Agafonkin2018-10-301-1/+1
|
* [build] Fix stale botThiago Marcos P. Santos2018-10-301-2/+2
| | | | | | | It was not suppose to comment when marking issues as stale, but rather just close them. There is not staleComment, the correct is markComment.
* [ios] Update pre-release installation instructionsupstream/fb-pre-release-installationJason Wray2018-10-292-7/+10
|
* Fix a crash in MapView intializationphilemonmerlet2018-10-291-2/+2
| | | app:srcCompat should be used with AppCompatImageViews. Otherwise the image may not be set, which causes a crash in MapView initialization
* [android] - move CameraPositionActivity to use FragmetnActivity above ↵tobrun2018-10-296-29/+50
| | | | AppCompatActivity
* [android] deliver onMapReady only at the end of the initialization blockŁukasz Paczos2018-10-291-2/+3
|
* [ios, macos] Fixed crash on nullary vararg expression functionMinh Nguyễn2018-10-274-4/+45
| | | | Equate the nullary and unary forms of vararg-style aftermarket expression functions when converting to JSON objects.
* [macos] Added icon for fill extrusion layers to macosappMinh Nguyễn2018-10-274-0/+215
|
* [ios, macos] Updated changelogsMinh Nguyễn2018-10-262-0/+6
|
* [ios, macos] Removed extraneous radian-degree conversionsMinh Nguyễn2018-10-262-10/+10
|
* Add a custom logging for the Mapbox Maps SDK for iOS.Fabian Guerra2018-10-2612-3/+217
|
* [build] Show ccache stats on CircleCI againJason Wray2018-10-261-1/+1
|
* [android] Fix order in which repos are being synced (#13202)Andrey Li2018-10-261-2/+2
|
* [darwin, build] Fix RelWithDebInfo name in cmake Xcode configJason Wray2018-10-261-1/+1
|
* [android] bumped telemetry version to 3.5.1Łukasz Paczos2018-10-261-1/+1
|
* [macos] add changelog for PR 13019Huyen Chau Nguyen2018-10-261-1/+2
|
* [android] remove usage of the deprecated OnMapChange listenerŁukasz Paczos2018-10-267-52/+77
|
* [android] reworks MapCallback to execute correctly when a new style is ↵Łukasz Paczos2018-10-262-71/+127
| | | | requested before the map is initialized
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-2530-929/+203
| | | | | | | | The `style::Layer` class now exposes all the properties contained at `style::LayerImpl`. This allowed to drop `style::Layer::accept()` method usage, avoid the repeated generated code and thus save some binary size. This patch is a part of the layers modularization effort.
* [android] deprecated ZoomButtonsController supportŁukasz Paczos2018-10-252-0/+7
|
* [android] telemetry 3.5.0 bump (#13171)Łukasz Paczos2018-10-252-9/+14
|
* [build] GCC 7+ complains about -Wimplicit-fallthrough in utf.cppBruno de Oliveira Abinader2018-10-251-0/+9
|
* [core] Added RendererState::has{Image,Layer,Source}Bruno de Oliveira Abinader2018-10-255-1/+107
|
* [ios, macos] Refined MGLLineStyleLayer.lineGradient documentationMinh Nguyễn2018-10-252-4/+9
|
* [core] Avoid wrapping longitude values of exactly 180 and 360 (#12797) (#13006)Ryan Hamley2018-10-242-1/+5
|
* [ios] Updates for 4.6.0-alpha.2 releaseios-v4.6.0-alpha.2Jason Wray2018-10-244-3/+10
|
* [ios][documentation] add two links for delegatesJosh Erb2018-10-243-0/+10
| | | | | | * MGLMapView <-> MGLMapViewDelegate * MGLCalloutView <-> MGLCalloutViewDelegate * MGLLocationManager <-> MGLLocationManagerDelegate
* [android] - update changelogs for v6.7.0-alpha.2 and v6.6.2android-v6.7.0-alpha.2Tobrun2018-10-241-0/+14
|
* File deactivate should be called before callbacksBharath MG2018-10-241-3/+3
|
* [android] Removed an unused importTamás Szincsák2018-10-241-1/+0
|
* [android] Revert vectorDrawables.useSupportLibrary to false in order to ↵Tamás Szincsák2018-10-247-10/+4
| | | | increase stability on Android 4.4 and below
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-246-34/+63
|
* [android] update local streets style used for CI testingŁukasz Paczos2018-10-241-8573/+1457
|
* [android] "format" expression supportŁukasz Paczos2018-10-2423-109/+1062
|
* [android] Minimal Android wrapper on 'format' expressionChris Loer2018-10-243-52/+11
| | | | For converting to Java types, flatten 'text-field' back to a string.
* [android] - remove view tree observerTobrun2018-10-241-28/+1
|
* [android] - remove shell command when activating google cloud service accountTobrun2018-10-241-1/+0
|
* [ios] Log event when offline pack is createdNadia Barbosa2018-10-235-0/+52
|
* Add configuration for stale botThiago Marcos P. Santos2018-10-231-0/+28
| | | | Automatically close stale issues and pull requests.
* Revert "[android] - infer nullity"tobrun2018-10-23131-1375/+415
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady ↵tobrun2018-10-2327-47/+28
| | | | | | callback, removes necessity to add question mark to all mapboxMap invocations" This reverts commit a436fd233f325ddca571e3c61641588e8166a6b4.
* [core] add tests for handling requests with different prioritiesHuyen Chau Nguyen2018-10-234-14/+113
| | | | | | - ensure that low priority requests are handled last - add option to set the number of maximum concurrent requests for tests - some style fixups