Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core] Fix compilation failure caused by compilation warning for gcc 8upstream/pr-15617 | Ming Li | 2019-09-12 | 1 | -2/+7 |
| | | | | | | | When compiling with gcc 8.3 under linux, I've got compiler error caused by the following warning: ../src/mbgl/util/chrono.cpp:26:26: error: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Werror=format-truncation=] I need to slightly increase the buffer size to get rid of the warning. | ||||
* | [node] release v4.3.0 (#15428) | Rebecca Rice | 2019-09-11 | 3 | -3/+4 |
| | |||||
* | [ios][android] Add change log entries | Mikhail Pozdnyakov | 2019-09-12 | 2 | -0/+4 |
| | |||||
* | [core] Add Map.Issue15342 unit test | Mikhail Pozdnyakov | 2019-09-12 | 2 | -2/+51 |
| | | | | | The newly added test checks the fix for constant repaint, caused by `RenderSource::hasFadingTiles()` returning `true` all the time. | ||||
* | [core] Update MapObserver::onDidFinishRenderingFrame() API | Mikhail Pozdnyakov | 2019-09-12 | 12 | -18/+24 |
| | |||||
* | [core] Set fading tiles flag at TilePyramid::updateFadingTiles() | Mikhail Pozdnyakov | 2019-09-12 | 1 | -3/+3 |
| | |||||
* | [ios] Update podspecs (#15611)ios-v5.4.0-alpha.2 | Julian Rex | 2019-09-11 | 3 | -3/+3 |
| | |||||
* | [android] updated android changelog for 8.4.0-alpha.2 release (#15609)android-v8.4.0-alpha.2 | Langston Smith | 2019-09-11 | 1 | -0/+7 |
| | |||||
* | [core] Use mbgl::underlying_type in style properties | Bruno de Oliveira Abinader | 2019-09-11 | 12 | -216/+228 |
| | |||||
* | [test] Added style light setProperty tests | Bruno de Oliveira Abinader | 2019-09-11 | 1 | -0/+23 |
| | |||||
* | [core] Expose mbgl::style::Light::setProperty | Bruno de Oliveira Abinader | 2019-09-11 | 4 | -0/+204 |
| | | | | Works the same way as mbgl::style::set{Paint,Layout}Property functions. | ||||
* | [build] Remove CXX11 flag | Thiago Marcos P. Santos | 2019-09-11 | 6 | -46/+1 |
| | | | | No longer needed after we vendorized so many deps. | ||||
* | [core] Add unit test to verify that Offline usage tag is not set | Alexander Shalamov | 2019-09-11 | 1 | -1/+79 |
| | | | | | New unit test checks that Offline usage flag is not set for invalidated offline region resource requests. | ||||
* | [android] Fix leaked window in test app's BulkMarkerActivity. (#15597) | Peng Liu | 2019-09-10 | 1 | -0/+3 |
| | |||||
* | [core] Use mapbox::base::TypeWrapper instead of utils::peer | Mikhail Pozdnyakov | 2019-09-10 | 10 | -231/+8 |
| | |||||
* | [core, ios, macos] SDK objects should hold weak pointers to the core style ↵ | Mikhail Pozdnyakov | 2019-09-09 | 35 | -69/+315 |
| | | | | objects (#15539) | ||||
* | [ios] Refactor way location permissions are requested | Jason Wray | 2019-09-09 | 1 | -27/+21 |
| | |||||
* | [darwin] Use en_US as default test locale/language | Jason Wray | 2019-09-09 | 9 | -78/+51 |
| | |||||
* | [ios] Fix change log typos and re-order (#15571) | Julian Rex | 2019-09-09 | 1 | -6/+13 |
| | | | | Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> | ||||
* | [android] update tooling and gradle wrapper to latest stable version (#15434) | Tobrun | 2019-09-09 | 2 | -2/+2 |
| | |||||
* | [android] - increase timeout of offline download test (#15419) | Tobrun | 2019-09-09 | 1 | -17/+14 |
| | |||||
* | [Core] Update ChangeLog of Integer Overflow fix of pr #15560 (#15586) | zmiao | 2019-09-09 | 4 | -4/+4 |
| | | | | | | * Update ChangeLog * Fix extra space | ||||
* | [android] Bumped Java SDK dependency to 4.9.0-alpha.1 (#15570) | Langston Smith | 2019-09-06 | 3 | -3/+3 |
| | |||||
* | [core] Fix build with old ICU versions | Thiago Marcos P. Santos | 2019-09-06 | 1 | -0/+4 |
| | | | | Use the old API for number formatting. | ||||
* | [linux] Fix run test instructions | Tom Payne | 2019-09-06 | 1 | -2/+2 |
| | |||||
* | [core] Ignore file generated by tests | Tom Payne | 2019-09-06 | 1 | -0/+1 |
| | |||||
* | [core] Fix Integer overflow when converting tileCoordinates to LatLon (#15560) | zmiao | 2019-09-05 | 5 | -4/+9 |
| | | | | | | * [core] fix integer overflow * [core] Add change log | ||||
* | [core, ios] Call transitionFinishFn for jumpTo. (#15473) | Julian Rex | 2019-09-05 | 8 | -16/+151 |
| | |||||
* | [ios] Update pod specs and change log for ristretto alpha.1 (#15564)ios-v5.4.0-alpha.1 | Julian Rex | 2019-09-04 | 4 | -5/+5 |
| | |||||
* | [ios] Add changelog entry for #15562 (#15563) | Jordan Kiley | 2019-09-04 | 1 | -3/+7 |
| | |||||
* | [ios] Remove feature flag for rotation threshold (#15562) | Jordan Kiley | 2019-09-04 | 1 | -102/+4 |
| | |||||
* | [ios, macos] Fix content inset documentation. (#15552) | Fabian Guerra Soto | 2019-09-04 | 2 | -4/+4 |
| | |||||
* | [ios] Fix compass font weight being too light on iOS 13 | m-stephen | 2019-09-04 | 2 | -2/+10 |
| | |||||
* | [android] Update changelog for the v8.4.0-alpha.1 release (#15561)android-v8.4.0-alpha.1 | Langston Smith | 2019-09-04 | 1 | -3/+14 |
| | |||||
* | [android] Call callback.onFinish() when camera is already at the correct ↵ | Tobrun | 2019-09-04 | 2 | -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) | Tobrun | 2019-09-04 | 2 | -2/+30 |
| | |||||
* | [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 |
| |