summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/androidTest/java/com/mapbox/mapboxsdk/testapp/camera/CameraMoveTest.java
Commit message (Collapse)AuthorAgeFilesLines
* [android] - run MapboxMap invocations to ui thread for instrumentation tests ↵Tobrun2017-06-121-156/+148
| | | | (#9198)
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-211-40/+14
|
* [android] - ignore device dependant tests (#8063)Tobrun2017-02-151-0/+10
|
* Adds checkstyle to CI (#7442)Cameron Mace2016-12-161-195/+210
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] - move camera logic to dedicated transform class (#6919)Tobrun2016-11-231-0/+1
| | | | | | | | * [android] - move camera logic to dedicated transform class post camera updates to the message queue, this makes calling an new camera update in the on finish of another update possible. Simplify transform.java implementation. * fail the step if instrumentation tests fail, fixup typo
* [android] - instrumentation tests upgrade, move view checking to utility ↵Tobrun2016-11-091-0/+236
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