summaryrefslogtreecommitdiff
path: root/app/src/androidTest/java/de/test/antennapod/ui
AgeCommit message (Collapse)Author
2024-05-24Fix marking as played when there is no media (#7192)ByteHamster
2024-04-28Fix tests creating FeedItems just once because of duplicate IDs (#7148)ByteHamster
2024-04-04Move some tests from core module to their respective module (#7059)ByteHamster
2024-03-31Restructure related UI classes together (#7044)ByteHamster
2024-03-24Store last refresh attempt for feeds (#7022)ByteHamster
2024-03-23Rename FeedMedia methods to no longer have underscores (#7017)ByteHamster
2024-02-04Add next chapter button to notification (#6276)Matej Drobnič
2023-10-22Delete local feed episodes (#6400)Matej Drobnič
2023-09-08Add volume boost (#6573)Matej Drobnič
2023-05-05Download Service Rewrite (#6420)ByteHamster
2023-04-15Replace Network+Storage preferences with Downloads (#6434)ByteHamster
2023-03-31Random enqueue location (#6403)Andrzej Węgłowski
2023-03-14Move feed download to worker (#6375)ByteHamster
Feed downloads are now independent from episode downloads. This makes it easier to use WorkManager for refreshing. Also, it will make it easier to add different refresh intervals in the future.
2023-02-18Extra toggle for full black theme (#6328)ByteHamster
2022-12-24Refresh Feed after Credentials Change (#6236)Patrick Demers
2022-12-16Migrate ListPreference to Material Design 3ByteHamster
2022-11-06Move preferences to a new moduleByteHamster
2022-09-18Extend unit testsByteHamster
2022-09-10Add 'default screen' setting (replaces 'back button behavior') (#6041)ByteHamster
2022-08-06Remove favorites tabByteHamster
2022-05-15Move test mp3s to androidTest directoryTacoTheDank
2022-05-06Move download logs to a button on the downloads page instead of a tab (#5866)ByteHamster
2022-04-26Decouple preferencesByteHamster
2022-02-27Move database to its own moduleByteHamster
2022-01-22Make emulator tests a bit more stableByteHamster
2021-11-02Move (most) events to their own moduleByteHamster
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-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-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-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-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-01-07Fix MainActivityTest.testAddFeed() timeout failureHerbert Reiter
2020-12-14Remove unused import statements to reduce dependenciesHerbert Reiter
2020-11-22Fix usage of obsolete junit.framework.Assert methodTacoTheDank
2020-11-11Use of ViewBinding in AddFeedFragment (#4647)mohit
2020-11-01Converted pagers to stand-alone toolbarByteHamster
2020-08-29Move remaining preference to AndroidX preferenceTacoTheDank
2020-07-16New playback speed dialogByteHamster
2020-07-13Fix a bunch of deprecationsTacoTheDank