summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add macOS changelog entryupstream/fb-objc-class-propertiesJason Wray2018-04-131-0/+1
|
* Update docs and doc-like appsJason Wray2018-04-137-7/+7
|
* [ios, macos] Convert various class methods to class propertiesJason Wray2018-04-129-33/+26
| | | | This improves the Swift interface while having no effect on Obj-C usage.
* Minor last fixesNadia Barbosa2018-04-121-2/+2
|
* Compress the compressed compressionJason Wray2018-04-124-0/+0
|
* Redo imagesNadia Barbosa2018-04-125-2/+2
|
* Second round of feedback edits from @colleenmcginnisNadia Barbosa2018-04-121-4/+4
|
* First round of feedback incorporationNadia Barbosa2018-04-122-10/+14
| | | | Including feedback edits as suggested by @friedbunny
* [ios, docs] [ios, docs] Rewrite "Adding points to a map" guideNadia Barbosa2018-04-125-61/+37
|
* [ios, macos] Add predicate like expressions to NSExpression (#11632)Fabian Guerra Soto2018-04-123-7/+144
| | | | | | | | | | | | | | * [ios, macos] Add NSPredicate between function. * [ios, macos] Add NSPredicate 'IN' expression filter support . * [ios, macos] Add NSPredicate 'CONTAINS' expression filter support. * [ios, macos] Refactor NSPredicate operators. * [ios, macos] Simplify NSPredicate's expression conversion code. * [ios, macos] Make 'match' the default predicate conversion option.
* [ios] Change MGLAnnotationView.scalesWithViewingDistance default value to NOupstream/fb-undefault-scalesWithViewingDistanceJason Wray2018-04-124-11/+6
|
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-1211-70/+88
| | | | | | | | | | | | * Don't enforce ["zoom"] constraints for filters Fixes #11594 * Add a couple of comments * Fix ambiguous constructor call * ParsingContext(optional<Type>) => ParsingContext(Type)
* [ios] Note plans to drop iOS 8 (#11663)Jason Wray2018-04-124-2/+6
|
* [android] - update changelog for release v6.0.0-beta.7Tobrun2018-04-121-0/+23
|
* Update layer immediately when changing its max/min zoom level (#11399)Łukasz Paczos2018-04-1213-0/+50
| | | | | | * [android][core] update layer immediately when changing it's max/min zoom * [core] node bindings for layer zoom range
* [ios, macos] Corrected link in expression documentationMinh Nguyễn2018-04-111-2/+4
|
* [ios, macos] Renamed expression initializer to be more SwiftianMinh Nguyễn2018-04-114-87/+87
|
* [darwin, docs] Further compress images in docsupstream/fb-ios-guide-img-compressionJason Wray2018-04-1119-0/+0
|
* Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-1111-32/+316
| | | | | | | | | | | | | | | | | | | | * Add abs, round, floor, ceil operators Port of https://github.com/mapbox/mapbox-gl-js/pull/6496 * [ios, macos] Simplified abs, ceiling, floor expressions * [ios, macos] Added rounding expression function * [android] - binding integration for round, ceil, floor and abs expressions * Update mapbox-gl-js to include non-integer rounding test * Drop extra braces * mapbox-gl-js -> master * Update style-spec docs -> PropertyFactory.java
* [android] center was calculated incorrectly for LatLngBounds with zero span ↵Osana Babayan2018-04-112-4/+24
| | | | (#11650)
* [android] - bump telemetry to 3.0.0 stableTobrun2018-04-111-1/+1
|
* [build, qt] Work around for chown'ing /usr/localJason Wray2018-04-101-6/+3
| | | | | macOS 10.13 no longer allows wholesale chown'ing of /usr/local (and this approach also works in 10.12).
* [docs] Update CI badges and expand license sectionJason Wray2018-04-101-2/+5
|
* [build, ios] Bump CircleCI builds to Xcode 9.3Jason Wray2018-04-101-8/+8
|
* [ios] Refactor integrations testsJulian Rex2018-04-104-68/+113
|
* [android] LatLngBounds were not build correctly when lons were the same (#11647)Osana Babayan2018-04-102-1/+22
|
* [android] - add convinience step expression (#11641)Tobrun2018-04-101-0/+128
|
* [android] - add javadoc code examples for Android (#11540)Tobrun2018-04-101-23/+1413
|
* [android] - add paused state to map renderer, don't render snapshot when ↵Tobrun2018-04-105-5/+34
| | | | paused (#11358)
* Rework expression conversion (#11490)Tobrun2018-04-1026-157/+318
| | | * [android] - rework expression conversion
* [android] - fixed gesture events listeners lists documentation (#11630)Łukasz Paczos2018-04-101-32/+24
|
* Fix style parsing bug for constant expressions (#11606)Anand Thakker2018-04-095-16/+32
| | | | | | | | | | | | | | * Fix style parsing bug for constant expressions Closes #10849 * Ignore tests for unported GL JS change Refs https://github.com/mapbox/mapbox-gl-js/pull/6429 * Fuller fix * Update mapbox-gl-js
* [android] - add delete local refs calls for make jni stringsTobrun2018-04-093-6/+18
|
* [android] release local refs earlyIvo van Dongen2018-04-092-1/+7
|
* [ios, macos] Equate valueForKey: with valueForKeyPath:Minh Nguyễn2018-04-061-1/+1
|
* [ios, macos] Distinguish between conditionals and expressions in case expressionMinh Nguyễn2018-04-062-5/+19
|
* Change MGLMapPointMake to MGLMapPointForCoordinateAsheem Mamoowala2018-04-063-8/+15
|
* [core] re-bind uniform locations after re-linking program (#11618)Łukasz Paczos2018-04-061-0/+5
| | | | | - On some gl implementations the uniform locations are shifted after linking the program a second time, resulting in errors when using any uniform. On some implementations they are actually doubled. Re-binding the uniforms after selectively binding the vertex attributes prevents this. (cherry picked from commit 4a0e025)
* [ios, macos] Projection Matrix and LatLng projection to Mercator methodsAsheem Mamoowala2018-04-057-0/+68
|
* [core] Add Projection matrix to CustomLayerRenderParameters to transform web ↵Asheem Mamoowala2018-04-052-0/+7
| | | | mercator world coordinates to GL coordinates.
* [android] updated mapbox-sdk-services to 3.0.1 (#11593)Osana Babayan2018-04-052-3/+5
| | | | | | * [android] updated mapbox-sdk-services to 3.0.1 * [android] - downgrade tooling for MAS-3.0.1
* Remove unused lambda capture (#11602)Anand Thakker2018-04-051-1/+1
| | | Fixes #11588
* Release android v6.0.0 beta.6 (#11592)Łukasz Paczos2018-04-051-0/+7
| | | * [android] updated changelog for 6.0.0-beta.6
* [android] - bumped telemetry version to 3.0.0-beta.4 (#11590)Łukasz Paczos2018-04-041-1/+1
|
* Rework logical condition convenience expressions (#11555)Tobrun2018-04-045-40/+40
| | | * [android] - rework expression logical operator api to match actual usage
* [android] invalidate camera position before delivering onMapReady (#11585)Łukasz Paczos2018-04-041-1/+2
|
* [android] - throw illegal argument exception when attempting to convert an ↵Tobrun2018-04-042-1/+14
| | | | PropertyValue as an expression literal (#11572)
* [ios] Added explicit dependency to address occasional test build failures. ↵Julian Rex2018-04-031-0/+15
| | | | (#11581)
* [ios] Bump podspecs for ios-v4.0.0-beta.3ios-v4.0.0-beta.3Jason Wray2018-04-023-3/+3
|
* [ios] Prepare changelog for ios-v4.0.0-beta.3Jason Wray2018-04-022-2/+10
|