summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style
Commit message (Collapse)AuthorAgeFilesLines
* [android] - add javadoc URI supported protocolstobrun2019-05-275-23/+335
|
* [android] - use URI instead of URL to enable asset loadingtobrun2019-05-275-20/+171
|
* [android] return color string values in the [0-255] rangeŁukasz Paczos2019-05-221-2/+1
|
* [core] upgrade mapbox-gl-js pin to the most recent versionKonstantin Käfer2019-05-081-1/+1
|
* [core] render extrusions directly in the main framebufferKonstantin Käfer2019-05-081-2/+2
|
* [android] Generate style code for symbol-sort-keyAlexander Shalamov2019-04-173-0/+41
|
* [android] - only perform thread checking in debug builds of the integrating ↵tobrun2019-04-124-7/+12
| | | | app. Use constants for source when thread checking
* [android] add #toString override for formatted sectionsŁukasz Paczos2019-04-012-0/+18
|
* [core] auto value for 'text-justify' fieldMikhail Pozdnyakov2019-03-291-0/+5
|
* [core] Enable 'text-radial-offset' propertyMikhail Pozdnyakov2019-03-292-2/+38
|
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-292-0/+36
|
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-152-16/+142
|
* [android] get vector drawables using AppCompatResources and set vector ↵Łukasz Paczos2019-03-071-2/+2
| | | | drawables programmatically
* [android] - add missing package-info.java files to packages for javadoc ↵tobrun2019-02-221-0/+4
| | | | generation
* [android] expose symbol placement transition duration optionŁukasz Paczos2019-02-041-5/+49
|
* [android] - ignore lint complaints about array min sizetobrun2019-01-211-0/+5
|
* [android] - add library loading to peer objectstobrun2019-01-212-0/+11
|
* Revert "[android] - add library loading to peer objects"tobrun2019-01-172-11/+0
| | | | This reverts commit 16718b0df77119dd4bbebc383bfbd70afb1c0518.
* [android] - add library loading to peer objectstobrun2019-01-172-0/+11
|
* [android] - expose query feature extensionstobrun2019-01-151-0/+57
|
* [android] - optimise interface definitiontobrun2019-01-151-0/+2
|
* [android] - move all layer, source, image, light and transition ↵Tobrun2018-12-101-2/+2
| | | | configurations to style.java
* [android] - Style.javaTobrun2018-12-103-0/+31
|
* [android] expose Formatted text-field setterŁukasz Paczos2018-12-045-15/+39
|
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-292-0/+36
|
* Add specific name logging in failure scenarios of PropertyValueSteve2018-11-211-3/+3
| | | Hard to track down value/expression issues currently when they are not being named.
* [android] removing plain text getter for "text-field"Łukasz Paczos2018-11-206-98/+70
|
* [android] getting a constant layer filter fixŁukasz Paczos2018-11-2012-37/+47
|
* [android] Removed previously deprecated colorToRgbaString and ↵Osana Babayan2018-11-145-67/+11
| | | | | colorToRgbaArray (#13337) from PropertyFactory
* [android] - nullify codebase with annotationsTobrun2018-11-0729-101/+571
|
* initial tweaks (#13295)Langston Smith2018-11-071-83/+83
|
* [android] Remove UnknownLayerMikhail Pozdnyakov2018-11-071-27/+0
|
* [android] verify if `text-field` is not null before performing compatibility ↵Łukasz Paczos2018-11-062-8/+18
| | | | operations
* [android] improved CustomGeometrySource constructor typingŁukasz Paczos2018-11-022-4/+50
|
* [android] Change CustomGeometrySource() signature to be Kotlin friendly (#13178)Osana Babayan2018-10-311-5/+5
|
* [android] - remove java 8 language featuresTobrun2018-10-311-1/+1
|
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-243-9/+12
|
* [android] "format" expression supportŁukasz Paczos2018-10-246-48/+491
|
* [android] Minimal Android wrapper on 'format' expressionChris Loer2018-10-241-1/+6
| | | | For converting to Java types, flatten 'text-field' back to a string.
* Revert "[android] - infer nullity"tobrun2018-10-2327-561/+99
| | | | This reverts commit 617742710852a5a958a13f2b659f8c307973e49d.
* [android] - infer nullityTobrun2018-10-1227-99/+561
|
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-073-0/+55
|
* [android] "is-supported-script" expression supportŁukasz Paczos2018-09-071-0/+60
|
* [android] MapStrictMode implementationŁukasz Paczos2018-09-041-0/+2
|
* [android] - provide correct expression integration for newly created ↵Tobrun2018-09-041-2/+4
| | | | property values
* [android] - add get source id to supported layer typestobrun2018-09-0410-0/+95
|
* [android] - add quotes to toString representation of a String literalTobrun2018-09-041-8/+5
|
* [android] - modularise the sdktobrun2018-08-241-7/+7
|
* [android] synchronize and coalesce requests targeting the same TileID in the ↵Łukasz Paczos2018-08-231-42/+152
| | | | CustomGeometrySource
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-232-1/+37
|