summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] bump SNAPSHOT version to 8.2.0upstream/lp-bump-snapshot-8.2.0Łukasz Paczos2019-06-181-1/+1
|
* [android] accept floating numbers during core->platform color conversionŁukasz Paczos2019-06-182-5/+29
|
* [android] - store shared librariesas CI artefact (#14937)Tobrun2019-06-171-0/+2
|
* [node] - fix README type, granualar to granular (#14933)Tobrun2019-06-171-1/+1
|
* [core] Change severity of too many data-driven properties to "Info"Thiago Marcos P. Santos2019-06-151-13/+13
| | | | So it can be filtered by the SDKs using a Log::Observer.
* [ios, build] Add MORE_SIMULATORS option to iOS make commandsupstream/friedbunny-adds-more-simulatorsJason Wray2019-06-142-3/+32
|
* [ios, macos] Optionally include a developer xcconfig file in generated ↵Julian Rex2019-06-144-0/+11
| | | | | | config.xcconfig file. (#14766)
* [build, darwin] Enable aggressive API usage warningsJason Wray2019-06-143-0/+8
|
* [ios] Bump podspec to v5.1.0-beta.1Fabian Guerra2019-06-134-8/+8
|
* [ios, docs] Fix grammatical issue in GeoJSON guideSam Fader2019-06-131-1/+1
|
* [benchmark] Add performance test for cacheThiago Marcos P. Santos2019-06-131-9/+86
|
* [tests] Improve unit test for deleting offline region and concurrent useThiago Marcos P. Santos2019-06-131-12/+39
| | | | | | Test if the physical size of the database will also reduce. Clear the cache while adding resource on another connection.
* [tests] Add unit test for clearing the ambient cacheThiago Marcos P. Santos2019-06-131-11/+39
|
* [core] Fix bug of auto_vacuum not workingThiago Marcos P. Santos2019-06-131-6/+4
|
* [core] Surface cache management APIsThiago Marcos P. Santos2019-06-132-0/+52
| | | | | These APIs need to be on the DefaultFileSource in order to be visible for the SDKs bindings.
* [core] Add API for clearing tile cacheThiago Marcos P. Santos2019-06-132-0/+25
|
* [android] updated android changelog for 8.1.0-beta.1 (#14916)Langston Smith2019-06-131-0/+10
|
* [iosapp] Introduce map state manager (#14591)Nadia Barbosa2019-06-136-93/+276
|
* [android][mac][ios] Update changelogsMikhail Pozdnyakov2019-06-123-0/+5
|
* [core] Keep the same sort index for all feature ringsMikhail Pozdnyakov2019-06-121-1/+1
|
* [core] don't call glFlush on every frameKonstantin Käfer2019-06-124-1/+12
|
* [ios] fix benchmark appKonstantin Käfer2019-06-122-3/+9
|
* [android] - add resource usage to HttpRequest, add offline query parameter ↵Tobrun2019-06-127-19/+114
| | | | flag to http request (#14837)
* [build] remove roundtrip through <experimental/optional> when using optionalKonstantin Käfer2019-06-128-4/+14
|
* [ios] Added offline query parameter (#14857)Julian Rex2019-06-114-27/+128
|
* [android] Removed mapboxJavaServices dependency (#14896)Langston Smith2019-06-111-1/+0
|
* Merge pull request #14898 from mapbox/tvn-allow-null-updatesTobrun2019-06-111-4/+3
| | | Allow null updates to GeoJsonSource#setGeoJson
* [android] - update changelog v8.0.1tobrun2019-06-111-18/+23
|
* [ios] get sku token return valueFredrik Karlsson2019-06-113-19/+35
|
* [android] - change library loader to soloadertobrun2019-06-114-26/+17
|
* [core] Remove unused OffscreenTexture variant with depth render targetAleksandar Stojiljkovic2019-06-115-44/+2
|
* [android] - fix reset behavior for setLatLngBoundsForCameraTargettobrun2019-06-115-12/+23
|
* [core] Switch back to a more compact line attributes layout (#14851)Vladimir Agafonkin2019-06-1013-209/+216
| | | | | | * [core] switch back to a more compact line attributes layout * update mapbox-gl-js to point to master
* [core] TilePyramind uses TransformState::getScale()Mikhail Pozdnyakov2019-06-103-1/+5
|
* [core] TilePyramid::getRenderTiles -> getRenderedTilesMikhail Pozdnyakov2019-06-109-10/+10
|
* [core] Update algorithm::updateTileMasks testsMikhail Pozdnyakov2019-06-102-96/+75
|
* [core] Refactor tile pyramidMikhail Pozdnyakov2019-06-1011-115/+101
| | | | | | | Tile pyramid is no longer operating with `RenderTiles` and does not perform rendering operations (upload, finish render). Render tiles belong to rendering, and tile pyramid belongs to orchestration.
* [core] Make tile id unwrapTo() constMikhail Pozdnyakov2019-06-101-4/+4
|
* [core] Inherit RenderAnnotationSource from RenderTileSourceMikhail Pozdnyakov2019-06-102-55/+4
|
* [core] Renamed to avoid collision with libcurlThiago Marcos P. Santos2019-06-101-2/+2
| | | | | Rename curlx_sltosi to mbgl_curlx_sltosi to avoid collision when liking with libcurl statically.
* Fix namespace issue with OSMesaMichael Muesch2019-06-101-0/+2
| | | | | HeadlessBackend seems to be part of the mbgl::gl namespace. Since OSMesaBackendImpl is only in the mbgl namespace this code does not compile. Since this file is in the mbgl/gl folder I think it makes sense to just put the whole thing in the mbgl::gl namespace.
* [core] Ignore more flaky node render testsJason Wray2019-06-071-2/+5
|
* improve offline cli help pageAndrew Harvey2019-06-071-1/+1
| | | | The GeoJSON file can't be a FeatureCollection, it must be a single Feature GeoJSON, with simple geometry
* [android] Fix compilation warning with updated clangMikhail Pozdnyakov2019-06-071-1/+1
| | | | `mbgl::android::Value` move assignment operator is implicitly deleted.
* [android] updated changelog for 8.1.0-alpha.2 (#14855)android-v8.1.0-alpha.2Langston Smith2019-06-061-0/+15
|
* [android] bumped android telemetry to 4.5.1 (#14874)Langston Smith2019-06-062-1/+1
|
* [ios] Bump podspec to v5.1.0-alpha.2ios-v5.1.0-alpha.2Fabian Guerra2019-06-063-3/+3
|
* [ios] Integrate Mapbox Mobile Events 0.9.4 (#14868)Alf Watt2019-06-064-125/+236
| | | | | | | | | | * [ios] Mapbox Events 0.9.4 * Run `scripts/generate-file-lists.js` * Explicitly use the shared manager instead of init * There can be only one `Scripts`
* [core] Use unique ID in hillshade and hillshade_prepare draw.Aleksandar Stojiljkovic2019-06-061-2/+2
|
* [android] - increase timeout of image missing test, use GeoJsonSource above ↵Tobrun2019-06-062-34/+16
| | | | CustomGeometrySource