Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | brbupstream/tvn-remove-api-function | Tobrun | 2018-02-20 | 1 | -11/+31 |
| | |||||
* | [android] - remove deprecate api | Tobrun | 2018-02-20 | 34 | -3066/+30 |
| | |||||
* | Merge tag 'ios-v3.7.5' into master | Jason Wray | 2018-02-19 | 5 | -4/+9 |
|\ | |||||
| * | [ios] Bump podspecs for 3.7.5ios-v3.7.5 | Jason Wray | 2018-02-16 | 4 | -4/+4 |
| | | |||||
| * | [ios] Fix loop when first asking for location permission (#11229) | Jason Wray | 2018-02-16 | 2 | -2/+7 |
| | | |||||
* | | [core] Support a range of zooms in TileRange. Accounts for TilePyramid ↵ | Asheem Mamoowala | 2018-02-19 | 3 | -23/+57 |
| | | | | | | | | requesting parent tiles of ideal zoom tiles. | ||||
* | | [android] added missing delete local references | Osana Babayan | 2018-02-19 | 4 | -21/+35 |
| | | |||||
* | | [test] Native ignore for GL JS issue #6160 | Chris Loer | 2018-02-16 | 1 | -0/+1 |
| | | |||||
* | | [test] Native expression test support for: | Chris Loer | 2018-02-16 | 2 | -24/+36 |
| | | | | | | | | | | - Round-tripping expressions through serialization and checking that outputs don't change - Checking expression serialization against expected value from fixture | ||||
* | | [core] Implement Expression::serialize() | Chris Loer | 2018-02-16 | 30 | -40/+262 |
| | | | | | | | | | | | | | | | | Issue #10714 - Each expression stores its operator as a string, and default serialization is [operator, serialize(child1), ...] - Custom implementations of `serialize` for Expression types that don't follow the pattern - expression::Value -> mbgl::Value converter - node_expression bindings to expose `serialize` | ||||
* | | [android] incorrect LatLngBounds for the VisibleRegion for rotated map | Osana Babayan | 2018-02-16 | 1 | -5/+6 |
| | | | | | | | | | | smallest bounding box for 4 points cannot be created using LatLngBounds.fromLatLngs() as the order matters in that method and that does not work for rotated map | ||||
* | | [ios] Disable -[MGLExpressionTests testConditionalExpressionObject] on iOS 8upstream/fb-ios-test-and-warning-fixes | Jason Wray | 2018-02-15 | 1 | -17/+21 |
| | | | | | | | | Temporarily disable this test until iOS 8 compatibility is added. | ||||
* | | [ios] Bump testMGLMapSnapshotter timeout to 5s | Jason Wray | 2018-02-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Timing based tests are inherently flakey and prone to failure on slow CI: > Test case 'MGLDocumentationExampleTests.testMGLMapSnapshotter()' failed on 'iPhone X' (3.375 seconds) > Test case 'MGLDocumentationExampleTests.testMGLMapSnapshotter()' failed on 'iPhone 8' (3.413 seconds) > Test case 'MGLDocumentationExampleTests.testMGLMapSnapshotter()' failed on 'iPhone 7' (2.944 seconds) | ||||
* | | [ios] Fix iOS 8's broken pluralization in MGLCoordinateFormatterTests | Jason Wray | 2018-02-15 | 1 | -3/+18 |
| | | |||||
* | | [ios] Fix type conversion warnings in MGLFeatureTests | Jason Wray | 2018-02-15 | 1 | -10/+17 |
| | | | | | | | | Fixes: object of type 'MGLPointAnnotation/MGLPolyline *' is not compatible with array element type 'MGLShape<MGLFeature> *' [-Wobjc-literal-conversion] | ||||
* | | [ios] Fix safeAreaInsets availability warning in MGLMapViewLayoutTests | Jason Wray | 2018-02-15 | 1 | -1/+1 |
| | | | | | | | | Fixes: 'safeAreaInsets' is only available on iOS 11.0 or newer [-Wunguarded-availability-new] | ||||
* | | [android] bounds can go over the antimeridian / date line. (#10892) | Osana Babayan | 2018-02-15 | 3 | -21/+236 |
| | | |||||
* | | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 90 | -60/+4569 |
| | | | | | | | | | | Co-Authored-By: Konstantin Käfer <mail@kkaefer.com> Co-Authored-By: Anand Thakker <anandthakker@users.noreply.github.com> Co-Authored-By: Minh Nguyễn <1ec5@users.noreply.github.com> | ||||
* | | [core] fix opacity of duplicate labels with -allow-overlap: true | Ansis Brammanis | 2018-02-15 | 1 | -3/+8 |
| | | |||||
* | | [core] add support for mapzen terrarium (#11154) | Molly Lloyd | 2018-02-14 | 14 | -29/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | * add support for mapzen terrarium * Encoding --> DEMEncoding, avoid if statement when unpacking elevation values * add Terrarium test * update submodule * remove redundant checks | ||||
* | | [core] add maxzoom uniform for raster-dem tilesets (#11134) | Molly Lloyd | 2018-02-14 | 7 | -7/+21 |
| | | | | | | | | | | | | | | | | | | | | * add maxzoom uniform to support external tilesets * update git sha for gl-js * try and fix android crash * name default maxzoom constant | ||||
* | | [ios] Release cached tiles on entering background. | Chris Loer | 2018-02-14 | 1 | -0/+7 |
| | | | | | | | | | | Retain current render tiles for fast restart. Waiting for a memory warning doesn't work because we can't make GL release calls once we're in the background. | ||||
* | | [core] Rename "onLowMemory" to "reduceMemoryUse". | Chris Loer | 2018-02-14 | 25 | -36/+36 |
| | | | | | | | | | | Android still calls "reduceMemoryUse" only while handling a low memory event. iOS, on the other hand, calls "reduceMemoryUse" every time it enters the background. | ||||
* | | [core] fix onLowMemory to release GL buffers | Chris Loer | 2018-02-14 | 1 | -1/+1 |
| | | | | | | | | Context cleanup must be called _after_ render sources release tiles. | ||||
* | | Merge branch 'fabian-merge-3.7.4-master' | Fabian Guerra | 2018-02-14 | 22 | -278/+628 |
|\ \ | |||||
| * | | [ios] Remove unused reference to reachabilityupstream/fabian-merge-3.7.4-master | Jesse Bounds | 2018-02-13 | 1 | -10/+0 |
| | | | | | | | | | | | | This removes a reference to reachability that has been used and incorrect since the file does not exist at the referenced location. | ||||
| * | | [android] Add Timber library import. | Fabian Guerra | 2018-02-13 | 1 | -0/+2 |
| | | | |||||
| * | | Merge tag 'ios-v3.7.4' into master | Fabian Guerra | 2018-02-13 | 22 | -280/+638 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # include/mbgl/style/conversion/tileset.hpp # include/mbgl/util/tileset.hpp # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/ios/CHANGELOG.md # platform/ios/ios.xcodeproj/project.pbxproj # platform/macos/CHANGELOG.md # src/mbgl/layout/symbol_projection.cpp # src/mbgl/renderer/tile_pyramid.cpp # src/mbgl/style/conversion/tileset.cpp | ||||
| | * | [ios] Bump podspec to 3.7.4 (#11179)ios-v3.7.4 | Fabian Guerra Soto | 2018-02-12 | 5 | -3/+5 |
| | | | | | | | | | | | | | | | | | | * [ios] Bump podspec to 3.7.4 * [ios, macos] Update changelogs. | ||||
| | * | [ios, macos] Fix memory leaks in MGLMapSnapshotter. (#11133) | Fabian Guerra Soto | 2018-02-12 | 2 | -165/+177 |
| | | | |||||
| | * | [ios] Adds camera change delegate methods with reason parameter. (#11151) | Julian Rex | 2018-02-12 | 7 | -73/+325 |
| | | | | | | | | | | | | Added missing notification handler for UIApplicationWillResignActiveNotification. | ||||
| | * | Cherry pick #11176 for Agua patch | Asheem Mamoowala | 2018-02-12 | 2 | -1/+11 |
| | | | |||||
| | * | [android] - update SNAPSHOT version to v5.4.2 | Tobrun | 2018-02-12 | 1 | -1/+1 |
| | | | |||||
| | * | [android] - update changelog for 5.4.1 | Tobrun | 2018-02-12 | 1 | -0/+7 |
| | | | |||||
| | * | [android] - don't invoke onLowMemory on map when the map isn't fully created yet | Tobrun | 2018-02-12 | 1 | -1/+3 |
| | | | |||||
| | * | [android] - don't recreate surface as part of view resizeandroid-v5.4.1 | tobrun | 2018-02-09 | 1 | -8/+6 |
| | | | |||||
| | * | [android] - add optional location provider lost to proguard configuration | tobrun | 2018-02-09 | 1 | -1/+4 |
| | | | |||||
| | * | [ios, macos] Added option to restrict tile source to bounds | Minh Nguyễn | 2018-02-08 | 8 | -1/+55 |
| | | | | | | | | | | | | Cherry-picked from c3bf7c55a1f648e57c3853d555ff5f63c989f8c4. | ||||
| | * | Reset tileset-based render sources when any tileset properties changed. (#11042) | Asheem Mamoowala | 2018-02-08 | 4 | -16/+18 |
| | | | |||||
| | * | Support TileJSON bounds property (#10701) | Asheem Mamoowala | 2018-02-08 | 18 | -17/+436 |
| | | | | | | | | | | | | | | | | | | | | | | | | * [core] Parse TileJSON bounds property * [core] Add TileRange and LatLngBounds::contains(CanonicalTileID) Move LatLngBounds::contains impl to cpp file * [core] Skip tile creation outside of tileset bounds * [core] Fix TileRange for wrapped bounds and use for CustomTileLoader instead of LatLngBounds comparisons for tiles. | ||||
| | * | [android] - programmatically create GlSurfaceView | tobrun | 2018-02-08 | 2 | -9/+2 |
| | | | |||||
| | * | [android] - introduce mapview weak reference in global layout listener | tobrun | 2018-02-08 | 1 | -17/+29 |
| | | | |||||
| | * | [core] Don't crash on line labels with 0 glyphs. | Chris Loer | 2018-02-07 | 1 | -2/+3 |
| | | | | | | | | | | | | Fixes issue #10956. | ||||
| | * | Adjust radius (#11132) | Randall C Lee | 2018-02-06 | 1 | -1/+1 |
| | | | |||||
| | * | [ios] Add Radius Configuration (#11070) | Randall C Lee | 2018-02-05 | 5 | -3/+71 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Radius Configuration * Remove default config - removes default configuration - moves config setup to events init method - renames config class * Delete MGLConfig header file | ||||
| | * | [android] - update changelog for 5.4.0android-v5.4.0 | Tobrun | 2018-02-05 | 2 | -2/+17 |
| | | | |||||
| | * | [android] - create Handler using the main thread looper | Tobrun | 2018-02-05 | 1 | -1/+2 |
| | | | |||||
| | * | [android] - blacklist adreno 2xx for VAO support | Tobrun | 2018-02-05 | 1 | -2/+3 |
| | | | |||||
| | * | [android] - log lack of permissions only if enabling location | Łukasz Paczos | 2018-02-05 | 1 | -1/+1 |
| | | | |||||
| | * | Implement new bearingTrackingMode GPS_NORTH_FACING | Martin Hellwig | 2018-02-05 | 2 | -6/+24 |
| | | |