summaryrefslogtreecommitdiff
path: root/platform/android/src/style
Commit message (Expand)AuthorAgeFilesLines
* [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
* [android] - add expression conversion, add getters (#11352)Tobrun2018-03-0813-405/+132
* [android] expose ImageSource coordinates setter (#11262)Łukasz Paczos2018-03-012-1/+9
* [android] - add default heatmap color to getterTobrun2018-03-012-1/+18
* [android] - add heatmap color propertyTobrun2018-03-013-0/+22
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-154-0/+189
* Add options for Custom Geometry Source types to enable clipping and wrapping ...Asheem Mamoowala2018-02-071-1/+1
* [android] - add binding integration for RasterDEMSource, add exampleTobrun2018-01-253-0/+98
* [core] update mapbox-gl-js submodule pinKonstantin Käfer2018-01-242-17/+0
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-236-0/+265
* [android] - fix code generation, remove lamda, fixup color conversion localetobrun2018-01-092-17/+0
* [android] Use inherited javaPeer in CustomGeometrySource C++ peerAsheem Mamoowala2017-11-222-18/+29
* [android] Reuse Java Source objects by holding on to a strong reference in th...Asheem Mamoowala2017-11-2216-157/+166
* [android] Bindings for Custom Geometry SourcesAsheem Mamoowala2017-11-223-0/+172
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-238-113/+111
* [android] CustomLayer - optionally accept a context lost callback functionIvo van Dongen2017-09-222-3/+4
* Implement icon-anchor propertyLauren Budorick2017-08-284-32/+41
* [android] rendering interface changesIvo van Dongen2017-07-1814-51/+65
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-2/+1
* [core] Update shaders.Chris Loer2017-07-122-0/+9
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-062-0/+9
* [all] Promote Style to public APIJohn Firebaugh2017-06-224-2/+6
* [android] Add ImageSource bindingsAsheem Mamoowala2017-06-194-29/+55
* [iOS][macOS] Add ImageSource bindingsAsheem Mamoowala2017-06-192-0/+114
* Merge release-ios-v3.6.0-android-v5.1.0 to master (#9170)Tobrun2017-06-029-0/+506
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-011-2/+1
* [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinatesAsheem Mamoowala2017-06-011-0/+9
* [android] replace branches on layer types with visitorsIvo van Dongen2017-05-232-90/+83
* [android] owning constructor for custom layerIvo van Dongen2017-05-232-0/+6
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-1/+1
* [android] url getter on sourcesIvo van Dongen2017-05-116-2/+26
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-081-12/+2
* [core] Throw exceptions by valueKonstantin Käfer2017-05-052-2/+2
* [android] - add 3D buildings example (#8845)Tobrun2017-05-031-0/+2