summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/storage
AgeCommit message (Collapse)Author
2020-01-09Merge pull request #3711 from ByteHamster/load-more-new-episodesH. Lehmann
Added paged loading to 'new episodes' list
2020-01-09Added paged loading to 'new episodes' listByteHamster
2020-01-02Removed unused methodsByteHamster
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 test if wifi is disabledByteHamster
2019-12-12Making sure that activity is finished when deleting feed dataByteHamster
2019-12-12Fixed tests on small screensByteHamster
In general, made some tests more stable
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-12Fixed some testsByteHamster
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-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-05refactor extract common FeedItem List to IDs methodorionlee
2019-11-05bugfix respect download order - obey user settings "Enqueue Downloaded"orionlee
2019-10-20sort in podcast screen - db persistenceorionlee
2019-10-04Automatic AndroidX migrationByteHamster
2019-08-11Fixed app integration testsByteHamster
2019-07-12Removed Flattr supportByteHamster
2019-04-03bulk edit - refactor - reorder method parameter for ↵orionlee
DBWriter.removeQueueItem(Context, FeedItem, boolean) to be consistent with the rest of the API.
2019-04-02bulk remove from queue - backend - implement the new APIorionlee
2019-01-04Include Awaitility in app module and properly fix the added testPetar Kukolj
2019-01-03Fix a style issue and fix the testPetar Kukolj
2018-12-03Add a test for "Delete Removes from Queue" behaviourPetar Kukolj
2018-10-21Optimize importsegsavage
2018-10-20Merge branch 'develop'Martin Fietz
2018-06-05Removed FeedImageByteHamster
2018-01-14Weaken declaration accessMartin Fietz
2018-01-14Replace single-argument 'Arrays.asList()' with 'Collections.singletonList()'Martin Fietz
2018-01-14Replace explicit type with <>Martin Fietz
2018-01-07Cleanup order/remove unused includesDirk Mueller
This is the result of Android Studio's include cleanup Macro. This removes some no longer used includes, simplifying the code a bit. The rest is grouping and resorting alphabetically.
2017-10-17Merge branch 'develop'Martin Fietz
2017-06-05Remove unused methods from DB Reader and DB AdapterMartin Fietz
2016-11-01Add ability to rename feedsMartin Fietz
2016-06-23Merge pull request #2034 from ↵Martin Fietz
DevFactory/release/The_diamond_operator_should_be_used squid:S2293 - The diamond operator ("<>") should be used
2016-06-22Fixed rule 'The diamond operator ("<>") should be used'.Tom Tom
2016-06-22Fixed rule 'Utility classes should not have public constructors'Tom Tom
2016-03-25Fix or improve testsMartin Fietz
2016-03-24Reset episode to new if episode file is added laterMartin Fietz
2016-03-22Tests: Close adapterMartin Fietz
2016-03-22Tests: Initialize DB adapterMartin Fietz
2016-01-30Improve testsMartin Fietz
2016-01-30Change feed lastModified/lastUpdate to StringMartin Fietz
2015-12-15Test: Close cursorMartin Fietz
2015-12-02Fix testsMartin Fietz
2015-10-15Rewind after pause featureStefan Mitrik
The playback is rewinded X seconds after the pause and resume. The rewind duration depends on time that elapsed between the pause and resume.
2015-10-02fixed use of preferencesTom Hennen