summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Update to libmbxaccounts 0.0.5upstream/friedbunny-libmbxaccounts-0.0.5Jason Wray2019-05-154-7/+20
|
* [core] add gfx::CommandEncoder::present()Konstantin Käfer2019-05-153-14/+20
|
* [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
* [android] expose trackingGesturesManagement attributeŁukasz Paczos2019-05-141-0/+1
|
* [build, darwin] Fix ENOBUFS in build scripts on NodeJS 12.xJason Wray2019-05-132-2/+2
|
* [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-102-86/+0
| | | | Simplify, use the default thread pool, less platform abstraction.
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-1031-218/+47
| | | | | | | | | | - 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-103-5/+5
| | | | 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
|
* [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.
* [android] updates changelog entry for #14486Łukasz Paczos2019-05-091-1/+1
|
* [android] remove missing image logŁukasz Paczos2019-05-091-1/+0
|
* [ios] Podspec & changelog updates for v4.12.0-alpha.2ios-v4.12.0-alpha.2Nadia Barbosa2019-05-084-4/+5
|
* [android] changelog for 7.5.0-alpha.2android-v7.5.0-alpha.2Łukasz Paczos2019-05-081-1/+9
|
* [core] upgrade mapbox-gl-js pin to the most recent versionKonstantin Käfer2019-05-083-3/+10
|
* [core] render extrusions directly in the main framebufferKonstantin Käfer2019-05-083-3/+4
|
* [ios, macos] Include fix-it suggestions in deprecation warningsMinh Nguyễn2019-05-072-2/+2
|
* [ios, macos] Removed MGLStyleValue references from documentation (#14552)Minh Nguyễn2019-05-071-7/+7
|
* [ios] Interpret negative direction as unchanged when setting visible ↵Minh Nguyễn2019-05-033-5/+6
| | | | | | | | coordinates (#14575) * [ios] Fixed negative direction when setting visible coordinates * [ios] Document behavior of negative direction
* [ios] Uppercase'd "string" to remove cmake warning (#14576)Julian Rex2019-05-031-3/+3
|
* [core] Add custom source to glfw-appAlexander Shalamov2019-05-032-0/+52
|
* [ios] Static analysis fix tweaks - part 2 (#14572)Julian Rex2019-05-0230-85/+102
|
* [android] - update changelog for v7.4.0-beta.3 (#14571)Osana Babayan2019-05-021-0/+8
|
* [android] - update changelog for v7.5.0-alpha.1android-v7.5.0-alpha.1tobrun2019-05-021-0/+12
|
* Revert "[andriod] - bump gradle tooling for AS 3.4"tobrun2019-05-022-2/+2
| | | | This reverts commit 33b140863ebed6b5fd06459312f0ceae111b2a63.
* [Android]Expand schema test, modify performance event (#14535)Kevin Li2019-05-028-333/+284
| | | | | | | | * expand schema test, modify performance event * enclose java doc * revert int to long