Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [android] more changes to android changelog for 8.4.0-alpha.1 releaseupstream/ls-changelog-android-8.4.0-alpha.1 | langsmith | 2019-09-04 | 1 | -14/+9 |
| | |||||
* | [android] changelog additions for 8.4.0-alpha.1 android ristretto | Langston Smith | 2019-09-04 | 1 | -0/+27 |
| | |||||
* | [darwin] Reset number formatter digits for currency style | Alexander Shalamov | 2019-09-04 | 1 | -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 CI | Alexander Shalamov | 2019-09-04 | 2 | -1/+24 |
| | |||||
* | [core] Add native expression test runner | Alexander Shalamov | 2019-09-04 | 9 | -0/+1259 |
| | |||||
* | Always call onSourceLoaded observers (#15548) | Konstantin Käfer | 2019-09-03 | 6 | -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 entries | Mikhail Pozdnyakov | 2019-09-03 | 2 | -0/+2 |
| | |||||
* | [Darwin] Update MGLSymbolStyleLayer documentation | Mikhail Pozdnyakov | 2019-09-03 | 1 | -8/+5 |
| | |||||
* | [core] Enable `text-offset` with variable label placement | Mikhail Pozdnyakov | 2019-09-03 | 12 | -55/+119 |
| | | | | Port of https://github.com/mapbox/mapbox-gl-js/pull/8642 | ||||
* | Add number format expression (#15424) | Tobrun | 2019-09-02 | 4 | -13/+351 |
| | | | * [android] add number format expression | ||||
* | [build] Update mapbox-base version | Mikhail Pozdnyakov | 2019-09-02 | 2 | -11/+0 |
| | |||||
* | [build] Exclude mapbox-base targest from default build | Mikhail Pozdnyakov | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | [build] Use rapidjson from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 10 | -66/+51 |
| | |||||
* | [build] Use pixelmatch-cpp from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 10 | -21/+4 |
| | |||||
* | [build] Use filesystem from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 8 | -24/+8 |
| | |||||
* | [build] Use args from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 11 | -23/+5 |
| | |||||
* | [build] Use jni.hpp from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 9 | -49/+32 |
| | |||||
* | [build] Use geojson.hpp from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 9 | -23/+5 |
| | |||||
* | [build] Use kdbush.hpp from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 9 | -21/+4 |
| | |||||
* | [build] Use supercluster.hpp from mapbox-base | Mikhail Pozdnyakov | 2019-09-02 | 9 | -21/+7 |
| | |||||
* | [build] Bump mapbox-base version | Mikhail Pozdnyakov | 2019-09-02 | 3 | -23/+23 |
| | |||||
* | [ios] Allow MGLScaleBar to support dark mode on iOS 13 | Nadia Barbosa | 2019-08-30 | 2 | -2/+2 |
| | | | | Add changelog PR link | ||||
* | [meta] Exempt items on milestones or in projects from stalebot | Jason Wray | 2019-08-30 | 1 | -2/+2 |
| | |||||
* | [core] DEMData: do decode on GPU (port mapbox/mapbox-gl-js#8694) | Aleksandar Stojiljkovic | 2019-08-30 | 18 | -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) | zmiao | 2019-08-30 | 10 | -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 Smith | 2019-08-29 | 1 | -5/+16 |
| | |||||
* | [core] Add requiredTileCount to OfflineRegionStatus | Bruno de Oliveira Abinader | 2019-08-29 | 4 | -4/+28 |
| | |||||
* | [ios][android] Add change log entry | Mikhail Pozdnyakov | 2019-08-29 | 2 | -0/+7 |
| | |||||
* | [core] const variables for OfflineDownload batch sizes | Mikhail Pozdnyakov | 2019-08-29 | 1 | -2/+9 |
| | |||||
* | [core] Mark offline region resources in batches | Mikhail Pozdnyakov | 2019-08-29 | 5 | -47/+48 |
| | |||||
* | [core] Add OfflineDatabase::markUsedResources() | Mikhail Pozdnyakov | 2019-08-29 | 2 | -0/+14 |
| | |||||
* | [core] Move semantics for OfflineDownload::ensureResource() | Mikhail Pozdnyakov | 2019-08-29 | 2 | -5/+5 |
| | |||||
* | [android] expose camera padding option | Łukasz Paczos | 2019-08-29 | 23 | -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 Paczos | 2019-08-29 | 6 | -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 Paczos | 2019-08-29 | 3 | -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 Kiley | 2019-08-28 | 4 | -5/+5 |
| | |||||
* | [android] invalidate foreground icon sources even when location layer is hidden | Łukasz Paczos | 2019-08-28 | 3 | -2/+38 |
| | |||||
* | [core] Add filtering option to test-runner | Alexander Shalamov | 2019-08-28 | 3 | -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 5cd92d7d1c | Alexander Shalamov | 2019-08-28 | 1 | -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 symbols | Alexander Shalamov | 2019-08-28 | 8 | -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 width | Alexander Shalamov | 2019-08-28 | 1 | -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 | ||||
* | [android] cancel CameraAnimatorActivity joint example when the map is destroyed | Łukasz Paczos | 2019-08-28 | 1 | -1/+6 |
| | |||||
* | [android] add font array attribute configuration for local ideograph font, ↵ | tobrun | 2019-08-28 | 7 | -12/+190 |
| | | | | add enable flag attribute configuration | ||||
* | [core] Remove programCacheDir parameter from ProgramParameters | Ander Conselvan de Oliveira | 2019-08-27 | 26 | -80/+25 |
| | | | | | | Binary shader support has been removed in commit c2f974f2a573 ([core] Remove binary shader support). This left-over parameter is not used anywhere anymore. | ||||
* | [android] ignore project wide gradle.properties file | tobrun | 2019-08-27 | 1 | -0/+2 |
| | |||||
* | [android] reorder android-check make command | tobrun | 2019-08-27 | 1 | -2/+2 |
| | |||||
* | Add changelog for fix of mixed SDF+non-SDF icon rendering in one layer (#15492) | zmiao | 2019-08-27 | 4 | -7/+13 |
| | | | | | | | | * Add changelog for fix of mixed SDF+non-SDF icon rendering in one layer * Add bracket for ios changelog number * Add more brackets | ||||
* | [test runner] Use allocation peak values for memory metrics | Mikhail Pozdnyakov | 2019-08-27 | 5 | -10/+25 |
| | |||||
* | [test runner] Test metrics reports. Check metrics results. | Mikhail Pozdnyakov | 2019-08-27 | 6 | -31/+128 |
| | |||||
* | [test runner] Introduce probe_memory_.. API for render tests | Mikhail Pozdnyakov | 2019-08-27 | 2 | -2/+40 |
| |