summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Update to libmbxaccounts 0.0.5upstream/friedbunny-libmbxaccounts-0.0.5Jason Wray2019-05-154-7/+20
|
* [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
|
* [core] Make ActorRef methods constMikhail Pozdnyakov2019-05-105-8/+8
| | | | So that the lambdas calling these methods do not have to be mutable.
* [android] normalize previous rotation values of the location animatorŁukasz Paczos2019-05-103-0/+115
|
* [android] - remove skuId from schema testtobrun2019-05-101-0/+1
|
* [ios] Remove obsolete telemetry gesture eventsJason Wray2019-05-091-40/+0
|
* [core] Schedule invocation of onStyleImageMissing completion callback on the ↵Alexander Shalamov2019-05-093-9/+48
| | | | | | | | | same thread Before this change, ImageManger's 'done' callback for onStyleImageMissing observer notification that was created on renderer thread, could be called from different thread, therefore, is not thread safe. For example, on Android platform, callback was invoked from UI thread. This change makes callback to be scheduled on originating thread.
* [android] option to provide custom values for location camera transitionŁukasz Paczos2019-05-096-50/+155
|
* [android] - update output path aar filetobrun2019-05-091-1/+1
|
* Revert "Revert "[andriod] - bump gradle tooling for AS 3.4""tobrun2019-05-092-2/+2
| | | | This reverts commit 038c6a1e01944b5dd826abf400905ce1cc6b2038.
* [android] - add javadoc to highlight imcompatible onIdle with snapshot API, ↵tobrun2019-05-092-6/+15
| | | | update test app example to use OnFullyRenderedFrame callback instead
* [android] Update ImageMissingTestMikhail Pozdnyakov2019-05-091-5/+55
| | | | | Make sure that the `addOnStyleImageMissingListener` callback is invoked for missing images if sprite request has failed.
* [core] Failed sprite requests do not block tiles renderingMikhail Pozdnyakov2019-05-091-0/+3
|
* [android] updates changelog entry for #14486Łukasz Paczos2019-05-091-1/+1
|