summaryrefslogtreecommitdiff
path: root/platform/android/src
Commit message (Expand)AuthorAgeFilesLines
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-132-6/+16
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-072-5/+5
* [android] Remove UnknownLayerMikhail Pozdnyakov2018-11-072-76/+0
* [android] layers.cpp/hpp -> layer_manager.cpp/hppMikhail Pozdnyakov2018-11-074-3/+3
* [core][android] Implement LayerManager for AndroidMikhail Pozdnyakov2018-11-0730-193/+560
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-3112-234/+275
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-252-127/+42
* [android] "format" expression supportŁukasz Paczos2018-10-247-2/+102
* [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