summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2021-03-08Merge pull request #5010 from ByteHamster/crash-fixByteHamster
Various crash fixes reported in the beta
2021-03-07Nullability checks in ExoPlayerWrapperByteHamster
2021-03-07Fixed calling bindService if service is not runningByteHamster
2021-03-07Merge pull request #5006 from ByteHamster/podcast-specific-speedByteHamster
Clear temporary playback speed when switching to another episode
2021-03-07Clear temporary playback speed when switching to another episodeByteHamster
2021-03-07Stop playback of deleted podcast even if it is just streamingByteHamster
2021-03-06Fixed download service notification not being updated to 'Stopping service'ByteHamster
2021-03-06Fixed local folders ending up in DownloadServiceByteHamster
2021-03-06Show podcast-specific settings in preferences search (#4990)peakvalleytech
2021-03-05Removed metadata loader from modelByteHamster
2021-03-05Code cleanupByteHamster
2021-03-05Added basic tag editor UIByteHamster
2021-03-05Sort folders to the endByteHamster
2021-03-05Fixed folder ID generationByteHamster
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-04Updated translations to avoid Lint errorByteHamster
2021-03-04Make errors on 'add feed' page more prettyByteHamster
2021-03-04Mention ad blockers in certificate error messageByteHamster
2021-03-04Show the name of failing downloads in the notificationByteHamster
2021-03-04Described download errors in more detailByteHamster
2021-03-04Show dedicated error message when an app messes with the networkByteHamster
2021-03-04Formatted with spacesByteHamster
2021-03-03Replace Java-based feed filtering with SQL-basedByteHamster
2021-03-03Removed unused helper classByteHamster
2021-03-03Merge branch 'master' into developByteHamster
2021-03-03Updated translationsByteHamster
2021-03-03Merge pull request #4981 from ByteHamster/remove-optionalByteHamster
Removed our re-implementation of 'Optimal' and used the RxJava equivalent instead
2021-03-01Merge pull request #4983 from ByteHamster/fix-error-message-wrong-sizeByteHamster
Fixed wrong error message
2021-03-01Fixed wrong error messageByteHamster
2021-03-01Removed our re-implementation of 'Optimal' and used the RxJava equivalent ↵ByteHamster
instead
2021-03-01Removed ExternalMediaByteHamster
It was used for "open with" actions, which are no longer supported. We have the local folders feature for that now.
2021-03-01Merge pull request #4978 from ByteHamster/remove-chapter-loader-from-modelByteHamster
Removed chapter loader from model
2021-03-01Merge pull request #4976 from ByteHamster/net-sslByteHamster
Moved SSL providers to new module
2021-03-01Fixed crash when notification updater is nullByteHamster
2021-03-01Removed chapter loader from modelByteHamster
2021-03-01Moved SSL providers to new moduleByteHamster
2021-03-01Merge pull request #4972 from ByteHamster/chapter-demo-fileByteHamster
Added chapter parser test files from Hindenburg Journalist Pro
2021-03-01Merge branch 'master' into developByteHamster
2021-03-01Merge pull request #4963 from a1291762/developByteHamster
Avoid the stuck download notification
2021-03-01Change the message that appears when downloads are finishedLincoln Ramsay
In the event that the notification hangs around, this is a more accurate description of what is happening.
2021-02-28Added chapter parser test files from Hindenburg Journalist ProByteHamster
Thanks to the Sendegate community! https://sendegate.de/t/gesucht-beispieldateien-mit-kapitelmarken/13228
2021-02-28Refactoring: Remove Cursor related code from Feed class (#4968)Herbert Reiter
2021-02-28Avoid stuck download notificationsLincoln Ramsay
Cancel the periodic updater before calling stopForeground so that the notification can't come back after it has been closed. Remove the workaround for API 30 slow notification closing because it can cause a stuck notification. However, in order to avoid misleading text being left on the notification if it closes slowly, ensure that the "0 downloads" text is written to the notification when shutting down. Fixes #4556
2021-02-26Removed DbWriter dependency from modelByteHamster
2021-02-25Refactoring: Move inner classes PlayableUtils and PlayableException out of ↵Herbert Reiter
Playable (#4962)
2021-02-25use full URL for custom gpodder server (#4932)MStrecke
2021-02-24Remove interface ImageResource (#4911)Herbert Reiter