summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/style/BackgroundLayerTest.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - run MapboxMap invocations to ui thread for instrumentation tests ↵Tobrun2017-06-121-114/+170
| | | | (#9198)
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-16/+25
|
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-211-51/+44
|
* [android] - expose source layer identifier (#8709)Tobrun2017-04-191-1/+0
|
* [android] - transition options for layer properties (#8509)Tobrun2017-03-311-0/+38
| | | | | [android] fixup highlevel bindings for transition options finish integration
* [android] Refactor composite stop types and conversionsIvo van Dongen2017-02-091-3/+1
|
* [android] data driven style implementationIvo van Dongen2017-02-021-36/+101
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-6/+6
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-81/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] - 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-12/+11
|
* [android] - move instrumentation test code to correct package for Android ↵Tobrun2016-10-201-0/+136
Studio run configurations integration. (#6748)