summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/style/RuntimeStyleTests.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-211-41/+13
|
* [android] insert layer at indexIvo van Dongen2017-02-281-0/+35
|
* [android] remove layer at indexIvo van Dongen2017-02-281-0/+25
|
* [android] insert layer aboveIvo van Dongen2017-02-281-3/+40
|
* [android] remove source returns referenceIvo van Dongen2017-02-281-1/+2
|
* [android] remove layer returns referenceIvo van Dongen2017-02-281-1/+2
|
* [android] source list accessor + exampleIvo van Dongen2017-02-281-0/+20
|
* [android] layer list accessor + exampleIvo van Dongen2017-02-281-0/+24
|
* [android] remove nonexistent layer or source handlingIvo van Dongen2017-02-231-27/+5
|
* [android] fix reference table overflow in query rendered featuresIvo van Dongen2017-02-081-20/+36
|
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-18/+18
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-139/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 duplicate layer id exception handlingIvo van Dongen2016-12-121-0/+9
|
* [android] test duplicate source id exception handlingIvo van Dongen2016-11-301-3/+10
|
* [android] return source ownership on removeIvo van Dongen2016-11-141-0/+49
|
* [android] return layer ownership on removeIvo van Dongen2016-11-141-1/+21
|
* [android] fix layer ownershipIvo van Dongen2016-11-111-6/+2
|
* [android] - instrumentation tests upgrade, move view checking to utility ↵Tobrun2016-11-091-34/+54
| | | | | | | | | | | | | | | | | | | | | | | | | class, remove inheritance in runtime style test (#6803) update gitignore for generated tests add camera move test add realtime geojson to be excluded when generating Activity sanity tests by default show workaround for showing a MapView in a dialog add annotation tests remove older camera tests, introduce tests for move, ease and animate, bring back setLatLng and getLatLng on MapView, add tests for internal camera API. compass view tests add tests for attribution and logo. fix annotation tests Rename Actiivity test class, split up annotation tests, added MarkerView tests, added infowindow tests, added MyLocationView tests fix addRemoveLayer test by integrating map interactions inside a ViewAction
* [android] - move instrumentation test code to correct package for Android ↵Tobrun2016-10-201-0/+100
Studio run configurations integration. (#6748)