summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release-ios-v3.6.0-android-v5.1.0' into releaseupstream/fabian-merge-v3.6.0-branchFabian Guerra2017-08-2348-718/+1493
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # cmake/core-files.cmake # include/mbgl/renderer/renderer_backend.hpp # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/AnnotationManager.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/IconManager.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java # platform/darwin/src/MGLStyle.mm # platform/ios/CHANGELOG.md # platform/ios/app/Info.plist # platform/ios/app/MBXViewController.m # platform/ios/ios.xcodeproj/project.pbxproj # platform/macos/CHANGELOG.md # src/mbgl/gl/attribute.cpp # src/mbgl/gl/attribute.hpp # src/mbgl/gl/context.hpp # src/mbgl/gl/types.hpp # src/mbgl/gl/value.cpp # src/mbgl/gl/value.hpp # src/mbgl/map/backend_scope.cpp # src/mbgl/programs/attributes.hpp # src/mbgl/programs/program.hpp # src/mbgl/programs/segment.cpp # src/mbgl/programs/segment.hpp # src/mbgl/programs/symbol_program.hpp # src/mbgl/programs/uniforms.hpp # src/mbgl/renderer/buckets/symbol_bucket.hpp # src/mbgl/renderer/painter.cpp # src/mbgl/renderer/painter.hpp # src/mbgl/renderer/painter_background.cpp # src/mbgl/renderer/painter_circle.cpp # src/mbgl/renderer/painter_clipping.cpp # src/mbgl/renderer/painter_debug.cpp # src/mbgl/renderer/painter_fill.cpp # src/mbgl/renderer/painter_fill_extrusion.cpp # src/mbgl/renderer/painter_line.cpp # src/mbgl/renderer/painter_raster.cpp # src/mbgl/renderer/painter_symbol.cpp # src/mbgl/shaders/line.cpp # src/mbgl/shaders/line_pattern.cpp # test/renderer/backend_scope.test.cpp
| * [ios] Document annotations-as-features limitations w/feature queryingJason Wray2017-08-211-10/+15
| | | | | | | | Also move visibleAnnotations next to visibleAnnotationsInRect:.
| * [android] - update config for next reeleaseandroid-v5.1.3Tobrun Van Nuland2017-08-193-3/+3
| |
| * [android] - update changelog for v5.1.3Tobrun Van Nuland2017-08-191-1/+12
| |
| * bumped MAS version numberCameron Mace2017-08-191-1/+1
| |
| * [android] - avoid IndexOutOfBounds when destroying map objectTobrun Van Nuland2017-08-191-28/+18
| |
| * [android] - enable location change animation of MyLocationView by defaultTobrun Van Nuland2017-08-191-1/+1
| |
| * [android] - re-add projectedMetersTobrun Van Nuland2017-08-191-0/+15
| |
| * [android] - create smallest possible LatLngBounds when visible region ↵Tobrun2017-08-193-8/+37
| | | | | | | | crosses the dateline
| * [android] - provide compability with Samsung devices forcing 3-4 array ↵Tobrun2017-08-191-3/+27
| | | | | | | | matrix length
| * [android] - keep state of initial overlain views margins (#9391)Tobrun2017-08-191-16/+29
| |
| * [ios] Update pods spec for iOS v3.6.2 (#9806)ios-v3.6.2Fabian Guerra Soto2017-08-183-3/+3
| |
| * [ios] Warn about using MGLFeature-conforming annotations w/queryingJason Wray2017-08-182-5/+15
| |
| * [ios] Add debug descriptions to shapes and featuresJason Wray2017-08-183-0/+69
| |
| * [core] Use separate attribute component for line normalsJohn Firebaugh2017-08-188-41/+41
| | | | | | | | Selective cherry pick of 822df3dd514ec3d05f876e6746cb8ba6348ac89d
| * [ios, macos] Fix querying features returning nil when features available. ↵Fabian Guerra Soto2017-08-175-9/+15
| | | | | | | | | | | | | | | | | | | | (#9784) * [ios, macos] Fix querying features returning nil when features available. * [ios, macos] Copyedited changelogs Also, macOS SDK v0.5.1 has yet to be released, because none of the changes that went into iOS SDK v3.6.1 were relevant to macOS.
| * [ios] Add test for code snippet added to MGLPolyline doc changeNadia Barbosa2017-08-092-3/+14
| |
| * [ios] Update MGLPolyline docs about antimeridian crossingsNadia Barbosa2017-08-091-2/+13
| |
| * [ios] Fix user location horizontal accuracy ring inaccuracyupstream/fb-inaccurate-accuracyJason Wray2017-08-072-5/+3
| | | | | | | | Accuracy was off by +25%, depending on latitude.
| * [ios] Update READMEs to link to help pageJason Wray2017-08-042-2/+2
| |
| * [ios] expose setCamera with edge paddingFredrik Karlsson2017-08-033-1/+23
| |
| * [ios] Clean-up iosapp projectJason Wray2017-08-024-107/+114
| |
| * [ios] Add iosapp Settings.app force touch quick action shortcutJason Wray2017-08-026-14/+30
| |
| * [ios] remove Secure Transport exception from demo appKonstantin Käfer2017-08-022-15/+1
| |
| * [android] - release android v5.1.2, update configandroid-v5.1.2Tobrun Van Nuland2017-08-023-4/+4
| |
| * [ios] adapt Mapbox Streets–sourced layers for user preferred language (#9582)Fabian Guerra Soto2017-08-0110-97/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios] Update label localization * [ios, macos] Move MGLVectorSource+MBXAdditions.h to darwin. * [ios, macos] Adapt Mapbox Streets to the user preferred language. * [ios, macos] Clarify style localization documentation. * [ios, macos] Update localization examples * [ios, macos] Add style language reset to original. * [ios, macos] Update changelogs. * [ios, macos] Rename Vector Source Additions to MGL standard. * [ios, macos] Add suport for stop localization.
| * [android] - update changelog for release v5.1.2Tobrun Van Nuland2017-08-011-1/+15
| |
| * [android] - bump MAS dependency (#9671)Tobrun2017-08-011-1/+1
| |
| * [android] - remove preview image integration (#9657)Tobrun2017-08-016-70/+1
| |
| * [android] - try/catch initalisation of Telemetry (#9658)Tobrun2017-08-011-2/+10
| |
| * [android] - fix OnCameraMoveStartedListener typo (#9664)Tobrun2017-08-012-2/+2
| |
| * [ios] Bump podspec to 3.6.1ios-v3.6.1Fabian Guerra2017-07-283-3/+3
| |
| * [ios] tilt gesture type fix (#9642)Fabian Guerra Soto2017-07-282-5/+6
| | | | | | | | | | | | * [ios] Change function:angleBetweenPoints return type * [ios] Update changelog
| * [android] fix compass direction (Transform::getCameraOptions returns ↵Pablo Guardiola2017-07-281-1/+2
| | | | | | | | counterclockwise angle after transform.invalidateCameraPosition() which needs to be transformed to a clockwise bearing) (#9632)
| * [android] - build snapshots from release branch for v5.1.2Tobrun Van Nuland2017-07-282-2/+2
| |
| * [android] - don't query for shape annotations if none were addedTobrun Van Nuland2017-07-281-4/+6
| |
| * [android] fix added to map checks because LongSparseArray#indexOfKey could ↵Pablo Guardiola2017-07-281-1/+1
| | | | | | | | return a negative number when the specified key is not mapped (#9602)
| * [android] - validate Marker before opening InfoWindowTobrun Van Nuland2017-07-281-7/+2
| |
| * [android] - harden click handling of shape annotationsTobrun Van Nuland2017-07-281-4/+18
| |
| * [android] fix geojson source proguard issue (#9569) (#9577)Pablo Guardiola2017-07-281-1/+2
| |
| * [ios] Make tilt gesture recognizer recognizable only with two horizontal ↵Fabian Guerra Soto2017-07-271-33/+48
| | | | | | | | | | | | | | | | fingers (#9571) * [ios] Make tilt gesture recognizer recognizable only with two horizontal fingers * [ios] Make tilt gesture recognizer tolerance degree less restrictive
| * [ios] Proper limiting behavior when trying to zoom out fullydanielamitaysc2017-07-272-9/+8
| | | | | | | | | | - Bail from quick zoom if new zoom is same as old zoom - Allow pinch gesture at minZoom to still move the map
| * [android] Disable program caching on Adreno 3xx, 4xx, and 5xx GPUs due to ↵Antonio Zugaldia2017-07-271-1/+15
| | | | | | | | known bugs (#9625)
| * [build] Include bcsymbolmap files in iOS dynamic framework packageupstream/fb-bcsymbolmapJason Wray2017-07-262-0/+5
| |
| * [build] Remove unused iOS 'self contained' static framework packagingJason Wray2017-07-251-24/+10
| | | | | | | | This was a faux framework once required by Fabric.
| * [ios] Don't force the attribution button tint color to updateupstream/fb-attribution-tint-unforceningJason Wray2017-07-242-2/+5
| |
| * update release configandroid-v5.1.1Tobrun Van Nuland2017-07-212-2/+2
| |
| * [core] Work around Adreno 2xx GPU bugs (#9573)John Firebaugh2017-07-211-0/+7
| |
| * [android] - update change log, fix typo public xmlTobrun Van Nuland2017-07-212-1/+5
| |
| * [android] - increase touch target to match largest Marker icon (#9565)Tobrun2017-07-212-27/+27
| |