summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios, build] Populate GitHub releases with templated notesupstream/fb-release-note-scriptinJason Wray2018-04-264-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-237-260/+0
|
* [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
|
* macos-v0.7.1macos-v0.7.1upstream/1ec5-macos-v0.7.1Minh Nguyễn2018-05-152-2/+2
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-05-152-6/+10
|
* [ios, macos] Moved numbers away from start of lines in documentation (#11881)Jordan Kiley2018-05-1511-49/+49
|
* Remove changelog entry for crash fixed in v3.7.7ios-v4.0.1Jason Wray2018-05-141-1/+0
|
* Update macOS changelogJason Wray2018-05-141-2/+3
|
* [ios] Prepare ios-v4.0.1 releaseJason Wray2018-05-143-3/+3
|
* Add v3.7.7 & v3.7.8 sections to changelogJason Wray2018-05-141-0/+8
|
* [ios] Copyedit changelog for ios-v4.0.1Minh Nguyễn2018-05-141-5/+5
|
* [ios, macos] Fixed English priority during label localizationMinh Nguyễn2018-05-145-22/+9
| | | | Respect English in the Preferred Languages setting even if other Mapbox Streets source–supported languages are listed too.
* [core] Convert null to empty string, not “null”Minh Nguyễn2018-05-145-1/+6
|
* [ios, build] Re-add support for 32-bit simulators (i386)Jason Wray2018-05-113-3/+11
|
* [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-1034-1407/+578
| | | Ports the specialized filter-* expressions from GL JS, adding them to src/mbgl/style/expression/compound_expression.cpp
* [ios] Fix MGLAnnotationView.rotatesToMatchCamera clobbering other transformsJason Wray2018-05-082-8/+19
|
* [android] - update changelog to v6.1.1android-v6.1.1Tobrun2018-05-071-0/+3
|
* [ios, macos] Add to-rgba expression operator. (#11725)Fabian Guerra Soto2018-05-0710-9/+87
| | | | | | | | | | | | | | | | | | | | * [ios, macos] Add expression support to to-rgba operator. * [ios, macos] Update style docs. * [ios, macos] Refactored to-rgba to to-color. * [ios, macos] Add support for to-rgba expression operator. * [ios, macos] Add multiple parameters support to to-color operand. * [ios, macos] Enable to-rgba operator for MGLColor or key path expressions. * [ios, macos] Update predicates and expressions guide to reflect cast changes. * [ios, macos] Update changelogs. * [ios, macos] Clarify color casting usage.
* [android] - update telemetry to 3.1.0Tobrun2018-05-071-1/+1
|
* [ios, macos] Make NSPredicate+MGLAdditions public. (#11810)android-v6.1.0Fabian Guerra Soto2018-05-0425-86/+149
|
* [ios, macos] Add support for subscripting in expressions. (#11770)Fabian Guerra Soto2018-05-044-1/+45
| | | | | | | | * [ios, macos] Add support for subscripting in expressions. * [ios, macos] Update changelogs. * [ios, macos] Refactor LAST subscripting expression.
* [android] - bump snapshot versiontobrun2018-05-042-2/+2
|
* [android] - update changelog for release v6.1.0tobrun2018-05-041-2/+11
|
* [android] - checking is renderer is not destroyed before delivering the snapshotŁukasz Paczos2018-05-043-27/+10
|
* [android] - unwrap LatLngBounds before creating core objectŁukasz Paczos2018-05-044-19/+18
|
* [android] - null check source before removingŁukasz Paczos2018-05-042-1/+19
|
* [ios, macos] Fix overlay bounds that span the antimeridian. (#11783)Fabian Guerra Soto2018-05-047-2/+56
| | | | | | | | | | * [ios, macos] Fix overlay bounds that span the antimeridian. * [ios, macos] Update changelogs. * [ios, macos] Make MGLLocationCoordinate2DIsValid private. * [ios, macos] Update changelogs.
* [ios, macos] Update migration guides in jazzy table (#11808)Jordan Kiley2018-05-042-2/+2
| | | | | | * [macos] update jazzy for macos * [ios] moved migration guide
* [ios] Switched to use center property (instead of frame) when repositioning ↵Julian Rex2018-05-032-4/+11
| | | | annotation views (when adding back into queue). (#11817)
* [core] Don't crash when attribute count is exceededKonstantin Käfer2018-05-0323-237/+557
|
* iOS: Add custom layer example to debugging app (#7734)Konstantin Käfer2018-05-036-20/+40
|
* [ios, macos] Fix broken link to predicates and expressions guide. (#11818)Fabian Guerra Soto2018-05-033-6/+6
|
* [ios, macos] Avoid implicit capture of MBGLOfflineRegionObserver this pointerJohn Firebaugh2018-05-023-3/+8
| | | | MBGLOfflineRegionObserver is owned by the offline database thread, and might be destroyed by the time the dispatch_async completes. Instead of implicitly capturing this, capture a copy of the MBGLOfflinePack weak pointer.
* [android, ios, macos] Added Korean localizationMinh Nguyễn2018-05-0213-2/+554
|
* [android] Map European Portuguese to system-compatible locale codeMinh Nguyễn2018-05-021-0/+1
|
* [core] Don't copy TileLayerIndexes on every frame.Chris Loer2018-05-023-1/+4
| | | | Fixes issue #11811 (too much CPU time spent in CrossTileSymbolIndex).