summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [android] "collator" and "resolved-locale" expressions supportŁukasz Paczos2018-08-223-35/+701
|
* [android] - GeoJsonOptions javadoc correction on minZoom level and default ↵Tobrun2018-08-221-3/+3
| | | | values
* [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js.Chris Loer2018-08-214-3/+31
| | | | | Requires changing `generate-style-code` to treat 'formatted' as being the same as 'string' until gl-native gets 'formatted' support with https://github.com/mapbox/mapbox-gl-native/pull/12624. To make nitpick happy, PropertyFunction.java uses the latest "text-field" description from v8.json. It's technically correct, just kind of pointless since the "If a plain `string` is provided" clause will always be true.
* abbreviation updatelangsmith2018-08-221-0/+0
|
* fixed spacinglangsmith2018-08-221-1/+1
|
* added zh_CN strings.xml filelangsmith2018-08-221-0/+15
|
* [android] - example to render symbols offline with resources loaded from assetstobrun2018-08-219-67/+12529
|
* [android] - update map intializer for OfflineRegionDefintion with ↵tobrun2018-08-211-9/+35
| | | | OfflineGeometryRegionDefinition
* [android] Inline geometry conversionJohn Firebaugh2018-08-212-26/+1
|
* [android] Simplify enum conversionJohn Firebaugh2018-08-218-484/+9
|
* [android] Remove unusedJohn Firebaugh2018-08-215-88/+0
|
* [android] Move conversion code to .cpp filesJohn Firebaugh2018-08-2119-387/+493
|
* [android] - expose stylejsoon confiugration on MapboxMapOptions and MapView ↵Tobrun2018-08-217-39/+83
| | | | attributes
* [ios, macos] Introduce `MGLShapeSourceOptionLineDistanceMetrics`Mikhail Pozdnyakov2018-08-218-1/+29
| | | | | Exposes access to https://www.mapbox.com/mapbox-gl-js/style-spec/#sources-geojson-lineMetrics
* [android] - updated GeoJsonSource testsŁukasz Paczos2018-08-211-60/+64
|
* [android] - converting GeoJsonSource Java features to core ones on a worker ↵Łukasz Paczos2018-08-214-41/+130
| | | | thread
* [android] Make AndroidRendererFrontend to request render once per event loop ↵Kiyong Jung2018-08-215-3/+34
| | | | | | (#12586) When AndroidRendererFrontend::update() called multiple times in a single loop, updateAsyncTask->send() will perform nothing, thus MapRenderer::update()/requestRender() will be coalesced.
* Add enabled property to MGLShape (#12352)Jordan Kiley2018-08-208-2/+40
| | | | | | | | | | | | | | * [ios, macos] Add -[MGLMapViewDelegate mapView:canSelectAnnotation:] method. * [ios, macos] Update changelogs. * [ios, macos] Add mapView:canSelect: integration tests. * [ios, macos] Change semantics to shape annotations. * [ios, macos] Update changelogs. * [ios, macos] Update shapeAnnotationIsEnabled documentation, improve code readability.
* Warn if MGLShapeSource is initialized with MGLShapeCollectionNadia Barbosa2018-08-204-0/+27
| | | | | | | | | | Move warning from ShapeCollection to ShapeSource Try checking MGLComputedShapeSources Include MGLShapeCollection header Add changelog entry
* [offline] Add option to pass geojson input fileIvo van Dongen2018-08-201-0/+1
|
* [darwin] arbitrary offline region geometriesIvo van Dongen2018-08-2018-29/+409
|
* [android] arbitrary offline region geometriesIvo van Dongen2018-08-207-7/+223
|
* [core] offline region definition - add support for arbitrary geometriesIvo van Dongen2018-08-202-69/+149
|
* [core] fix static library buildKonstantin Käfer2018-08-201-2/+2
|
* [build] use plain text files for file lists to simplify integration with ↵Konstantin Käfer2018-08-203-235/+232
| | | | other build systems
* [android] obtain paths to file directories on a worker threadŁukasz Paczos2018-08-205-8/+107
|
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-1915-15/+20
|
* [build] simplify Android buildKonstantin Käfer2018-08-191-186/+178
|
* [ios] Add experimental frame rate measurements to MGLMapViewJason Wray2018-08-164-10/+80
| | | | Includes: average frame rate, average frame render duration, and instantaneous frame render duration.
* [android] - update changelog with fixed security vulnerabilityTobrun2018-08-161-0/+1
|
* [android] changelog for v6.4.0Łukasz Paczos2018-08-161-0/+4
| | | | (cherry picked from commit 5aee8d9)
* [ios, macos] Update podspecs for 4.3.0 and 0.10.0 releases. (#12651)Julian Rex2018-08-155-5/+5
|
* [ios, macos] Update change logs prior to release of v4.3.0 (#12650)Julian Rex2018-08-152-4/+8
| | | | | | | * [ios, macos] Update security vulnerability details in changelogs * [ios] Updated change log to reference LTO changes.
* [macos] Fix pod name within docsNadia Barbosa2018-08-151-1/+1
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-08-152-5/+5
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-08-152-4/+12
|
* [macos] Canonicalized another exception nameMinh Nguyễn2018-08-152-1/+4
|
* [macos] Rename Guides to AppendicesNadia Barbosa2018-08-151-1/+1
|
* [android] hide peer constructorsŁukasz Paczos2018-08-1520-20/+20
|
* [android] bumped Snapshot version building on master to 6.5.0Łukasz Paczos2018-08-151-1/+1
|
* [core] recreate offline database when it is deleted out from under our feetKonstantin Käfer2018-08-143-14/+22
|
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-149-95/+94
|
* [core] harden OfflineDatabaseKonstantin Käfer2018-08-146-159/+297
|
* Guides -> AppendicesNadia Barbosa2018-08-141-1/+1
|
* Rename link titleNadia Barbosa2018-08-143-3/+3
|
* Fix line breakNadia Barbosa2018-08-142-2/+4
|
* Addiional darwin fixes and Jazzy template updatesNadia Barbosa2018-08-144-9/+5
|
* Update darwin docsNadia Barbosa2018-08-142-3/+3
|
* Fix typoNadia Barbosa2018-08-141-2/+1
|
* Edit linkNadia Barbosa2018-08-141-1/+1
|