| Commit message (Expand) | Author | Age | Files | Lines |
* | [android] adding more language maps to tx config fileupstream/ls-adding-additional-chinese-characters | langsmith | 2018-08-24 | 7 | -1/+40 |
* | [android] - modularise the sdk | tobrun | 2018-08-24 | 51 | -503/+1508 |
* | [android] invalidate InfoWindow's y-offset when content is set | Łukasz Paczos | 2018-08-24 | 2 | -5/+37 |
* | [android] synchronize and coalesce requests targeting the same TileID in the ... | Łukasz Paczos | 2018-08-23 | 3 | -44/+170 |
* | [ios] Install node modules in document.sh | Nadia Barbosa | 2018-08-23 | 1 | -0/+1 |
* | [android] - add line-gradient example, integrate lineProgress expression | tobrun | 2018-08-23 | 8 | -1/+216 |
* | [core] Add `line-gradient` property | Mikhail Pozdnyakov | 2018-08-23 | 36 | -1501/+1898 |
* | [build] add plain text file lists for iOS/macOS | Konstantin Käfer | 2018-08-23 | 17 | -28/+609 |
* | [ios] Update changelog for v4.4.0-alpha.1 releaseios-v4.4.0-alpha.1 | Nadia Barbosa | 2018-08-22 | 1 | -0/+8 |
* | [ios] Bump podspecs; update changelogs for 4.4.0-alpha.1 | Nadia Barbosa | 2018-08-22 | 4 | -4/+18 |
* | [ios, build] Improve jazzy readme generation | Jason Wray | 2018-08-22 | 5 | -14/+65 |
* | [ios, build] Fix bad changelog header and improve handling | Jason Wray | 2018-08-22 | 2 | -7/+7 |
* | [android] - update changelog for release v6.5.0-alpha.1android-v6.5.0-alpha.1 | Tobrun | 2018-08-22 | 1 | -3/+18 |
* | fixed validation message for bounds | Justyna Janczyszyn | 2018-08-22 | 1 | -2/+2 |
* | [build] Run lower-value iOS CircleCI builds as nightlies | Jason Wray | 2018-08-22 | 1 | -3/+3 |
* | [android] - replace hardcode telemetry settings string by resources string | Tobrun | 2018-08-22 | 3 | -6/+48 |
* | [android] - update user agent telemetry | Tobrun | 2018-08-22 | 1 | -1/+1 |
* | [android] "collator" and "resolved-locale" expressions support | Łukasz Paczos | 2018-08-22 | 3 | -35/+701 |
* | [android] - GeoJsonOptions javadoc correction on minZoom level and default va... | Tobrun | 2018-08-22 | 1 | -3/+3 |
* | [core] add exception for unimplemented expressions in tests | Molly Lloyd | 2018-08-21 | 1 | -1/+5 |
* | [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js. | Chris Loer | 2018-08-21 | 6 | -3/+33 |
* | [core] fix icon-size for small data-driven values | Chris Loer | 2018-08-21 | 4 | -192/+192 |
* | abbreviation update | langsmith | 2018-08-22 | 2 | -1/+1 |
* | fixed spacing | langsmith | 2018-08-22 | 1 | -1/+1 |
* | added zh_CN: zh-Hans to android lang_map in tx config file | langsmith | 2018-08-22 | 1 | -1/+1 |
* | added zh_CN strings.xml file | langsmith | 2018-08-22 | 1 | -0/+15 |
* | [android] - example to render symbols offline with resources loaded from assets | tobrun | 2018-08-21 | 9 | -67/+12529 |
* | [android] - update map intializer for OfflineRegionDefintion with OfflineGeom... | tobrun | 2018-08-21 | 1 | -9/+35 |
* | [android] Inline geometry conversion | John Firebaugh | 2018-08-21 | 2 | -26/+1 |
* | [android] Simplify enum conversion | John Firebaugh | 2018-08-21 | 8 | -484/+9 |
* | [android] Remove unused | John Firebaugh | 2018-08-21 | 5 | -88/+0 |
* | [android] Move conversion code to .cpp files | John Firebaugh | 2018-08-21 | 19 | -387/+493 |
* | [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView a... | Tobrun | 2018-08-21 | 7 | -39/+83 |
* | [ios, macos] Introduce `MGLShapeSourceOptionLineDistanceMetrics` | Mikhail Pozdnyakov | 2018-08-21 | 8 | -1/+29 |
* | [android] - updated GeoJsonSource tests | Łukasz Paczos | 2018-08-21 | 1 | -60/+64 |
* | [android] - converting GeoJsonSource Java features to core ones on a worker t... | Łukasz Paczos | 2018-08-21 | 4 | -41/+130 |
* | [android] Make AndroidRendererFrontend to request render once per event loop ... | Kiyong Jung | 2018-08-21 | 5 | -3/+34 |
* | Add enabled property to MGLShape (#12352) | Jordan Kiley | 2018-08-20 | 8 | -2/+40 |
* | Warn if MGLShapeSource is initialized with MGLShapeCollection | Nadia Barbosa | 2018-08-20 | 4 | -0/+27 |
* | [offline] Add option to pass geojson input file | Ivo van Dongen | 2018-08-20 | 2 | -14/+77 |
* | [darwin] arbitrary offline region geometries | Ivo van Dongen | 2018-08-20 | 18 | -29/+409 |
* | [android] arbitrary offline region geometries | Ivo van Dongen | 2018-08-20 | 7 | -7/+223 |
* | [core] offline region definition - add support for arbitrary geometries | Ivo van Dongen | 2018-08-20 | 6 | -167/+257 |
* | [core] fix static library build | Konstantin Käfer | 2018-08-20 | 1 | -2/+2 |
* | [build] fixed typo in list of configuration types; RelWithDebugInfo should be... | Bryan Haber | 2018-08-20 | 2 | -11/+11 |
* | [core, node] Re-implement "avoid edges" behavior for MapMode::Tile | Chris Loer | 2018-08-20 | 4 | -41/+60 |
* | [build] use plain text files for file lists to simplify integration with othe... | Konstantin Käfer | 2018-08-20 | 18 | -1237/+1235 |
* | [core] downgrade event severity for erroneous DDS rendering to Warning | Konstantin Käfer | 2018-08-20 | 1 | -1/+1 |
* | [build] also generate debugging symbols for Release builds in Xcode | Konstantin Käfer | 2018-08-20 | 1 | -0/+3 |
* | [android] obtain paths to file directories on a worker thread | Łukasz Paczos | 2018-08-20 | 5 | -8/+107 |