Kore/app/src/debug
Francesco Bonazzi b14524963f Stream local files with NanoHTTPD server (#681)
Added local file browser. NanoHTTPD is used to create a local HTTP server to allow to stream files stored on in Android device to Kodi. Added support for multiple local files streaming.
2019-12-03 18:17:19 +00:00
..
assets Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00
java/org/xbmc/kore/testutils Implemented UI tests for PlaylistFragment (#658) 2019-09-30 12:35:17 +01:00
AndroidManifest.xml Stream local files with NanoHTTPD server (#681) 2019-12-03 18:17:19 +00:00
README.md Fixed issue with running many instrumentation tests (#536) 2018-05-03 11:04:04 +01:00

README.md

Resources required for both the local and instrumentation tests.

Note: do not put any tests here! Put local tests that DO NOT need to be executed on an android device in test. Put tests that DO need to run on an android device in androidTest.