summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * [ios, macos] Light property implementation in MGLStyle (#9043)Fabian Guerra Soto2017-05-2316-1/+624
| | * [ios, macos] changed TRUE -> 'true' (#9059) fixes #9056Jordan Kiley2017-05-192-2/+2
| | * [ios, macos] Updated changelogsMinh Nguyễn2017-05-192-2/+5
| | * [ios] Update podspecs and changelog for iOS v3.5.4Jesse Bounds2017-05-191-0/+5
| | * [ios] Updated podspecs and changelog for v3.5.3 (#8870)Jordan Kiley2017-05-191-0/+3
| | * [ios, macos] Updated `maximumZoomLevel` description, cherry-picked #8818 (#8842)Jordan Kiley2017-05-191-2/+2
| | * [android] - correct bearing conversion when animating the map with jumpTo, ea...Tobrun2017-05-192-4/+4
| | * [ios] Remove annotation view from container view when annotation removed (#9025)Jesse Bounds2017-05-192-0/+2
| | * [ios] Add annotation view initializer with annotation and reuse id (#9029)Jesse Bounds2017-05-194-8/+43
| | * [ios, macos] Change == to = in style function initializersJesse Bounds2017-05-191-3/+3
| | * Observe layout guides (#7716)Fredrik Karlsson2017-05-193-114/+111
| | * [android] - remove marker from selected markers when removing marker from an...Tobrun2017-05-191-0/+9
| | * [core] add error for non-virtual destructor deletes + add virtual dtorsKonstantin Käfer2017-05-195-4/+10
| | * [core] Make destructor virtual to avoid object splicing during destructionKonstantin Käfer2017-05-191-0/+1
| | * [android] - bump tools and support lib version due to SNAPSHOT dependencies (...Tobrun2017-05-192-4/+2
| | * [ios] Telemetry button in modal view controllers (#9027)Jordan Kiley2017-05-171-3/+4
| | * [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