Kore/app/src
Martijn Brekhof b0e6d329f3 Fixed lint errors (#491)
Lint is complaining about the new launcher icons in 'res/mipmap-anydpi-v26'
are not in PNG format. These are now defined in XML and lint is probably
not aware of the new XML format for API v26 and higher.

This also fixes usage of "android:layout_marginEnd". Which is only
supported from API v17.

Added running lintFullRelease to travis-CI build.
2017-12-22 18:20:41 +00:00
..
androidTest Implemented integration tests for the control pad (#476) 2017-10-24 19:36:38 +01:00
instrumentationTest Refactored integration tests to use robolectric (#302) 2016-11-08 11:43:10 +00:00
main Fixed lint errors (#491) 2017-12-22 18:20:41 +00:00
test unit test IDE execution improvements (#463) 2017-10-01 12:34:45 +01:00
testUtils Implemented integration tests for the control pad (#476) 2017-10-24 19:36:38 +01:00