summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Changelog entry for offline CJK glyph control.upstream/no-offline-cjkChris Loer2018-12-211-0/+6
|
* [android] Add "localIdeographs" option to OfflineRegionDefinition.Chris Loer2018-12-214-9/+82
|
* [ios, macos] Add "includesIdeographicGlyphs" option to MGLOfflineRegion.Chris Loer2018-12-218-53/+109
|
* [core] Expose "includeIdeographs" in offline download command line tool.Chris Loer2018-12-211-2/+4
|
* [core] Support for excluding ideographic glyphs from offline downloads.Chris Loer2018-12-217-46/+146
|
* [mac, ios] Enable core-only layersMikhail Pozdnyakov2018-12-183-11/+45
| | | | | `LayerManagerDarwin` can add layer types that are enabled only for JSON style. It allows to exclude the SDK wrappers for these layers from the project and decrease binary size.
* [android] location update fastest interval workaroundŁukasz Paczos2018-12-181-2/+16
|
* [ios] Update release notes template for correct Cocoapods/Carthage links ↵Julian Rex2018-12-171-1/+1
| | | | (#13567)
* [core] Refactor duplicated code in Asset and File sourcesAlexander Shalamov2018-12-175-57/+58
|
* [core] Use util::readFile for Local and Asset file sourcesAlexander Shalamov2018-12-172-8/+10
| | | | | Use exception free util::readFile instead of util::read_file for LocalFileSource and AssetFileSource implementations.
* [ios, macos] Fix number conversions when expressions cast to large numbers. ↵Fabian Guerra Soto2018-12-144-2/+12
| | | | | | | | (#13580) * [ios, macos] Fix number conversions when expressions cast to large numbers. * [ios, macos] Update changelogs.
* [build] Upgrade LLVM to 7.0.0 for AppVeyor Visual Studio 2017 botAlexander Shalamov2018-12-141-2/+2
|
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-14117-768/+6473
|
* [android] properly stop renderer when dismissing an example dialogŁukasz Paczos2018-12-141-4/+9
|
* [android] option to disable smooth animation of compass and accuracy valuesŁukasz Paczos2018-12-149-46/+215
|
* [android] immediate location animation based on map's projectionŁukasz Paczos2018-12-138-15/+89
|
* [ios, macos] Add enablePlacementTransitions to MGLStyle. (#13565)Fabian Guerra Soto2018-12-135-0/+42
| | | | | | * [ios, macos] Add enablePlacementTransitions to MGLStyle. * [ios, macos] Update changelogs.
* [android] - move MapboxMapTest to java unit testtobrun2018-12-133-232/+111
|
* [androd] - add weak references checks to all jni callbacksTobrun2018-12-133-6/+24
|
* [android] - validate if weakreference is still validTobrun2018-12-131-12/+51
|
* [ios, darwin] Make MGLFeature.attributes non-nullable and add integration testAlexander Shalamov2018-12-136-15/+70
| | | | | | | | | Enforce non-nullable semantics for MGLFeature.attributes, to avoid construction of invalid mbgl::Feature properties from nil NSDictionary object and align with public SDK property definition. Integration test "testShapeSourceWithLineDistanceMetrics" is added to verify that MGLFeature is correctly converted. Fixes issue #13378
* [android] register compass sensor listener only if provided data is consumed ↵Łukasz Paczos2018-12-138-22/+288
| | | | by the location layer or location camera
* [android] - remove style load test from instrumented unit teststobrun2018-12-131-18/+0
|
* Fixed compass update time not getting updatedBharath MG2018-12-131-3/+3
|
* [core] Updated iOS/macOS change logs. (#13564)Julian Rex2018-12-122-0/+2
|
* [ios, macos] Fix MGLTransition struct creation.Fabian Guerra2018-12-1215-381/+132
|
* Update podspecs for v4.7.0-beta.2 (#13562)Julian Rex2018-12-123-3/+3
|
* [darwin] move turnstile event for snapshotter (#13549)Jordan Kiley2018-12-121-3/+3
|
* [android] changelog for 7.0.0-beta.1Łukasz Paczos2018-12-121-7/+18
|
* [android] LatLng bounds cannot be wrapped (#13419)Osana Babayan2018-12-1214-482/+430
|
* [core] Add unit tests for queryFeatureExtensionsAlexander Shalamov2018-12-122-0/+3069
|
* [core] Introduce Renderer::queryFeatureExtension APIAlexander Shalamov2018-12-128-1/+137
| | | | | | New interface allows it's users to query additional information about feature that was provided by qRF interface. This is particularly useful for clustered features.
* [core] Share GeoJSONData pointer as weak_ptr instead of raw ptrAlexander Shalamov2018-12-124-15/+15
|
* [core] Expose getChildren, getLeaves, getClusterExpansionZoom on ↵Alexander Shalamov2018-12-122-0/+35
| | | | SuperclusterData
* [android] - set snapshot version to 7.1.0Tobrun2018-12-121-1/+1
|
* [android] CameraMode transition animation and result listenersŁukasz Paczos2018-12-128-40/+523
|
* [Android] Add setPreferredFramesPerSecond for MapView (#13498)Kevin Li2018-12-125-8/+73
| | | | * [Android] Add setPreferredFramesPerSecond for MapView
* [core] Avoid divide-by-zero when transition duration is 0..Chris Loer2018-12-111-2/+5
| | | | Fixes issue #13506 -- transition duration of 0 would cause symbol flickering.
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-1114-50/+52
|
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-1114-1/+161
| | | | didEnterIdle fires whenever render completes and no repaint is scheduled.
* [android] Enable core-only layersMikhail Pozdnyakov2018-12-112-11/+48
| | | | | | `LayerManagerAndroid` can add layer types that are enabled only for JSON style. It allows to save binary size - JNI glue code for these layer types won't be added to the binaries.
* [android] - add more tests, refactor map paddingTobrun2018-12-116-32/+226
|
* [android] - instrumented unit tests, add map tests, refactor generated layer ↵Tobrun2018-12-1113-2902/+2239
| | | | tests
* [core]Disable RenderAnnotationSource when annotations are disabledMikhail Pozdnyakov2018-12-112-1/+11
| | | | | | This patch disables creation of `RenderAnnotationSource` instances and thus saves extra 4Ki on Android when `LayerManager::annotationsEnabled` is `false`.
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-1076-377/+493
|
* [android] - remove style config from mapboxMapOptions and attributestobrun2018-12-1073-267/+218
|
* [android] - introduce validateState, add illegal state exception to all ↵tobrun2018-12-102-129/+55
| | | | invocations, add test
* [android] - throw exception when another style is loading, correct ↵tobrun2018-12-103-18/+32
| | | | RuntimeStyleTest when removing layer at, add javadoc to isFullyLoaded
* [android] - optimise loaded style for location component, expose isFullyLoadedTobrun2018-12-107-18/+150
|
* [android] - make style part of location component activation, add tests for ↵Tobrun2018-12-1017-208/+355
| | | | non existing style and multiple style loading, revisit code comments