summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [android] Update attribution wordmark (#8774)Eric Wolfe2017-05-1213-58/+62
| | | | | | | | * Update wordmark on android * Moved attribution i icon to the right of mapbox word (in mapview preview image) * update padding and margin
* [core] allow filesource url transform resetIvo van Dongen2017-05-121-6/+10
|
* [android] Fix gradle developer config creation task with discussed ↵Pablo Guardiola2017-05-123-6/+59
| | | | | | | | suggestions (#8897) * fix gradle developer config creation task with discussed suggestions * fix access token not set error message
* [core, android, ios, macos] Added Traffic Day/Night to default stylesMinh Nguyễn2017-05-1114-39/+170
| | | | | | The Styles API section of the Mapbox API Documentation site now lists Traffic Day v2 and Traffic Night v2, so this change adds those styles to all the places where styles are listed. Also switched iosapp and macosapp to unversioned style factory methods since MGLStyleDefaultVersion is no longer applicable for all styles.
* [ios, macos] Undeprecated unversioned style URL factory methodsMinh Nguyễn2017-05-117-59/+124
| | | | | | Undeprecated the unversioned style URL factory methods in MGLStyle for consistency with the Android and Qt SDKs. Added warnings about using them with the runtime styling API. Refactored mbgl::util::default_styles to track different versions for different styles.
* [ios, macos] Updated documented default style versionMinh Nguyễn2017-05-112-19/+6
| | | | MGLStyleDefaultVersion is just for Streets now. Deleted style version documentation tests because not all styles are on the same version.
* [core, android, ios, macos, qt] v10 default stylesMinh Nguyễn2017-05-1110-19/+20
| | | | Upgraded from v9 default styles to v10 wherever the developer expects to get the latest and greatest, as well as in a couple tests where it may be beneficial to ensure that we can handle a two-digit version number in the style URL.
* [ios] remove Secure Transport exception from demo appKonstantin Käfer2017-05-112-15/+1
|
* [Qt] Add example of adding a layer before other layerThiago Marcos P. Santos2017-05-111-2/+5
|
* [Qt] Make it possible to add a layer before another layerThiago Marcos P. Santos2017-05-112-7/+9
|
* [android] url getter on sourcesIvo van Dongen2017-05-1110-2/+92
|
* [android] refactor move unit tests from test app to sdk and add some ↵Pablo Guardiola2017-05-1144-389/+939
| | | | annotation manager tests (add marker and add markers) (#8261)
* [core] Remove StyleSourcedAnnotation supportJohn Firebaugh2017-05-105-35/+0
| | | | The functionality this provided has been subsumed by the runtime styling API.
* [ios] Use map view frame to calculate annotation view reuse adjustments (#8926)Jesse Bounds2017-05-091-8/+6
| | | | | | * [ios] Use map view frame to calculate annotation view reuse adjustments The value for determining the visible viewport buffer and also the distance to move offscreen an annotation view outside of that buffer was based on the annotation view width and height. This changes that to use the map viewport width and height as constants and avoids a class of bugs where the annotation view would become detached from the tracking system when it did not have a size or was animating from a small to large size.
* [build] Suppress GLFW redefining GLAPIENTRY errorBruno de Oliveira Abinader2017-05-092-5/+8
|
* [android] Added Swedish localization from TransifexMinh Nguyễn2017-05-082-0/+16
|
* [ios, macos] Updated localizations from TransifexMinh Nguyễn2017-05-0815-22/+253
| | | | | | Pulled various translations from Transifex. Although Transifex supports the stringsdict format, it doesn’t allow translators to customize the format. This change splits out a separate “level” key for the same format string and moves any prefixes and suffixes into the “level” and “count” keys. For now, each localization has been updated manually, but future updates will come from Transifex.
* [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
|