summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [macos] Added font pickerupstream/coretext-hackMinh Nguyễn2018-02-222-0/+312
| | | | Instead of hard-coding a font when localizing, enable a font picker to set the font of the selected layers.
* [core, ios, macos] Restore text-font support in Core Text backendMinh Nguyễn2018-02-225-28/+43
|
* [ios, macos] Accommodate backtrackingMinh Nguyễn2018-02-201-1/+1
|
* [macos] Display local name in popoverMinh Nguyễn2018-02-201-1/+1
|
* [ios, macos] Align descending glyphs with baselineMinh Nguyễn2018-02-201-2/+2
|
* [ios, macos] Force-unlocalize labels when disabling localizationMinh Nguyễn2018-02-201-56/+37
|
* [macos] Avoid reloading when setting label languageMinh Nguyễn2018-02-201-1/+1
|
* [ios, macos] Added Darwin shaping implementation to projectsMinh Nguyễn2018-02-204-1/+3
|
* Shaping and glyph rendering kind of work!Chris Loer2018-02-204-62/+93
| | | | Includes hack to make descenders kind of render by just making glyphs extra tall.
* Implement "getGlyphDependencies"Chris Loer2018-02-205-37/+82
|
* Start hacking in stubbed-out CoreText support for shaping/rendering.Chris Loer2018-02-209-98/+125
| | | | | | | | | | | | | | | | - Assume all glyphs should be rendered with a local font - Store glyph IDs along with a font name so that glyph manager can handle font lookup based on font substitution - Maintain list of active font references in the glyph rasterizer - Continue to do Arabic shaping and BiDi _outside_ of CoreText shaping (theoretically should sidestep CoreText shaping) - Disable verticalized text (not compatible with CoreText shaping) - Cripple line breaking to just pick up line breaks. Probably long term solution is that we should pass line breaks to Apple instead of doing them ourselves? otherwise we need to at least do line breaking at something like the level of a CTRun (ie need to calculate the width of clusters, not individual glyphs) - Pass shaping off to CoreText on a line by line basis TODO: - Get glyph dependencies - Get shaping and glyph positions - Draw individual glyph
* [android] - add instrumentation tests for FileSource activation/deactivationTobrun2018-02-2010-40/+202
|
* [android] - check if hosting Activity isn't finishing before showing an dialogTobrun2018-02-201-1/+12
|
* Merge tag 'ios-v3.7.5' into masterJason Wray2018-02-195-4/+9
|\
| * [ios] Bump podspecs for 3.7.5ios-v3.7.5Jason Wray2018-02-164-4/+4
| |
| * [ios] Fix loop when first asking for location permission (#11229)Jason Wray2018-02-162-2/+7
| |
* | [core] Support a range of zooms in TileRange. Accounts for TilePyramid ↵Asheem Mamoowala2018-02-193-23/+57
| | | | | | | | requesting parent tiles of ideal zoom tiles.
* | [android] added missing delete local references Osana Babayan2018-02-194-21/+35
| |
* | [test] Native ignore for GL JS issue #6160Chris Loer2018-02-161-0/+1
| |
* | [test] Native expression test support for:Chris Loer2018-02-162-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 Loer2018-02-1630-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 mapOsana Babayan2018-02-161-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-fixesJason Wray2018-02-151-17/+21
| | | | | | | | Temporarily disable this test until iOS 8 compatibility is added.
* | [ios] Bump testMGLMapSnapshotter timeout to 5sJason Wray2018-02-151-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 MGLCoordinateFormatterTestsJason Wray2018-02-151-3/+18
| |
* | [ios] Fix type conversion warnings in MGLFeatureTestsJason Wray2018-02-151-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 MGLMapViewLayoutTestsJason Wray2018-02-151-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 Babayan2018-02-153-21/+236
| |
* | [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-1590-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: trueAnsis Brammanis2018-02-151-3/+8
| |
* | [core] add support for mapzen terrarium (#11154)Molly Lloyd2018-02-1414-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 Lloyd2018-02-147-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 Loer2018-02-141-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 Loer2018-02-1425-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 buffersChris Loer2018-02-141-1/+1
| | | | | | | | Context cleanup must be called _after_ render sources release tiles.
* | Merge branch 'fabian-merge-3.7.4-master'Fabian Guerra2018-02-1422-278/+628
|\ \
| * | [ios] Remove unused reference to reachabilityupstream/fabian-merge-3.7.4-masterJesse Bounds2018-02-131-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 Guerra2018-02-131-0/+2
| | |
| * | Merge tag 'ios-v3.7.4' into masterFabian Guerra2018-02-1322-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.4Fabian Guerra Soto2018-02-125-3/+5
| | | | | | | | | | | | | | | | | | * [ios] Bump podspec to 3.7.4 * [ios, macos] Update changelogs.
| | * [ios, macos] Fix memory leaks in MGLMapSnapshotter. (#11133)Fabian Guerra Soto2018-02-122-165/+177
| | |
| | * [ios] Adds camera change delegate methods with reason parameter. (#11151)Julian Rex2018-02-127-73/+325
| | | | | | | | | | | | Added missing notification handler for UIApplicationWillResignActiveNotification.
| | * Cherry pick #11176 for Agua patchAsheem Mamoowala2018-02-122-1/+11
| | |
| | * [android] - update SNAPSHOT version to v5.4.2Tobrun2018-02-121-1/+1
| | |
| | * [android] - update changelog for 5.4.1Tobrun2018-02-121-0/+7
| | |
| | * [android] - don't invoke onLowMemory on map when the map isn't fully created yetTobrun2018-02-121-1/+3
| | |
| | * [android] - don't recreate surface as part of view resizeandroid-v5.4.1tobrun2018-02-091-8/+6
| | |
| | * [android] - add optional location provider lost to proguard configurationtobrun2018-02-091-1/+4
| | |
| | * [ios, macos] Added option to restrict tile source to boundsMinh Nguyễn2018-02-088-1/+55
| | | | | | | | | | | | Cherry-picked from c3bf7c55a1f648e57c3853d555ff5f63c989f8c4.
| | * Reset tileset-based render sources when any tileset properties changed. (#11042)Asheem Mamoowala2018-02-084-16/+18
| | |