summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2021-05-13Disable ExoPlayer id3 extractionByteHamster
Malformed audio files can cause a crash in ExoPlayer. We have our own id3 extractor and don't use the data of ExoPlayer, so we can just disable parsing in ExoPlayer. This reduces the number locations where something can go wrong that prevents playback.
2021-05-10Merge pull request #5151 from ByteHamster/fix-proxyByteHamster
Fixed proxy support
2021-05-10Fixed proxy supportByteHamster
2021-05-08Merge pull request #5146 from ByteHamster/future-dateByteHamster
Refuse to show future dates
2021-05-06Refuse to show future datesByteHamster
Some shows start to specify dates from the future to appear on top of episode lists. If we find one of those episodes, just ignore that it is there. We then use the date when we first found the item.
2021-05-01Don't mark episodes as played when removing from queueByteHamster
Was introduced in 67d2287323260e0bcbfcd644a33da5402c29b383 but I am not sure why. It is not really logical to do - removing from the queue just means that one is no longer interested in the episode - not that it was actually played.
2021-04-29Merge download log+running lists (#5134)ByteHamster
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-22Remove dependency of FeedMedia to DbWriterByteHamster
2021-04-22Removed PlaybackPreferences dependency from FeedMediaByteHamster
2021-04-22Decouple FeedMedia and PlaybackServiceByteHamster
2021-04-22Decouple FeedMedia and sync service (#5128)ByteHamster
2021-04-22Moved cursor related code out of model (#5126)ByteHamster
2021-04-22Reduce dependencies of model to UserPreferencesByteHamster
2021-04-21Moved notification icons to their own module, so they don't crash old ↵ByteHamster
Android versions
2021-04-21Deleted duplicate resourcesByteHamster
2021-04-18Use VectorDrawable compat libraryByteHamster
2021-04-17Fixed unused resources Lint errorsByteHamster
In the future, CI will complain when a PR leads to unused resources.
2021-04-17Enabled Lint with dependency checkingByteHamster
2021-04-14Don't handle play image resource in PlaybackControllerByteHamster
2021-04-10Add filtering subscriptions based on new episodes notification setting (#5098)tamizh143
2021-04-06Add link to relevant settings screen in 'Episode cache full' dialog (#5088)tamizh143
2021-04-06Parsing podcast:funding tag, showing payment, funding links on the show info ↵Tony Tam
screen (#4933)
2021-04-04Merge branch 'master' into developByteHamster
2021-04-03Backport: Add missing synchronized keywordByteHamster
2021-04-02Add Contribute entry to settings screen under 'Project' (#5028)peakvalleytech
2021-04-02Update play icon when service is stoppedByteHamster
2021-04-02Updated translationsByteHamster
2021-04-02Rename audio player tabsByteHamster
2021-04-02Safer remain time - default to zero when the media duration is wrong (#5043)Tony Tam
2021-03-28Fixed new SpotBugs violations after merging to developByteHamster
2021-03-28Merge pull request #5055 from ByteHamster/spotbugsByteHamster
Add SpotBugs CI check
2021-03-28Make AntennaPod pass the medium SpotBugs findingsByteHamster
2021-03-27Removed unused methods that caused SpotBugs violationsByteHamster
2021-03-27Fixed SpotBugs violations, so that at least the most severe checks passByteHamster
2021-03-27Merge pull request #5052 from ByteHamster/stop-service-properlyByteHamster
Stop service properly when playback ends
2021-03-26Stop service properly when playback endsByteHamster
2021-03-26Show cover and shownotes for previewed episodesByteHamster
2021-03-22Fixed certain file types not being recognized in local feeds (Closes #4802) ↵Joschua Gandert
(#5039)
2021-03-10Adds a visual cue to the podcast header view whenever updates are disabled ↵datavizard
(#5014)
2021-03-10Fixed getting next page of feedByteHamster
2021-03-09Fixed animation when hiding drawer itemsByteHamster
2021-03-08Updated translationsByteHamster
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