summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [android] Fix compilation warning with updated clangupstream/mikhail_android_compile_warningMikhail Pozdnyakov2019-06-061-1/+1
* [core] Update comments for pattern atlasMikhail Pozdnyakov2019-06-042-5/+5
* [core] Introduce PatternAtlasMikhail Pozdnyakov2019-06-0415-212/+309
* [core] Remove ImageManager from upload parametersMikhail Pozdnyakov2019-06-047-21/+16
* [core] fix warnings with Xcode 11's updated Clang versionKonstantin Käfer2019-06-042-2/+2
* [macos]Added an `MGLMapView.prefetchesTiles` property to configure lo… (#14...m-stephen2019-06-043-0/+20
* [ios] Fix undeclared selector warning in MGLAnnotationViewJason Wray2019-06-031-0/+1
* [android] update changelog for 8.1.0-alpha.1 (#14825)Langston Smith2019-06-031-1/+2
* [ios] Fix content insets with custom edge padding. (#14813)Fabian Guerra Soto2019-06-039-14/+34
* [core] Use fresh transform state for bucket vertices update in placementMikhail Pozdnyakov2019-06-037-16/+18
* [core] Avoid unneeded update of symbol dynamic vertex bufferMikhail Pozdnyakov2019-06-033-7/+18
* [android] do not try to package duplicate files in the publicationŁukasz Paczos2019-06-031-6/+1
* [ios] Content insets border case fix and comment.Aleksandar Stojiljkovic2019-06-031-2/+5
* [core] Fix: fill-extrusion-vertical-gradient was ignored. #14784Aleksandar Stojiljkovic2019-05-313-9/+18
* [android] add support for external sdk clients to be able to manage the token...Pablo Guardiola2019-05-304-25/+124
* [ios] Bump podspec to v5.1.0-alpha.1 (#14800)ios-v5.1.0-alpha.1Fabian Guerra Soto2019-05-295-6/+6
* [android] updated changelog for 8.1.0-alpha.1 (#14798)android-v8.1.0-alpha.1Langston Smith2019-05-291-0/+24
* [ios,macos] refactor MGLMapViewImplKonstantin Käfer2019-05-2924-576/+971
* [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