summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/playback
AgeCommit message (Collapse)Author
2021-01-22Split up filter model and database handlingByteHamster
2020-08-29Move remaining preference to AndroidX preferenceTacoTheDank
2020-05-21Disabled auto update for testsByteHamster
2020-04-21added media to queue when playing (#4058)Michael White
2020-04-10Allow Proguard to optimize androidx packagesByteHamster
This reduces the method count from 64k to 44k and the apk size from 8MB to 7MB
2020-02-07Fixed tests compilationByteHamster
2019-12-12Ignore PlaybackTest on CIByteHamster
2019-12-12Read current media from preferences instead of activity->fragment->controllerByteHamster
2019-12-12Making sure to not click the wrong listByteHamster
We might have multiple lists with the same ID in the hierarchy
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-12Do not try to click play in off-screen listByteHamster
2019-12-12Don't load queue multiple timesByteHamster
2019-12-12Replaced inheritance with parameterized testByteHamster
2019-12-12Making sure that activity is finished when deleting feed dataByteHamster
2019-12-12Give the test some more timeByteHamster
Also, use 30sec to prevent passing because of playback finished instead of skipping
2019-12-12Fixed tests on small screensByteHamster
In general, made some tests more stable
2019-11-28Simplified playback testByteHamster
2019-11-12Fixed some testsByteHamster
2019-10-25Making sure that tests click on preference, not preferenceCategoryByteHamster
2019-10-20Removed code duplication from playback tests, added test for ExoPlayerByteHamster