summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Collapse)AuthorAgeFilesLines
* [android] arbitrary offline region geometriesIvo van Dongen2018-08-207-7/+223
|
* [build] use plain text files for file lists to simplify integration with ↵Konstantin Käfer2018-08-203-235/+232
| | | | other build systems
* [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-1910-10/+15
|
* [build] simplify Android buildKonstantin Käfer2018-08-191-186/+178
|
* [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)
* [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
|
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-143-20/+24
|
* [core] Fix querying for annotations near tile boundaries at high zoom.Chris Loer2018-08-141-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 Smith2018-08-142-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 Loer2018-08-131-1/+4
| | | | | | paired icon/text Fixes issue #12483.
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-2/+2
|
* [android] temporarily disable CustomGeometrySource testsŁukasz Paczos2018-08-131-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
* changed version of mapbox services to 3.4.1 (#12594)Osana Babayan2018-08-091-1/+1
|
* [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
|
* [core] Replace unique_any with peer from mapbox-bindgenBruno de Oliveira Abinader2018-08-081-2/+2
|
* Update Java Services to v3.4.0 (#12564)Dan Nesfeder2018-08-071-1/+1
|
* [build] Push binary size history to S3 (#12538)John Firebaugh2018-08-061-0/+4
|
* [android] Enable LTO in release builds (#12546)John Firebaugh2018-08-061-0/+10
|
* [android] changelog for 6.4.0-alpha.2android-v6.4.0-alpha.2Łukasz Paczos2018-08-011-0/+9
|
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-312-16/+0
|
* VisibleRegion on rotated bounds (#12135) (#12255)Osana Babayan2018-07-272-38/+148
|
* [android] - wait for the initial render to occur before showing the map to ↵Tobrun2018-07-279-39/+145
| | | | the end-user
* [android] Reuse Bitmap, Paint & Canvas instances in LocalGlyphRasterizerKiyong Jung2018-07-273-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 Paczos2018-07-2666-17/+809
|
* [android] - add minimal touch target to marker click detectionTobrun2018-07-261-3/+18
|
* [android] - changelog for 6.4.0-alpha.1ios-v4.3.0-alpha.1android-v6.4.0-alpha.1Łukasz Paczos2018-07-251-3/+13
|
* [core] Check all bucket dynamic_castsJohn Firebaugh2018-07-241-0/+1
| | | | A mismatch can occur when a layer changes from one type to another.
* [android, ios, macos] Generate symbol-placement: line-center wrappersChris Loer2018-07-233-6/+19
|
* [android] - fix accesstoken validationtobrun2018-07-232-5/+32
|
* [android] - replace deprecated javacompile with getJavaCompiler()tobrun2018-07-231-1/+1
|
* [ios, macos, android] Add changelog entriesJohn Firebaugh2018-07-201-0/+3
|
* [android] Test token strings for icon-image and text-fieldJohn Firebaugh2018-07-202-0/+11
|
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-204-63/+35
|
* [android] - expose getMap on native_map_viewTobrun2018-07-203-1/+7
|
* [android] - update changelog for v6.3.0 finalTobrun2018-07-181-3/+8
|
* [android] VisibleRegion instrumentation testsŁukasz Paczos2018-07-181-0/+342
|
* [android] option to request the visible region restricted by the content paddingŁukasz Paczos2018-07-181-5/+32
|
* [android] Fix possibly race on undefined behaviorThiago Marcos P. Santos2018-07-171-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 Paczos2018-07-171-1/+1
|
* [android] harden map events creationŁukasz Paczos2018-07-171-1/+3
|
* [android] - bump used gradle tools versiontobrun2018-07-171-1/+1
|
* [android] - bump kotlin, timber and okhttp to most recent stable versionsTobrun2018-07-161-3/+3
|
* [build] Move all mason_use statements to a single fileJohn Firebaugh2018-07-131-5/+0
| | | | So its checksum can be used in a CI cache key name.