summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] Fix Makefile for android-core-test targetupstream/fix_android_core_test_targetAlexander Shalamov2018-11-011-4/+4
|
* [ios] Update changelog for 4.6.0-beta.1Jason Wray2018-10-311-0/+3
|
* [ios] Bump podspecs for 4.6.0-beta.1Jason Wray2018-10-313-3/+3
|
* [android] - remove deprecated OnMapChange interface and implementationTobrun2018-10-318-437/+87
|
* [android] - update changelog for v6.7.0-beta.1 and v6.6.3Tobrun2018-10-311-0/+14
|
* [build] Update appveyorThiago Marcos P. Santos2018-10-311-1/+7
|
* [build] Add build system for submodulesThiago Marcos P. Santos2018-10-3138-193/+231
| | | | | | | | | Vendorize the submodules and a simple CMake build system for all them. The dependencies will inherit compilation options for core. The goal is to make Mapbox GL Core completely self contained with a simple offline build.
* [build] Add dependencies as submodulesThiago Marcos P. Santos2018-10-3116-0/+54
| | | | | Do not use mason and build offline. These are header only deps.
* Introduce the style::Layer factory classesMikhail 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.
* [android] - optimise imports, fixup small nitpicksTobrun2018-10-314-42/+11
|
* [android] consolitdated OfflineRegionDefinitions (#13180)Osana Babayan2018-10-315-59/+80
|
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-3116-22/+75
|
* [android] removed ZoomButtonsController supportŁukasz Paczos2018-10-3111-249/+4
|
* [android] remove ILatLng and IProjectedMeteres (#13176)Osana Babayan2018-10-315-60/+5
|
* [android] Change CustomGeometrySource() signature to be Kotlin friendly (#13178)Osana Babayan2018-10-311-5/+5
|
* [android] - remove java 8 language featuresTobrun2018-10-317-54/+52
|
* [android] - update to mapbox java 4.0.0Tobrun2018-10-311-1/+1
|
* [android] cleanup isDismissible flagŁukasz Paczos2018-10-312-25/+2
|
* [android] - bump snapshot to 7.0.0Tobrun2018-10-311-1/+1
|
* 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
|