summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-04Use swipe to refresh (#4401)asdoi
2020-10-02Clarified 'OPML Import' action (#4491)Marc Schwede
refers to AntennaPod#4479 and adapts the suggestions of the discussion.
2020-10-02Improve templates (#4490)Keunes
Auto-add label to bug template, expand FR template description, small changes
2020-10-01Added Style for TextViews in Add Podcast screen (#4483)Darrell
2020-10-01Improve search feature by using keywords instead of full match (#4478)Bo Jacobs
2020-10-01Merge pull request #4482 from lyallemma/new_branch_lyallemmaH. Lehmann
Converted timestamps to the "minutes" format using Converter.getDurat…
2020-10-01Converted timestamps to the "minutes" format using ↵Tadeas Toth
Converter.getDurationStringLocalized Please enter the commit message for your changes. Lines starting
2020-10-01Delete private constructor in FeedPreferences which is only used by other ↵Connectety
consturctor (#4477)
2020-10-01Merge pull request #4481 from ByteHamster/lint-coreH. Lehmann
Lint core
2020-10-01Merge pull request #4480 from ByteHamster/podcastindex-api-keyH. Lehmann
Updated podcastindex api key
2020-10-01Enabled core lint check on CircleCIByteHamster
2020-10-01Enabled Lint for core moduleByteHamster
2020-10-01Cancel ChapterLoader correctlyByteHamster
2020-10-01Work around a Lint crashByteHamster
https://issuetracker.google.com/issues/124861181
2020-10-01Use podcastindex api key that I have access toByteHamster
2020-09-30Merge branch 'master' into developByteHamster
2020-09-30Bumped version to 2.0.1ByteHamster
2020-09-30Updated contributorsByteHamster
2020-09-30Updated translationsByteHamster
2020-09-29Merge pull request #4443 from ByteHamster/network-metered-detectionH. Lehmann
Detect network cellular instead of network metered
2020-09-29Merge pull request #4456 from ByteHamster/target-30H. Lehmann
Target API30
2020-09-29Merge pull request #4462 from ByteHamster/fix-cropped-coversH. Lehmann
Fix cropped covers on API <20
2020-09-29Merge pull request #4463 from ByteHamster/buffering-indicatorH. Lehmann
Fix buffering indicator sometimes sticking
2020-09-29Merge pull request #4464 from ByteHamster/swallow-undeliverable-exceptionH. Lehmann
Swallow undeliverable RxJava exceptions
2020-09-29Swallow undeliverable RxJava exceptionsByteHamster
AntennaPod threads might throw NPEs after disposing because we set controllers to null.
2020-09-29Fix a few more deprecations, tiny cleanup (#4388)Taco
2020-09-29Fix buffering indicator sometimes stickingByteHamster
We currently have no method to actively query the buffering state. Remove indicator if we can no longer receive updates.
2020-09-29Fix cropped covers on API <20ByteHamster
2020-09-29Added podcastindex.org search (#4435)Edwin J P
2020-09-28Target API30ByteHamster
2020-09-28Merge pull request #3871 from tonytamsf/android-auto-rewindH. Lehmann
add custom rewind for android auto
2020-09-27Add custom rewind and fast forward for Android AutoTony Tam
2020-09-27Merge branch 'master' into developByteHamster
2020-09-27Merge pull request #4454 from asdoi/refresh_discoveryH. Lehmann
Show retry button if QuickFeedDiscovery failed
2020-09-27add retry button if QuickFeedDiscovery failedasdoi
2020-09-21Detect network cellular instead of network meteredByteHamster
Cellular networks may be unmetered, or Wi-Fi networks may be metered
2020-09-21Bumped version to 2.0.0ByteHamster
2020-09-21Updated translationsByteHamster
2020-09-21Merge pull request #4441 from ByteHamster/new-logoH. Lehmann
New logo
2020-09-21New splash screenByteHamster
2020-09-21Updated widget iconByteHamster
2020-09-20New teaser imagesByteHamster
2020-09-20Updated screenshotsByteHamster
2020-09-20New notification iconByteHamster
2020-09-20New app iconByteHamster
2020-09-20Merge pull request #4440 from ByteHamster/fix-item-pubdate-updatingH. Lehmann
Fixed items without pubdate getting assigned the current date on every single refresh
2020-09-20Merge pull request #4439 from ByteHamster/item-without-feed-hotfixH. Lehmann
Fixed crash when item has no feed
2020-09-20Fixed items without pubdate getting assigned the current date on every ↵ByteHamster
single refresh
2020-09-20Merge pull request #4438 from ByteHamster/description-crash-hotfixH. Lehmann
Fixed crash (fromCallable rethrows instead of calling onError)
2020-09-20Fixed crash when item has no feedByteHamster
Apparently, there are ways to end up with items that have no feed. This hotfix prevents the app from crashing but it does not solve the reason for items without feeds.