summaryrefslogtreecommitdiff
path: root/platform/android
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
* Fix to textureview transparent background testapp activity (#12605)Langston Smith2018-08-142-3/+2
* [core] Don't default-show text/icons that depend on the placement of a paired...Chris Loer2018-08-131-1/+4
* [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 sour...Łukasz Paczos2018-08-108-26/+198
* 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 th...Tobrun2018-07-279-39/+145
* [android] Reuse Bitmap, Paint & Canvas instances in LocalGlyphRasterizerKiyong Jung2018-07-273-24/+46
* [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
* [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
* [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
* [android] - add geojson regression tests for java method look up from JNItobrun2018-07-131-13/+103
* [android] - add convenience method for destroyed state on MapView, can be use...tobrun2018-07-123-4/+19
* [android] - validate if gesture detector is able to handle gesturetobrun2018-07-121-2/+6