summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] Swap offset values for vertical POI labelsupstream/alexshalamov_vertical_label_offsetAlexander Shalamov2019-09-062-4/+18
|
* [core] Fix Integer overflow when converting tileCoordinates to LatLon (#15560)zmiao2019-09-055-4/+9
| | | | | | * [core] fix integer overflow * [core] Add change log
* [core, ios] Call transitionFinishFn for jumpTo. (#15473)Julian Rex2019-09-058-16/+151
|
* [ios] Update pod specs and change log for ristretto alpha.1 (#15564)ios-v5.4.0-alpha.1Julian Rex2019-09-044-5/+5
|
* [ios] Add changelog entry for #15562 (#15563)Jordan Kiley2019-09-041-3/+7
|
* [ios] Remove feature flag for rotation threshold (#15562)Jordan Kiley2019-09-041-102/+4
|
* [ios, macos] Fix content inset documentation. (#15552)Fabian Guerra Soto2019-09-042-4/+4
|
* [ios] Fix compass font weight being too light on iOS 13m-stephen2019-09-042-2/+10
|
* [android] Update changelog for the v8.4.0-alpha.1 release (#15561)android-v8.4.0-alpha.1Langston Smith2019-09-041-3/+14
|
* [android] Call callback.onFinish() when camera is already at the correct ↵Tobrun2019-09-042-0/+103
| | | | | position [android] Call callback.onFinish() when camera is already at the correct position
* [android] avoid converting float to long in android_conversion.hpp (#15557)Tobrun2019-09-042-2/+30
|
* [darwin] Reset number formatter digits for currency styleAlexander Shalamov2019-09-041-0/+4
| | | | | | As we are using singleton formatter, fraction digits must be reset when number formatter is used when initialized for decimal / currency style.
* [build] Enable mbgl-expression-test on CIAlexander Shalamov2019-09-042-1/+24
|
* [core] Add native expression test runnerAlexander Shalamov2019-09-049-0/+1259
|
* Always call onSourceLoaded observers (#15548)Konstantin Käfer2019-09-036-3/+57
| | | | | | | | * [core] add sources to source collection before triggering load * [test] add testcase for #15514 * [core] also call onSourceLoaded observers when no network request was necessary
* [android][ios] Change log entriesMikhail Pozdnyakov2019-09-032-0/+2
|
* [Darwin] Update MGLSymbolStyleLayer documentationMikhail Pozdnyakov2019-09-031-8/+5
|
* [core] Enable `text-offset` with variable label placementMikhail Pozdnyakov2019-09-0312-55/+119
| | | | Port of https://github.com/mapbox/mapbox-gl-js/pull/8642
* Add number format expression (#15424)Tobrun2019-09-024-13/+351
| | | * [android] add number format expression
* [build] Update mapbox-base versionMikhail Pozdnyakov2019-09-022-11/+0
|
* [build] Exclude mapbox-base targest from default buildMikhail Pozdnyakov2019-09-021-1/+1
|
* [build] Use rapidjson from mapbox-baseMikhail Pozdnyakov2019-09-0210-66/+51
|
* [build] Use pixelmatch-cpp from mapbox-baseMikhail Pozdnyakov2019-09-0210-21/+4
|
* [build] Use filesystem from mapbox-baseMikhail Pozdnyakov2019-09-028-24/+8
|
* [build] Use args from mapbox-baseMikhail Pozdnyakov2019-09-0211-23/+5
|
* [build] Use jni.hpp from mapbox-baseMikhail Pozdnyakov2019-09-029-49/+32
|
* [build] Use geojson.hpp from mapbox-baseMikhail Pozdnyakov2019-09-029-23/+5
|
* [build] Use kdbush.hpp from mapbox-baseMikhail Pozdnyakov2019-09-029-21/+4
|
* [build] Use supercluster.hpp from mapbox-baseMikhail Pozdnyakov2019-09-029-21/+7
|
* [build] Bump mapbox-base versionMikhail Pozdnyakov2019-09-023-23/+23
|
* [ios] Allow MGLScaleBar to support dark mode on iOS 13Nadia Barbosa2019-08-302-2/+2
| | | | Add changelog PR link
* [meta] Exempt items on milestones or in projects from stalebotJason Wray2019-08-301-2/+2
|
* [core] DEMData: do decode on GPU (port mapbox/mapbox-gl-js#8694)Aleksandar Stojiljkovic2019-08-3018-527/+522
| | | | | | | | | | | This is first part of work on porting mapbox/mapbox-gl-js#8694 - in follow up patch(es) it is required to remove CPU side copy using 2d canvas support on all supported platforms, similar to approach taken in gl.js https://github.com/mapbox/mapbox-gl-js/pull/8694/files#diff-34dbe5f7de34dc4b9a8745dcde9bdc37R48 Decoding on CPU removed. Padding is still done in DEMData() but, instead od doing it wwhile decoding, it is using memcpy to pad original values. Rebase to latest mapbox-gl-js master and re-generate shaders. Partly fixes: #15503
* [core] fix collisionBox alignment when Icon/text translation is enabled (#15467)zmiao2019-08-3010-143/+205
| | | | | | | | | | | | | | | | | | * add initial fix * fix bug for collision circle * refind code structure * fix indentation * update test * refind code structure * Add changelog * Add comment for boolean
* [android] Javadoc changes to clarify OfflineManager methods (#15519)Langston Smith2019-08-291-5/+16
|
* [core] Add requiredTileCount to OfflineRegionStatusBruno de Oliveira Abinader2019-08-294-4/+28
|
* [ios][android] Add change log entryMikhail Pozdnyakov2019-08-292-0/+7
|
* [core] const variables for OfflineDownload batch sizesMikhail Pozdnyakov2019-08-291-2/+9
|
* [core] Mark offline region resources in batchesMikhail Pozdnyakov2019-08-295-47/+48
|
* [core] Add OfflineDatabase::markUsedResources()Mikhail Pozdnyakov2019-08-292-0/+14
|
* [core] Move semantics for OfflineDownload::ensureResource()Mikhail Pozdnyakov2019-08-292-5/+5
|
* [android] expose camera padding optionŁukasz Paczos2019-08-2923-1112/+832
| | | | 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.
* [core] make padding optional when camera position is requested.Łukasz Paczos2019-08-296-7/+7
| | | | When padding is not provided, the current one that's cached in the TransformState is going to be returned.
* [android] do not clear native layers and sources when style is reloadingŁukasz Paczos2019-08-293-21/+1
| | | | This prevents unnecessary layers blink when the same components are re-added after the style reload.
* [ios] Prepare v5.3.0 release (#15516)Jordan Kiley2019-08-284-5/+5
|
* [android] invalidate foreground icon sources even when location layer is hiddenŁukasz Paczos2019-08-283-2/+38
|
* [core] Add filtering option to test-runnerAlexander Shalamov2019-08-283-45/+56
| | | | | | | This change adds filter command line option to render test runner, so that test can be filtered by providing regular expression, for instance: mbgl-render-test -f .*hillshade.*
* [core] Bump mbgl/linux-gcc-5-qt-5.9 image to 5cd92d7d1cAlexander Shalamov2019-08-281-1/+1
| | | | New docker image contains Noto Sans CJK font that is used by the unit tests
* [core][qt] Update unit tests and include Korean symbolsAlexander Shalamov2019-08-288-4/+20
| | | | | | | - Decrease pixelmatch tolerance for local glyph rasterizer - Add Korean symbols to test fixture - Fix ifdefs, as the QT and Apple related blocks were using same results - Add NotoSansCJK test for QT / Linux platform
* [core][qt] Check if QFont supports glyph and adjust backing image widthAlexander Shalamov2019-08-281-9/+16
| | | | | | | - Don't rasterize glyphs if font does not support requested code point - Render symbols at hardcoded baseline, so that locally rasterized glyphs align better with server side generated fonts. - Resize backing QImage width to be at least 24px