summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] - losing callback referenceupstream/14297-fix-offline-callbacks-2tobrun2019-05-033-4/+23
|
* [android] fix offline callbacks not being fired offGuardiola313372019-05-032-42/+38
| | | | Co-authored-by: Dan Nesfeder <dan.nesfeder@mapbox.com>
* [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
|
* [core] Guard access to CustomTileLoader's data members with mutexAlexander Shalamov2019-05-032-4/+9
|
* [core] Keep shared_ptr to thread pool in CustomGeometrySourceAlexander Shalamov2019-05-032-1/+4
| | | | | CustomGeometrySource should keep strong reference to shared thread pool that is used by CustomTileLoader.
* [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
|
* [build] change style code generator to sort properties alphabeticallyKonstantin Käfer2019-05-0231-2048/+2062
| | | | JSON keys in our style specification don't have a defined order. This change sorts them alphabetically so that we can rely on the order remaining them same across code generation runs.
* [build] change special casing for LineFloorWidth in shader generationKonstantin Käfer2019-05-023-20/+27
|
* [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
* [iosapp] Move token setting to build scriptNadia Barbosa2019-05-019-97/+78
| | | | | | | | | | | | [ios] Switch to script-based token insertion for benchmarking app [ios] Update Developing.md [iosapp, benchmark app] Look for token file outside of version-controlled directory [iosapp, benchmark app] Remove remaining code for access token checking from app delegates Feedback edits for @friedbunny
* [ios] Add changelog header for v4.12.0-alpha.1Nadia Barbosa2019-05-011-0/+4
|
* [ios] Update Podspecs for v4.12.0-alpha.1ios-v4.12.0-alpha.1Nadia Barbosa2019-05-013-3/+3
|
* [ios] Update podspecs for 4.11.0-beta.2 (#14556)Julian Rex2019-05-014-3/+4
|
* [ios, macos] Fixes for static analyzer warnings (#14453)Julian Rex2019-04-3014-28/+62
|
* [ios] Check for valid superview to avoid crash on iOS 9 (#14529)Julian Rex2019-04-302-1/+5
|
* [core] Update to variant 1.1.6 (#14513)Julian Rex2019-04-302-0/+1
|
* [android] - offline test, headless region downloadtobrun2019-04-307-2/+554
|
* [android] - update snapshot version to v7.5.0tobrun2019-04-301-1/+1
|
* [ios] Remove events=true from new SKU requestsJason Wray2019-04-292-9/+8
|
* [ios] Update to libmbxaccounts-v0.0.4Jason Wray2019-04-291-0/+0
|
* [test] Add unit test for clearCache APISudarsana Babu Nagineni2019-04-291-0/+14
|
* [core] Introduce resetCache APISudarsana Babu Nagineni2019-04-297-2/+45
| | | | Add an API to delete existing database and re-initialize.
* [core] Less strict rules for adding render layers to sourcesMikhail Pozdnyakov2019-04-293-10/+20
|
* [android] Mapbox Java SDK bump to 4.7.0“osana”2019-04-292-1/+1
|
* [core] change approach to stencil clipping to (almost) match JSKonstantin Käfer2019-04-2927-958/+139
|
* [android] bump gestures library to v0.4.2Łukasz Paczos2019-04-262-1/+1
|
* [andriod] - bump gradle tooling for AS 3.4tobrun2019-04-262-2/+2
|
* [android] - use same isComplete logic as coretobrun2019-04-261-8/+8
|
* [android] - callbacks as fields to MergeOfflineAcitivitytobrun2019-04-262-34/+42
|
* [core] Store type of renderable segment when sorting symbols by keyAlexander Shalamov2019-04-261-15/+31
|
* [build] Retry failed GitHub API requestsJason Wray2019-04-254-4/+11
|
* [core] RendererImpl::dumDebugLogs() -> dumpDebugLogs()Mikhail Pozdnyakov2019-04-253-3/+3
|
* [core] Create ImageManager at renderer constructionMikhail Pozdnyakov2019-04-251-17/+12
|
* [core] Add unit test for ImageManager::reduceMemoryUsageAlexander Shalamov2019-04-251-1/+60
|
* [core] Pass ImageManager to ImageRequestor's constructorAlexander Shalamov2019-04-255-11/+25
| | | | | This makes ImageRequestor API explicitly dependant on ImageManager, so that ImageRequestor can unregister itself from ImageManager on destruction.
* [core] Track missing style images that were provided by clientAlexander Shalamov2019-04-253-5/+36
| | | | | | - Track images provided by client thruough onStyleImageMissing API - Handle reduceMemoryUsage in ImageManager, via Renderer API - Release client provided images when no tiles are using them
* [ios] Preparation for v4.11.0-beta.1 release. (#14503)Julian Rex2019-04-244-4/+4
|
* [ios] Enable/Disable sku token handling (#14467)Julian Rex2019-04-246-16/+56
|
* [ios] Make MGLLocationManager protocol swift friendly. (#14477)Fabian Guerra Soto2019-04-242-3/+24
| | | | | | | | Improved MGLLocationManager protocol bridging to swift. * [ios] Make MGLLocationManager protocol swift friendly. * [ios] Update changelog.
* [android] - add toString, hashcode and equals to OfflineRegionError.tobrun2019-04-241-2/+39
|
* [android] clear up LocationComponent's z-index positioning docs and add ↵Łukasz Paczos2019-04-2411-136/+419
| | | | "layer-above" option
* [android] changelog for `v7.4.0-beta.2`Łukasz Paczos2019-04-241-0/+4
|
* [android] new manifest flag to enable/disable sku tokensAntonio Zugaldia2019-04-246-17/+73
|
* [node] Exclude unsupported node versions from build configurationMikhail Pozdnyakov2019-04-241-2/+2
|
* [android] update changelog for 7.4.0-beta.1 release“osana”2019-04-191-0/+20
|