summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] Implement platform::Factory::sharedFileSource()upstream/map-refactorBruno de Oliveira Abinader2019-03-0869-424/+690
|
* [core] Remove Constrain mode optionsSudarsana Babu Nagineni2019-03-0818-200/+12
| | | | | | setLatLngBounds() API allows the map to be constrained to certain Lat/Lng limits, so there is no need of having Constrain mode options on Map to constrain the map boundaries.
* [core] Move ThreadPool to coreThiago Marcos P. Santos2019-03-087-9/+1
| | | | It is the same used by all the platforms.
* [node] Remove NodeThreadPoolThiago Marcos P. Santos2019-03-083-88/+0
| | | | Simplify, use the default thread pool, less platform abstraction.
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-03-0879-358/+182
| | | | | | | | | | - Do not carry it over everywhere as parameter, it is a shared instance anyway and the lifecycle is pretty much the app lifecycle from the moment we instantiate a map. - Rename to BackgroundScheduler because it is a Scheduler that will do tasks in the background, we don't make assumptions if it is a thread pool or a single thread. - Most importantly, remove the dependency from `core` on `platform`.
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-0826-50/+326
| | | | | | To simplify the Map constructor, introduce MapOptions interface to define the properties that can be set on a Map.
* [android] publish SNAPSHOTs to oss.jfrog.orgŁukasz Paczos2019-03-086-3/+28
|
* [core] consolidate Axonometric rendering APISudarsana Babu Nagineni2019-03-089-68/+89
| | | | | | | Instead of having individual APIs for setting axonometric and skew options, create ProjectionMode struct that holds all the relevant options for Axonometric rendering and introduce setter/getter on the Map for those options.
* [core] Use ES6 import / export syntax for node test harnessAlexander Shalamov2019-03-085-13/+13
|
* [ios, macos] Fix a bug with multiple format expressions. (#14064)Fabian Guerra Soto2019-03-074-1/+32
| | | | Fixed a bug where `format` expressions using the generic `MGL_FUNCTION` binding ignored multiple formatting parameters.
* [ios] Reset access token state after running testsJason Wray2019-03-075-1/+13
|
* [ios] Enable test run-order randomizationJason Wray2019-03-071-1/+2
|
* [ios] Trigger mobile metrics tests (#14061)Julian Rex2019-03-071-0/+10
|
* [android] changelog for 7.3.0-alpha.1android-v7.3.0-alpha.1Łukasz Paczos2019-03-071-0/+19
|
* [android] get vector drawables using AppCompatResources and set vector ↵Łukasz Paczos2019-03-079-58/+63
| | | | drawables programmatically
* [android] ignore SNAPSHOT buildsŁukasz Paczos2019-03-071-1/+4
|
* [android] build correct POM when publishing to mavenŁukasz Paczos2019-03-079-286/+89
|
* [android] initial additions for bintray plugin setupLangston Smith2019-03-079-5/+172
|
* [ios] Release ios-v4.10.0-alpha.1 (#14056)ios-v4.10.0-alpha.1Jordan Kiley2019-03-064-4/+4
|
* Removed hybrid library table from readmeMinh Nguyễn2019-03-061-8/+1
| | | Most of the hybrid libraries have already been removed. The OSM Wiki has a fuller listing of GL-based libraries enjoying varying levels of maintenance.
* [darwin, build] Explicitly specify number of jobs for CLI buildsJason Wray2019-03-061-2/+4
|
* [build] Adjust CircleCI resource classes and job countsJason Wray2019-03-061-18/+22
|
* [core] util::wrap(): std::fmod is not losslessBruno de Oliveira Abinader2019-03-062-82/+93
|
* Update mapbox-gl-js submodule to v0.53.0Mikhail Pozdnyakov2019-03-0627-863/+920
|
* [core] introduce gfx::Context and move Buffer creation/update methods to itKonstantin Käfer2019-03-065-50/+83
|
* [core] move BufferUsage enum to gfx namespaceKonstantin Käfer2019-03-066-26/+42
|
* [core] rename gl/*_buffer.hpp to gl/*_buffer_resource.hppKonstantin Käfer2019-03-066-6/+6
|
* [core] move VertexBuffer<> to gfx namespaceKonstantin Käfer2019-03-0623-68/+100
|
* [core] move IndexBuffer to gfx namespaceKonstantin Käfer2019-03-0621-49/+85
|
* [core] unify *Buffer/Vector namingKonstantin Käfer2019-03-0617-52/+52
|
* [core] make vertex descriptors constexprKonstantin Käfer2019-03-069-152/+310
|
* [core] remove unused template parameter from gl::IndexBufferKonstantin Käfer2019-03-0616-24/+23
|
* [core] move VertexVector/IndexVector to gfx namespaceKonstantin Käfer2019-03-0620-107/+158
|
* [android] - fix dialog fragment setup, add regression testtobrun2019-03-062-9/+52
|
* [android] - clear callbacks as part of OnDestroy not as part of OnDestroyViewtobrun2019-03-068-7/+94
|
* Add option to prefetch low-resolution tiles (#14031)m-stephen2019-03-063-0/+21
| | | * Add option to prefetch low-resolution tiles
* [build, ios] Replace 'nightly' build with snapshotJason Wray2019-03-057-52/+55
|
* [android] Adding builder pattern for LocationComponent activation (#13941)Langston Smith2019-03-0514-147/+984
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * initial additions of activation builder * [android] refactoring LocationComponentActivationOptions based on code review * [android] initial addition of LocationComponentActivationOptionsTest unit tests * [android] more refactoring based on code review * [android] refactoring test app location examples * [android] espresso test refactor with LocationComponentActivationOptions usage * [android] locationComponent builder instrumentation test tweaks and log removal * [android] method and docs refactoring based @lukaspaczos 's review * [android] locationEngine setting logic refactor * [android] add null locationEngine to stillStaleAfterResuming test * added .locationEngine(null) to other tests * [android] javadocs, method, and test adjustments based on @lukaspaczos review * [android] test tweaks based on Lukasz review
* [ios] Mute warnings about OpenGL deprecation. (#14019)Julian Rex2019-03-051-0/+3
|
* Skip failing render testsMikhail Pozdnyakov2019-03-051-1/+5
|
* [scripts] Disable unsupported style spec featuresMikhail Pozdnyakov2019-03-051-0/+3
|
* update shadersMolly Lloyd2019-03-0512-448/+456
|
* remove unused dem memoryMolly Lloyd2019-03-054-31/+22
|
* [build, darwin] Disable Xcode indexing-while-compiling on CIJason Wray2019-03-045-8/+40
|
* [qt] Also use the base API URL as key for sharing the cache.Thiago Marcos P. Santos2019-03-041-2/+3
| | | | | Otherwise we will have a URL pointing to different servers and potentially different data.
* [android] added areAllGesturesEnabled() method and test (#14022)Langston Smith2019-03-042-0/+27
|
* [core] Organize Map::{move,pitch,scale,rotate}ByBruno de Oliveira Abinader2019-03-042-29/+13
|
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-0410-47/+31
|
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-0437-135/+151
|
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-049-59/+50
|