summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* [android] obtain paths to file directories on a worker threadŁukasz Paczos2018-08-205-8/+107
|
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-1915-15/+20
|
* [build] simplify Android buildKonstantin Käfer2018-08-191-186/+178
|
* [ios] Add experimental frame rate measurements to MGLMapViewJason Wray2018-08-164-10/+80
| | | | Includes: average frame rate, average frame render duration, and instantaneous frame render duration.
* [android] - update changelog with fixed security vulnerabilityTobrun2018-08-161-0/+1
|
* [android] changelog for v6.4.0Łukasz Paczos2018-08-161-0/+4
| | | | (cherry picked from commit 5aee8d9)
* [ios, macos] Update podspecs for 4.3.0 and 0.10.0 releases. (#12651)Julian Rex2018-08-155-5/+5
|
* [ios, macos] Update change logs prior to release of v4.3.0 (#12650)Julian Rex2018-08-152-4/+8
| | | | | | | * [ios, macos] Update security vulnerability details in changelogs * [ios] Updated change log to reference LTO changes.
* [macos] Fix pod name within docsNadia Barbosa2018-08-151-1/+1
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-08-152-5/+5
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-08-152-4/+12
|
* [macos] Canonicalized another exception nameMinh Nguyễn2018-08-152-1/+4
|
* [macos] Rename Guides to AppendicesNadia Barbosa2018-08-151-1/+1
|
* [android] hide peer constructorsŁukasz Paczos2018-08-1520-20/+20
|
* [android] bumped Snapshot version building on master to 6.5.0Łukasz Paczos2018-08-151-1/+1
|
* [core] recreate offline database when it is deleted out from under our feetKonstantin Käfer2018-08-143-14/+22
|
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-149-95/+94
|
* [core] harden OfflineDatabaseKonstantin Käfer2018-08-146-159/+297
|
* Guides -> AppendicesNadia Barbosa2018-08-141-1/+1
|
* Rename link titleNadia Barbosa2018-08-143-3/+3
|
* Fix line breakNadia Barbosa2018-08-142-2/+4
|
* Addiional darwin fixes and Jazzy template updatesNadia Barbosa2018-08-144-9/+5
|
* Update darwin docsNadia Barbosa2018-08-142-3/+3
|
* Fix typoNadia Barbosa2018-08-141-2/+1
|
* Edit linkNadia Barbosa2018-08-141-1/+1
|
* [ios] Remove duplicated guidesNadia Barbosa2018-08-1419-219/+4
|
* [core] Fix querying for annotations near tile boundaries at high zoom.Chris Loer2018-08-144-0/+4
| | | | | | | | Fixes issue #12472. This commit doesn't address the underlying issues that come from symbolAnnotationTree using a slightly lower precision coordinate system than the annotations themselves. Instead, it just puts a small padding around each tile when it queries for tile data, so that symbols right at the tile boundary will be included in both tiles. The rendering/querying code will take care of only displaying one instance. The padding is in global coordinates, so at higher zoom the padding will be larger in tile units -- this is consistent with precision loss also being greater at higher zoom.
* [core] Fix out of range exception for string compareVladimir Kondrashov2018-08-142-2/+2
|
* Fix to textureview transparent background testapp activity (#12605)Langston Smith2018-08-142-3/+2
| | | | | | * removed comma * removed map style declaration in xml
* [windows] Fix build on WindowsThiago Marcos P. Santos2018-08-141-0/+1
| | | | Include what you use.
* [core] Don't default-show text/icons that depend on the placement of a ↵Chris Loer2018-08-134-1/+8
| | | | | | paired icon/text Fixes issue #12483.
* [core] Eliminate setProperty & co.John Firebaugh2018-08-134-12/+12
|
* [android] temporarily disable CustomGeometrySource testsŁukasz Paczos2018-08-131-0/+3
|
* [docs] Changelog entries for symbol-placement: line-centerChris Loer2018-08-133-0/+3
|
* [android] - use uncoverted bearing value for latlngbounds calculationtobrun2018-08-132-1/+33
|
* 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
* [qt] Use FollowRedirectsAttribute in network requestsPaolo Angelelli2018-08-101-1/+4
|
* [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] Update gl-jsJohn Firebaugh2018-08-084-44/+38
|
* [core] Replace unique_any with peer from mapbox-bindgenBruno de Oliveira Abinader2018-08-082-4/+4
|