summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * [ios, macos] Factored out tile URL template guideMinh Nguyễn2017-05-168-177/+326
| | * [ios, macos] edited identity interpolation mode documentation (#8657)Jordan Kiley2017-05-151-3/+3
| | * [android] - publish SNAPSHOT from release 5.1.0 branch (#8995)Tobrun2017-05-151-1/+1
| | * [android] - MarkerView deselect events with OnMarkerViewClickListener integra...Tobrun2017-05-151-5/+8
| | * [android] Release android-v5.1.0-beta.2 (#8976)Tobrun2017-05-1233-99/+468
| | * [core, android, ios, macos] Added Traffic Day/Night to default stylesMinh Nguyễn2017-05-1214-39/+170
| | * [ios, macos] Undeprecated unversioned style URL factory methodsMinh Nguyễn2017-05-127-59/+124
| | * [ios, macos] Updated documented default style versionMinh Nguyễn2017-05-122-19/+6
| | * [core, android, ios, macos, qt] v10 default stylesMinh Nguyễn2017-05-1211-21/+22
| | * [android] - update proguard config, allow debug mimification, update OkHttp t...Tobrun2017-05-124-87/+9
| | * [android] - update LOST to 2.3.0 (#8872)Tobrun2017-05-125-21/+11
| | * [android] - avoid crashing when deleting already deleted region (#8920)Tobrun2017-05-111-21/+27
| | * [android] - keep observer when timeout occurs, make observer param nullable, ...Tobrun2017-05-112-11/+16
| | * [core] When a layer is added, reload its source's tilesJohn Firebaugh2017-05-112-15/+16
| | * [android] Update release script to support CircleCI builds (#8950)Antonio Zugaldia2017-05-111-25/+23
* | | [qt] Pass size in QMapboxGLTest's QMapboxGL ctorBruno de Oliveira Abinader2017-07-051-1/+2
|/ /
* | [core] Factor timePoint initialization: take 2Bruno de Oliveira Abinader2017-07-043-6/+9
* | [test] Added API.ZoomHistoryBruno de Oliveira Abinader2017-07-043-0/+62
* | [test] Use test::checkImage in API.RepeatedRenderBruno de Oliveira Abinader2017-07-042-9/+5
* | [core] Bind only active attributes in order to avoid exceeding attribute limi...Lauren Budorick2017-06-293-6/+64
* | [android] - keep state of initial overlain views margins (#9391)Tobrun2017-06-291-16/+29
* | [core] Check if frameZoom is NaN in Transform::flyTo callbackBruno de Oliveira Abinader2017-06-282-0/+10
* | [core] Clamp to scale boundaries in TransformState::setLatLngZoomBruno de Oliveira Abinader2017-06-282-1/+17
* | [android] remove tile cache size customizationIvo van Dongen2017-06-273-52/+5
* | [ios] remove tile cache size customizationIvo van Dongen2017-06-271-40/+0
* | [macos] remove tile cache size customizationIvo van Dongen2017-06-271-21/+0
* | [core] remove tile cache size setterIvo van Dongen2017-06-2714-42/+0
* | [darwin] Assign threads more specific namesJason Wray2017-06-271-1/+2
* | [core] fix render doesn’t flag style mutationIvo van Dongen2017-06-262-2/+28
* | [core] Don't transition new layers on a setStyle operationJohn Firebaugh2017-06-269-22/+48
* | [core] Removed unused methodsThiago Marcos P. Santos2017-06-263-56/+0
* | [darwin] Use ResourceTransform for setting URL transform callbacksThiago Marcos P. Santos2017-06-261-3/+13
* | [android] Use ResourceTransform for setting URL transform callbacksThiago Marcos P. Santos2017-06-262-11/+19
* | [core] Use the ResourceTransform instead of callbacksThiago Marcos P. Santos2017-06-265-30/+67
* | [core] Store pointer instead of referect to the Object in ActorRefThiago Marcos P. Santos2017-06-261-3/+3
* | [core] Introduce the ResourceTransformThiago Marcos P. Santos2017-06-263-0/+41
* | [core] Make the mbgl/actor headers publicThiago Marcos P. Santos2017-06-264-3/+3
* | remove bitrise config file (#9356)Pablo Guardiola2017-06-231-235/+0
* | [android] - build release package once during ci build (#9351)Tobrun2017-06-231-18/+0
* | [build] Switch from Travis CI to CircleCIBruno de Oliveira Abinader2017-06-227-395/+415
* | [build] Updated valgrind suppressionsBruno de Oliveira Abinader2017-06-221-0/+9
* | [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-2225-207/+219
* | [all] Promote Style to public APIJohn Firebaugh2017-06-2242-647/+726
* | [core] Refactor CustomLayer internalsJohn Firebaugh2017-06-2210-85/+70
* | [tests] Add tests for MapObserver::on{WillStart,DidFinish}LoadingMapJohn Firebaugh2017-06-221-0/+50
* | [core] document lifetimes of GeometryTileFeaturesKonstantin Käfer2017-06-211-0/+7
* | [core] retain GeometryTileLayer in SymbolLayoutKonstantin Käfer2017-06-215-14/+21
* | [core] always return owning pointers for GeometryTileData::getLayer()Konstantin Käfer2017-06-219-52/+78
* | [core] switch to vector-tile library for decoding Mapbox vector tilesKonstantin Käfer2017-06-216-252/+65
* | [core] shared feature data for GeoJSONTileData objectsKonstantin Käfer2017-06-211-5/+11