summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [android] updated android changelog for 8.1.0-alpha.1upstream/ls-changelog-android-alpha-8.1.0Langston Smith2019-05-291-0/+24
* [android] - consolidate native build setup into one gradle configuration filetobrun2019-05-293-138/+81
* [android] - move example custom layer compilation to testapptobrun2019-05-292-4/+65
* [core] Introduce RenderTileSourceMikhail Pozdnyakov2019-05-2913-358/+150
* [android] option to change the zoom rateŁukasz Paczos2019-05-294-5/+52
* [android] decrease zoom rate by 35%Łukasz Paczos2019-05-291-1/+1
* [ios] Update Raster Tiles API name and linkJason Wray2019-05-282-2/+2
* [build, node] Bump macos CI job to Node 8 & Xcode 10.2.1Jason Wray2019-05-281-3/+3
* [core] end the RenderPass/CommandEncoder before sending eventsKonstantin Käfer2019-05-282-7/+12
* [test] add new OffscreenTexture testKonstantin Käfer2019-05-282-0/+16
* [core] ensure gfx::DrawScopes are uniqueKonstantin Käfer2019-05-283-16/+22
* [core] remove platform::show(Color)?DebugImageKonstantin Käfer2019-05-282-81/+0
* [core] refactor program object creationKonstantin Käfer2019-05-2867-178/+216
* [core] Remove priority from the constructorThiago Marcos P. Santos2019-05-285-37/+27
* [core] Introduce usage tag for resourcesThiago Marcos P. Santos2019-05-284-9/+39
* [core] RenderTile returns textures by const referenceMikhail Pozdnyakov2019-05-286-17/+19
* [core] Placement::placeLayerBucket() -> placeBucket()Mikhail Pozdnyakov2019-05-283-3/+3
* [core] Encapsulate symbol bucket placement code in Placement::placeLayerBucket()Mikhail Pozdnyakov2019-05-287-91/+71
* [core] RenderTile does not expose TileMikhail Pozdnyakov2019-05-2834-92/+189
* Asymmetric viewport changelog entryAleksandar Stojiljkovic2019-05-285-11/+28
* [core] Offset viewport center when edge insets are specifiedAleksandar Stojiljkovic2019-05-2815-101/+311
* [android] - update maven publishing script to enable aar packaging vs pom pac...tobrun2019-05-283-5/+4
* [android] - add javadoc URI supported protocolstobrun2019-05-275-23/+335
* [android] - use URI instead of URL to enable asset loadingtobrun2019-05-279-61/+204
* [ios, build] Specify Mapbox development team for project iOS appsJason Wray2019-05-242-3/+17
* FillBucket::triangles could be empty: skip creating buffer and draw. (#14761)Aleksandar Stojiljkovic2019-05-242-12/+14
* [android] resume file source and wait for result to complete resources cache ...Łukasz Paczos2019-05-245-30/+141
* [core] invoke optional resource path change completion listenerŁukasz Paczos2019-05-243-4/+22
* [core] Add unit test for zero width space line breakingAlexander Shalamov2019-05-242-0/+96
* [core] Prefer breaking lines at zero width space (ZWSP)Alexander Shalamov2019-05-242-11/+26
* [core] limit thread's scope to release the Object before detaching the threadŁukasz Paczos2019-05-241-11/+15
* [android] break location camera tracking when a developer invoked animation s...Łukasz Paczos2019-05-249-119/+319
* [core] SymbolBucket updates complete at placement stageMikhail Pozdnyakov2019-05-2411-194/+143
* [android] deprecate MapboxMapOptions empty constructorŁukasz Paczos2019-05-2311-23/+27
* [tests] Removed passing tests from the ignore listThiago Marcos P. Santos2019-05-231-5/+0
* [build] Bump Mapbox GL JS submoduleThiago Marcos P. Santos2019-05-231-0/+0
* macos-v0.14.0Minh Nguyễn2019-05-223-3/+3
* [ios] Add missing tick to Podspec specification (#14729)Nadia Barbosa2019-05-222-2/+2
* [android] - update changelog for nectar final releasetobrun2019-05-221-0/+2
* [core] round color string's alpha to 2 decimal placesŁukasz Paczos2019-05-221-1/+1
* [android] return color string values in the [0-255] rangeŁukasz Paczos2019-05-2215-79/+68
* [android] document that elevation(0) turns off the location shadowKa-Ping Yee2019-05-221-1/+2
* [android] attach/detach core thread pool's threads to JVMŁukasz Paczos2019-05-223-9/+12
* [core] option to perform platform specific operations when creating/destroyin...Łukasz Paczos2019-05-228-0/+48
* [core] RenderLayer::render(PaintParameters, RenderSource*) -> render(PaintPar...Mikhail Pozdnyakov2019-05-2226-72/+92
* [core] RenderLayer::setRenderTiles(RenderTiles) -> prepare(LayerPrepareParame...Mikhail Pozdnyakov2019-05-225-10/+18
* [core] Prepare render sources before render layers are initializedMikhail Pozdnyakov2019-05-2223-58/+84
* [ios] Podspec & changelog updates for v5.0.0 (#14717)Nadia Barbosa2019-05-214-7/+14
* [android] Add unit test for onRemoveUnusedStyleImages APIAlexander Shalamov2019-05-211-0/+162
* [android] Add bindings for onRemoveUnusedStyleImages APIAlexander Shalamov2019-05-216-0/+107