summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/EspressoTestUtils.java
AgeCommit message (Collapse)Author
2020-03-23Fixed testsByteHamster
2020-03-19Merge pull request #3943 from ByteHamster/nav-list-fragmentH. Lehmann
Nav list fragment
2020-03-19Updated testsByteHamster
2020-03-18Enabled more checkstyle rulesByteHamster
2020-02-02Enforce SeparatorWrapByteHamster
2019-12-12Read current media from preferences instead of activity->fragment->controllerByteHamster
2019-12-12Try to kill playback service but do not fail if it does not stopByteHamster
Android has no reliable way to stop a service instantly. Calling stopSelf marks allows the system to destroy the service but the actual call to onDestroy takes until the next GC of the system, which we can not influence. Try to wait for the service at least a bit.
2019-12-12Fixed tests on small screensByteHamster
In general, made some tests more stable
2019-10-25Making sure that tests click on preference, not preferenceCategoryByteHamster
2019-10-20Made playback speed test fasterByteHamster
2019-10-04Fixed preferences testsByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-09Added queue testByteHamster
2019-09-01More test cleanupByteHamster
2019-08-11Fixed app integration testsByteHamster