summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add changelog entryupstream/friedbunny-updates-offline-limit-and-suchJason Wray2019-08-201-0/+2
|
* Simplify SKU token appendJason Wray2019-08-141-2/+1
|
* [ios] Updates for offline pricingJason Wray2019-08-143-13/+29
|
* [core] Clear collision text boxes between symbol placement iterationsAlexander Shalamov2019-08-141-0/+1
|
* [build] Look further back for branch merge baseJason Wray2019-08-131-1/+1
|
* [android] Test app tweaks from 8.3.0-alpha.2 QA (#15360)Langston Smith2019-08-132-5/+11
|
* [core] Unskip text-rotate/with-offset fixed by #14932Alexander Shalamov2019-08-131-1/+0
|
* [ios][Android] Add changelog entriesMikhail Pozdnyakov2019-08-132-0/+2
|
* Bump mapbox-gl-js versionMikhail Pozdnyakov2019-08-131-0/+0
|
* [core] Enable variable placement with allowed text overlapMikhail Pozdnyakov2019-08-131-2/+6
|
* [core] Simplifications to variable text placement code pathMikhail Pozdnyakov2019-08-132-12/+10
|
* Enable number format expression testsMikhail Pozdnyakov2019-08-131-4/+1
|
* [macos][ios][android][node] Add changelog entry for text-writing-mode layout ↵Alexander Shalamov2019-08-134-0/+11
| | | | property
* [core] Update shaping unit testAlexander Shalamov2019-08-131-1/+2
|
* [core] Render half-width glyphs in upright orientationAlexander Shalamov2019-08-136-8/+31
| | | | | | | | | | This change forces glyphs whose natural orientation in vertical writing mode is 'sideways' to be rendered in upright orientation (only for non complex text layouts). This is different compared to W3C / browser behavior that is by default, renders glyphs in their respective natural orientation. In the future, there might need to add a new layout property that would control glyph orientation separately (e.g., text-glyph-orientation: natural | upright).
* [core] Use constexpr map for verticalized punctiationAlexander Shalamov2019-08-131-2/+4
|
* [darwin] Update documentation text for enum array valueAlexander Shalamov2019-08-132-9/+9
|
* [darwin] Generate plural version of property name, yet, keep singular ↵Alexander Shalamov2019-08-138-67/+94
| | | | version of an enum
* [darwin] Add plural override for 'text-writing-mode' layout propertyAlexander Shalamov2019-08-137-46/+63
|
* [darwin] Bindings for new 'text-writing-mode' layout propertyAlexander Shalamov2019-08-136-5/+189
|
* [android] Android bindings for new 'text-writing-mode' layout propertyAlexander Shalamov2019-08-137-1/+88
|
* [core] Update unit testsAlexander Shalamov2019-08-132-13/+13
|
* [core] Break lines for vertical writing modeAlexander Shalamov2019-08-131-4/+3
|
* [core] Rotate text collision box based on text-rotation valueAlexander Shalamov2019-08-132-5/+7
|
* [core] Implement support for "text-writing-mode" layout propertyAlexander Shalamov2019-08-1316-107/+343
|
* [core] Add style bindings for "text-writing-mode" layout propertyAlexander Shalamov2019-08-139-2/+59
|
* [core] Bump mapbox-gl-js verstionAlexander Shalamov2019-08-131-0/+0
|
* [ios] Bump to libmbxaccounts 1.0.1upstream/friedbunny-accounts-v1.0.1Jason Wray2019-08-121-0/+0
|
* [android] Added #15330 to the 8.3.0-alpha.2 changelog (#15335)Langston Smith2019-08-121-0/+1
|
* [android] add fallback support to local ideograph font families, allow ↵tobrun2019-08-128-12/+167
| | | | setting a collection of fonts
* [build] Fix pluralization nitupstream/friedbunny-tests-out-changelog-edit-skippingJason Wray2019-08-081-2/+2
|
* [ios] Minor style edits to changelogJason Wray2019-08-081-8/+3
|
* [build] Skip CI jobs if there are no relevant changed filesJason Wray2019-08-083-23/+196
|
* [darwin] Remove unnecessary framework imports from Swift-based testsJason Wray2019-08-083-12/+0
| | | | | | Was tripping up Xcode 11 betas with: Imported declaration 'UITableViewDiffableDataSourceCellProvider' could not be mapped to 'UITableViewDiffableDataSourceReference.CellProvider'
* [ios, build] Add CI jobs running Xcode 11 betasJason Wray2019-08-081-0/+48
|
* [build] Made cmake command configurableWolfram Manthey2019-08-081-7/+9
|
* Changelog entries and a nit for #15281Aleksandar Stojiljkovic2019-08-084-1/+9
|
* [core] Reuse flyTo constant screen velocity calculation for easeTo ↵Aleksandar Stojiljkovic2019-08-082-18/+26
| | | | | | | | | | | | | implementation. When using flyTo for easeTo: Limit zoom out to min(startZoom, targetZoom). Reduce cinematic zoom in animation at the end of transition, Linear zoom interpolation. The patch also sets linear interpolation for flyTo edgeInsets animation, as it looks more appropriate to follow the approach taken for pitch and bearing. Fixes: #15144
* [core] easeTo: linear interpolation over zoom instead of scaleAleksandar Stojiljkovic2019-08-081-6/+5
| | | | Fixes: 15144
* [ios] Release v5.3.0 alpha.2 (#15336)ios-v5.3.0-alpha.2Jordan Kiley2019-08-074-9/+5
| | | | | | | | | | | | | | * [ios] Update podspecs * [ios] Update changelog * Update platform/ios/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com>
* [android] updated changelog for 8.3.0-alpha.2 release (#15334)android-v8.3.0-alpha.2Langston Smith2019-08-071-0/+6
|
* [android] Do not try to wake up the RunLoop if a wake is already pendingThiago Marcos P. Santos2019-08-072-5/+12
| | | | | | | Do not flood the RunLoop with wake up calls, potentially causing the socket buffer to overflow. Also, write calls are syscalls and will cause a context switch.
* [core] Disable flaky OfflineDatabase.MaximumAmbientCacheSize testJason Wray2019-08-071-1/+2
|
* Mark tests flaky on Linux only. #15322Aleksandar Stojiljkovic2019-08-071-1/+6
| | | | | | | | | | fill-opacity/zoom-and-property-function-pattern, fill-pattern/literal, fill-pattern/opacity, fill-pattern/zoomed, line-translate/literal, Addresses: #15322, #14423, #14870, #14768, #14859
* Enable render tests flaky on node-gcc8Aleksandar Stojiljkovic2019-08-071-5/+0
| | | | We don't use node-gcc8 bot to run render tests and no need to have the tests ignored.
* Ignore flaky line-pattern/opacity test on Linux botAleksandar Stojiljkovic2019-08-071-1/+2
| | | | Related to: https://github.com/mapbox/mapbox-gl-native/issues/15320
* mbgl-render-test runner - use the same tolerance as with node render testAleksandar Stojiljkovic2019-08-074-4/+26
| | | | | Two render tests failing only with mbgl-render-tests are added to platform specific ignores. This is to be extended with fill-extrusion-pattern failing only on mac.
* [ios] Document how scale bar visibility is determined (#15304)Jordan Kiley2019-08-051-3/+10
| | | | | | * [ios] document scale bar visibility * [ios] finished trailing sentence
* [core] Enable opaque pass for background layer. fix heatmap+background test.Aleksandar Stojiljkovic2019-08-053-13/+21
| | | | | | Follow the approach from mapbox-gl-js for enabling opaque pass for background layer (same as for fill layer). Fix combinations/heatmap-translucent--background-opaque render test.
* [macos,ios] Fix rare crash when downloading tiles that returned a 404Konstantin Käfer2019-08-051-3/+5
| | | | We were capturing the reference to an object that could go away when the request was canceled. However, the lambda could still be invoked by NSURLSession, creating a race condition with a resulting crash when the response to a tile request was 404 Not Found.