summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [android] removed mapboxJavaServices dependencyupstream/ls-removing-mapboxJavaServices-from-android-dependenciesLangston Smith2019-06-111-1/+0
* [core] Remove unused OffscreenTexture variant with depth render targetAleksandar Stojiljkovic2019-06-115-44/+2
* [android] - fix reset behavior for setLatLngBoundsForCameraTargettobrun2019-06-115-12/+23
* [core] Switch back to a more compact line attributes layout (#14851)Vladimir Agafonkin2019-06-1013-209/+216
* [core] TilePyramind uses TransformState::getScale()Mikhail Pozdnyakov2019-06-103-1/+5
* [core] TilePyramid::getRenderTiles -> getRenderedTilesMikhail Pozdnyakov2019-06-109-10/+10
* [core] Update algorithm::updateTileMasks testsMikhail Pozdnyakov2019-06-102-96/+75
* [core] Refactor tile pyramidMikhail Pozdnyakov2019-06-1011-115/+101
* [core] Make tile id unwrapTo() constMikhail Pozdnyakov2019-06-101-4/+4
* [core] Inherit RenderAnnotationSource from RenderTileSourceMikhail Pozdnyakov2019-06-102-55/+4
* [core] Renamed to avoid collision with libcurlThiago Marcos P. Santos2019-06-101-2/+2
* Fix namespace issue with OSMesaMichael Muesch2019-06-101-0/+2
* [core] Ignore more flaky node render testsJason Wray2019-06-071-2/+5
* improve offline cli help pageAndrew Harvey2019-06-071-1/+1
* [android] Fix compilation warning with updated clangMikhail Pozdnyakov2019-06-071-1/+1
* [android] updated changelog for 8.1.0-alpha.2 (#14855)android-v8.1.0-alpha.2Langston Smith2019-06-061-0/+15
* [android] bumped android telemetry to 4.5.1 (#14874)Langston Smith2019-06-062-1/+1
* [ios] Bump podspec to v5.1.0-alpha.2ios-v5.1.0-alpha.2Fabian Guerra2019-06-063-3/+3
* [ios] Integrate Mapbox Mobile Events 0.9.4 (#14868)Alf Watt2019-06-064-125/+236
* [core] Use unique ID in hillshade and hillshade_prepare draw.Aleksandar Stojiljkovic2019-06-061-2/+2
* [android] - increase timeout of image missing test, use GeoJsonSource above C...Tobrun2019-06-062-34/+16
* [ios] Update libmbxaccounts for navigation SDK override (#14802)Jason Wray2019-06-054-30/+38
* [android] - rename style component URL api to URItobrun2019-06-0540-92/+215
* [ios] Update changelog for #14810Alexander Shalamov2019-06-051-0/+4
* [ios] Add integtation test that verifies MGLMapViewImpl sizeAlexander Shalamov2019-06-054-4/+63
* [ios] Calculate size of a MGLMapViewOpenGLImpl renderable from MGLMapView boundsAlexander Shalamov2019-06-054-4/+23
* [core] Ignore flaky fill-pattern render testsJason Wray2019-06-041-0/+2
* [android] copy features array before passing them to coreŁukasz Paczos2019-06-042-6/+31
* [android] - add external links to javadoc generation, fix warnings and errors...tobrun2019-06-049-42/+55
* [android] reset the native renderer only when the GL thread exitsŁukasz Paczos2019-06-047-66/+81
* [core] Fix symbol rendering under opaque fill layersJuha Alanen2019-06-043-16/+4
* [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