Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [android] arbitrary offline region geometries | Ivo van Dongen | 2018-08-20 | 7 | -7/+223 |
| | |||||
* | [build] use plain text files for file lists to simplify integration with ↵ | Konstantin Käfer | 2018-08-20 | 3 | -235/+232 |
| | | | | other build systems | ||||
* | [android] obtain paths to file directories on a worker thread | Łukasz Paczos | 2018-08-20 | 5 | -8/+107 |
| | |||||
* | [core] make style/conversion.hpp implementation private | Konstantin Käfer | 2018-08-19 | 10 | -10/+15 |
| | |||||
* | [build] simplify Android build | Konstantin Käfer | 2018-08-19 | 1 | -186/+178 |
| | |||||
* | [android] - update changelog with fixed security vulnerability | Tobrun | 2018-08-16 | 1 | -0/+1 |
| | |||||
* | [android] changelog for v6.4.0 | Łukasz Paczos | 2018-08-16 | 1 | -0/+4 |
| | | | | (cherry picked from commit 5aee8d9) | ||||
* | [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 |
| | |||||
* | WIP: use expected<T, E> for passing on errors | Konstantin Käfer | 2018-08-14 | 3 | -20/+24 |
| | |||||
* | [core] Fix querying for annotations near tile boundaries at high zoom. | Chris Loer | 2018-08-14 | 1 | -0/+1 |
| | | | | | | | | 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. | ||||
* | Fix to textureview transparent background testapp activity (#12605) | Langston Smith | 2018-08-14 | 2 | -3/+2 |
| | | | | | | * removed comma * removed map style declaration in xml | ||||
* | [core] Don't default-show text/icons that depend on the placement of a ↵ | Chris Loer | 2018-08-13 | 1 | -1/+4 |
| | | | | | | paired icon/text Fixes issue #12483. | ||||
* | [core] Eliminate setProperty & co. | John Firebaugh | 2018-08-13 | 1 | -2/+2 |
| | |||||
* | [android] temporarily disable CustomGeometrySource tests | Łukasz Paczos | 2018-08-13 | 1 | -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 | ||||
* | changed version of mapbox services to 3.4.1 (#12594) | Osana Babayan | 2018-08-09 | 1 | -1/+1 |
| | |||||
* | [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 |
| | |||||
* | [core] Replace unique_any with peer from mapbox-bindgen | Bruno de Oliveira Abinader | 2018-08-08 | 1 | -2/+2 |
| | |||||
* | Update Java Services to v3.4.0 (#12564) | Dan Nesfeder | 2018-08-07 | 1 | -1/+1 |
| | |||||
* | [build] Push binary size history to S3 (#12538) | John Firebaugh | 2018-08-06 | 1 | -0/+4 |
| | |||||
* | [android] Enable LTO in release builds (#12546) | John Firebaugh | 2018-08-06 | 1 | -0/+10 |
| | |||||
* | [android] changelog for 6.4.0-alpha.2android-v6.4.0-alpha.2 | Łukasz Paczos | 2018-08-01 | 1 | -0/+9 |
| | |||||
* | [core] Merge DataDrivenPropertyValue into PropertyValue (#12513) | John Firebaugh | 2018-07-31 | 2 | -16/+0 |
| | |||||
* | VisibleRegion on rotated bounds (#12135) (#12255) | Osana Babayan | 2018-07-27 | 2 | -38/+148 |
| | |||||
* | [android] - wait for the initial render to occur before showing the map to ↵ | Tobrun | 2018-07-27 | 9 | -39/+145 |
| | | | | the end-user | ||||
* | [android] Reuse Bitmap, Paint & Canvas instances in LocalGlyphRasterizer | Kiyong Jung | 2018-07-27 | 3 | -24/+46 |
| | | | | | - Make LocalGlyphRasterizer.drawGlyphBitmap() non-static - Store and reuse Bitmap, Paint & Canvas instances | ||||
* | [android] using @Keep annotation across the project with the help of lint checks | Łukasz Paczos | 2018-07-26 | 66 | -17/+809 |
| | |||||
* | [android] - add minimal touch target to marker click detection | Tobrun | 2018-07-26 | 1 | -3/+18 |
| | |||||
* | [android] - changelog for 6.4.0-alpha.1ios-v4.3.0-alpha.1android-v6.4.0-alpha.1 | Łukasz Paczos | 2018-07-25 | 1 | -3/+13 |
| | |||||
* | [core] Check all bucket dynamic_casts | John Firebaugh | 2018-07-24 | 1 | -0/+1 |
| | | | | A mismatch can occur when a layer changes from one type to another. | ||||
* | [android, ios, macos] Generate symbol-placement: line-center wrappers | Chris Loer | 2018-07-23 | 3 | -6/+19 |
| | |||||
* | [android] - fix accesstoken validation | tobrun | 2018-07-23 | 2 | -5/+32 |
| | |||||
* | [android] - replace deprecated javacompile with getJavaCompiler() | tobrun | 2018-07-23 | 1 | -1/+1 |
| | |||||
* | [ios, macos, android] Add changelog entries | John Firebaugh | 2018-07-20 | 1 | -0/+3 |
| | |||||
* | [android] Test token strings for icon-image and text-field | John Firebaugh | 2018-07-20 | 2 | -0/+11 |
| | |||||
* | [core] Replace {Source,Camera,Composite}Function with PropertyExpression | John Firebaugh | 2018-07-20 | 4 | -63/+35 |
| | |||||
* | [android] - expose getMap on native_map_view | Tobrun | 2018-07-20 | 3 | -1/+7 |
| | |||||
* | [android] - update changelog for v6.3.0 final | Tobrun | 2018-07-18 | 1 | -3/+8 |
| | |||||
* | [android] VisibleRegion instrumentation tests | Łukasz Paczos | 2018-07-18 | 1 | -0/+342 |
| | |||||
* | [android] option to request the visible region restricted by the content padding | Łukasz Paczos | 2018-07-18 | 1 | -5/+32 |
| | |||||
* | [android] Fix possibly race on undefined behavior | Thiago Marcos P. Santos | 2018-07-17 | 1 | -0/+1 |
| | | | | | | | `runnable->iter = runnables.end()` assumes that `::end()` is a `static` or `constxpr` and thread-safe. This is likely to be true for most of the implementations. That said we cannot rely on undefined behavior and we should assume the worse case scenario. | ||||
* | [android] bump SNAPSHOT version building on master to 6.4.0 | Łukasz Paczos | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | [android] harden map events creation | Łukasz Paczos | 2018-07-17 | 1 | -1/+3 |
| | |||||
* | [android] - bump used gradle tools version | tobrun | 2018-07-17 | 1 | -1/+1 |
| | |||||
* | [android] - bump kotlin, timber and okhttp to most recent stable versions | Tobrun | 2018-07-16 | 1 | -3/+3 |
| | |||||
* | [build] Move all mason_use statements to a single file | John Firebaugh | 2018-07-13 | 1 | -5/+0 |
| | | | | So its checksum can be used in a CI cache key name. |