summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android, ios, macos, node] Update CHANGELOGsupstream/array-assertion-fallbackJohn Firebaugh2018-09-134-0/+4
|
* [core] Make "to-number" of null behave as documentedJohn Firebaugh2018-09-133-0/+2
|
* [tests] Update mapbox-gl-jsJohn Firebaugh2018-09-132-2/+2
|
* [core] Implement array assertion fallback behaviorJohn Firebaugh2018-09-138-174/+78
| | | | This was added in gl-js in #7095.
* [core] to-color should be idempotentJohn Firebaugh2018-09-131-0/+3
| | | | Ports https://github.com/mapbox/mapbox-gl-js/pull/7260.
* [core] ["to-array", <item type>, <empty array>] should work for any item typeJohn Firebaugh2018-09-131-4/+12
| | | | Ports https://github.com/mapbox/mapbox-gl-js/pull/7261.
* [ios, macos] Look even more widely for IB designables agentMinh Nguyễn2018-09-132-1/+4
| | | | The IBDesignablesAgent helper process has been renamed to IBAgent as of the Xcode 10 GM seed, so cast an even wider net when trying to detect it.
* [node] v4.0.0John Firebaugh2018-09-132-2/+14
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-09-132-4/+12
|
* [ios, macos] Fixed changelogsMinh Nguyễn2018-09-132-10/+9
|
* [build] Don't let the binary size query get confused by post-dated commitsJohn Firebaugh2018-09-131-1/+1
|
* [linux,qt] Remove remainder of WebP supportKonstantin Käfer2018-09-1310-103/+4
|
* [node] Ignore custom layer tests in node platformAnder Conselvan de Oliveira2018-09-131-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-132-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-1325-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.
* [node] Release cadence for npm packageJohn Firebaugh2018-09-121-4/+6
|
* [ios, macos] Update Podspecs & changelog for 4.4.0Nadia Barbosa2018-09-127-11/+14
| | | | | | | | | | | | | | [macos] Update Podspecs [ios] Update changelog [macos] Add changelog Add dates to changelog [ios, macos] Changelog copy edits [ios, macos] 😩 changelog edits
* [docs] Experiment: stage changelog entry.Chris Loer2018-09-121-0/+6
|
* [android] - add binding integration for cross source collisiontobrun2018-09-128-17/+64
|
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-1217-50/+149
| | | | | [node] Hook up map-wide "crossSourceCollisions" option, defaulting to true. [test] Pass "crossSourceCollisions" test option through test harness; enable cross-source-collisions tests on native.
* [android] improved render timeouts in LocationComponent testsŁukasz Paczos2018-09-123-45/+93
|
* [android] use the SparseArray instead of the HashMap in location animator ↵Łukasz Paczos2018-09-123-64/+62
| | | | coordinator
* [android] updated location tracking gestures management testsŁukasz Paczos2018-09-124-13/+81
|
* [android] prevent from reloading the location layer drawables on every ↵Łukasz Paczos2018-09-122-3/+12
| | | | location update
* [android] LocationComponent - javadoc fixes, improved initialization, ↵Łukasz Paczos2018-09-1221-423/+391
| | | | removed location save state
* [android] location saved state tests, default location engine deactivation testŁukasz Paczos2018-09-122-8/+100
|
* [android] improved gestures management while tracking locationŁukasz Paczos2018-09-1210-50/+142
|
* [android] updated naming scheme and packages structure for ↵Łukasz Paczos2018-09-1264-1400/+1400
| | | | LocationLayerPlugin, now called LocationComponent
* [android] save location stateŁukasz Paczos2018-09-127-77/+117
|
* [android] deactivating default location engine when the map is destroyedŁukasz Paczos2018-09-123-6/+20
|
* [android] LocationLayer example activitiesŁukasz Paczos2018-09-1222-58/+1325
|
* [android] adapt LocationLayerPlugin's test suiteŁukasz Paczos2018-09-1214-652/+665
|
* [android] initialize LocationLayerPlugin with MapŁukasz Paczos2018-09-123-125/+153
|
* [android] merge LocationLayerPlugin to Maps SDKŁukasz Paczos2018-09-1268-2/+90148
|
* [android] - update changelog for v6.5.0upstream/6.5.0tobrun2018-09-121-0/+4
|
* [ios] Add fall-through single tap to iosappJason Wray2018-02-071-0/+18
|
* [android] - replace platform default implementation using nunicode for ↵tobrun2018-09-1111-7/+148
| | | | uppercasing an lowercasing with an Android specific String.java equivalent
* [build] add script to generate a standalone version of Mapbox GLKonstantin Käfer2018-09-115-3/+102
|
* [build] add android-gnustl-arm-v7 CI jobAnand Thakker2018-09-111-0/+81
|
* [android] add support for gnustlKonstantin Käfer2018-09-1117-29/+59
|
* [core] add polyfill for codecvt for STLs that don't have it yetKonstantin Käfer2018-09-116-14/+58
|
* [build] Disable implicit fallthrough warnings for sqlite3 (#12855)Ander 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
|