summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Update changelog.upstream/fabian-insets-14827Fabian Guerra2019-10-031-0/+3
|
* [ios] Update automaticallyAdjustsScrollViewInsets name and documentation.Fabian Guerra2019-10-033-36/+18
|
* [ios] Fix pinch test.Fabian Guerra2019-10-031-0/+4
|
* [ios] Fix the contentInset value after adding padding to the camera.Fabian Guerra2019-10-035-11/+400
| | | | | | Fixed an issue that caused a discrepancy between the contentInset in MGLMapView and the padding in the transformation state. When padding is passed through methods such as setCamera it’s persisted. This fix resets the contentInsets.
* [ios] Fix automaticallyAdjustsScrollViewInsets legacy behavior.Fabian Guerra2019-10-033-39/+106
| | | | The property automaticallyAdjustsScrollViewInsets overrode automaticallyAdjustsScrollViewInsets which caused a breaking change. This is fixed to consider the legacy property when calculating the content insets and added tests for both cases.
* [ios] Fix an issue that caused the ornaments ignore the contentInsets.Fabian Guerra2019-10-033-51/+111
| | | | Fixed an issue that caused ornaments ignore the contentInset. Added a new property automaticallyAdjustContentInset that has the same purpose as UIViewController. automaticallyAdjustsScrollViewInsets. This was changed due to the latter being deprecated.
* [ios] Add mapView content inset tests.Fabian Guerra2019-10-032-0/+130
|
* [ios] Podspec & changelog updates for v5.5.0-alpha.1ios-v5.5.0-alpha.1Nadia Barbosa2019-10-024-4/+4
|
* [core] fix opacity interpolation for composition expressions (#15738)Ansis Brammanis2019-10-022-5/+5
| | | | port https://github.com/mapbox/mapbox-gl-js/pull/8818
* [ios][android] Add change log entryMikhail Pozdnyakov2019-10-022-0/+9
|
* Exclude Source.InvisibleSourcesTileNecessity from sanitizer CIMikhail Pozdnyakov2019-10-021-2/+2
|
* [core] Suppress network requests for invisible tilesMikhail Pozdnyakov2019-10-022-1/+79
| | | | If the render source does not need rendering, we set necessity for its tiles to `optional`, and thus suppress network requests on tiles expiration.
* [android] - changelog for v8.3.2Łukasz Paczos2019-10-011-1/+8
|
* [docs] Correct license typo in README (#15707)Jason Wray2019-09-301-1/+1
|
* [core] Enable move semantics for StylePropertyMikhail Pozdnyakov2019-09-272-27/+33
|
* [core] Return enum layer property values as stringAnder Conselvan de Oliveira2019-09-272-4/+4
| | | | | | | | | | The output of Layer::getProperty is a mapbox::base::Value which is equivalent to JSON. When setting the value of an enum property via JSON its value would be a string, so it would be natural to return a string too. Also, the numbers generated depend on the enum definition. They are not part of the style spec.
* [core] Introduce Light::getProperty()Mikhail Pozdnyakov2019-09-275-39/+104
|
* [core] Layer::getProperty supports layout propertiesMikhail Pozdnyakov2019-09-2711-208/+271
|
* [core] ValueFactory for `expression::formatted`, other improvementsMikhail Pozdnyakov2019-09-276-48/+69
|
* [core] Layer::getPaintProperty() -> Layer::getProperty()Mikhail Pozdnyakov2019-09-2624-29/+29
|
* [core] Separate header for StylePropertyMikhail Pozdnyakov2019-09-264-9/+23
|
* [core] LayerProperty -> StylePropertyMikhail Pozdnyakov2019-09-2625-206/+206
|
* [core] Add Map.UniversalStyleGetter testMikhail Pozdnyakov2019-09-261-0/+73
|
* [core] Fix clang format errorsMikhail Pozdnyakov2019-09-2610-401/+441
|
* [core] Introduce Layer::getPaintProperty() generic getterMikhail Pozdnyakov2019-09-2625-387/+887
|
* [core] type aliases and conversion traits for mapbox::base::ValueMikhail Pozdnyakov2019-09-267-11/+67
|
* [build] Bump mapbox-baseMikhail Pozdnyakov2019-09-261-0/+0
|
* [android] Remove usage of ResourceOptions::withPlatformContextAlexander Shalamov2019-09-269-31/+82
|
* [core][android][darwin] Move number format to i18nAlexander Shalamov2019-09-2621-56/+124
|
* [core][android][darwin] Move platform specific Collator impls from expressionAlexander Shalamov2019-09-2616-67/+94
| | | | Platform specific Collator implementations should not be part of an expression APIs.
* [core][android] Remove unaccent from platform interfacesAlexander Shalamov2019-09-269-81/+45
| | | | | The unaccent is used only within collator, thus, there is no need to have separate platform interface for it.
* [ios] Update podspecs & changelog for v5.4.0 release (#15716)Julian Rex2019-09-254-4/+4
|
* [android] Updated Android changelog for 8.4.0 stable release (ristretto) ↵Langston Smith2019-09-251-0/+9
| | | | (#15713)
* [core] Fix performance-move-const-argThiago Marcos P. Santos2019-09-2561-177/+135
|
* [core] Fix bugprone-use-after-moveThiago Marcos P. Santos2019-09-252-15/+15
| | | | Luckily this is an enum and was being copied.
* [build] Have the bots running clang-tidyThiago Marcos P. Santos2019-09-252-25/+21
|
* [build] Less picky .clant-tidy configThiago Marcos P. Santos2019-09-251-2/+1
| | | | | | | | | | Enabled now: - bugprone - clang-analyzer - google - modernize - performance
* [build] Disable clang-format on generated codeThiago Marcos P. Santos2019-09-2544-0/+176
| | | | Nice to have, but would make maintain the templates a lot harder.
* [build] Update CircleCI to Xcode 11Jason Wray2019-09-241-14/+14
|
* [ios, build] Use Ruby 2.6.x for build dependencies on CIJason Wray2019-09-242-2/+6
|
* [ios, build] Update to jazzy 0.11.1Jason Wray2019-09-241-1/+1
|
* [android] Bumped Java SDK dependency to stable 4.9.0 (#15700)Langston Smith2019-09-242-1/+1
|
* [android] update gitignore to not track .cxx directoriestobrun2019-09-241-1/+2
|
* [android] update snapshot version for release-sangriatobrun2019-09-241-1/+1
|
* [android] Fix the crash when CameraPosition padding is set. (#15699)Peng Liu2019-09-232-10/+12
| | | | | | * [android] Add test branch, navigate to Map Snapshotter activity to reproduce the bug. * [android] Fix the crash when camera position padding is set.
* [android] Migrate Android SDK to GL JS–powered feedback form (#15623)Peng Liu2019-09-232-13/+148
| | | | | | | | | | | | | | * [android] Add debug info. * [android] Generate feedback url. * [android] Add unit test for buildMapFeedbackMapUrl. * [android] Remove debug logging. * [android] Add github issue link to the TODO. * [android] Change getPackageName to application context.
* Add layer_manager.cpp to mbgl-offline on macOSMark Grimes2019-09-201-0/+4
| | | | This is to fix #15358
* [build] Move compression to platformThiago Marcos P. Santos2019-09-2012-2/+9
| | | | It depends on platform specific compression library.
* [build] Fix builds with -pedanticThiago Marcos P. Santos2019-09-201-2/+2
|
* [ios] Copyedit changelog for ios-5.4.0Jason Wray2019-09-191-5/+5
|