summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed redundant `loading` property. Added (currently private) `cancelled` ↵upstream/jrex/12336-snapshotter-lifetimeJulian Rex2018-08-297-22/+25
| | | | property.
* Updated change logs. Changed error code to be clear that it was developer ↵Julian Rex2018-08-295-4/+9
| | | | initiated.
* Ensure snapshot callback is called with an error, if `-cancel` is called.Julian Rex2018-08-293-18/+65
|
* Updated for macosJulian Rex2018-08-291-6/+6
|
* Bail early if snapshotter completion block is NULL.Julian Rex2018-08-291-1/+2
|
* [ios] Call snapshotter completion block with error if deallocated prior to ↵Julian Rex2018-08-297-53/+256
| | | | snapshot completion
* [android] - update changelog for v6.5.0-alpha.2 releaseandroid-v6.5.0-alpha.2Tobrun2018-08-291-0/+7
|
* [build] Add Slack notifications for important iOS buildsJason Wray2018-08-282-0/+52
| | | | | - Notifies #apple when nightly builds fail. - Notifies #apple when release deployment jobs start/finish.
* [core] Added pragma to remove warning ("unknown warning group ↵Julian Rex2018-08-281-0/+1
| | | | '-Wtautological-constant-compare', ignored") on iOS build (#12753)
* Enforce Offline tile limit when merging sideloaded databasesAsheem Mamoowala2018-08-283-9/+68
|
* Require minimum side-loaded database user_version=6Asheem Mamoowala2018-08-282-5/+7
|
* Use QSqlError::databaseText for reporting errors from SQLite wrapper to ↵Asheem Mamoowala2018-08-281-4/+4
| | | | match SQLite3 error messages
* Add unit tests and fixtures for OfflineDatabase::mergeDatabaseAsheem Mamoowala2018-08-286-6/+209
|
* [core] Add DefaultFileSource::mergeRegions API and CLI support in the ↵Asheem Mamoowala2018-08-285-7/+122
| | | | mbgl-offline tool.
* SQL Statements to merge an attached database with name 'side' into the main ↵Asheem Mamoowala2018-08-284-0/+126
| | | | | | database. Co-authored-by: kkaefer <mail@kkaefer.com>
* [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
|