summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/service/download
AgeCommit message (Collapse)Author
2020-07-13Fix a bunch of deprecationsTacoTheDank
2020-07-11Fix lambdasTacoTheDank
2020-07-11Simplify junit assertionsTacoTheDank
2020-03-26Merge branch 'develop' into NotificationForAutoDownloadsH. Lehmann
2020-03-25Removed unused codeByteHamster
2020-03-23Use AndroidX consumer instead of our ownByteHamster
2020-03-22Rename generatedBySystem to initiatedByUserNathan Mascitelli
2020-03-22Simplify constructorsNathan Mascitelli
2020-03-22Fix build and testsNathan Mascitelli
2020-03-20Give cancelling downloads more timeByteHamster
The first download installs the ssl security provider and might block around 1.2 seconds longer than in previous versions.
2019-12-12Read current media from preferences instead of activity->fragment->controllerByteHamster
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-12Fixed tests on small screensByteHamster
In general, made some tests more stable
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-10-30Extracted DownloaderFactory to new classByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-30test refactor - move the common FeedItemEventListener test helper to the ↵orionlee
proper event/ package.
2019-09-30test refactor - extract common FeedItemEventListener test helper.orionlee
2019-09-30test for DownloadService, case media download successful.orionlee
2019-08-11Fixed app integration testsByteHamster
2015-06-23Don't cache shared preferences anymore. Some refactoring.Martin Fietz
2015-03-26Fixes non-working app tests, especially GUI testsMartin Fietz
2014-11-10Squashed commit of the following:daniel oeh
commit 7d0e6d5c2dc75f8f1e54f4a1279c6b0cffa7b8cc Author: daniel oeh <daniel.oeh@gmail.com> Date: Mon Nov 10 21:00:58 2014 +0100 Made tests compile commit 05c57df87dd469d8f64835700eefe2e3c87e04e4 Author: daniel oeh <daniel.oeh@gmail.com> Date: Mon Nov 10 20:56:58 2014 +0100 Removed unused code commit 0a1fbc9e6d9648646140e30dec0ec8389fb8d37f Author: daniel oeh <daniel.oeh@gmail.com> Date: Thu Nov 6 15:48:24 2014 +0100 Added UI controls to download more feed pages closes #245 commit 6486fb40f1d03887e264df95946f91f0a9cdac9b Author: daniel oeh <daniel.oeh@gmail.com> Date: Thu Nov 6 14:49:43 2014 +0100 Added support for downloading feed pages commit e1faa06908bfd50f2aa0c28ee5118772c4281557 Author: daniel oeh <daniel.oeh@gmail.com> Date: Wed Nov 5 21:27:03 2014 +0100 Added "paged" and "loadAllPages" attributes
2014-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure