Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [core][test] fix leaks from sqlite usage | Dane Springmeyer | 2019-08-16 | 2 | -0/+2 |
| | |||||
* | Indroduce clusterProperty option for aggregation (#15287) | zmiao | 2019-08-16 | 16 | -50/+204 |
| | | | | | | | | | | * indroduce clusterProperty option for aggregation * remove unnecessary codes * update geojson_option conversion * fix reviewing findings | ||||
* | [build] do not skip tag-initiated builds | Łukasz Paczos | 2019-08-16 | 1 | -1/+1 |
| | |||||
* | [android] changelog for 8.3.0-alpha.3android-v8.3.0-alpha.3 | Łukasz Paczos | 2019-08-16 | 1 | -6/+14 |
| | |||||
* | [core] Check type of a convertible value when constructing legacy filterupstream/node-release | Alexander Shalamov | 2019-08-16 | 2 | -1/+13 |
| | |||||
* | [android] execute quickzoom scale change based on the Y axis delta change | Łukasz Paczos | 2019-08-15 | 4 | -18/+68 |
| | | | | | | Using finger's Y axis position allows for a linear zoom additions/deductions during the quick-zoom changes. This is in contrast to the previously used scale factor, which is based on the current span (distance from the origin) to previous span ratio and increases the closer the finger is to the origin of a gesture because the values are smaller. The scale ratio based changes are also reliant on series of motion events' values and because the Android framework can skip some events, going back and forth during a quick-zoom might not have resulted in the same transformation. This was reproduced by the round-tripping test introduced in this commit. | ||||
* | add back test-memory target, removed in 692fe1f3f (#15383) | Dane Springmeyer | 2019-08-15 | 1 | -0/+1 |
| | |||||
* | [core] Ignore updated icon-text-fit render tests | Alexander Shalamov | 2019-08-15 | 1 | -1/+13 |
| | |||||
* | [core][node] Serialize formatted expression's text-color option | Alexander Shalamov | 2019-08-15 | 3 | -0/+14 |
| | | | | This enables proper round-tripping for serialized format expression. | ||||
* | [core] Bump gl-js version | Alexander Shalamov | 2019-08-15 | 1 | -0/+0 |
| | |||||
* | [android] bring back scale delta span threshold when rotation is started first | Łukasz Paczos | 2019-08-15 | 4 | -6/+41 |
| | |||||
* | [android] improve rotation inertia, adjust velocity ratios for screen density | Łukasz Paczos | 2019-08-15 | 3 | -32/+53 |
| | |||||
* | [android] improve scale + rotation behavior | Łukasz Paczos | 2019-08-15 | 5 | -51/+103 |
| | |||||
* | [android] improve scale inertia | Łukasz Paczos | 2019-08-15 | 3 | -3/+18 |
| | |||||
* | [android] bump gestures library to v0.5.0 | Łukasz Paczos | 2019-08-15 | 3 | -2/+2 |
| | |||||
* | [ios] Release v5.3.0-alpha.3 (#15379)ios-v5.3.0-alpha.3 | Jordan Kiley | 2019-08-14 | 4 | -10/+5 |
| | |||||
* | [core] Clear collision text boxes between symbol placement iterations | Alexander Shalamov | 2019-08-14 | 1 | -0/+1 |
| | |||||
* | [build] Look further back for branch merge base | Jason Wray | 2019-08-13 | 1 | -1/+1 |
| | |||||
* | [android] Test app tweaks from 8.3.0-alpha.2 QA (#15360) | Langston Smith | 2019-08-13 | 2 | -5/+11 |
| | |||||
* | [core] Unskip text-rotate/with-offset fixed by #14932 | Alexander Shalamov | 2019-08-13 | 1 | -1/+0 |
| | |||||
* | [ios][Android] Add changelog entries | Mikhail Pozdnyakov | 2019-08-13 | 2 | -0/+2 |
| | |||||
* | Bump mapbox-gl-js version | Mikhail Pozdnyakov | 2019-08-13 | 1 | -0/+0 |
| | |||||
* | [core] Enable variable placement with allowed text overlap | Mikhail Pozdnyakov | 2019-08-13 | 1 | -2/+6 |
| | |||||
* | [core] Simplifications to variable text placement code path | Mikhail Pozdnyakov | 2019-08-13 | 2 | -12/+10 |
| | |||||
* | Enable number format expression tests | Mikhail Pozdnyakov | 2019-08-13 | 1 | -4/+1 |
| | |||||
* | [macos][ios][android][node] Add changelog entry for text-writing-mode layout ↵ | Alexander Shalamov | 2019-08-13 | 4 | -0/+11 |
| | | | | property | ||||
* | [core] Update shaping unit test | Alexander Shalamov | 2019-08-13 | 1 | -1/+2 |
| | |||||
* | [core] Render half-width glyphs in upright orientation | Alexander Shalamov | 2019-08-13 | 6 | -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 punctiation | Alexander Shalamov | 2019-08-13 | 1 | -2/+4 |
| | |||||
* | [darwin] Update documentation text for enum array value | Alexander Shalamov | 2019-08-13 | 2 | -9/+9 |
| | |||||
* | [darwin] Generate plural version of property name, yet, keep singular ↵ | Alexander Shalamov | 2019-08-13 | 8 | -67/+94 |
| | | | | version of an enum | ||||
* | [darwin] Add plural override for 'text-writing-mode' layout property | Alexander Shalamov | 2019-08-13 | 7 | -46/+63 |
| | |||||
* | [darwin] Bindings for new 'text-writing-mode' layout property | Alexander Shalamov | 2019-08-13 | 6 | -5/+189 |
| | |||||
* | [android] Android bindings for new 'text-writing-mode' layout property | Alexander Shalamov | 2019-08-13 | 7 | -1/+88 |
| | |||||
* | [core] Update unit tests | Alexander Shalamov | 2019-08-13 | 2 | -13/+13 |
| | |||||
* | [core] Break lines for vertical writing mode | Alexander Shalamov | 2019-08-13 | 1 | -4/+3 |
| | |||||
* | [core] Rotate text collision box based on text-rotation value | Alexander Shalamov | 2019-08-13 | 2 | -5/+7 |
| | |||||
* | [core] Implement support for "text-writing-mode" layout property | Alexander Shalamov | 2019-08-13 | 16 | -107/+343 |
| | |||||
* | [core] Add style bindings for "text-writing-mode" layout property | Alexander Shalamov | 2019-08-13 | 9 | -2/+59 |
| | |||||
* | [core] Bump mapbox-gl-js verstion | Alexander Shalamov | 2019-08-13 | 1 | -0/+0 |
| | |||||
* | [ios] Bump to libmbxaccounts 1.0.1upstream/friedbunny-accounts-v1.0.1 | Jason Wray | 2019-08-12 | 1 | -0/+0 |
| | |||||
* | [android] Added #15330 to the 8.3.0-alpha.2 changelog (#15335) | Langston Smith | 2019-08-12 | 1 | -0/+1 |
| | |||||
* | [android] add fallback support to local ideograph font families, allow ↵ | tobrun | 2019-08-12 | 8 | -12/+167 |
| | | | | setting a collection of fonts | ||||
* | [build] Fix pluralization nitupstream/friedbunny-tests-out-changelog-edit-skipping | Jason Wray | 2019-08-08 | 1 | -2/+2 |
| | |||||
* | [ios] Minor style edits to changelog | Jason Wray | 2019-08-08 | 1 | -8/+3 |
| | |||||
* | [build] Skip CI jobs if there are no relevant changed files | Jason Wray | 2019-08-08 | 3 | -23/+196 |
| | |||||
* | [darwin] Remove unnecessary framework imports from Swift-based tests | Jason Wray | 2019-08-08 | 3 | -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 betas | Jason Wray | 2019-08-08 | 1 | -0/+48 |
| | |||||
* | [build] Made cmake command configurable | Wolfram Manthey | 2019-08-08 | 1 | -7/+9 |
| | |||||
* | Changelog entries and a nit for #15281 | Aleksandar Stojiljkovic | 2019-08-08 | 4 | -1/+9 |
| |