summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [tests] Add unit tests for offline data invalidationupstream/tmpsantos-offline_invalidateThiago Marcos P. Santos2019-05-171-0/+67
|
* [core] Add API for invalidating tilesThiago Marcos P. Santos2019-05-172-0/+49
| | | | | | | | | Add new APIs for invalidating tiles, effectively forcing Mapbox GL Native to check with the servers if the tiles are valid before using them. This is more efficient then deleting tiles, because in case of valid tiles, they won't get downloaded. Fixes #4376.
* [android] added connectivity state attribute to tile loading metric (#14667)Osana Babayan2019-05-171-0/+49
|
* [android] - updat changelog for releasing v6.8.2tobrun2019-05-171-1/+6
|
* Revert "[android] new manifest flag to enable/disable sku tokens"tobrun2019-05-176-73/+17
| | | | This reverts commit 71fd1474804563265117acd9bff1f94e7a68c08a.
* [ios] Podspec updates for v4.12.0-beta.1Nadia Barbosa2019-05-163-3/+3
|
* [ios] Rename performance's metrics variable names.android-v7.5.0-beta.1Fabian Guerra2019-05-163-17/+35
|
* [android] - update changelog for v8.0.0-beta.1tobrun2019-05-161-4/+24
|
* [android] - ignore telemtry schema size test for map loadtobrun2019-05-161-0/+2
|
* [ios] Update to libmbxaccounts 0.0.5 (#14683)Jason Wray2019-05-164-7/+20
|
* [android] pull in Polish translation and updates to Czech and HungarianŁukasz Paczos2019-05-163-7/+27
|
* [ios, macos] clarified documentation for newCamera param of the ↵Sam Fader2019-05-151-2/+2
| | | | | | | | shouldChangeFromCamera delegate (#14680) * [ios, macos] clarified documentation for newCamera in shouldChangeFromCamera * [ios, macos] clarified documentation for newCamera param of the shouldChangeFromCamera delegate part 2
* [ios] Update podspec to v4.11.0.Fabian Guerra2019-05-154-7/+16
|
* [core] add gfx::UploadPass, split startRender into prepare and uploadKonstantin Käfer2019-05-1590-536/+944
|
* [core] don't upload empty buffersKonstantin Käfer2019-05-152-9/+10
|
* [core] use float for storing opacity attributeKonstantin Käfer2019-05-152-2/+2
|
* [core] add gfx::CommandEncoder::present()Konstantin Käfer2019-05-158-14/+39
|
* [core] use unique IDs for DrawScopesKonstantin Käfer2019-05-1514-25/+72
|
* [android] - remove CI execution of android nitpick, now part of android checktobrun2019-05-151-3/+0
|
* [android] - add nitpick validation to make android-checktobrun2019-05-151-1/+1
|
* [android] Changelog for 7.4.0 release (#14677)Osana Babayan2019-05-151-0/+8
|
* [android] fix FragmentBackStackActivity navigationŁukasz Paczos2019-05-151-3/+7
|
* [android] refactor ViewPager exampleŁukasz Paczos2019-05-151-57/+49
|
* [android] deactivate file source when DownloadRegionActivity's finishedŁukasz Paczos2019-05-151-6/+11
|
* [android] fix DoubleMapActivity main map not interactive after rotationŁukasz Paczos2019-05-151-1/+3
|
* [android] re-enable rotation velocity animator when toggledŁukasz Paczos2019-05-151-1/+1
|
* [android] Mapbox Java SDK bump to 4.8.0 (#14608)Osana Babayan2019-05-142-1/+1
|
* [android] - bump version to 8.0.0tobrun2019-05-141-1/+1
|
* Revert "Revert "Revert "[andriod] - bump gradle tooling for AS 3.4"""Łukasz Paczos2019-05-142-2/+2
| | | | This reverts commit e70ace2a
* Revert "[android] - update output path aar file"Łukasz Paczos2019-05-141-1/+1
| | | | This reverts commit dbfab81e
* [core] update CA bundleKonstantin Käfer2019-05-141-2/+108
|
* [android] expose trackingGesturesManagement attributeŁukasz Paczos2019-05-141-0/+1
|
* [core] GeometryTile and TileLoader keep strong reference to FileSourceMikhail Pozdnyakov2019-05-1413-62/+65
| | | | Thus we fix a potential bug: if `Renderer` outlives the `Map` it will hold a stale reference to the `FileSource` instance.
* [core] Make FileSource API clearerMikhail Pozdnyakov2019-05-141-6/+8
|
* [core] Create glyph manager at renderer construction timeMikhail Pozdnyakov2019-05-1412-32/+31
| | | | Avoid unnecessary glyph manager presence check in `Renderer::Impl::()`.
* [core] RenderTile shall never be created for a not renderable tileMikhail Pozdnyakov2019-05-145-19/+11
| | | | | | | | A RenderTile is already never created for a not renderable tile, guarantied by the checks in `updateRenderables()`. However, the client code had plenty of `isRenderable()` checks in the render path, which complicated the code and affected rendering performance. This patch removes the unneeded checks from the client code and puts an assertion to `TilePyramid::addRenderTile()`.
* [build, darwin] Fix ENOBUFS in build scripts on NodeJS 12.xJason Wray2019-05-132-2/+2
|
* [build, darwin] Update CircleCI to Xcode 10.2.1Jason Wray2019-05-131-6/+6
|
* Refactor: coordinatePointMatrix skip recomputation (#14507)Aleksandar Stojiljkovic2019-05-132-6/+6
| | | | | | | | coordinatePointMatrix is always used with getZoom(): Projection::worldSize(scale) / std::pow(2, z) is computed as scale * util::tileSize / std::pow(2, z) scale is equal to std::pow(2, z). ____________________________________=> Projection::worldSize(scale) / std::pow(2, z) => util::tileSize.
* [android] split image missing testŁukasz Paczos2019-05-131-4/+17
|
* [macos] Copyedited changelogMinh Nguyễn2019-05-102-17/+13
| | | | Synchronized the changelog with the iOS changelog. Removed some entries about internal changes or iOS-only changes. Recategorized entries.
* [android] - use atomic boolean for hasSurface, check if renderer is created ↵tobrun2019-05-104-8/+11
| | | | by validating if mapboxMap isn't null when invoking MapView#onLowMemory
* [android] - only invoke AndroidRendererFrontend::reduceMemoryUse with an ↵tobrun2019-05-101-1/+1
| | | | active renderer
* [android] keep strong callback reference and use application context during ↵Łukasz Paczos2019-05-104-51/+71
| | | | cache path change
* [android] FileUtils read/write permission check tasks retain a strong referenceŁukasz Paczos2019-05-101-29/+22
|
* [android] use strong references to the offline merge callbacksŁukasz Paczos2019-05-102-72/+75
|
* [node] Remove NodeThreadPoolThiago Marcos P. Santos2019-05-103-88/+0
| | | | Simplify, use the default thread pool, less platform abstraction.
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-1084-375/+218
| | | | | | | | | | - Do not carry it over everywhere as parameter, it is a shared instance anyway and the lifecycle is pretty much the app lifecycle from the moment we instantiate a map. - Rename to BackgroundScheduler because it is a Scheduler that will do tasks in the background, we don't make assumptions if it is a thread pool or a single thread. - Most importantly, remove the dependency from `core` on `platform`.
* [android] - remove internal gesture event handling code, deprecate public ↵Tobrun2019-05-1010-485/+22
| | | | gesture event hooks
* [android] - remove/readd listener to avoid recursiontobrun2019-05-101-5/+9
|