summaryrefslogtreecommitdiff
path: root/app/src/main/java/de
AgeCommit message (Collapse)Author
2021-03-06Show podcast-specific settings in preferences search (#4990)peakvalleytech
2021-03-05Code cleanupByteHamster
2021-03-05Added basic tag editor UIByteHamster
2021-03-05Make folders work on subscriptions pageByteHamster
2021-03-05Use dp for paddingByteHamster
2021-03-05Store opened folders across app launchesByteHamster
2021-03-05Fixed long-pressing items on subscriptions pageByteHamster
2021-03-05Fix selection highlightingByteHamster
2021-03-05Fixed long-pressing drawer itemsByteHamster
2021-03-05Merge branch 'develop' into foldersByteHamster
2021-03-04Removed ShownotesProvider interfaceByteHamster
2021-03-04Only store content_encoded or descriptionByteHamster
2021-03-04Merge branch 'master' into developByteHamster
2021-03-04Make errors on 'add feed' page more prettyByteHamster
2021-03-04Described download errors in more detailByteHamster
2021-03-03Replace Java-based feed filtering with SQL-basedByteHamster
2021-03-03Merge pull request #4981 from ByteHamster/remove-optionalByteHamster
Removed our re-implementation of 'Optimal' and used the RxJava equivalent instead
2021-03-01Fixed conflicting PRsByteHamster
2021-03-01Chapter dividers for the progress bar (#4915)Jonas Burian
2021-03-01Removed our re-implementation of 'Optimal' and used the RxJava equivalent ↵ByteHamster
instead
2021-03-01Removed chapter loader from modelByteHamster
2021-02-26Merge pull request #4967 from ByteHamster/remove-asynctaskByteHamster
Remove deprecated asynctask from gpodder fragments
2021-02-26Removed AsyncTask from PodcastListFragmentByteHamster
2021-02-26Removed AsyncTask from TagListFragmentByteHamster
2021-02-26Removed DbWriter dependency from modelByteHamster
2021-02-25use full URL for custom gpodder server (#4932)MStrecke
2021-02-24Remove interface ImageResource (#4911)Herbert Reiter
2021-02-19Don't flicker progress bar while refreshingByteHamster
2021-02-16Don't flicker with nav drawer loading indicator when refreshingByteHamster
2021-02-16Merge pull request #4939 from ByteHamster/fix-toggle-disappearingByteHamster
Fixed disappearing drawer toggle
2021-02-16Fixed disappearing drawer toggleByteHamster
When the activity is recreated after it was stopped in background, the BackStackEntryCount is the same for all fragments. The one that should display the toggle therefore thinks it shouldn't. This change saves the button state now. This is only needed for top-level fragments.
2021-02-15Removed method that does the same as loadMediaInfo anywayByteHamster
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-15Don't filter chapters in the UIByteHamster
2021-02-15changed the "Use Episode Cover" setting to only apply to list items. (#4908)Geist5000
2021-02-15Don't set progress to 0 and then back to a numberByteHamster
This triggers an animation
2021-02-14Merge branch 'master' into developByteHamster
2021-02-14New preference to show the remaining time in the 'queue' and podcast episode ↵Tony Tam
view (#4880)
2021-02-13Merge pull request #4920 from ByteHamster/jcenter-deprecationByteHamster
Migrate away from jcenter
2021-02-13Removed unmaintained recyclerview-flexibledivider libraryByteHamster
2021-02-12Move basic views to new moduleByteHamster
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-04Fixed local folder name being set to nullByteHamster
2021-02-03Merge pull request #4900 from ByteHamster/decouple-widgetByteHamster
Reduce coupling between widget and playback service
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-02-03Allow remapping hardware buttons (#4881)Tim Schumacher
2021-01-31Fix cover image cut off in landscape mode (#4901)Tony Tam
2021-01-25Show publish date for podcasts and file creation date for local feeds (#4862)Tony Tam