summaryrefslogtreecommitdiff
path: root/platform/android/src/style
Commit message (Expand)AuthorAgeFilesLines
* wipupstream/lp-detached-13521Łukasz Paczos2019-03-056-2/+69
* [core] Simplify util::peerMikhail Pozdnyakov2019-02-281-1/+1
* [android] - remove faulty conversion, explict casting for cluster APItobrun2019-02-071-0/+3
* [android] expose symbol placement transition duration optionŁukasz Paczos2019-02-043-5/+14
* [android, darwin] Fix core-only layer creationMikhail Pozdnyakov2019-01-251-10/+10
* [android] rename required TransitionOptions fieldŁukasz Paczos2019-01-212-3/+3
* Ability to disable any layer using pre-processing flags.Michael Muesch2019-01-171-1/+45
* [android] - expose query feature extensionstobrun2019-01-152-1/+56
* [android] - optimise interface definitiontobrun2019-01-152-0/+16
* [mac, ios] Enable core-only layersMikhail Pozdnyakov2018-12-181-1/+1
* [android] Enable core-only layersMikhail Pozdnyakov2018-12-112-11/+48
* [core, android, darwin] Move layer factories to separate filesMikhail Pozdnyakov2018-12-1011-0/+11
* [core] layermanager folderMikhail Pozdnyakov2018-11-302-2/+2
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-292-1/+9
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-281-0/+2
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-2714-62/+44
* [android] removing plain text getter for "text-field"Łukasz Paczos2018-11-201-10/+17
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-1512-41/+53
* 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-072-1/+1
* [core][android] Implement LayerManager for AndroidMikhail Pozdnyakov2018-11-0728-188/+555
* 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-245-1/+96
* 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-0762-1180/+890
* [android] Simplify Feature conversionJohn Firebaugh2018-09-073-6/+6
* [android] Upgrade to latest jni.hppJohn Firebaugh2018-09-0752-291/+187
* [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] 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] Simplify enum conversionJohn Firebaugh2018-08-215-465/+0
* [android] Remove unusedJohn Firebaugh2018-08-211-24/+0
* [android] Move conversion code to .cpp filesJohn Firebaugh2018-08-2110-97/+124
* [android] - converting GeoJsonSource Java features to core ones on a worker t...Łukasz Paczos2018-08-212-36/+122
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-198-8/+8
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-2/+2
* [android] shutting down thread pool of the CustomGeometrySource when the sour...Łukasz Paczos2018-08-104-4/+53
* [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, 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
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-051-5/+5
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-214-0/+30
* [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-101-7/+5
* Rework expression conversion (#11490)Tobrun2018-04-105-144/+20
* Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-022-8/+4
* Expression filters (#11429)Tobrun2018-03-192-1/+39