summaryrefslogtreecommitdiff
path: root/app/src/androidTest
AgeCommit message (Collapse)Author
2019-12-19Ignore more playback related tests on CIByteHamster
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-12Fixed asset not being foundByteHamster
2019-12-12Fixed test if wifi is disabledByteHamster
2019-12-12Replaced inheritance with parameterized testByteHamster
2019-12-12Fixed cases where one failing test broke all following testsByteHamster
Select a random port for the http server, so we do not get EADDRINUSE
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-12-02Removed intendation monsterByteHamster
2019-12-01Merge pull request #3653 from ByteHamster/test-playback-speedH. Lehmann
Added test for changing playback speed
2019-12-01Added test for changing playback speedByteHamster
2019-11-28Merge pull request #3656 from ByteHamster/fix-tests3H. Lehmann
More test fixes
2019-11-28Simplified playback testByteHamster
2019-11-28Fixed episode cleanup test on small screensByteHamster
2019-11-28Fixed drawer tests when having a small screenByteHamster
2019-11-28Fixed db cleanup testsByteHamster
Cleanup is currently just enabled if autodownload is enabled
2019-11-22Fixed some lint errorsByteHamster
2019-11-12Merge pull request #3604 from ByteHamster/fix-testsH. Lehmann
Speed up some tests
2019-11-12Switched to awaitilityByteHamster
Test now takes only half of the time
2019-11-12Fixed some testsByteHamster
2019-11-06respect download order - dequeue upon cancelling downloadorionlee
2019-11-06refactor downloadMedia() - make DownloadService accepts a batch of ↵orionlee
DownloadRequests. - the DB logic originally in DBTasks.downloadFeedItems() are moved to DownloadService.
2019-11-06Refactor downloadMedia() : move entry points to DownloadRequester (from DBTasks)orionlee
2019-11-05code style fixesorionlee
2019-11-05test fix: ensure test is not dependent on UserPreferences's enqueueLocationorionlee
2019-11-05AFTER_CURRENTLY_PLAYING enqueue location option - test boundary condition ↵orionlee
handling
2019-11-05enqueue location: use the new 3-value settingsorionlee
2019-11-05#2652 the UI of a new setting enqueue locationorionlee
- replaced existing enqueue at front - the option after current episode will replace Keep In-Progress in Queue that was in the PR (30f104f4).
2019-11-05refactor extract common FeedItem List to IDs methodorionlee
2019-11-05bugfix respect download order - obey user settings "Enqueue Downloaded"orionlee
2019-10-30Do not refresh feeds more often than necessaryByteHamster
2019-10-30Extracted DownloaderFactory to new classByteHamster
2019-10-25Making sure that tests click on preference, not preferenceCategoryByteHamster
2019-10-25Merge branch 'develop' into more-eventbus-migrationH. Lehmann
2019-10-25Merge pull request #3528 from orionlee/podcast_screen_sort_2524H. Lehmann
Sort Support in Podcast screen
2019-10-25Removed EventDistributorByteHamster
2019-10-25Migrated feed list update event to EventBusByteHamster
2019-10-20sort in podcast screen - db persistenceorionlee
2019-10-20Removed code duplication from playback tests, added test for ExoPlayerByteHamster
2019-10-20Made playback speed test fasterByteHamster
2019-10-20Fixed filename generator testByteHamster
2019-10-20Fixed queue testByteHamster
2019-10-17Merge remote-tracking branch 'origin/develop' into ↵Max Bechtold
feat/simple-adjust-volume-per-feed
2019-10-09Merge pull request #3386 from orionlee/bugfix_skip_last_episode_in_queue_3383H. Lehmann
Bugfix skip last episode in queue - episode status