summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
...
| | * [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
| | * [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] - MarkerView deselect events with OnMarkerViewClickListener integra...Tobrun2017-05-151-5/+8
| | * [android] Release android-v5.1.0-beta.2 (#8976)Tobrun2017-05-1231-97/+466
| | * [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-1210-19/+20
| | * [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
| | * [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
|/ /
* | [android] - keep state of initial overlain views margins (#9391)Tobrun2017-06-291-16/+29
* | [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
* | [darwin] Assign threads more specific namesJason Wray2017-06-271-1/+2
* | [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-262-23/+35
* | remove bitrise config file (#9356)Pablo Guardiola2017-06-231-235/+0
* | [build] Switch from Travis CI to CircleCIBruno de Oliveira Abinader2017-06-222-5/+12
* | [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-227-21/+23
* | [all] Promote Style to public APIJohn Firebaugh2017-06-2221-154/+173
* | [android] annotate Mapbox class with @UiThread to make clear that it is requi...Pablo Guardiola2017-06-211-0/+1
* | [core] Rename ThreadedObject to ThreadThiago Marcos P. Santos2017-06-217-14/+14
* | [core] Remove util::ThreadThiago Marcos P. Santos2017-06-211-1/+0
* | [android] Replace util::Thread with util::ThreadedObjectThiago Marcos P. Santos2017-06-214-18/+26
* | [core] Convert LocalFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-211-5/+12
* | [core] Convert AssetFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-211-8/+11
* | [core] Convert DefaultFileSource to ThreadedObjectThiago Marcos P. Santos2017-06-211-34/+29
* | [ios] Update SMCalloutView to fix iOS 10 build warningsMinh Nguyễn2017-06-201-0/+0
* | [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-196-15/+158
* | Update changelogs and iOS/macOS style guide for ImageSource bindingsAsheem Mamoowala2017-06-195-4/+21
* | [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-1922-161/+169
* | [android] Add ImageSource bindingsAsheem Mamoowala2017-06-1918-29/+528