summaryrefslogtreecommitdiff
path: root/platform/android/src/style
Commit message (Expand)AuthorAgeFilesLines
* [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
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-022-5/+8
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-274-0/+274
* [android] - expose source layer identifier (#8709)Tobrun2017-04-193-3/+24
* [android] - derived source attribution (#8630)Tobrun2017-04-132-1/+9
* [android] - transition options for layer properties (#8509)Tobrun2017-03-3118-16/+883
* [android] add option to set geometry and feature on geojson sourceIvo van Dongen2017-03-282-0/+27
* [android] geojson conversion optimisationIvo van Dongen2017-03-287-41/+50
* [core] Internalize rapidjson.hppBruno de Oliveira Abinader2017-03-281-23/+1
* [android] use more appropriate numeric types for filter conversionIvo van Dongen2017-03-283-5/+16
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-237-37/+56
* [android] query source featuresIvo van Dongen2017-03-095-3/+80
* [android] fix ownership of style layer after deleteIvo van Dongen2017-02-2818-15/+176
* [android] add unknown source typeIvo van Dongen2017-02-283-3/+75
* [android] add unknown layer typeIvo van Dongen2017-02-283-3/+85
* [android] jni high level binding refactorIvo van Dongen2017-02-241-1/+0
* [android] Refactor composite stop types and conversionsIvo van Dongen2017-02-0911-69/+293
* [android] data driven style implementationIvo van Dongen2017-02-022-32/+238
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-2729-106/+98
* [darwin, android] SDK bindings for circle-stroke propertiesJohn Firebaugh2016-12-093-2/+29
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-1/+1
* Fix incorrect command comment in templates (#7158)Pablo Guardiola2016-11-2318-18/+18
* [build] move logging to utilKonstantin Käfer2016-11-225-5/+5
* [android] return source ownership on removeIvo van Dongen2016-11-142-0/+15
* [android] return layer ownership on removeIvo van Dongen2016-11-142-0/+15
* [android] fix source ownershipIvo van Dongen2016-11-112-1/+21
* [android] fix layer ownershipIvo van Dongen2016-11-112-5/+25
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-252-3/+1
* [android] geojson source - remove explicit repaint requestsIvo van Dongen2016-10-203-20/+0
* [android] don't delete local reference on value copyIvo van Dongen2016-10-152-19/+32
* [android] Runtime Style Filter enhancements (#6623)Ivo van Dongen2016-10-112-2/+8
* update style generation code for new style spec enum values docs (#6508)Justin R. Miller2016-09-302-4/+4
* Better handling for undefined icon|text-rotation-alignment (#6253)Young Hahn2016-09-211-0/+3
* [android] Sources: peer model, mutability (#6054)Ivo van Dongen2016-09-2112-22/+499