summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added pragma to remove warning ("unknown warning group ↵upstream/jrex/tautological-constant-compare-warningJulian Rex2018-08-281-0/+1
| | | | '-Wtautological-constant-compare', ignored") on iOS build
* [android] keep OfflineGeometryRegionDefinition fields and constructorŁukasz Paczos2018-08-281-0/+7
|
* [node] capture invalid input data as `ParseError` objectsKonstantin Käfer2018-08-275-7/+47
| | | | This allows us to distinguish them from other types of errors
* [build] allow WITH_EGL for macOS as well (SwiftShader) and enable EGL for GLFWKonstantin Käfer2018-08-279-13/+52
|
* [android] - update broken test app examplesTobrun2018-08-274-49/+50
|
* [android] - modularise the sdktobrun2018-08-2451-503/+1508
|
* [android] invalidate InfoWindow's y-offset when content is setŁukasz Paczos2018-08-242-5/+37
|
* [android] synchronize and coalesce requests targeting the same TileID in the ↵Łukasz Paczos2018-08-233-44/+170
| | | | CustomGeometrySource
* [ios] Install node modules in document.shNadia Barbosa2018-08-231-0/+1
|
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-238-1/+216
|
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-2336-1501/+1898
| | | | | | | | Porting of https://github.com/mapbox/mapbox-gl-js/pull/6303 See the link above for the description of the feature and its limitations). Based on patch from @lbud (Lauren Budorick).
* [build] add plain text file lists for iOS/macOSKonstantin Käfer2018-08-2317-28/+609
|
* [ios] Update changelog for v4.4.0-alpha.1 releaseios-v4.4.0-alpha.1Nadia Barbosa2018-08-221-0/+8
|
* [ios] Bump podspecs; update changelogs for 4.4.0-alpha.1Nadia Barbosa2018-08-224-4/+18
| | | | | | Fix order; add version to title Fix title
* [ios, build] Improve jazzy readme generationJason Wray2018-08-225-14/+65
| | | | | - Include changelogs for all releases in the current semver minor series. - Use template for jazzy readme.
* [ios, build] Fix bad changelog header and improve handlingJason Wray2018-08-222-7/+7
| | | | Also, specifically require `execSync`.
* [android] - update changelog for release v6.5.0-alpha.1android-v6.5.0-alpha.1Tobrun2018-08-221-3/+18
|
* fixed validation message for boundsJustyna Janczyszyn2018-08-221-2/+2
|
* [build] Run lower-value iOS CircleCI builds as nightliesJason Wray2018-08-221-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.
* [android] - replace hardcode telemetry settings string by resources stringTobrun2018-08-223-6/+48
|
* [android] - update user agent telemetryTobrun2018-08-221-1/+1
|
* [android] "collator" and "resolved-locale" expressions supportŁukasz Paczos2018-08-223-35/+701
|
* [android] - GeoJsonOptions javadoc correction on minZoom level and default ↵Tobrun2018-08-221-3/+3
| | | | values
* [core] add exception for unimplemented expressions in testsMolly Lloyd2018-08-211-1/+5
|
* [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js.Chris Loer2018-08-216-3/+33
| | | | | Requires changing `generate-style-code` to treat 'formatted' as being the same as 'string' until gl-native gets 'formatted' support with https://github.com/mapbox/mapbox-gl-native/pull/12624. To make nitpick happy, PropertyFunction.java uses the latest "text-field" description from v8.json. It's technically correct, just kind of pointless since the "If a plain `string` is provided" clause will always be true.
* [core] fix icon-size for small data-driven valuesChris Loer2018-08-214-192/+192
| | | | port of mapbox/mapbox-gl-js#7125
* abbreviation updatelangsmith2018-08-222-1/+1
|
* fixed spacinglangsmith2018-08-221-1/+1
|
* added zh_CN: zh-Hans to android lang_map in tx config filelangsmith2018-08-221-1/+1
|
* added zh_CN strings.xml filelangsmith2018-08-221-0/+15
|
* [android] - example to render symbols offline with resources loaded from assetstobrun2018-08-219-67/+12529
|
* [android] - update map intializer for OfflineRegionDefintion with ↵tobrun2018-08-211-9/+35
| | | | OfflineGeometryRegionDefinition
* [android] Inline geometry conversionJohn Firebaugh2018-08-212-26/+1
|
* [android] Simplify enum conversionJohn Firebaugh2018-08-218-484/+9
|
* [android] Remove unusedJohn Firebaugh2018-08-215-88/+0
|
* [android] Move conversion code to .cpp filesJohn Firebaugh2018-08-2119-387/+493
|
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView ↵Tobrun2018-08-217-39/+83
| | | | attributes
* [ios, macos] Introduce `MGLShapeSourceOptionLineDistanceMetrics`Mikhail Pozdnyakov2018-08-218-1/+29
| | | | | Exposes access to https://www.mapbox.com/mapbox-gl-js/style-spec/#sources-geojson-lineMetrics
* [android] - updated GeoJsonSource testsŁukasz Paczos2018-08-211-60/+64
|
* [android] - converting GeoJsonSource Java features to core ones on a worker ↵Łukasz Paczos2018-08-214-41/+130
| | | | thread
* [android] Make AndroidRendererFrontend to request render once per event loop ↵Kiyong Jung2018-08-215-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 Kiley2018-08-208-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 MGLShapeCollectionNadia Barbosa2018-08-204-0/+27
| | | | | | | | | | Move warning from ShapeCollection to ShapeSource Try checking MGLComputedShapeSources Include MGLShapeCollection header Add changelog entry
* [offline] Add option to pass geojson input fileIvo van Dongen2018-08-202-14/+77
|
* [darwin] arbitrary offline region geometriesIvo van Dongen2018-08-2018-29/+409
|
* [android] arbitrary offline region geometriesIvo van Dongen2018-08-207-7/+223
|
* [core] offline region definition - add support for arbitrary geometriesIvo van Dongen2018-08-206-167/+257
|
* [core] fix static library buildKonstantin Käfer2018-08-201-2/+2
|
* [build] fixed typo in list of configuration types; RelWithDebugInfo should ↵Bryan Haber2018-08-202-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::TileChris Loer2018-08-204-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.