summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated changelogs to use PR id.upstream/jrex-11180-nil-shape-sourceJulian Rex2018-05-212-2/+2
|
* Added additional comments. Disabled pending tests in code, rather than via ↵Julian Rex2018-05-213-60/+73
| | | | scheme.
* Nit change.Julian Rex2018-05-211-2/+1
|
* Removed unused var.Julian Rex2018-05-211-2/+0
|
* Added additional tests (these currently fail - so are disabled)Julian Rex2018-05-212-8/+29
|
* Added additional test for interrupting a transition, and associated fix.Julian Rex2018-05-215-16/+109
| | | | Added failing (currently disabled) test, where the interruption still triggers an infinite loop.
* Use built-in expectation functionality to replace performSelector dance.Julian Rex2018-05-214-22/+21
|
* Adjusted wait periods (based on documented durations) to reduce test times.Julian Rex2018-05-214-23/+46
|
* Removed test assert.Julian Rex2018-05-211-3/+1
|
* Move across KIF cancel transition test. Added flyTo test.Julian Rex2018-05-213-10/+221
|
* Rejig handling of transition finish lambda. Potentially addresses #5833Julian Rex2018-05-212-39/+28
|
* Add failing test for camera transition (reset north). Renaming of test classes.Julian Rex2018-05-215-19/+99
|
* Do not reset transition function if the transition has completed.Julian Rex2018-05-211-1/+4
|
* Added comments to clarify changes.Julian Rex2018-05-211-4/+37
|
* Add test for setting shape source to nil from mapViewRegionIsChangingJulian Rex2018-05-212-5/+61
|
* Change order of finish function, to stop infinite loopJulian Rex2018-05-211-1/+5
|
* Failing test for #11180Julian Rex2018-05-212-0/+78
|
* [core] Align URL token replacement behavior with GL JSJohn Firebaugh2018-05-187-7/+31
| | | | I.e. preserve unknown tokens in URLs rather than replacing them with an empty string.
* [core] Align match behavior with case/==John Firebaugh2018-05-184-7/+24
| | | | Makes `["match", ["get", k], label, match, otherwise]` equivalent to `["case", ["==", ["get", k], label], match, otherwise]`. This changes the behavior of match expressions where the runtime type of the input does not match the type of the labels: previously such expressions produced a runtime type error and then fell back to the property default value; now they produce the fallback value from the match expression.
* [ios] Bump podspect to 4.1.0-alpha.1. (#11937)ios-v4.1.0-alpha.1Fabian Guerra Soto2018-05-183-3/+3
|
* [android] - bump telemetry to v3.1.1Tobrun2018-05-182-11/+13
|
* [android] - add changelog for 6.2.0-alpha.1tobrun2018-05-181-1/+6
|
* [ios, macos] Support array values in match expressions. (#11866)android-v6.2.0-alpha.1Fabian Guerra Soto2018-05-177-28/+62
| | | | | | | | | | * [ios, macos] Support array values in match expressions. * [ios, macos] Update mgl_match documentation. * [ios, macos] Update changelogs. * [ios, macos] Clarify match expressions documentation.
* [android] - expose MapView created callbacks on MapFragment and ↵tobrun2018-05-174-64/+160
| | | | MapSupportFragment
* [android] - add nullability annotations to public api for kotlin language ↵tobrun2018-05-174-59/+81
| | | | integration
* [android] - expose MapView#setOfflineRegionDefinitiontobrun2018-05-173-6/+64
|
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-17143-1930/+2535
|\ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # mapbox-gl-js # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/gradle/dependencies.gradle # platform/darwin/src/MGLVectorTileSource.mm # platform/darwin/src/MGLVectorTileSource_Private.h # platform/ios/CHANGELOG.md # src/mbgl/style/expression/compound_expression.cpp
| * 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
| |