summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ios,macos] Exports MGLNativeNetworkManagerupstream/jrex/export-native-interface-cpJulian Rex2020-01-221-0/+1
* [ios, macos] Include SKU token for offline requests (#16130) (#16133)Jordan Kiley2020-01-213-7/+5
* [ios][macos] Disable document generation for obsolete targetsAlexander Shalamov2020-01-211-4/+4
* [core] Update changelogAlexander Shalamov2020-01-151-0/+4
* [test-runner] Add stretchable icons resources to cacheAlexander Shalamov2020-01-151-0/+0
* [metrics] Baselines for stretchable icons featureAlexander Shalamov2020-01-151950-3778/+6306
* [core] implement stretchable icons for icon-text-fitKonstantin Käfer2020-01-1517-105/+279
* [core] move icon rotation from shaping to quad generation to mirror JSKonstantin Käfer2020-01-159-40/+39
* [core] Remove unused WritingMode from getIconQuadsKonstantin Käfer2020-01-154-18/+17
* [core] Change ImagePosition from storing non-padded rect to padded rect to mi...Konstantin Käfer2020-01-156-46/+22
* [core] add stretches + content to ImagePositionKonstantin Käfer2020-01-152-8/+8
* [core] parse stretchX, stretchX, and content from sprite JSON filesKonstantin Käfer2020-01-153-174/+427
* [core] Add stretches and content to style::ImageKonstantin Käfer2020-01-1510-43/+229
* [core] getGlyphQuad -> getGlyphQuadsKonstantin Käfer2020-01-158-45/+111
* [core] add pixelOffset and minFontScale to SymbolQuadsKonstantin Käfer2020-01-153-9/+46
* [core] Upgrade shaders and add new vertices to SymbolLayoutKonstantin Käfer2020-01-1510-471/+521
* Add change log entry for PR #16106Mikhail Pozdnyakov2020-01-131-0/+2
* [android] Use new FileSourceManager interfaceAlexander Shalamov2020-01-1310-65/+133
* [qt] Use new FileSourceManager interfaceAlexander Shalamov2020-01-133-7/+17
* [darwin] Use new FileSourceManager interfaceAlexander Shalamov2020-01-137-36/+52
* [node] Use new FileSourceManager interfaceAlexander Shalamov2020-01-134-12/+22
* [core] Modularize FileSource codebase (#15768)Alexander Shalamov2020-01-1385-1345/+1877
* [build][android] Fix CI bot that validates downstream API breakageJuha Alanen2020-01-101-1/+1
* [build] Run Android unit test on FirebaseJuha Alanen2020-01-101-0/+35
* [test] Increase the threshold for Map.Offline test on AndroidJuha Alanen2020-01-101-1/+4
* [test] Skip number-format expression tests on AndroidJuha Alanen2020-01-101-0/+6
* [android] Use stub HTTP file source for test runnersJuha Alanen2020-01-102-1/+22
* [test] Run unit tests as NativeActivity application on AndroidJuha Alanen2020-01-1023-29/+528
* [android] Fix a RunLoop bug where tasks are run only onceJuha Alanen2020-01-101-2/+1
* [ios] Add native_apple_interface to ios.cmake (#16103)Jordan Kiley2020-01-092-1/+2
* [android] add CI bot that validates downstream API breakagetobrun2020-01-091-0/+14
* [core] Fix GeoJSONVTData ownership and life cycleMikhail Pozdnyakov2020-01-092-11/+7
* [android][core] Add `Map::latLngBoundsForCameraUnwrapped` and jni binding for...Peng Liu2020-01-095-0/+87
* [build] Remove uneeded submodulesThiago Marcos P. Santos2020-01-083-6/+0
* [render-test] Make the manifest mandatoryThiago Marcos P. Santos2020-01-083-13/+6
* [render-test] Remove positional argumentThiago Marcos P. Santos2020-01-083-43/+20
* [metrics] Add new baselinesThiago Marcos P. Santos2020-01-08109-218/+218
* [core] Make it possible to reopen the database read-only for testingThiago Marcos P. Santos2020-01-085-38/+120
* [metrics] Add 2 tests to the ignore listThiago Marcos P. Santos2020-01-081-0/+2
* [metrics] Use the cache database instead of file paths for fixturesThiago Marcos P. Santos2020-01-0816-48/+27
* [render-test] Use image from the cache for addImage operationThiago Marcos P. Santos2020-01-084-11/+37
* [render-test] Effectively use the offline cache for fixturesThiago Marcos P. Santos2020-01-089-267/+87
* [render-test] Add access token to the test manifestThiago Marcos P. Santos2020-01-082-1/+27
* [render-test] Add flag to run tests onlineThiago Marcos P. Santos2020-01-081-3/+11
* [render-test] Add cache database path to the manifestThiago Marcos P. Santos2020-01-082-0/+18
* [render-test] Fixed typo and remove unusedThiago Marcos P. Santos2020-01-081-29/+14
* [tools] Added cache toolThiago Marcos P. Santos2020-01-082-0/+111
* Update change log and binary size metricsMikhail Pozdnyakov2020-01-082-4/+8
* [core] Introduce CollisionIndex::getProjectedCollisionBoundaries()Mikhail Pozdnyakov2020-01-083-21/+26
* [core] Introduce CollisionBoundaries and use it in CollisionIndexMikhail Pozdnyakov2020-01-083-100/+109