Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [build] Run lower-value iOS CircleCI builds as nightliesupstream/fb-nightlyize-extra-ios-ci-builds | Jason Wray | 2018-08-21 | 1 | -3/+3 |
| | | | | These jobs have a low incidence of unique meaningful failures and are mostly just informational, so running them less often preserves most of their value and frees up relatively scarce CircleCI macOS concurrency. | ||||
* | [ios, macos] Introduce `MGLShapeSourceOptionLineDistanceMetrics` | Mikhail Pozdnyakov | 2018-08-21 | 8 | -1/+29 |
| | | | | | Exposes access to https://www.mapbox.com/mapbox-gl-js/style-spec/#sources-geojson-lineMetrics | ||||
* | [android] - updated GeoJsonSource tests | Łukasz Paczos | 2018-08-21 | 1 | -60/+64 |
| | |||||
* | [android] - converting GeoJsonSource Java features to core ones on a worker ↵ | Łukasz Paczos | 2018-08-21 | 4 | -41/+130 |
| | | | | thread | ||||
* | [android] Make AndroidRendererFrontend to request render once per event loop ↵ | Kiyong Jung | 2018-08-21 | 5 | -3/+34 |
| | | | | | | (#12586) When AndroidRendererFrontend::update() called multiple times in a single loop, updateAsyncTask->send() will perform nothing, thus MapRenderer::update()/requestRender() will be coalesced. | ||||
* | Add enabled property to MGLShape (#12352) | Jordan Kiley | 2018-08-20 | 8 | -2/+40 |
| | | | | | | | | | | | | | | * [ios, macos] Add -[MGLMapViewDelegate mapView:canSelectAnnotation:] method. * [ios, macos] Update changelogs. * [ios, macos] Add mapView:canSelect: integration tests. * [ios, macos] Change semantics to shape annotations. * [ios, macos] Update changelogs. * [ios, macos] Update shapeAnnotationIsEnabled documentation, improve code readability. | ||||
* | Warn if MGLShapeSource is initialized with MGLShapeCollection | Nadia Barbosa | 2018-08-20 | 4 | -0/+27 |
| | | | | | | | | | | Move warning from ShapeCollection to ShapeSource Try checking MGLComputedShapeSources Include MGLShapeCollection header Add changelog entry | ||||
* | [offline] Add option to pass geojson input file | Ivo van Dongen | 2018-08-20 | 2 | -14/+77 |
| | |||||
* | [darwin] arbitrary offline region geometries | Ivo van Dongen | 2018-08-20 | 18 | -29/+409 |
| | |||||
* | [android] arbitrary offline region geometries | Ivo van Dongen | 2018-08-20 | 7 | -7/+223 |
| | |||||
* | [core] offline region definition - add support for arbitrary geometries | Ivo van Dongen | 2018-08-20 | 6 | -167/+257 |
| | |||||
* | [core] fix static library build | Konstantin Käfer | 2018-08-20 | 1 | -2/+2 |
| | |||||
* | [build] fixed typo in list of configuration types; RelWithDebugInfo should ↵ | Bryan Haber | 2018-08-20 | 2 | -11/+11 |
| | | | | | | | be RelWithDebInfo - added missing linker flags for Sanitize configuration type - changed mason's download to use cmake's built-in support instead of directly calling curl | ||||
* | [core, node] Re-implement "avoid edges" behavior for MapMode::Tile | Chris Loer | 2018-08-20 | 4 | -41/+60 |
| | | | | | | | - Fixes issue #12461. - Only implement "avoid edges" in MapMode::Tile since it's no longer relevant in Static or Continuous mode. - New: Force "avoid edges" to "true" for line labels, since in tile mode they'll always clip poorly at tile boundaries. - Remove unused "withinPlus0/inside" logic. | ||||
* | [build] use plain text files for file lists to simplify integration with ↵ | Konstantin Käfer | 2018-08-20 | 18 | -1237/+1235 |
| | | | | other build systems | ||||
* | [core] downgrade event severity for erroneous DDS rendering to Warning | Konstantin Käfer | 2018-08-20 | 1 | -1/+1 |
| | |||||
* | [build] also generate debugging symbols for Release builds in Xcode | Konstantin Käfer | 2018-08-20 | 1 | -0/+3 |
| | |||||
* | [android] obtain paths to file directories on a worker thread | Łukasz Paczos | 2018-08-20 | 5 | -8/+107 |
| | |||||
* | [core] make style/conversion.hpp implementation private | Konstantin Käfer | 2018-08-19 | 92 | -431/+616 |
| | |||||
* | [build] simplify Android build | Konstantin Käfer | 2018-08-19 | 1 | -186/+178 |
| | |||||
* | [core] Evict unused font stacks from GlyphManager | John Firebaugh | 2018-08-17 | 7 | -32/+73 |
| | |||||
* | [ios] Add experimental frame rate measurements to MGLMapView | Jason Wray | 2018-08-16 | 4 | -10/+80 |
| | | | | Includes: average frame rate, average frame render duration, and instantaneous frame render duration. | ||||
* | [build] More diagnostics for npm install failures | John Firebaugh | 2018-08-16 | 1 | -1/+2 |
| | |||||
* | [android] - update changelog with fixed security vulnerability | Tobrun | 2018-08-16 | 1 | -0/+1 |
| | |||||
* | [android] changelog for v6.4.0 | Łukasz Paczos | 2018-08-16 | 1 | -0/+4 |
| | | | | (cherry picked from commit 5aee8d9) | ||||
* | [ios, macos] Update podspecs for 4.3.0 and 0.10.0 releases. (#12651) | Julian Rex | 2018-08-15 | 5 | -5/+5 |
| | |||||
* | [ios, macos] Update change logs prior to release of v4.3.0 (#12650) | Julian Rex | 2018-08-15 | 2 | -4/+8 |
| | | | | | | | * [ios, macos] Update security vulnerability details in changelogs * [ios] Updated change log to reference LTO changes. | ||||
* | [macos] Fix pod name within docs | Nadia Barbosa | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | [ios, macos] Copyedited changelogs | Minh Nguyễn | 2018-08-15 | 2 | -5/+5 |
| | |||||
* | [ios, macos] Copyedited changelogs | Minh Nguyễn | 2018-08-15 | 2 | -4/+12 |
| | |||||
* | [macos] Canonicalized another exception name | Minh Nguyễn | 2018-08-15 | 2 | -1/+4 |
| | |||||
* | [macos] Rename Guides to Appendices | Nadia Barbosa | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | [android] hide peer constructors | Łukasz Paczos | 2018-08-15 | 20 | -20/+20 |
| | |||||
* | [android] bumped Snapshot version building on master to 6.5.0 | Łukasz Paczos | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | [android] - store release so files with debugging information | tobrun | 2018-08-15 | 1 | -0/+21 |
| | |||||
* | [build] make sure we're also updating the mapbox-ios-events submodule | Konstantin Käfer | 2018-08-14 | 1 | -2/+7 |
| | |||||
* | [core] recreate offline database when it is deleted out from under our feet | Konstantin Käfer | 2018-08-14 | 4 | -18/+26 |
| | |||||
* | WIP: use expected<T, E> for passing on errors | Konstantin Käfer | 2018-08-14 | 19 | -170/+156 |
| | |||||
* | [test] add test for pending offline download when the disk is full | Konstantin Käfer | 2018-08-14 | 1 | -1/+77 |
| | |||||
* | [core] harden OfflineDatabase | Konstantin Käfer | 2018-08-14 | 16 | -352/+1150 |
| | |||||
* | [build] vendor std::expected polyfill | Konstantin Käfer | 2018-08-14 | 6 | -0/+1762 |
| | |||||
* | Guides -> Appendices | Nadia Barbosa | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Rename link title | Nadia Barbosa | 2018-08-14 | 3 | -3/+3 |
| | |||||
* | Fix line break | Nadia Barbosa | 2018-08-14 | 2 | -2/+4 |
| | |||||
* | Addiional darwin fixes and Jazzy template updates | Nadia Barbosa | 2018-08-14 | 4 | -9/+5 |
| | |||||
* | Update darwin docs | Nadia Barbosa | 2018-08-14 | 2 | -3/+3 |
| | |||||
* | Fix typo | Nadia Barbosa | 2018-08-14 | 1 | -2/+1 |
| | |||||
* | Edit link | Nadia Barbosa | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | [ios] Remove duplicated guides | Nadia Barbosa | 2018-08-14 | 19 | -219/+4 |
| | |||||
* | [core] Fix querying for annotations near tile boundaries at high zoom. | Chris Loer | 2018-08-14 | 6 | -1/+24 |
| | | | | | | | | Fixes issue #12472. This commit doesn't address the underlying issues that come from symbolAnnotationTree using a slightly lower precision coordinate system than the annotations themselves. Instead, it just puts a small padding around each tile when it queries for tile data, so that symbols right at the tile boundary will be included in both tiles. The rendering/querying code will take care of only displaying one instance. The padding is in global coordinates, so at higher zoom the padding will be larger in tile units -- this is consistent with precision loss also being greater at higher zoom. |