summaryrefslogtreecommitdiff
path: root/platform/android/scripts/generate-style-code.js
Commit message (Collapse)AuthorAgeFilesLines
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+3
| | | | | Co-Authored-By: Konstantin Käfer <mail@kkaefer.com> Co-Authored-By: Anand Thakker <anandthakker@users.noreply.github.com> Co-Authored-By: Minh Nguyễn <1ec5@users.noreply.github.com>
* [build] Always use style-code's writeIfModified to unify file updatesKonstantin Käfer2018-01-241-0/+1
|
* [build] Add temporary modifications to style spec + shadersKonstantin Käfer2018-01-241-1/+1
| | | | This ensures that the generated code matches what is checked in. Remove those temporary modifications once we add the features to master.
* Implement icon-anchor propertyLauren Budorick2017-08-281-0/+6
|
* [android] - run MapboxMap invocations to ui thread for instrumentation tests ↵Tobrun2017-06-121-2/+2
| | | | (#9198)
* [android] - add binding support for Light (#9013)Tobrun2017-05-261-4/+89
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-3/+0
|
* [android] fix units in runtime styling javadoc (#8161)Pablo Guardiola2017-02-231-1/+4
|
* [core] Update gl-js; fix $id filters with GeoJSON sourceJohn Firebaugh2017-02-081-1/+1
|
* [android] data driven style implementationIvo van Dongen2017-02-021-1/+12
|
* [build] Use style-spec from gl-js monorepoJohn Firebaugh2017-02-011-1/+1
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-11/+11
|
* [darwin, android] SDK bindings for circle-stroke propertiesJohn Firebaugh2016-12-091-2/+2
|
* [build] don't rewrite style code for every buildKonstantin Käfer2016-11-091-32/+10
| | | | | | revert of 93166aef482ea5835d87231f88d369449398ccdf On Android, we always rewrote the style code files, which lead to gratuitous recompiles
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-1/+1
|
* [android] - move instrumentation test code to correct package for Android ↵Tobrun2016-10-201-2/+2
| | | | Studio run configurations integration. (#6748)
* [android] fix android style code gen scriptIvo van Dongen2016-10-171-1/+1
|
* [android] javadoc - inter-link style properties properlyIvo van Dongen2016-10-051-32/+98
|
* update style generation code for new style spec enum values docs (#6508)Justin R. Miller2016-09-301-2/+12
| | | | | | Documentation for enum values landed in mapbox/mapbox-gl-style-spec#510. This updates Android, iOS, and macOS documentation code gen scripts to capitalize on them.
* [android] #5610 - Runtime style api - part 2Ivo van Dongen2016-08-021-16/+108
|
* [android] #5610 - Initial Runtime Style BindingsIvo van Dongen2016-07-261-0/+114
[android] #5610 - Adjusted public api after discussion [android] #5610 - added jni binding for NativeMapView#getLayer [android] #5610 - Added initial test Activity [android] #5610 - Started on NativePeer implementation for Layer [android] #5610 - replaced low-level jni code with high-level for native getLayer [android] 5610 - completed basic layer peer class - constructible from java and c++ [android] #5610 - removed reference that was redundant and causing the finalizer exception [android] #5610 - Added a property peer [android] #5610 - added value type to do type conversions - wip [android] #5610 - simplified property conversion approach - wrapped value with jenv [android] #5610 - added some more value conversions [android] #5610 - Finished conversion for basic types [android] #5610 - allow color's to be set as either an android color int or a String to support all formats in the spec [android] #5610 - encode color ints as rgba to retain alpha channel [android] #5610 - recalculate classes after paint property [android] #5610 - more examples [android] #5610 - fixed the example [android] #5610 - cleaned up example code before continueing [android] #5610 - added layout property example [android] #5610 - set visibility on layer [android] #5610 - added removeLayer and example [android] #5610 - added more type conversions [android] #5610 - Started on peer classes for layer implementations - WIP [android] #5610 - First complete layer subclass peer implementation [android] #5610 - added a little bit of structure before adding the other layer types [android] #5610 - generate the c++ headers from the style spec [android] #5610 - make sure the visibility is set as a string [android] #5610 - Generate c++ layer peer class implementations from the style spec [android] #5610 - generate java layer peer classes [android] #5610 - cleanup comments [android] #5610 - register all c++ peer classes with jni [android] #5610 - addLayer [android] #5610 - comment out broken case [android] #5610 - Sources api - very much WIP [android] 5610 - GeoJson source implementation and geojson conversion [android] #5610 - cleanup add source/layer example a bit [android] #5610 - initial filter api [android] #5610 - Added filter api on the relevant Layer classes [android] #5610 - raster layer is not filterable [android] #5610 - actually make it compile [android] #5610 - completed filter implementation [android] #5610 - Vector and Raster Source + examples [android] #5610 - removed superfluous interface, moved filters to the correct package [android] #5610 - fixed comments [android] #5610 - moved tests to the right package [android] #5610 - hide difference between paint and layout properties in public api, make more performant set method for proeprties [android] #5610 - fix rebase issue