summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test
AgeCommit message (Collapse)Author
2021-10-24Merge pull request #5485 from ByteHamster/media-player-errorsByteHamster
Show actual error messages instead of just the error codes
2021-10-24Show actual error messages instead of just the error codesByteHamster
2021-10-16Merge pull request #5469 from ByteHamster/compact-notification-button-defaultByteHamster
Use ff/rew as default notification buttons
2021-10-14Use ff/rew as default notification buttonsByteHamster
2021-10-13Fewer default speed valuesByteHamster
2021-10-12Move speed dialog to the bottom (#5464)ByteHamster
2021-08-28Merge pull request #5360 from ByteHamster/parserByteHamster
Moved feed parser to its own module
2021-08-28Moved feed parser to its own moduleByteHamster
2021-08-27Removed gpodder suggestions featureByteHamster
The feature was invisible since 2014 and nobody noticed.
2021-08-22Move queue lock feature to the overflow menuByteHamster
2021-07-24Merge pull request #5200 from TacoTheDank/plugin-updatesByteHamster
Update plugins and Gradle
2021-07-24Show speed dialog on single clickByteHamster
2021-07-22Fix IgnoreWithoutReason code lint errorsTacoTheDank
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