summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ios, macos] Fix possible retain cycles in blocksJason Wray2018-04-273-16/+33
| | | | | | | | Prompted by enabling CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF.
| * [ios, macos] Accept Xcode 9.3 project suggestionsJason Wray2018-04-2714-44/+28
| | | | | | | | | | - Fix duplicate NSExpression+MGLAdditions.h and fix target membership - Explicitly cast NSUInteger to unsigned long before printing
| * [ios, macos] Raise exceptions for empty expression stops dictionaries (#9539)Julian Rex2018-04-264-2/+89
| |
| * [ios, macos] Added change logs for #11731Julian Rex2018-04-252-0/+5
| |
| * [android] - promote pixel ratio to public api of NativeMapview.Tobrun2018-04-251-1/+6
| |
| * [android] - improve stop javadoc to include interpolateTobrun2018-04-241-1/+5
| |
| * [android] - clear map change listeners when map is destroyedTobrun2018-04-242-2/+4
| |
| * [android] - allow early callback registrationTobrun2018-04-241-5/+18
| |
| * [android] - integrate view callback abstractionTobrun2018-04-242-50/+57
| |
| * [ios, macos] Fix for camera movement when selecting visible annotations (#11731)Julian Rex2018-04-246-6/+182
| |
| * [ios] Mark -metersPerPixelAtLatitude: as unavailableupstream/fb-metersPerPixelAtLatitude-unavailableJason Wray2018-04-232-1/+5
| | | | | | | | This deprecated method has its implementation removed in 4.0.0 but was not marked as unavailable.
| * [android] - remove snapshot repository reference (#11709)Łukasz Paczos2018-04-231-1/+2
| |
* | [build] Use Qt 5.6.3 instead of 5.7 in AppVeyorBruno de Oliveira Abinader2018-05-172-1/+2
| |
* | Fix bug (always true + incorrect calculation) in fill_extrusion_bucket ↵Lauren Budorick2018-05-161-2/+2
| | | | | | | | edgedistance check
* | bumped mapbox-java to 3.1.0 (#11916)Osana Babayan2018-05-161-1/+1
| |
* | [core] Rework spec function/expression taxonomyLauren Budorick2018-05-1427-277/+183
| | | | | | Ports https://github.com/mapbox/mapbox-gl-js/pull/6521, updating codegen scripts to parse new expression taxonomy.
* | [qt] Fix build when building the Qt Location pluginThiago Marcos P. Santos2018-05-142-4/+8
| | | | | | | | | | - MinGW has to explicitly know that is building a static library. - Android doesn't have 'round' on the std:: namespace when using g++.
* | [android] - promote pixel ratio to public api of NativeMapview.Tobrun2018-05-141-1/+6
| |
* | [android] - improve stop javadoc to include interpolateTobrun2018-05-141-1/+5
| |
* | [android] - clear map change listeners when map is destroyedTobrun2018-05-142-2/+4
| |
* | [android] - allow early callback registrationTobrun2018-05-141-5/+18
| |
* | [android] - integrate view callback abstractionTobrun2018-05-142-50/+57
| |
* | [android] added more tests for LatLngBounds.union(), ↵Osana Babayan2018-05-112-53/+391
| | | | | | | | | | LatLngBounds.intersect() (#11777) fixed going over antimeridian for both
* | [android] - avoid rounding the pixelratio of the image addded through ↵Tobrun2018-05-111-2/+3
| | | | | | | | NativeMapView#addImage
* | Merge tag 'ios-v3.7.8' into masterJason Wray2018-05-101-0/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: platform/android/CHANGELOG.md platform/android/MapboxGLAndroidSDK/gradle.properties platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/http/HTTPRequest.java platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapGestureDetector.java platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMap.java platform/ios/CHANGELOG.md platform/ios/Mapbox-iOS-SDK-nightly-dynamic.podspec platform/ios/Mapbox-iOS-SDK-symbols.podspec platform/ios/Mapbox-iOS-SDK.podspec platform/ios/ios.xcodeproj/project.pbxproj platform/ios/src/MGLAPIClient.m
| * | [ios] Prepare ios-v3.7.8 releaseios-v3.7.8Jason Wray2018-05-073-3/+3
| | |
| * | [iOS] - Update telemetry certificate pinning (#11845)Randall Lee2018-05-077-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update telemetry certificate pinning * Load both CN certificates * [ios] Use China events endpoint with China API endpoint * Update CHANGELOG.md
| * | [android] - update changelog for v5.5.3android-v5.5.3tobrun2018-05-041-0/+3
| | |
| * | [android] - checking is renderer is not destroyed before delivering the snapshotŁukasz Paczos2018-05-043-27/+10
| | |
| * | [ios] Prepare ios-v3.7.7 release (#11828)ios-v3.7.7Jason Wray2018-05-034-5/+73
| | | | | | | | | | | | Bring ios-v4.0.0 changelog backward
| * | [ios, macos] Avoid implicit capture of MBGLOfflineRegionObserver this pointerJohn Firebaugh2018-05-022-3/+10
| | | | | | | | | | | | 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] - bump snapshot version to v5.6.0android-v5.5.2Tobrun2018-04-101-1/+1
| | |
| * | [android] - update changelog for v5.5.2Tobrun2018-04-101-0/+8
| | |
| * | [android] invalidate camera position before delivering onMapReady (#11585)Łukasz Paczos2018-04-101-1/+2
| | |
| * | [android] - add delete local refs calls for make jni stringsTobrun2018-04-103-6/+18
| | |
| * | [android] release local refs earlyIvo van Dongen2018-04-102-1/+7
| | |
| * | [core] re-bind uniform locations after re-linking programIvo van Dongen2018-04-101-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.
| * | [android] - add paused state to map renderer, don't render snapshot when ↵Tobrun2018-04-105-5/+33
| | | | | | | | | | | | paused (#11358)
| * | [android] - fixed scale animation focal point (#11643)Łukasz Paczos2018-04-101-1/+2
| | |
| * | Remove unused lambda capture (#11601)Anand Thakker2018-04-051-1/+1
| | | | | | | | | Fixes #11588
| * | [android] - bump snapshot versionandroid-v5.5.1Tobrun2018-03-261-1/+1
| | |
| * | [android] - update changelog v5.5.1Tobrun2018-03-261-0/+9
| | |
| * | [android] - check for null body on http request, cleanup codeTobrun2018-03-262-79/+91
| | |
| * | [android] - validate if width and height aren't 0 when creating options classTobrun2018-03-261-0/+3
| | |
| * | [android] - use float for pixelratio when creating a snapshotterTobrun2018-03-261-3/+3
| | |
| * | [android] - delete local ref pixel buffer when converting Image.java to coreTobrun2018-03-261-1/+1
| | |
| * | [android] - don't load default style if style json string was set (#11519)Tobrun2018-03-262-7/+78
| | |
| * | [android] - verify optional before accessing itTobrun2018-03-191-4/+6
| | |
* | | Avoid exceptions for flow control during database creationJohn Firebaugh2018-05-097-102/+137
| | | | | | | | | | | | Unfortuntely, it's difficult to avoid all exceptions, because sqlite3_open_v2 does not reliably return SQLITE_NOTADB if the file is not a database. However, this should avoid cases where developers misinterpret the SQLITE_CANTOPEN exception as a crash, which is the common case.
* | | [android] - build release with debug signingtobrun2018-05-081-0/+1
| | |