summaryrefslogtreecommitdiff
path: root/platform/android/src
Commit message (Expand)AuthorAgeFilesLines
* [core] refactor util::toString to use RapidJSON's stringificationKonstantin Käfer2018-10-232-3/+3
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-4/+13
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-192-11/+10
* [android] Include "must-revalidate" in putResourceWithURLChris Loer2018-10-172-2/+5
* [android] Add OfflineManager.putResourceForURLChris Loer2018-10-172-1/+35
* [android] Minimal Android support for 'format' expressionChris Loer2018-10-152-0/+11
* [android] - replace OnMapChange with specific callbacksTobrun2018-10-112-45/+74
* [android] explicitly set temp directory for SQLite3Konstantin Käfer2018-09-261-0/+4
* [android] expose offline database merge APIŁukasz Paczos2018-09-262-10/+84
* [android] - add binding integration for cross source collisiontobrun2018-09-122-4/+6
* [android] - replace platform default implementation using nunicode for upperc...tobrun2018-09-115-1/+66
* [android] add support for gnustlKonstantin Käfer2018-09-111-0/+2
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-072-0/+8
* [android] jni.hpp 4.0.0John Firebaugh2018-09-07154-2156/+1764
* [android] Simplify annotation conversionJohn Firebaugh2018-09-074-101/+27
* [android] Simplify JSON conversionJohn Firebaugh2018-09-078-236/+82
* [android] Simplify Point conversionJohn Firebaugh2018-09-072-41/+12
* [android] Simplify Feature conversionJohn Firebaugh2018-09-078-129/+55
* [android] Upgrade to latest jni.hppJohn Firebaugh2018-09-07151-1750/+816
* [android] Put function inverses next to each otherJohn Firebaugh2018-09-074-28/+18
* [android] Retain a shared thread pool referenceJohn Firebaugh2018-09-042-4/+7
* [android] - add get source id to supported layer typestobrun2018-09-042-0/+24
* [android] Explicitly delete local JNI referencesJohn Firebaugh2018-08-311-0/+3
* [android] - modularise the sdktobrun2018-08-245-27/+68
* [android] synchronize and coalesce requests targeting the same TileID in the ...Łukasz Paczos2018-08-232-2/+18
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-232-1/+10
* [android] Inline geometry conversionJohn Firebaugh2018-08-212-26/+1
* [android] Simplify enum conversionJohn Firebaugh2018-08-216-465/+9
* [android] Remove unusedJohn Firebaugh2018-08-215-88/+0
* [android] Move conversion code to .cpp filesJohn Firebaugh2018-08-2118-387/+478
* [android] - converting GeoJsonSource Java features to core ones on a worker t...Łukasz Paczos2018-08-212-36/+122
* [android] Make AndroidRendererFrontend to request render once per event loop ...Kiyong Jung2018-08-212-3/+16
* [android] arbitrary offline region geometriesIvo van Dongen2018-08-205-7/+94
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-199-9/+9
* WIP: use expected<T, E> for passing on errorsKonstantin Käfer2018-08-142-20/+23
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-2/+2
* [android] shutting down thread pool of the CustomGeometrySource when the sour...Łukasz Paczos2018-08-105-5/+56
* [core] Replace unique_any with peer from mapbox-bindgenBruno de Oliveira Abinader2018-08-081-2/+2
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-311-13/+0
* [android] Reuse Bitmap, Paint & Canvas instances in LocalGlyphRasterizerKiyong Jung2018-07-272-9/+23
* [android, ios, macos] Generate symbol-placement: line-center wrappersChris Loer2018-07-231-0/+3
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-203-62/+34
* [android] - expose getMap on native_map_viewTobrun2018-07-202-0/+6
* [android] Fix possibly race on undefined behaviorThiago Marcos P. Santos2018-07-171-0/+1
* [android] - fix jni method lookup of GeometryCollection accessor geometries, ...tobrun2018-07-091-1/+1
* [core] - add LatLng for screencoordinate to mapsnapshottertobrun2018-07-055-10/+24
* [android] - add LatLng for pixel conversion feature to MapSnapshottertobrun2018-07-052-0/+5
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-051-5/+5
* [android] - add bearing and pitch to get camera for geometrytobrun2018-07-052-3/+3
* [android] - add bearing and tilt to LatLngBounds, incorporate current tilt an...tobrun2018-07-052-3/+3