Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [android] update snapshot version number to 8.4.0 | tobrun | 2019-08-22 | 1 | -1/+1 |
| | |||||
* | [core] Fix GeoJSON tiles update | Mikhail Pozdnyakov | 2019-08-22 | 7 | -9/+10 |
| | | | | | | | | | | | | | Before this change, GeoJSON tiles data were updated before the corresponding layers were applied, therefore `GeometryTileWorker` parsed new data with the outdated layers. It caused the following render test failure: `mbgl-render-test text-max-width/unlimited regressions/mapbox-gl-native#9976 --recycle-map` Now a GeoJSON tile, which needs relayout, is not parsed until the valid layers are set. | ||||
* | [ios] Use iOS property names in changelog (#15448) | Jordan Kiley | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | Release iOS v5.3.0-beta.2 (#15446) | Jordan Kiley | 2019-08-21 | 4 | -9/+6 |
| | |||||
* | [ios] Remove obsolete iosapp telemetry debug logging | Jason Wray | 2019-08-21 | 3 | -60/+0 |
| | | | | This has been superceded by features in the standalone events library. | ||||
* | [ios] Refactor NSUserDefaults key variable names | Jason Wray | 2019-08-21 | 6 | -40/+49 |
| | |||||
* | [ios] Fix integration tests failing on iOS 9 (due to UIWindow deallocation), ↵ | Julian Rex | 2019-08-21 | 3 | -3/+7 |
| | | | | and random fails waiting for rendering. (#15433) | ||||
* | [core] add missing changelog for symbol fading issue (#15443) | Ansis Brammanis | 2019-08-21 | 3 | -0/+3 |
| | |||||
* | [android] Updating HttpRequestUrl to separate offline requests from Maps SKU ↵ | Langston Smith | 2019-08-21 | 3 | -6/+13 |
| | | | | (#15363) | ||||
* | Merge pull request #15437 from mapbox/lp-revert-14989 | Łukasz Paczos | 2019-08-21 | 3 | -85/+22 |
| | | | Revert "[android] invalidate camera when setting a padding" | ||||
* | [render test] mapbox-gl-native baseline for text-pitch-alignment tests | Mikhail Pozdnyakov | 2019-08-21 | 4 | -3/+0 |
| | |||||
* | [android][ios] Add change log entries | Mikhail Pozdnyakov | 2019-08-21 | 2 | -2/+4 |
| | |||||
* | Add unit test and fixture | Asheem Mamoowala | 2019-08-21 | 2 | -0/+51 |
| | |||||
* | Correclty implement `canRasterizeGlyph` in unit test stub | Asheem Mamoowala | 2019-08-21 | 1 | -1/+1 |
| | |||||
* | [core] Don't overwrite locally renderable glyphs with remote glyphs | Asheem Mamoowala | 2019-08-21 | 1 | -2/+4 |
| | |||||
* | [ios] Update MGLTileSetTests.testTileSetFromTileURLTemplates for Xcode 11 | Jason Wray | 2019-08-21 | 1 | -5/+14 |
| | |||||
* | [ios] Add threshold for triggering the rotate gesture recognizer (#14929) | Jordan Kiley | 2019-08-20 | 6 | -30/+229 |
| | |||||
* | [ios] Updates for offline pricing | Jason Wray | 2019-08-20 | 4 | -14/+31 |
| | |||||
* | [ios] Fix bug where scale bar shows 0 mm instead of 0 (#15381) | Jordan Kiley | 2019-08-20 | 1 | -2/+13 |
| | |||||
* | [android] bump gestures library to v0.5.1 | Łukasz Paczos | 2019-08-20 | 3 | -1/+2 |
| | |||||
* | [ios] Removes mismatched function declaration. (#15423) | Julian Rex | 2019-08-20 | 1 | -1/+0 |
| | |||||
* | [ios] Adds annotation selection tests with rotation & scaling of the map ↵ | Julian Rex | 2019-08-20 | 4 | -6/+278 |
| | | | | (#15123) | ||||
* | speed up fading when zooming even more | Ansis Brammanis | 2019-08-20 | 1 | -1/+1 |
| | | | | And a linear adjustment seems to make more sense. | ||||
* | [core] make symbols fade out faster while zooming out | Ansis Brammanis | 2019-08-20 | 3 | -13/+24 |
| | | | | | | | | | | | Zooming outcan make symbols overlap quickly. The area previously covered by the viewport is covered by a lot of colliding labels while the surrounding area has no labels. This difference produces an unwanted effect. This reduces that effect by: - reducing the fade duration while zooming out - doing placement more frequently while zooming out | ||||
* | [android] update javadoc on style image missing | tobrun | 2019-08-20 | 2 | -2/+9 |
| | |||||
* | [ios][macos][android][node] Update changelog for icon-text-fit fixes | Alexander Shalamov | 2019-08-20 | 4 | -0/+8 |
| | |||||
* | [core] Unskip icon-text-fit render tests | Alexander Shalamov | 2019-08-20 | 1 | -13/+1 |
| | |||||
* | [core] Fix combination of icon-text-fit with text-variable-anchors and ↵ | Alexander Shalamov | 2019-08-20 | 15 | -189/+349 |
| | | | | text-writing-mode | ||||
* | [android] provide default font list for pre lollipop | tobrun | 2019-08-20 | 3 | -9/+25 |
| | |||||
* | [core] also remove version info in ImageManager when removing an image (#15397) | Konstantin Käfer | 2019-08-19 | 2 | -0/+13 |
| | |||||
* | [ios, docs] Update CocoaPods installation instructions | Jason Wray | 2019-08-19 | 1 | -5/+17 |
| | |||||
* | [android] synchronize TextureView EGL context creation | Łukasz Paczos | 2019-08-19 | 1 | -6/+10 |
| | |||||
* | [ios,android] Added changelog entry for use after std::move fix | Thiago Marcos P. Santos | 2019-08-19 | 2 | -0/+2 |
| | |||||
* | [core] Fix use after std::move detected by clang-tidy | Thiago Marcos P. Santos | 2019-08-19 | 3 | -3/+5 |
| | | | | | Detected by the bot being setup at https://github.com/mapbox/mapbox-gl-native/pull/15385. | ||||
* | [android] check if the CustomGeometrySource's java peer is valid when the ↵ | Łukasz Paczos | 2019-08-19 | 2 | -10/+15 |
| | | | | thread is shutting down | ||||
* | [android] move #15398 out of `v8.3.0-alpha.3` changelog (#15401) | Łukasz Paczos | 2019-08-16 | 1 | -1/+2 |
| | |||||
* | [android][ios] Add change log entry | Mikhail Pozdnyakov | 2019-08-16 | 2 | -0/+2 |
| | |||||
* | [core] Fix layer impl cast in render layer implementations | Mikhail Pozdnyakov | 2019-08-16 | 10 | -0/+46 |
| | | | | | | This PR puts `impl()` functions definitions into a nameless namespace to provide internal linkage and to make sure that appropriate cast function is invoked. | ||||
* | [test runner] Expectations paths are represented with std::vector | Mikhail Pozdnyakov | 2019-08-16 | 4 | -22/+40 |
| | |||||
* | [test-runner] `UPDATE_GENERIC` variable updates results at mapbox-gl-js ↵ | Mikhail Pozdnyakov | 2019-08-16 | 1 | -0/+3 |
| | | | | submodule | ||||
* | Enable text-variable-anchor/{pitched-rotated-debug|rotated-offset} render tests | Mikhail Pozdnyakov | 2019-08-16 | 3 | -2/+0 |
| | |||||
* | [test-runner] Introduce mapbox-gl-native test expectations | Mikhail Pozdnyakov | 2019-08-16 | 6 | -17/+72 |
| | | | | | | | | The `mapbox-gl-native`-specific render tests expected results will be stored at the `render-test/expected/` subfolder. Test runner will automatically put new expected results there if invoked with `UPDATE=true`. | ||||
* | [core][test] fix leaks from sqlite usage | Dane Springmeyer | 2019-08-16 | 2 | -0/+2 |
| | |||||
* | Indroduce clusterProperty option for aggregation (#15287) | zmiao | 2019-08-16 | 16 | -50/+204 |
| | | | | | | | | | | * indroduce clusterProperty option for aggregation * remove unnecessary codes * update geojson_option conversion * fix reviewing findings | ||||
* | [build] do not skip tag-initiated builds | Łukasz Paczos | 2019-08-16 | 1 | -1/+1 |
| | |||||
* | [android] changelog for 8.3.0-alpha.3android-v8.3.0-alpha.3 | Łukasz Paczos | 2019-08-16 | 1 | -6/+14 |
| | |||||
* | [core] Check type of a convertible value when constructing legacy filterupstream/node-release | Alexander Shalamov | 2019-08-16 | 2 | -1/+13 |
| | |||||
* | [android] execute quickzoom scale change based on the Y axis delta change | Łukasz Paczos | 2019-08-15 | 4 | -18/+68 |
| | | | | | | Using finger's Y axis position allows for a linear zoom additions/deductions during the quick-zoom changes. This is in contrast to the previously used scale factor, which is based on the current span (distance from the origin) to previous span ratio and increases the closer the finger is to the origin of a gesture because the values are smaller. The scale ratio based changes are also reliant on series of motion events' values and because the Android framework can skip some events, going back and forth during a quick-zoom might not have resulted in the same transformation. This was reproduced by the round-tripping test introduced in this commit. | ||||
* | add back test-memory target, removed in 692fe1f3f (#15383) | Dane Springmeyer | 2019-08-15 | 1 | -0/+1 |
| | |||||
* | [core] Ignore updated icon-text-fit render tests | Alexander Shalamov | 2019-08-15 | 1 | -1/+13 |
| |