summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge tag 'ios-v4.0.2' into masterupstream/fb-merge-release-ios-v4.0.2Jason Wray2018-05-3012-261/+57
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mapbox-gl-js platform/android/CHANGELOG.md platform/android/gradle/dependencies.gradle platform/ios/CHANGELOG.md platform/ios/Mapbox-iOS-SDK-nightly-dynamic.podspec platform/ios/Mapbox-iOS-SDK-symbols.podspec platform/ios/Mapbox-iOS-SDK.podspec platform/node/test/ignores.json src/mbgl/geometry/feature_index.cpp src/mbgl/geometry/feature_index.hpp src/mbgl/layout/symbol_layout.cpp
| * [ios, build] Install npm packages before deployingios-v4.0.2upstream/fb-install-npm-packages-before-deployingJason Wray2018-05-291-0/+1
| |
| * [ios] Prepare ios-v4.0.2 releaseJason Wray2018-05-294-3/+8
| |
| * [ios, build] Populate GitHub releases with templated notesJason Wray2018-05-244-1/+51
| | | | | | | | Replicates our existing release notes format as an EJS template and Node JS script, then uploads the formatted notes during the deployment process.
| * [ios, build] Remove unused build scriptsJason Wray2018-05-247-260/+0
| |
| * Accept constant expressions in non-dds properties (#11961)Anand Thakker2018-05-243-3/+33
| | | | | | Closes #11940
| * [android] - update release-boba to build v6.1.4-SNAPSHOTŁukasz Paczos2018-05-231-1/+1
| |
| * [android] - update changelog for v6.1.3Łukasz Paczos2018-05-231-0/+6
| |
| * [core] Remove circle-pitch-scale test ignores.Chris Loer2018-05-231-0/+18
| | | | | | | | (cherry picked from commit 1a39d7d)
| * [core] only index features within tile boundariesAnsis Brammanis2018-05-233-5/+11
| | | | | | | | | | | | | | | | | | Previously we relied on tile buffers for querying features who's rendered representations cross tile boundaries. Now we query multiple tiles making it unnecessary to index features that are completely outside a tile's boundaries. (cherry picked from commit 0ca53ea)
| * [core] fix circle querying for scale and alignmentChris Loer2018-05-2339-68/+186
| | | | | | | | | | | | | | | | | | This fixes circle querying for cases where either circle-pitch-alignment=map or circle-pitch-scaling=viewport (cherry picked from commit f86fe44)
| * [core] fix querying circles across tile boundariesChris Loer2018-05-237-16/+30
| | | | | | | | (cherry picked from commit f7d20a5)
| * [android] - bump telemetry to v3.1.2tobrun2018-05-231-1/+1
| | | | | | | | (cherry picked from commit acd8bb3)
| * [android] - change MapView#initialize modifier to allow subclasses to ↵Tobrun2018-05-231-5/+7
| | | | | | | | | | | | override this method to provide alternate configurations to MapboxMapOptions (cherry picked from commit cce72e2)
| * [tests] Disable nitpick for release-boba PR.Chris Loer2018-05-221-1/+0
| |
| * [test] Bump GL JS pin to head of 'release-boba' for symbol querying tests.Chris Loer2018-05-221-0/+0
| |
| * [core] Port global symbol query from GL JS:Chris Loer2018-05-2235-197/+220
| | | | | | | | | | | | | | - Symbol querying is now global instead of per-tile - Symbols that bleed over tile boundaries no longer missed in queries - Symbol results now sorted based on rendering order (ie overlapping symbols change their sort order when a bearing change causes their render order to change) - Placement::retainedQueryData now responsible for maintaining symbol querying data for buckets that may no longer be in the TilePyramid.
| * [android] - update SNAPSHOT version to v6.1.3, reset release configandroid-v6.1.2tobrun2018-05-182-2/+2
| |
| * [build] Use Qt 5.6.3 instead of 5.7 in AppVeyorBruno de Oliveira Abinader2018-05-182-1/+2
| |
| * [android] - release android v6.1.2Tobrun2018-05-182-2/+2
| |
| * [android] - bump telemetry to v3.1.1Tobrun2018-05-182-11/+18
| |
* | [android] - fix literal wrapping in comparission expressionstobrun2018-05-292-16/+57
| |
* | [android] - null check access token in filesource initializertobrun2018-05-291-1/+3
| |
* | [android] - allow literal expression property argumentsŁukasz Paczos2018-05-283-2/+18
| |
* | [android] - raw expression supportŁukasz Paczos2018-05-284-91/+255
| |
* | [ios] Bump mapbox-mobile-events to avoid build warning (#12005)Jason Wray2018-05-251-0/+0
| |
* | [android] - update changelog for v6.2.0-alpha.2 (#12006)android-v6.2.0-alpha.2Tobrun2018-05-251-2/+17
| |
* | UI thread checking (#12000)Tobrun2018-05-2529-197/+644
| | | | | | * [android] - add UI thread checking
* | [android] - remove requirement of having a mapbox access token (#12001)Tobrun2018-05-254-55/+71
| |
* | [ios, build] Remove obsolete UI tests, KIF and OHHTTPStubs submodulesupstream/fb-remove-dead-uitest-infraJason Wray2018-05-2436-2249/+1
| |
* | [build] disable parts of the build that require node when WITH_NODEJS=OFF is setKonstantin Käfer2018-05-244-15/+18
| |
* | Set Tile loaded/rendered instead of marking tile as optional.Asheem Mamoowala2018-05-241-3/+3
| |
* | [android] - update onMapChange docs for possible valuesŁukasz Paczos2018-05-241-0/+2
| |
* | [ios] Updated MGLScaleBar to use rendered UIImages instead of ↵Julian Rex2018-05-243-63/+273
| | | | | | | | MGLScaleBarLabel (#11921)
* | [core] wrap glGetString in `MBGL_CHECK_ERROR` tooKonstantin Käfer2018-05-242-3/+3
| |
* | [ios] Provide custom hit test for callout views (#11939)Julian Rex2018-05-242-0/+39
| |
* | [ios, macos] Added macro to handle pending iOS tests (rather than disabling ↵Julian Rex2018-05-247-16/+51
| | | | | | | | via scheme) (#11806)
* | [ios, macos] Fix keypath expressions, json object is parsed incorrectly for ↵Fabian Guerra Soto2018-05-234-1/+16
| | | | | | | | | | | | | | | | nested keypaths. (#11959) * [ios, macos] Fix keypath expressions, a json object is parsed incorrectly for nested keypaths. * [ios, macos] Update changelogs.
* | Accept constant expressions in non-dds properties (#11960)Anand Thakker2018-05-233-3/+33
| | | | | | Closes #11940
* | [android] - update changelog for v6.1.3Łukasz Paczos2018-05-231-0/+6
| | | | | | | | (cherry picked from commit f9775e3)
* | Style JSON configuration on map snapshotter (#11976)Tobrun2018-05-2311-12/+120
| | | | | | * [core, android, darwin] - add style JSON configuration on MapSnapshotter
* | [android] - bump telemetry to v3.1.2tobrun2018-05-231-1/+1
| |
* | [ios] Use standard callout positioning for unanimated user location changesJason Wray2018-05-221-24/+8
| | | | | | | | Animated changes to the position of the user location annotation view still need to also handle updating its callout view, otherwise the two can become out of sync.
* | [ios] Run MGLMapboxEvents setup asynchronously (#11784)Randall Lee2018-05-222-1/+4
| | | | | | | | | | * [ios] Run MGLMapboxEvents setup asynchronously
* | [core] re-assign ids when lng jumps to avoid flickerAnsis Brammanis2018-05-225-4/+53
| |
* | [core] avoid symbol flickering when longitude is wrappedAnsis Brammanis2018-05-224-6/+42
| |
* | [android] - remove mips and armeabi as supported ABIsTobrun2018-05-2211-35/+34
| | | | | | | | | | | | | | | | | | | | [android] - bump CI image to NDK 17 compatible [core] - remove setting edgeDistance to 0, comparison 'const short' > 32767 is always false [android] - remove throwing in desructor, undefined behaviour [android] - bump dependency versions of project
* | [android] - change MapView#initialize modifier to allow subclasses to ↵Tobrun2018-05-221-5/+7
| | | | | | | | override this method to provide alternate configurations to MapboxMapOptions
* | [core] Use std::ios::binary format in std::ifstreamBruno de Oliveira Abinader2018-05-221-2/+2
| |
* | [core] fix hang when parsing very large angles for hue in hsl colorsKonstantin Käfer2018-05-221-3/+3
| |