summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [core] Update ImageManager's unit test for onRemoveUnusedStyleImages APIAlexander Shalamov2019-05-211-13/+58
* [core] Forward ImageManagerObserver::onRemoveUnusedStyleImages to MapObserver...Alexander Shalamov2019-05-216-0/+18
* [core] Add onRemoveUnusedStyleImages observer APIAlexander Shalamov2019-05-214-47/+76
* [core] Define max cache size for ImageManagerAlexander Shalamov2019-05-211-0/+4
* [core] Remove binary shader supportThiago Marcos P. Santos2019-05-2115-480/+0
* [core] Don't use optional unique_ptr in function coversion codeAnder Conselvan de Oliveira2019-05-213-29/+32
* [core] Forward args in style::expression::dsl::compound()Ander Conselvan de Oliveira2019-05-211-2/+2
* [core] Pass legacy/categorical/*-default expression testsAnder Conselvan de Oliveira2019-05-212-20/+26
* [core] Fix legacy/{interval,exponential}/*-default expression testsAnder Conselvan de Oliveira2019-05-212-28/+63
* [core] Expose dsl::compound() internallyAnder Conselvan de Oliveira2019-05-213-6/+24
* [core] Fix some of the legacy interval function expression testsAnder Conselvan de Oliveira2019-05-212-7/+12
* [core] Fix most identity function with default legacy expression testsAnder Conselvan de Oliveira2019-05-215-33/+63
* [core] Fix indentation of src/mbgl/style/conversion/function.cppAnder Conselvan de Oliveira2019-05-211-1/+1
* [node] Convert legacy functions to expressions in NodeExpression::ParseAnder Conselvan de Oliveira2019-05-212-30/+35
* [ios] Enable SKU tokens for all requestsJason Wray2019-05-205-51/+11
* [core] Refactor HeadlessFrontend/Backend: GL separation and factory (#14692)Aleksandar Stojiljkovic2019-05-2127-64/+113
* [benchmark] Add benchmark for tile invalidationThiago Marcos P. Santos2019-05-212-0/+55
* [tests] Add unit tests for offline data invalidationThiago Marcos P. Santos2019-05-211-0/+67
* [core] Add API for invalidating tilesThiago Marcos P. Santos2019-05-212-0/+49