summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2020-11-15Merge pull request #4690 from ByteHamster/fix-wordingByteHamster
Fixed wording of counter>0 filter
2020-11-15Merge pull request #4689 from ByteHamster/stop-foreground-before-stopByteHamster
Stop foreground in DownloadService before calling stop
2020-11-15Merge pull request #4684 from ByteHamster/fix-null-pubdate-crashByteHamster
Fixed comparator method contract when date is null
2020-11-15Fixed wording of counter>0 filterByteHamster
2020-11-14Stop foreground in DownloadService before calling stopByteHamster
2020-11-11Fixed comparator method contract when date is nullByteHamster
2020-11-11Merge pull request #4680 from ByteHamster/fix-file-size-statsByteHamster
Fixed file size statistics
2020-11-11Merge pull request #4666 from ByteHamster/db-corruptionByteHamster
Use lazy singleton instead of Bill Pugh singleton
2020-11-11Merge pull request #4672 from ByteHamster/fix-update-without-pubdateByteHamster
Fixed updating feeds where some items do not have a pubdate
2020-11-09Fixed file size statisticsByteHamster
2020-11-09Update local folder properties on refreshByteHamster
Fixes updated translations
2020-11-09Fixed updating feeds where some items do not have a pubdateByteHamster
2020-11-08Use lazy singleton instead of Bill Pugh singletonByteHamster
2020-11-06Merge pull request #4659 from ByteHamster/fix-playbackByteHamster
Fix using wrong playable object
2020-11-06Merge pull request #4662 from ByteHamster/add-recommendedByteHamster
Add 'recommended' text to ExoPlayer setting
2020-11-06Add 'recommended' text to ExoPlayer settingByteHamster
2020-11-06Fix using wrong playable objectByteHamster
2020-11-06Add error message when system file manager is not availableByteHamster
2020-11-02Fixed crash when playing from preferencesByteHamster
2020-11-01Merge pull request #4628 from ByteHamster/local-feeds-metadataByteHamster
Fixed local feed metadata, show directly
2020-11-01Fixed local feed metadata, show directlyByteHamster
2020-11-01Merge pull request #4623 from ByteHamster/cancel-futureByteHamster
Cancel notification updater future before shutting down executor
2020-11-01Merge pull request #4617 from ByteHamster/duplicate-share-dialogByteHamster
Do not display duplicate share menu
2020-10-31Cancel notification updater future before shutting down executorByteHamster
2020-10-29Do not display duplicate share menuByteHamster
2020-10-29Be consistent about podcast vs episodeByteHamster
2020-10-29Add podcast specific statistics to podcast info screen (#4601)avirajrsingh
2020-10-28Local feeds, add successful download log entry (#4608)moralesg
Co-authored-by: moralesg
2020-10-28Local feeds: honor file creation date (#4607)moralesg
2020-10-28Merge branch 'master' into developByteHamster
2020-10-28Updated translationsByteHamster
2020-10-28When doing Auto Skip to End, do the right thing (#4594)Tony Tam
2020-10-26Only accept media control buttons while actually playingByteHamster
2020-10-25Merge branch 'develop' into add-local-feedsByteHamster
2020-10-25Merge pull request #4590 from ByteHamster/merge-chaptersByteHamster
Merge chapter lists if specified in both feed and media file
2020-10-25Show date from which statistics are counting (#4517)asdoi
2020-10-25Merge chapter lists if specified in both feed and media fileByteHamster
2020-10-25Merge pull request #4591 from ByteHamster/ensure-background-threadByteHamster
Ensure that first DB query is executed in background thread
2020-10-25Prevent play/pause button not doing anything in some casesByteHamster
2020-10-25Merge pull request #4592 from ByteHamster/audiofocus-reuseByteHamster
Reuse audiofocus request object
2020-10-25Merge pull request #4589 from Niffler/resolve-issue-4320ByteHamster
Edit streaming confirmation dialog labels
2020-10-25Upgrade roboelectric for API 30 compatibilityByteHamster
2020-10-25Fail gracefully when trying to cast local feedByteHamster
2020-10-25Allow to re-connect SAF document treeByteHamster
2020-10-25Merge branch 'develop' into add-local-feedsByteHamster
2020-10-25Local feeds: Unit tests for LocalFeedUpdater (#4551)Herbert Reiter
2020-10-24Reuse audiofocus request objectByteHamster
2020-10-24Ensure that first DB query is executed in background threadByteHamster
This prevents crashes when the service is the first entry point after an update that needs a database upgrade.
2020-10-24Merge pull request #4588 from ByteHamster/recent-pubdate-performanceByteHamster
Improve performance and memory usage of 'recent pubdate' feed sort option
2020-10-24Edit streaming confirmation dialog labelsNiffler