summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] - add collator supportupstream/tvn-wip-collatortobrun2018-08-135-8/+415
|
* typo fix (#12593)Langston Smith2018-08-101-1/+1
|
* [android] shutting down thread pool of the CustomGeometrySource when the ↵Łukasz Paczos2018-08-108-26/+198
| | | | source is destroyed
* [android, linux] Upgrade to SQLite 3.24.0, compiled to minimize binary sizeJohn Firebaugh2018-08-104-13/+17
|
* Update mbgl.cmakeVladimir Kondrashov2018-08-101-4/+4
|
* [qt] Use FollowRedirectsAttribute in network requestsPaolo Angelelli2018-08-101-1/+4
|
* [core] Fix build when building Qt Location plugin for AndroidSudarsana Babu Nagineni2018-08-103-2/+19
| | | | | | | - log2 is not available on Android before API 18. - Android doesn't have 'round' on the std:: namespace when using g++. Co-authored-by: Thiago Marcos P. Santos <thiago@mapbox.com>
* [macos] Play sound when offline pack completes or errorsMinh Nguyễn2018-08-093-0/+29
| | | | Play a sound when an offline pack being added finishes downloading or encounters an error.
* [macos] Added zoom level options to Add Offline Pack sheetMinh Nguyễn2018-08-092-29/+223
|
* changed version of mapbox services to 3.4.1 (#12594)Osana Babayan2018-08-091-1/+1
|
* [ios] Remove Xcode 7 compatibility typedefsJason Wray2018-08-091-7/+0
|
* [ios] Standardize exception definitionsJason Wray2018-08-0927-52/+105
|
* [android] - changelog for 6.4.0-beta.1Łukasz Paczos2018-08-091-0/+6
|
* [android] - telemetry bump to 3.1.5Łukasz Paczos2018-08-091-1/+1
|
* [ios] Add MGLMapViewDecelerationRate typed enumJason Wray2018-08-093-6/+13
| | | | Improves Swiftiness by allowing type-omission, à la `mapView.decelerationRate = .fast` and such.
* [macos] Removed bogus library search pathMinh Nguyễn2018-08-081-4/+0
| | | | Fixed a build warning caused by a nonexistent library search path in the Debug configuration.
* [ios] Updated podspecs and changelog for release-espresso (#12579)Julian Rex2018-08-084-3/+4
|
* [build] Print binary size stats to CI logs, tooJason Wray2018-08-081-3/+3
|
* Revert "[core] Replace Boost.Spirit with std::regex in CacheControl::parse()"Bruno de Oliveira Abinader2018-08-082-16/+21
| | | | This reverts commit 990b3b11b9427ffd86f693d3f4c3dd351891e5d0.
* [build] Run expression tests in node-gcc6-debug jobJohn Firebaugh2018-08-081-0/+1
|
* [build] Update gl-jsJohn Firebaugh2018-08-087-47/+46
|
* [core] Use correct Log::record overload. (#12571)Chris Loer2018-08-081-1/+1
|
* [core] Replace unique_any with peer from mapbox-bindgenBruno de Oliveira Abinader2018-08-0810-499/+315
|
* [core] Replace Boost.Spirit with std::regex in CacheControl::parse()Bruno de Oliveira Abinader2018-08-082-21/+16
|
* [core] Replace remaining dynamic_cast with static_castBruno de Oliveira Abinader2018-08-0815-16/+31
|
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-085-2/+17
| | | | | This patch also bumps geojson-vt-cpp version to 6.6.0, which enables the `lineMetrics` option.
* Handle >2 branches by switching to split[0]Jason Wray2018-08-071-1/+1
|
* [build] Fix CI failure when master and release branch are identicalJason Wray2018-08-071-1/+1
| | | | The search for branches containing the previous hash could return multiple matches on different lines, if, for instance, a newly-cut release branch were identical to master.
* Rename `EvaluationContext::heatmapDensity` to `colorRampParameter`Mikhail Pozdnyakov2018-08-073-8/+8
| | | | | More generic name as the same class member is to be used by the linear gradient properties.
* Update Java Services to v3.4.0 (#12564)Dan Nesfeder2018-08-071-1/+1
|
* [Qt] Add CMake toolchain for QNX platformSudarsana Babu Nagineni2018-08-074-0/+141
| | | | | | This adds CMake toolchain for QNX platform. By using this toolchain, we can compile Mapbox GL Plugin for Qt on QNX platform.
* [build] Update appveyor config to include msvc 2015 and 2017Ivo van Dongen2018-08-071-33/+80
|
* [core] support windows compilation with msvc2017 and clang 6Ivo van Dongen2018-08-072-3/+24
|
* [build] Push binary size history to S3 (#12538)John Firebaugh2018-08-064-1/+142
|
* [android] Enable LTO in release builds (#12546)John Firebaugh2018-08-061-0/+10
|
* [ios, build] Support prereleases in templated release notesJason Wray2018-08-062-23/+53
|
* [Qt] Check if property value is a valid JSON stringBruno de Oliveira Abinader2018-08-064-33/+71
|
* [iOS] Update Events submodule with crash fix (#12542)Randall Lee2018-08-032-0/+1
| | | | | | | | * Update events submodule fixes bug with location manager delegate in the events manager. * Update changelog
* Fix TileJSON conversion to allow single point boundsAsheem Mamoowala2018-08-022-2/+12
|
* [core] don't prefetch tiles for geojson sources (#12529)Molly Lloyd2018-08-021-1/+1
|
* Relax typing for comparison operators (#12537)Anand Thakker2018-08-0211-175/+366
| | | | | | | | | | * Relax typing for comparison operators Ports https://github.com/mapbox/mapbox-gl-js/pull/6961 * Review comments * Lint fixes
* [ios] Update podspecs for alpha.2 (#12531)ios-v4.3.0-alpha.2Julian Rex2018-08-013-3/+3
|
* [ios] Fix location manager null reset.Fabian Guerra2018-08-012-15/+15
|
* [android] changelog for 6.4.0-alpha.2android-v6.4.0-alpha.2Łukasz Paczos2018-08-011-0/+9
|
* [Qt] QMapboxGL::set{Paint,Layout}Property should return boolBruno de Oliveira Abinader2018-08-012-14/+20
|
* [ios, build] Bump CircleCI to Xcode 9.4.1Jason Wray2018-07-311-8/+8
|
* [ios, macos] Enable link-time optimization for iOS release builds (#12502)John Firebaugh2018-07-315-0/+10
|
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-3164-981/+802
|
* [ios] Add preferred FPS setting; vary maximum FPS by device capabilityJason Wray2018-07-316-3/+156
| | | | - Add `MGLMapView.preferredFramesPerSecond`, which can be set with the provided `MGLMapViewPreferredFramesPerSecond` enum values or directly with an integer. - Adaptively set the preferred FPS based on the capabilities of the device: the oldest and least powerful devices are now capped at 30 FPS, which results in a more consistent/smoother experience.
* [core] update parse_date from cURL 7.61.0Konstantin Käfer2018-07-312-108/+100
|