Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [macos] Canonicalized another exception nameupstream/1ec5-exception-standardization-12583 | Minh Nguyễn | 2018-08-15 | 2 | -1/+4 |
| | |||||
* | [android] hide peer constructors | Łukasz Paczos | 2018-08-15 | 20 | -20/+20 |
| | |||||
* | [android] bumped Snapshot version building on master to 6.5.0 | Łukasz Paczos | 2018-08-15 | 1 | -1/+1 |
| | |||||
* | [android] - store release so files with debugging information | tobrun | 2018-08-15 | 1 | -0/+21 |
| | |||||
* | [build] make sure we're also updating the mapbox-ios-events submodule | Konstantin Käfer | 2018-08-14 | 1 | -2/+7 |
| | |||||
* | [core] recreate offline database when it is deleted out from under our feet | Konstantin Käfer | 2018-08-14 | 4 | -18/+26 |
| | |||||
* | WIP: use expected<T, E> for passing on errors | Konstantin Käfer | 2018-08-14 | 19 | -170/+156 |
| | |||||
* | [test] add test for pending offline download when the disk is full | Konstantin Käfer | 2018-08-14 | 1 | -1/+77 |
| | |||||
* | [core] harden OfflineDatabase | Konstantin Käfer | 2018-08-14 | 16 | -352/+1150 |
| | |||||
* | [build] vendor std::expected polyfill | Konstantin Käfer | 2018-08-14 | 6 | -0/+1762 |
| | |||||
* | Guides -> Appendices | Nadia Barbosa | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Rename link title | Nadia Barbosa | 2018-08-14 | 3 | -3/+3 |
| | |||||
* | Fix line break | Nadia Barbosa | 2018-08-14 | 2 | -2/+4 |
| | |||||
* | Addiional darwin fixes and Jazzy template updates | Nadia Barbosa | 2018-08-14 | 4 | -9/+5 |
| | |||||
* | Update darwin docs | Nadia Barbosa | 2018-08-14 | 2 | -3/+3 |
| | |||||
* | Fix typo | Nadia Barbosa | 2018-08-14 | 1 | -2/+1 |
| | |||||
* | Edit link | Nadia Barbosa | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | [ios] Remove duplicated guides | Nadia Barbosa | 2018-08-14 | 19 | -219/+4 |
| | |||||
* | [core] Fix querying for annotations near tile boundaries at high zoom. | Chris Loer | 2018-08-14 | 6 | -1/+24 |
| | | | | | | | | 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 compare | Vladimir Kondrashov | 2018-08-14 | 3 | -4/+4 |
| | |||||
* | [core] add test for comparing filter name to id | Konstantin Käfer | 2018-08-14 | 1 | -0/+4 |
| | |||||
* | Fix to textureview transparent background testapp activity (#12605) | Langston Smith | 2018-08-14 | 2 | -3/+2 |
| | | | | | | * removed comma * removed map style declaration in xml | ||||
* | [windows] Fix build on Windows | Thiago Marcos P. Santos | 2018-08-14 | 1 | -0/+1 |
| | | | | Include what you use. | ||||
* | [core] Don't default-show text/icons that depend on the placement of a ↵ | Chris Loer | 2018-08-13 | 5 | -3/+17 |
| | | | | | | paired icon/text Fixes issue #12483. | ||||
* | [core] Factor out setVisibility conversion | John Firebaugh | 2018-08-13 | 12 | -130/+30 |
| | |||||
* | [core] Optimize generated set{Paint,Layout}Property code | John Firebaugh | 2018-08-13 | 14 | -1292/+2261 |
| | |||||
* | [core] Eliminate setProperty & co. | John Firebaugh | 2018-08-13 | 35 | -401/+2374 |
| | |||||
* | [android] temporarily disable CustomGeometrySource tests | Łukasz Paczos | 2018-08-13 | 1 | -0/+3 |
| | |||||
* | [docs] Changelog entries for symbol-placement: line-center | Chris Loer | 2018-08-13 | 3 | -0/+3 |
| | |||||
* | [android] - use uncoverted bearing value for latlngbounds calculation | tobrun | 2018-08-13 | 2 | -1/+33 |
| | |||||
* | typo fix (#12593) | Langston Smith | 2018-08-10 | 1 | -1/+1 |
| | |||||
* | [android] shutting down thread pool of the CustomGeometrySource when the ↵ | Łukasz Paczos | 2018-08-10 | 8 | -26/+198 |
| | | | | source is destroyed | ||||
* | [android, linux] Upgrade to SQLite 3.24.0, compiled to minimize binary size | John Firebaugh | 2018-08-10 | 4 | -13/+17 |
| | |||||
* | Update mbgl.cmake | Vladimir Kondrashov | 2018-08-10 | 1 | -4/+4 |
| | |||||
* | [qt] Use FollowRedirectsAttribute in network requests | Paolo Angelelli | 2018-08-10 | 1 | -1/+4 |
| | |||||
* | [core] Fix build when building Qt Location plugin for Android | Sudarsana Babu Nagineni | 2018-08-10 | 3 | -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 errors | Minh Nguyễn | 2018-08-09 | 3 | -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 sheet | Minh Nguyễn | 2018-08-09 | 2 | -29/+223 |
| | |||||
* | changed version of mapbox services to 3.4.1 (#12594) | Osana Babayan | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | [ios] Remove Xcode 7 compatibility typedefs | Jason Wray | 2018-08-09 | 1 | -7/+0 |
| | |||||
* | [ios] Standardize exception definitions | Jason Wray | 2018-08-09 | 27 | -52/+105 |
| | |||||
* | [android] - changelog for 6.4.0-beta.1 | Łukasz Paczos | 2018-08-09 | 1 | -0/+6 |
| | |||||
* | [android] - telemetry bump to 3.1.5 | Łukasz Paczos | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | [ios] Add MGLMapViewDecelerationRate typed enum | Jason Wray | 2018-08-09 | 3 | -6/+13 |
| | | | | Improves Swiftiness by allowing type-omission, à la `mapView.decelerationRate = .fast` and such. | ||||
* | [macos] Removed bogus library search path | Minh Nguyễn | 2018-08-08 | 1 | -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 Rex | 2018-08-08 | 4 | -3/+4 |
| | |||||
* | [build] Print binary size stats to CI logs, too | Jason Wray | 2018-08-08 | 1 | -3/+3 |
| | |||||
* | Revert "[core] Replace Boost.Spirit with std::regex in CacheControl::parse()" | Bruno de Oliveira Abinader | 2018-08-08 | 2 | -16/+21 |
| | | | | This reverts commit 990b3b11b9427ffd86f693d3f4c3dd351891e5d0. | ||||
* | [build] Run expression tests in node-gcc6-debug job | John Firebaugh | 2018-08-08 | 1 | -0/+1 |
| | |||||
* | [build] Update gl-js | John Firebaugh | 2018-08-08 | 7 | -47/+46 |
| |