summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Moved DDS guide examples to Swift unit testMinh Nguyễn2017-05-088-134/+344
| | | | Moved example code from DDS guide to a unit test written in Swift. The code is inserted into the guide at codegen time.
* [ios, macos] Fixed syntax error in DDS guideMinh Nguyễn2017-05-083-10/+9
|
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-085-31/+25
| | | | | | | | | | | This adds a `convertJSON` template, to be used like: Error error optional<Foo> foo = convertJSON<Foo>(string, error); Internally, it parses the string with RapidJSON and then calls `convert<Foo>(parsed, error)`. While here, rationalize GeoJSON converters and fix error handling for Tileset conversion in OfflineDownload.
* [ios] Re-enable all console messages in iosappJason Wray2017-05-081-7/+0
| | | | | The Xcode 8 spew that prompted the addition of this setting has been fixed and leaving it enabled was hiding important error messages.
* [ios] Check for NaN when calculating scale bar widthJason Wray2017-05-081-1/+2
|
* [node] bump version, add changelog entry (#8924)node-v3.5.1Bobby Sudekum2017-05-081-0/+5
|
* [android] - bump android support library, fixup SDK gradle dependencies to ↵Tobrun2017-05-082-4/+4
| | | | use the ones defined in root project. (#8921)
* [android] - show error message when no browser is installed on the device of ↵Tobrun2017-05-082-9/+18
| | | | the user. (#8901)
* [core] Throw exceptions by valueKonstantin Käfer2017-05-052-2/+2
|
* [node] start publishing both release+debug builds (#8865)Dane Springmeyer2017-05-041-4/+3
|
* Revert "[Qt] Don't regen BackendScope on every QMapboxGL::render() call"Bruno de Oliveira Abinader2017-05-042-4/+1
| | | | This reverts commit 806da5d940aed7021f921ab98b9ae8e4e364f732.
* Add support for node v6 (#8884)Bobby Sudekum2017-05-041-4/+11
|
* [Qt] Don't regen BackendScope on every QMapboxGL::render() callBruno de Oliveira Abinader2017-05-042-1/+4
|
* [android] - only build custom layer for debug builds (#8885)Tobrun2017-05-041-2/+6
|
* [android] - add 3D buildings example (#8845)Tobrun2017-05-035-0/+128
| | | [android] - add support for filter for fillextrusionlayer.
* [ios] Bump podspecs for v3.6.0-alpha.1ios-v3.6.0-alpha.1Jason Wray2017-05-023-3/+3
|
* [ios] properly show attribution in modal hierarchies (#8837)Justin R. Miller2017-05-024-10/+53
| | | fixes #8782
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-022-3/+5
| | | | | Fix Node tests suite implementation to parse pixelRatio from style json Premultiply images in the node binding before sending to mbgl core
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-3/+1
|
* [core] Load source TileJSON immediatelyJohn Firebaugh2017-05-024-160/+6
| | | | | | | This reverses #3095. Rationale: * We're now exposing source attributes as a public API. Making those attributes unavailable at certain times complicates that API. * We're preparing to split RenderSource out of Source. Removing this removes a point of coupling between the two.
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-026-7/+30
| | | | Once Source and RendererSource are split, Source will no longer have access to tiles.
* [android] - CHANGELOG.md update for release-v5.1.0-beta.1 (#8857)android-v5.1.0-beta1Tobrun2017-05-021-2/+16
|
* [build] Added 'shared_thread_pool.cpp' to 'mbgl-core' target on LinuxBruno de Oliveira Abinader2017-05-021-0/+1
|
* [core] Fix compilation error with older libpng versionsBruno de Oliveira Abinader2017-05-021-1/+1
|
* [core] Fix compilation error with older libicu versionsBruno de Oliveira Abinader2017-05-021-1/+1
|
* [ios, macos] Corrected map a11y value format stringsMinh Nguyễn2017-05-023-6/+6
| | | | Corrected MGLMapView accessibility value format strings in Catalan, Russian, and Swedish.
* [ios] Added sv stringsdictFredrik Karlsson2017-05-022-0/+25
|
* [android] Added Lithuanian, Spanish, Vietnamese localizations from TransifexMinh Nguyễn2017-05-024-0/+46
|
* [ios, macos] Updated ca, es, sv, vi, zh-Hans localizations from TransifexMinh Nguyễn2017-05-027-11/+369
|
* [Qt] Add extrusion example to the Qt appThiago Marcos P. Santos2017-05-021-0/+34
|
* [Qt] Handle extrusion filtersThiago Marcos P. Santos2017-05-021-0/+4
|
* [ios, macos] Updated changelogsMinh Nguyễn2017-05-012-11/+22
| | | | Updated and reorganized changelogs.
* [android] - warning log when attempting to update a non-added annotation (#8832)Tobrun2017-04-282-37/+24
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-2739-33/+2991
|
* [ios] swapped link for circle layer example (#8818)Jordan Kiley2017-04-261-1/+1
|
* [android] - share locationsource between locational components (#8825)Tobrun2017-04-262-2/+4
|
* [android] - fix test app runtime permissions (#8823)Tobrun2017-04-265-148/+69
|
* [ios, macos] Bumped recommended Xcode version >=8.0 (#8775)Jordan Kiley2017-04-247-5/+7
|
* [all] Rationalize style::ImageJohn Firebaugh2017-04-2412-51/+48
| | | | | | | A style has a collection of images, just as it has collections of sources and layers. * Name things appropriately * Use std::unique_ptr
* [ios, macos] Update MGLMapView logo view (#8771)Minh Nguyễn2017-04-249-3/+95
| | | | | | * [ios, macos] Updated logo view to new Mapbox logo * [default] Updated attribution logo SVG
* Release node v3.5.0 (#8785)node-v3.5.0Bobby Sudekum2017-04-241-0/+5
|
* [android] - avoid calling MarkerViewClickListener twice (#8804)Tobrun2017-04-241-7/+3
|
* [android] use AAssetManager instead of libzipKonstantin Käfer2017-04-2410-133/+122
|
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-2134-1399/+1119
|
* [ios] fixes #8522: don't alter tint color on annotation views (#8789)Justin R. Miller2017-04-211-0/+3
|
* [android] - convert camera position values coming from core (#8794)Tobrun2017-04-212-3/+17
|
* [android] Add a way to use a custom location source (#8710)Pablo Guardiola2017-04-208-21/+315
| | | | | | * add a way to use a custom location source * add custom location engine example to test app
* [qt] Bring back icon.pngMinh Nguyễn2017-04-201-1/+1
|
* [macos] Updated macosapp application iconsetMinh Nguyễn2017-04-2016-5/+5
|
* [node] Add test for request not foundThiago Marcos P. Santos2017-04-201-0/+74
|