summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] fix up online file source test so it compiles on androidIvo van Dongen2016-11-271-5/+5
* [android] - fix activity sanity tests generation command (#7147) (#7152)Pablo Guardiola2016-11-271-1/+1
* [android] - fixup timber merge (#7179)Tobrun2016-11-242-22/+16
* Fix incorrect command comment in templates (#7158)Pablo Guardiola2016-11-2318-18/+18
* [android] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-2362-700/+640
* Add ratio argument to render.cpp (#7161)Saman Bemel-Benrud2016-11-231-2/+4
* [android] - move camera logic to dedicated transform class (#6919)Tobrun2016-11-2313-637/+410
* [core] remove unused umbrella header in favor of individual includesKonstantin Käfer2016-11-2211-16/+6
* [build] move logging to utilKonstantin Käfer2016-11-2287-106/+104
* [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-2238-63/+72
* [build] move default ThreadPool implementation to platform/defaultKonstantin Käfer2016-11-2228-28/+32
* [build] move GLFW-related files to platform/glfwKonstantin Käfer2016-11-227-12/+11
* [build] move default_styles to platform/defaultKonstantin Käfer2016-11-2210-6/+27
* [build] move Reachability to platform/darwinKonstantin Käfer2016-11-228-9/+10
* [build] use scripts/generate-core-files.sh to auto-generate core-files.cmakeKonstantin Käfer2016-11-221-3/+3
* [android] - use double to restore instance state of MyLocationView (#7146)Tobrun2016-11-221-1/+1
* [build] publish binary size statistics to S3Konstantin Käfer2016-11-222-10/+91
* [build] Use thin archives for AndroidKonstantin Käfer2016-11-221-0/+6
* [build] reduce framework size for Release builds on macOSKonstantin Käfer2016-11-225-7/+13
* [android] - allow deselection of a MarkerView not found in current viewport (...Tobrun2016-11-221-4/+4
* Add simple map activity to testapp (#7136)Pablo Guardiola2016-11-225-1/+122
* [android] - run all espresso tests on Firebase test lab (#6980)Tobrun2016-11-211-2/+2
* [build] add --gc-sections to Android link flags to reduce binary sizeKonstantin Käfer2016-11-181-0/+9
* [android] - allow compass update without animation (#7094)Tobrun2016-11-181-4/+8
* [core] replace <regex> usage with plain string code to reduce binary sizeKonstantin Käfer2016-11-181-7/+14
* [android] fixed horizontal panning going the opposite directionFredrik Karlsson2016-11-182-12/+8
* [test] Check all zoom levels in Annotations.SymbolAnnotationBruno de Oliveira Abinader2016-11-181-8/+5
* [core] Sort symbol render tiles prior to renderingBruno de Oliveira Abinader2016-11-183-6/+30
* [core] Cleanup symbol clippingBruno de Oliveira Abinader2016-11-182-28/+21
* [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-1769-1058/+1212
* [core] Add minimal line breaking support for RTL text.Chris Loer2016-11-177-37/+52
* [core] Add ICU package for Bidirectional text support and arabic text shaping.Chris Loer2016-11-179-7/+89
* [core] Use UTF-16 instead of UTF-32 for label features to avoid extra convers...Chris Loer2016-11-1716-39/+40
* [tests] Update test-suiteJohn Firebaugh2016-11-171-1/+1
* [node] Add setZoom and setPitch supportJohn Firebaugh2016-11-174-0/+44
* [node] Revert semantics of Map#renderJohn Firebaugh2016-11-172-30/+40
* [build] don't abort with an error code to allow reporting partial buildsKonstantin Käfer2016-11-171-1/+0
* [build] create separate bitrise build for binary size trackingKonstantin Käfer2016-11-171-7/+34
* [ios, macos] Updated changelog for #7091Minh Nguyễn2016-11-172-0/+2
* [core] cache raster tilesKonstantin Käfer2016-11-171-1/+1
* [core] update native for line property function shaders changes (#6658)Molly Lloyd2016-11-1613-66/+73
* [build] Updated test-suiteBruno de Oliveira Abinader2016-11-171-1/+1
* [linux] Ensure EGL uses OpenGL ES 2.0 client APIBruno de Oliveira Abinader2016-11-173-5/+28
* [build] Added EGL & GLX CI buildsBruno de Oliveira Abinader2016-11-173-44/+103
* [linux] Implement EGL headless backendTiago Vignatti2016-11-177-3/+157
* [test] Use shared headless displayBruno de Oliveira Abinader2016-11-1712-20/+37
* [build] Use npm install --ignore-scriptsJohn Firebaugh2016-11-151-1/+1
* [tests] Disable "ContinuousRendering" test; causing spurious CI failuresJohn Firebaugh2016-11-151-1/+1
* [core] Return to static, per-segment approach to VAOsJohn Firebaugh2016-11-153-42/+10
* [core] Introduce SegmentVectorJohn Firebaugh2016-11-1518-36/+86