aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ios] assertion to check if an annotationTag > 0upstream/fabian-fix-visible-annotations-in-rectFabian Guerra2017-03-301-0/+1
|
* Revert 5.x touch changes (#8585)Tobrun2017-03-306-70/+60
| | | | | | | | | | * Revert "[android] - only dispatch events if not handled by MarkerView (#8447)" This reverts commit 09d76854ab15b2a6f473c270da9d46e903e426da. * Revert "[android] - move touch handling of MarkerViews back to View#setOnClickListener. Workaround panning issue by dispatching touch events to the parent ViewGroup. (#8272)" This reverts commit 1693b389d7d17315b8a2a9bdd862207ace053f77.
* [ios] Modify return type so callout bridges with protocol in SwiftJesse Bounds2017-03-292-1/+7
| | | | | | | | `- (nullable UIView <MGLCalloutView> *)mapView:(MGLMapView *)mapView calloutViewForAnnotation:(id <MGLAnnotation>)annotation;` bridges with a `UIView?` return type in Swift. This changes replaces the `UIView` type in the method signature so that, when bridged to Swift, the returned object is defined as `MGLCalloutView?`.
* [core] check null data in query source features (#8553)John Firebaugh2017-03-282-0/+15
| | | | | | * [core] check null data in query source features * Include what you use
* [ios] nil check in visibleAnnotationsInRect to avoid crash (#8513)Fabian Guerra Soto2017-03-281-1/+4
|
* [linux, node] Build with clang 3.9John Firebaugh2017-03-281-16/+16
|
* [test] Fix polygon construction to compile with clang 3.9.xDane Springmeyer2017-03-281-9/+9
|
* [core] Avoid -Wundefined-var-template warnings with clang 3.9+John Firebaugh2017-03-281-19/+19
|
* [android] revert version name to snapshotAntonio Zugaldia2017-03-241-1/+1
|
* [android] update CHANGELOG.md with 5.0.1 informationAntonio Zugaldia2017-03-241-0/+6
|
* [android] [auto] Update properties to version 5.0.1 in preparation for build.Antonio Zugaldia2017-03-242-2/+2
|
* Use highp for color attributes (#8496)Anand Thakker2017-03-228-25/+25
| | | | | Addresses #8385 Updates shaders to reflect https://github.com/mapbox/mapbox-gl-js/pull/4476
* [ios] podspec update to 3.5.0 (#8487)Fabian Guerra Soto2017-03-212-2/+2
|
* [ios][macos] Update DDS guideEric Wolfe2017-03-205-78/+189
| | | | Clarifies linear and exponential interpolation, adds stops to each example for clarity, and other minor tweaks.
* [ios] Add next steps to Runtime Styling guide (#7855)Eric Wolfe2017-03-201-0/+4
|
* [ios][macos] Document that transitions using setStyleURL are not supported ↵Eric Wolfe2017-03-201-2/+2
| | | | (#8475)
* [ios, build] Change version checker URL to ios-sdk site (#8468)Jason Wray2017-03-192-21/+1
| | | Decouple the version checker updating from the deploy process.
* [ios] Bump podspec version for v3.5.0-rc.2ios-v3.5.0-rc.2Jesse Bounds2017-03-182-2/+2
| | | | Reverts https://github.com/mapbox/mapbox-gl-native/pull/8462
* [ios] Guard against over calling pause or resumeJesse Bounds2017-03-182-3/+9
|
* Bump Android SNAPSHOT version (#8453)Tobrun2017-03-182-2/+2
| | | | | | | | | | | | | | | | * [android] [auto] Update properties to version 5.0.0 in preparation for build. * [android] - bump snapshot version * [android] remove typo in gradle-javadoc.gradle * [android] revert to 5.0.0-SNAPSHOT * [android] revert to 5.0.0 * [android] [auto] Update properties to version 5.0.0 in preparation for build. * next release is now 5.1.0-SNAPSHOT
* [ios] updated pod spec to release version (#8462)ios-v3.5.0Fabian Guerra Soto2017-03-172-2/+2
|
* [ios, macos] update iOS SDK guides (#8354)Jordan Kiley2017-03-1717-9/+642
| | | | - Added DDS guide - Updated "For Style Authors" guide
* [android] - update CHANGELOG.md for 5.0.0 release (#8449)Tobrun2017-03-171-0/+57
|
* [android] Update dependencies to MAS v2.0.0 finalAntonio Zugaldia2017-03-171-3/+3
|
* [android] - only dispatch events if not handled by MarkerView (#8447)Tobrun2017-03-173-13/+30
| | | use onTouch listener to ignore dispatching action up events to MapView when they are already handled by MarkerView.
* 8322 javadoc 5.0.0 release (#8438)Tobrun2017-03-1711-53/+97
| | | | | | | | * [android] - update javadoc 5.0.0 release * update annotation and sources package javadoc * update javadoc on MapboxMap and MapView
* [android] - take in account focalpoint when performing transformations, ↵Tobrun2017-03-178-101/+94
| | | | simplify zoom methods (#8416)
* [android] - fix LOST location updates (#8445)Tobrun2017-03-172-1/+4
|
* [core] fixes #8433: don't skip style recalculations for fade-from-zero ↵Justin R. Miller2017-03-161-3/+1
| | | | transitions (#8440)
* [android] - update proguard configuration for 5.0.0 (#8437)Tobrun2017-03-161-2/+6
|
* [ios] Update podspec for v3.5.0-rc.1 (#8422)ios-v3.5.0-rc.1Jordan Kiley2017-03-152-2/+2
|
* [ios, macos] Add more information to interpolation mode docs (#8425)Jordan Kiley2017-03-151-6/+13
| | | Addresses #8192 until #8354 lands.
* Increase precision of shader variable (#8423)Anand Thakker2017-03-152-1/+1
| | | Fixes #7599
* [ios, macos] Update changelogs for 8374Jesse Bounds2017-03-142-1/+3
|
* [ios, macos] Expanded feature querying documentationMinh Nguyễn2017-03-145-101/+164
| | | | Also fixed a couple incorrect Swift method names on macOS.
* [core] don’t query rendered features until all data is availableIvo van Dongen2017-03-144-1/+95
|
* [ios, macos] API doc revisions (#8396)Jordan Kiley2017-03-149-7/+16
| | | | | | | | - Changed `make style-code-darwin` to `make darwin-style-code` in relevant files - Added some doc clarifications: - `MGLInterpolationModeExponential` and `MGLInterpolationModeInterval` can be used with `MGLCameraStyleFunction` (I am not sure how to accurately reflect this in the documentation for `MGLCompositeStyleFunction`) - Do not add a style layer to the style property on a map view before the style has finished loading - Create individual style layers from a `MGLShapeCollectionFeature`
* [android] Link with a version script to restrict symbol visibilityJohn Firebaugh2017-03-142-0/+6
|
* [ios] Enable one-finger quickzoom gesture on iPadJason Wray2017-03-132-8/+6
|
* [ios, macos] Fixed documentation parameter mismatchesMinh Nguyễn2017-03-136-11/+16
| | | | Also enabled compiler warnings about incorrect Doxygen commands.
* [ios, macos] Resolved unused variable warningsMinh Nguyễn2017-03-132-2/+6
| | | | Resolved unused variable warnings in Release configuration that occurred because they were only used within NSAssert() invocations, which are omitted from Release builds.
* [android] Change version name back to 5.0.0-SNAPSHOTAntonio Zugaldia2017-03-121-1/+1
|
* [android] Update CHANGELOG.mdAntonio Zugaldia2017-03-121-0/+13
|
* [android] make BubbleLayout publicios-v3.5.0-beta.3android-v5.0.0-beta.3Antonio Zugaldia2017-03-101-1/+1
|
* updated pod spec release version (#8358)Fabian Guerra Soto2017-03-102-2/+2
|
* [ios, macos] Corrected polyline equalityMinh Nguyễn2017-03-105-5/+10
| | | | | | | | Now that annotation classes override -isEqual:, it’s no longer appropriate to rely on -isEqual: or -containsObject: to check for the preexistence of an annotation. Those methods become deep equality tests, which have worse performance. Checking for identity allows the developer to add a polyline and polygon with identical coordinates, title, etc. to the map. Implemented a missing -[MGLPolyline isEqual:]. Removed outdated comments about -annotationTagForAnnotation: being expensive.
* Raise exception when MGLAnnotationView.annotation property is nil (#8339)Fabian Guerra Soto2017-03-102-3/+10
| | | | | | * [ios] MGLAnnotationView annotation property made writable * [ios] standarized exception name for annotations
* [android] [auto] Update properties to version 5.0.0-beta.3 in preparation ↵Antonio Zugaldia2017-03-101-1/+1
| | | | for build.
* Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-1047-44/+1883
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] new struct MGLTransition * [ios] MGLTransition struct moved to MGLTypes.h * [ios] MGLTransition implemented for style layer properties * [ios, macos] added support for getting property transitions * [ios, macos] updated to MGLDurationFromTimeInterval and MGLTimeIntervalFromDuration * [ios, macos] added transition properties test * [ios, macos] modified key strings imp * [ios, macos] The impl for transition properties were changed to public methods * [ios, macos] Changelog update * [ios] Fixed layer space formatting * [core] The name space was fixed for getters that returned TransitionOptions * [ios, macos] Added rawLayer transition property tests * [ios] Added a factory method for MGLTransition and transition-related methods to NSValue(MGLAdditions) * [ios, macos] Copyedited changelog blurbs about transition properties
* [ios, macos] Copyedited changelog blurb about source queryingMinh Nguyễn2017-03-102-2/+2
|