summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/style
Commit message (Expand)AuthorAgeFilesLines
* [android] - move all layer, source, image, light and transition configuration...Tobrun2018-12-101-2/+2
* [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
* [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 colorToRgbaArra...Osana Babayan2018-11-145-67/+11
* [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
* [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
* Revert "[android] - infer nullity"tobrun2018-10-2327-561/+99
* [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 property...Tobrun2018-09-041-2/+4
* [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
* [android] - add line-gradient example, integrate lineProgress expressiontobrun2018-08-232-1/+37
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-232-0/+61
* [android] "collator" and "resolved-locale" expressions supportŁukasz Paczos2018-08-221-34/+562
* [android] - GeoJsonOptions javadoc correction on minZoom level and default va...Tobrun2018-08-221-3/+3
* [core, test] Bump GL JS pin to bring gl-native back in sync with gl-js.Chris Loer2018-08-211-2/+2
* [android] - converting GeoJsonSource Java features to core ones on a worker t...Łukasz Paczos2018-08-211-4/+8
* [android] hide peer constructorsŁukasz Paczos2018-08-1520-20/+20
* [android] shutting down thread pool of the CustomGeometrySource when the sour...Łukasz Paczos2018-08-101-17/+66
* [android] - wait for the initial render to occur before showing the map to th...Tobrun2018-07-272-14/+14
* [android] using @Keep annotation across the project with the help of lint checksŁukasz Paczos2018-07-2627-0/+395
* [android, ios, macos] Generate symbol-placement: line-center wrappersChris Loer2018-07-231-4/+9
* [android] - range alpha between 0 and 1 with android color conversiontobrun2018-06-273-13/+29
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-213-0/+54
* [android] - move match stops conversion to Stop.toExpressionArraytobrun2018-06-121-8/+1
* [android] - fix literal wrapping in comparission expressionstobrun2018-05-291-14/+15
* [android] - allow literal expression property argumentsŁukasz Paczos2018-05-282-2/+7
* [android] - raw expression supportŁukasz Paczos2018-05-283-9/+106
* UI thread checking (#12000)Tobrun2018-05-2520-2/+394
* [android] - improve stop javadoc to include interpolateTobrun2018-05-141-1/+5
* Bump GL JS pin to get tests for global symbol querying.Chris Loer2018-04-251-10/+10
* [android] - match expression doc tweaks (#11691)Łukasz Paczos2018-04-171-0/+4
* Add abs, round, floor, ceil operators (#11653)Anand Thakker2018-04-112-5/+186