summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/Style.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] clear the style object when the map is destroyedŁukasz Paczos2019-03-201-3/+4
|
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-151-5/+5
|
* [android] add plural style builder methodsŁukasz Paczos2019-03-041-0/+87
|
* [android] expose symbol placement transition duration optionŁukasz Paczos2019-02-041-4/+19
|
* Add image support with drawable overload (#13793)Tobrun2019-01-281-0/+56
| | | * [android] - add addImage support that takes a Drawable as parameter
* [android] - optimise interface definitiontobrun2019-01-151-11/+79
|
* [android] - introduce NativeMap abstraction, remove static code block ↵tobrun2019-01-151-35/+35
| | | | removal utility
* [android] - update link from API docs (#13692)Heather Stenson2019-01-101-2/+2
|
* [android] update core stylesŁukasz Paczos2018-12-191-5/+5
| | | | | | | | | includes: streets-v11 outdoors-v11 light-v10 dark-v10 satellite-streets-v11
* [android] - introduce validateState, add illegal state exception to all ↵tobrun2018-12-101-129/+43
| | | | invocations, add test
* [android] - throw exception when another style is loading, correct ↵tobrun2018-12-101-16/+30
| | | | RuntimeStyleTest when removing layer at, add javadoc to isFullyLoaded
* [android] - optimise loaded style for location component, expose isFullyLoadedTobrun2018-12-101-8/+125
|
* [android] - make style part of location component activation, add tests for ↵Tobrun2018-12-101-4/+8
| | | | non existing style and multiple style loading, revisit code comments
* [android] - add unit tests for Style.java APITobrun2018-12-101-27/+28
|
* [android] - add missing javadoc on public API methods around StyleTobrun2018-12-101-1/+1
|
* [android] - use builder json/url for constructing style objectTobrun2018-12-101-8/+12
|
* [android] move style callback invocation to MapboxMapŁukasz Paczos2018-12-101-34/+19
|
* [android] - cleanup imagesTobrun2018-12-101-0/+8
|
* [android] - introduce StyleCallback, make parent class for StateCallbackTobrun2018-12-101-4/+6
|
* [android] - limit visibility, clear callbacksTobrun2018-12-101-2/+2
|
* [android] - infer nullify on Style.javaTobrun2018-12-101-19/+35
|
* [android] - ignore location component unit test, update light test, update ↵Tobrun2018-12-101-1/+1
| | | | activity integration
* [android] - add class level javadoc to Style.javaTobrun2018-12-101-1/+6
|
* [android] - add more layer add options, add sdf support to image and add javadocTobrun2018-12-101-30/+204
|
* [android] - decouple style loading from OnMapReadyTobrun2018-12-101-37/+97
|
* [android] - move all style methods to Style.javaTobrun2018-12-101-3/+52
|
* [android] - expose style builderTobrun2018-12-101-0/+57
|
* [android] - move all layer, source, image, light and transition ↵Tobrun2018-12-101-2/+226
| | | | configurations to style.java
* [android] - cleanup old style java constants file, migrate style transition ↵Tobrun2018-12-101-1/+105
| | | | to Style.java
* [android] - Style.javaTobrun2018-12-101-0/+71