summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/style/CircleLayerTest.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - rework instrumentation testsupstream/tvn-instrumentation-test-reworkTobrun Van Nuland2017-04-051-74/+122
|
* [android] - transition options for layer properties (#8509)Tobrun2017-03-311-0/+100
| | | | | [android] fixup highlevel bindings for transition options finish integration
* [android] use PropertyValue for default values in functionsIvo van Dongen2017-03-071-17/+33
|
* [android] Refactor composite stop types and conversionsIvo van Dongen2017-02-091-58/+46
|
* [android] data driven style implementationIvo van Dongen2017-02-021-154/+961
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-27/+27
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-294/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [darwin, android] SDK bindings for circle-stroke propertiesJohn Firebaugh2016-12-091-0/+88
|
* [android] - add uithread annotation and regenerate classes (#7156)Pablo Guardiola2016-11-301-1/+1
|
* [android] - replace Android logs with Timber (#6372) (#7149)Pablo Guardiola2016-11-231-20/+19
|
* [android] - move instrumentation test code to correct package for Android ↵Tobrun2016-10-201-0/+254
Studio run configurations integration. (#6748)