summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/style/SymbolLayerActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] text-color option for formatted sectionsŁukasz Paczos2019-03-151-71/+129
|
* [android] - update symbol layer example with regression test for symbols ↵tobrun2019-01-101-7/+24
| | | | flashing
* [android] - decouple style loading from OnMapReadyTobrun2018-12-101-36/+41
|
* [android] - move all layer, source, image, light and transition ↵Tobrun2018-12-101-6/+6
| | | | configurations to style.java
* [android] - annotate onMapReady with @NonNullTobrun2018-11-081-1/+1
|
* [android] option to consume map clicks, consuming location clicksŁukasz Paczos2018-10-311-1/+3
|
* [android] renamed format expression options, added format expression exampleŁukasz Paczos2018-10-241-1/+16
|
* Revert "[android] - add NonNull to MapboxMap parameter for onMapReady ↵tobrun2018-10-231-1/+1
| | | | | | callback, removes necessity to add question mark to all mapboxMap invocations" This reverts commit a436fd233f325ddca571e3c61641588e8166a6b4.
* [android] - add NonNull to MapboxMap parameter for onMapReady callback, ↵Tobrun2018-10-121-1/+1
| | | | removes necessity to add question mark to all mapboxMap invocations
* [android] - add selected state paradigm to SymbolLayerActivityTobrun2018-09-251-11/+22
| | | | [android] - update Circle layer activity with cluster configuration
* [android] - example to render symbols offline with resources loaded from assetstobrun2018-08-211-55/+76
|
* [android] - add support for sdf by exposing sdf confiigurationn when calling ↵tobrun2018-06-251-8/+25
| | | | MapboxMap#addImage.
* migrated to use mapbox-java3.0 Osana Babayan2018-02-081-5/+6
| | | | | migrated to use mapbox-java3.0 note that old 2.2.9 telementry is still used though
* [android] - replace anonymous inner classes with lambdaTobrun2017-12-191-38/+34
|
* [android] - add javadoc to test activities. (#8203)Tobrun2017-02-271-1/+1
| | | | | | * [android] - add javadoc to test activities. * fix checkstyle issue
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-8/+8
|
* Test app refactor (#7598)Cameron Mace2017-01-231-15/+0
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-160/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds checkstyle to CI * fixed gradlew path * resolved testapp checkstyle violations * added back mapboxMap variable for test * checkstyle annotations * checkstyle SDK round 1 * maps package checkstyle * rest of SDK checkstyle * checkstyle gesture library * checkstyle test * finished rest of test checkstyle * resolved all checkstyle errors * fixed class name * removed old test file * fixed camera postion test * fixed native crash
* [android] test activity for runtime changes to symbolsIvo van Dongen2016-11-091-0/+214