summaryrefslogtreecommitdiff
path: root/app/src/androidTest
AgeCommit message (Collapse)Author
2021-05-14Switched video player to ViewBindingByteHamster
2021-05-14Just assume we can always set the playback speedByteHamster
Our default ExoPlayer can always set the speed. All Android versions >23 also support it. So of the 2% of users with old devices, this only affects the ones who manually selected another player.
2021-04-24Moved synchronization to its own moduleByteHamster
2021-04-23New feed update interval or time dialogpeakvalleytech
Co-authored-by: Fivel Rangel <fivel10@hotmail.com> Co-authored-by: ByteHamster <info@bytehamster.com>
2021-04-22Moved model to its own moduleByteHamster
2021-04-06Parsing podcast:funding tag, showing payment, funding links on the show info ↵Tony Tam
screen (#4933)
2021-03-05Test fixesByteHamster
2021-03-05Fixed testByteHamster
2021-02-15Removed return parameter of loadMediaInfoByteHamster
We return true anyways. The call for actually loading is asynchronous, so returning anything here does not make sense. Reduces likelihood of loader being interrupted to just load the same item again when the state changes.
2021-02-12Remove PlaybackServiceCallbacksByteHamster
2021-02-07Refactoring: Remove ClientConfig.automaticDownloadAlgorithm (#4924)Herbert Reiter
2021-02-05Added new cleanup option: when not favoritedJonas Kalderstam
This is another way of solving #2077. The root issue is that queued episodes are never auto-deleted currently which means that if you automatically add episodes to the queue you will eventually end up with AntennaPod refusing to auto download more episodes because the cache is full and it can't make space. This option will only refuse to delete favorited items. Otherwise it will simply delete the oldest episodes.
2021-02-03Reduce coupling between widget and playback serviceByteHamster
Instead of binding to the service, pass the required data. This also ensures that the widget is updated instantly when calling from PlaybackService. JobService had the problem that the OS sometimes took some seconds before actually executing the job.
2021-01-24Merge pull request #4893 from damoasda/robolectric-feed-parser2ByteHamster
Run AtomParserTest and RssParserTest with Robolectric
2021-01-23Run DbReaderTest etc. with RobolectricHerbert Reiter
2021-01-23Run AtomParserTest and RssParserTest with RobolectricHerbert Reiter
2021-01-22Split up filter model and database handlingByteHamster
2021-01-07Fix MainActivityTest.testAddFeed() timeout failureHerbert Reiter
2021-01-02Run more util tests with Robolectric (#4815)Herbert Reiter
2021-01-02Run DbWriterTest with Robolectric (#4814)Herbert Reiter
2021-01-02Run FeedFilterTest and FeedItemTest without Android emulator (#4807)Herbert Reiter
2021-01-01Merge pull request #4819 from damoasda/robolectric-DbTasksTestByteHamster
Run DbTasksTest with Robolectric
2020-12-31Run DbNullCleanupAlgorithmTest with RobolectricHerbert Reiter
2020-12-31Run DbTasksTest with RobolectricHerbert Reiter
2020-12-30Run ExternalMediaTest with RobolectricHerbert Reiter
2020-12-14Remove unused import statements to reduce dependenciesHerbert Reiter
2020-11-22Fix usage of obsolete junit.framework.Assert methodTacoTheDank
2020-11-14Refactoring: Remove interface DBTasksCallbacks and class DBTasksCallbacksImplHerbert Reiter
2020-11-11Use of ViewBinding in AddFeedFragment (#4647)mohit
2020-11-01Converted pagers to stand-alone toolbarByteHamster
2020-10-25Merge branch 'develop' into add-local-feedsByteHamster
2020-10-25Merge chapter lists if specified in both feed and media fileByteHamster
2020-09-29Fixed testByteHamster
2020-09-12Merge branch 'develop' into add-local-feedsByteHamster
2020-08-29Move remaining preference to AndroidX preferenceTacoTheDank
2020-08-15Merge branch 'develop' into add-local-feedsByteHamster
2020-08-15Merge branch 'master' into developByteHamster
2020-07-31Smoothier sleep timer (#4314)Lucas Olivoto
2020-07-29Revert "Added new icon poll"ByteHamster
This reverts commit cc04e08e7432920da712742804bde5f67b3391f7.
2020-07-25Added new icon pollByteHamster
2020-07-22Merge pull request #4306 from ByteHamster/mime-type-media-contentH. Lehmann
Fixed mime type in media:content
2020-07-21Fixed mime type of media:content tagsByteHamster
2020-07-21Accept more malformed subscribtion URIsByteHamster
2020-07-16New playback speed dialogByteHamster
2020-07-13Fix a bunch of deprecationsTacoTheDank
2020-07-12Make checkstyle happyByteHamster
2020-07-11Replace addAlls with parametrized constructor callsTacoTheDank
2020-07-11Fix lambdasTacoTheDank
2020-07-11Simplify junit assertionsTacoTheDank
2020-07-11Merge pull request #4260 from gerardolgvr/replace-share-menu-by-dialogH. Lehmann
fixes #1215 replacing share menu by dialog