summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [node] Ignore custom layer tests in node platformupstream/anderco-face-cullingAnder Conselvan de Oliveira2018-09-111-0/+2
| | | | | Custom layers are not implemented in node platform so ignore tests that require it.
* [core] Enable face culling for fill extrusion layersBruno de Oliveira Abinader2018-09-112-4/+10
| | | | | Use face culling for fill extrusion layers. Winding order is changed to ensure correct rendering.
* [core] Add face culling mode parameter to Program::drawBruno de Oliveira Abinader2018-09-1125-0/+164
| | | | | | Add a parameter to Program::draw to control whether face culling should be enabled. This will be used in a follow up commit to enable face culling for fill extrusion layers.
* [build] Disable implicit fallthrough warnings for sqlite3Ander Conselvan de Oliveira2018-09-111-0/+1
| | | | | | | | | | | | | | | | | | | The sqlite3 source code has a lot of implicit fallthroughs in case statements. They are documented with comments but even though gcc provides options to use these comments to suppress the warnings, that's not always reliable. For instance, it may fail if an #ifdef follows the comment or if the comment is within a block scope used for a case. With gcc version '(Ubuntu 7.3.0-16ubuntu3) 7.3.0' I get warnings similar to the below: ../../../vendor/sqlite/src/sqlite3.c: In function ‘sqlite3_db_status’: ../../../vendor/sqlite/src/sqlite3.c:20251:10: error: this statement may fall through [-Werror=implicit-fallthrough=] op = SQLITE_DBSTATUS_CACHE_WRITE+1; So disable the implicit falltrhough warnings for that library. Note that -Wno-error=implicit-fallthrough is not used to keep the build silent since this is vendor library.
* [ios, macos, docs] Move MGLShapeOfflineRegion to offline sectionNadia Barbosa2018-09-102-0/+2
|
* Remove Links to Deprecated Frameworks (#12852)Josh Erb2018-09-101-2/+0
|
* [macos] macOS 10.10, Xcode 8 no longer supportedMinh Nguyễn2018-09-071-1/+1
|
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-0725-3/+299
|
* [android] jni.hpp 4.0.0John Firebaugh2018-09-07156-2161/+1765
|
* [android] Simplify annotation conversionJohn Firebaugh2018-09-074-101/+27
|
* [android] Simplify JSON conversionJohn Firebaugh2018-09-078-236/+82
|
* [android] Simplify Point conversionJohn Firebaugh2018-09-072-41/+12
|
* [android] Simplify Feature conversionJohn Firebaugh2018-09-079-131/+55
|
* [android] Upgrade to latest jni.hppJohn Firebaugh2018-09-07153-1753/+817
|
* [android] Put function inverses next to each otherJohn Firebaugh2018-09-074-28/+18
|
* [android] "is-supported-script" expression supportŁukasz Paczos2018-09-072-0/+75
|
* [android] minor reference app fixesŁukasz Paczos2018-09-079-33/+79
|
* [ios] Simplify 4.4.0 changelog textJason Wray2018-09-061-3/+1
|
* [core] Fix cubic-bezier interpolation for zooms outside stop range.Chris Loer2018-09-061-1/+7
| | | | | Fixes issue #12812. Using `util::interpolationFactor` handles the case where inputLevels.min == inputLevels.max, so it returns an interpolation factor of "0" instead of dividing by 0.
* [core] Mark allow-overlap symbols visible even outside of collision grid.Chris Loer2018-09-061-1/+20
| | | | Fixes issue #12683.
* [android] - update isEmulator checkTobrun2018-09-061-1/+8
|
* [android] - disable flaky camera teststobrun2018-09-063-0/+30
|
* [ios] Update Podspecs & changelog for v4.4.0-beta.1Nadia Barbosa2018-09-054-9/+7
| | | | | | | | [ios] Update changelog More changelog edits Changelog edits
* [iOS] Update Events SDK to include key pinning and crash fixes (#12825)Randall Lee2018-09-053-23/+36
| | | | * Update Events SDK to include key pinning and crash fixes
* [android] - update changelog for v6.5.0-beta.1tobrun2018-09-051-1/+15
|
* [ios, macos] Call snapshotter (Obj-C) completion block on dealloc/cancel if ↵Julian Rex2018-09-0510-64/+332
| | | | snapshot hasn't finished. (#12355)
* [android] - make kotlin activity compatible with sanity testsTobrun2018-09-051-0/+4
|
* [android] - allow kotlin sanity activity test generationtobrun2018-09-051-2/+8
|
* [android] - correct latlngbounds exception messageTobrun2018-09-052-4/+4
|
* [build] use vendored version of ICUKonstantin Käfer2018-09-0513-13/+177
|
* [build] vendor the parts of ICU we needAnonymous2018-09-0570-0/+48636
|
* [build] use vendored SQLite for LTO benefits + custom compile flagsKonstantin Käfer2018-09-058-5/+61
|
* [build] add ability to extract zip filesKonstantin Käfer2018-09-054-9/+16
|
* [build] add vendored copy of SQLiteAnonymous2018-09-052-0/+223298
|
* [ios, macos] Allow -convertCoordinateBounds to span antimeridianNadia Barbosa2018-09-049-13/+107
|
* [ios] Added Arabic settings, accessibility translationsMinh Nguyễn2018-09-043-0/+85
|
* [ios, macos] Copyedited changelogMinh Nguyễn2018-09-042-21/+33
|
* [android] Retain a shared thread pool referenceJohn Firebaugh2018-09-042-4/+7
| | | | Otherwise it may be prematurely deleted.
* [android] MapStrictMode implementationŁukasz Paczos2018-09-0416-10/+136
|
* [android] - provide correct expression integration for newly created ↵Tobrun2018-09-042-2/+18
| | | | property values
* [build] Skip Android device tests via commit messageJason Wray2018-09-041-2/+10
| | | | | | - Add `[skip firebase]` anywhere in your commit message to avoid running Firebase tests for that commit. - Also skips if the latest commit message only includes `[ios]`, `[macos]`, `[ios, macos]`, or `[darwin]`. - Only skips if included in the most recent commit message.
* [android] - add get source id to supported layer typestobrun2018-09-0421-0/+229
|
* [android] check if the map is destroyed before saving state in a fragmentŁukasz Paczos2018-09-042-4/+12
|
* [android] bump leak.canary to 1.6.1Łukasz Paczos2018-09-041-1/+1
|
* [android] - add quotes to toString representation of a String literalTobrun2018-09-042-10/+14
|
* [android] - make improve this map translatableTobrun2018-09-043-6/+38
|
* [android] - add Keep annotations to abstract componentstobrun2018-09-033-1/+6
|
* [android] - bump gradle tools for AS 3.1.4tobrun2018-09-031-1/+1
|
* [ios, node, macos, android] update changelogs for feature expression supportMolly Lloyd2018-08-314-0/+9
|
* [core] simplify dependency layout process and refactor data structuresMolly Lloyd2018-08-3116-146/+148
|