summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-14Merge pull request #4256 from Slinger/fix_hardware_buttonsH. Lehmann
Fix hardware buttons registered as lockscreen/notification taps
2020-09-14Merge pull request #4411 from asdoi/dialog_keyboardH. Lehmann
Close keyboard when dialogs were dismissed
2020-09-10Merge branch 'develop' into dialog_keyboardasdoi
2020-09-08Hide locked message if queue is empty (#4408)asdoi
2020-09-08close keyboard when sleep time has been selectedasdoi
2020-09-08change stateHidden to stateAlwaysHiddenasdoi
2020-09-07Merge pull request #4400 from asdoi/sort_subscriptionsH. Lehmann
Add 'sort' to subscriptions view
2020-09-07Merge pull request #4382 from TacoTheDank/androidx_preferenceH. Lehmann
Move remaining preference to AndroidX preference
2020-09-07fix fallthroughasdoi
2020-09-03Merge pull request #4396 from ByteHamster/add-podcast-rssH. Lehmann
Renamed 'add podcast via url' to mention RSS
2020-09-03Merge pull request #4398 from ByteHamster/hide-about-screenH. Lehmann
Hide about screen in copycat applications
2020-09-03update FeedFilterDialogasdoi
2020-09-03fix Preferenceasdoi
2020-09-03fix FeedSortDialogasdoi
2020-09-03add feed sort menu itemasdoi
2020-09-03Hide about screen in copycat applicationsByteHamster
Copycat applications regularly forget to update the about screen. They then still claim to be AntennaPod, linking our developers and our support channels. This change simply hides the about screen when detecting an app that is not official.
2020-09-02Renamed 'add podcast via url' to mention RSSByteHamster
2020-08-30Merge pull request #4369 from ByteHamster/powered-byH. Lehmann
Showing "powered by" for search and suggestions
2020-08-30Merge pull request #4381 from TacoTheDank/exoplayer-updateH. Lehmann
Update ExoPlayer to 2.11.8
2020-08-30Added "powered by" text to search and suggestionsByteHamster
2020-08-29Move remaining preference to AndroidX preferenceTacoTheDank
2020-08-28Update ExoPlayer to 2.11.8TacoTheDank
2020-08-22Merge pull request #4365 from ByteHamster/remove-legacy-codeH. Lehmann
Removed legacy import folder
2020-08-15Removed legacy import folderByteHamster
Was previously used for OPML import
2020-08-15Fixed Lint errorByteHamster
2020-08-15Merge branch 'master' into developByteHamster
2020-08-09Dynamical navigation drawer sizeasdoi
2020-08-09Add subscriptions filterasdoi
2020-08-08Add basic resize functionality (Samsung DeX)asdoi
2020-08-06Add the "Refresh" button on the "Download" page (#4338)asdoi
2020-08-04Merge pull request #4344 from ByteHamster/parser-error-more-detailsH. Lehmann
Be more verbose about invalid type errors
2020-08-03Merge pull request #4340 from damoasda/FeedItemlistFragment-NPE-fixH. Lehmann
Fix NullPointerException in FeedItemlistFragment when deleting a podcast
2020-08-03Fix NullPointerException in FeedItemlistFragment when deleting a podcastHerbert Reiter
2020-08-03Be more verbose about invalid type errorsByteHamster
2020-07-31Smoothier sleep timer (#4314)Lucas Olivoto
2020-07-31Merge pull request #4332 from asdoi/iconify_2H. Lehmann
Use material info icon in filter messages
2020-07-31Merge pull request #4325 from ByteHamster/dispose-loader-before-nullH. Lehmann
Dispose loaders before setting controller to null
2020-07-31Merge pull request #4326 from ByteHamster/remove-icon-pollH. Lehmann
Remove icon poll from production version
2020-07-30use material info circle iconasdoi
2020-07-29Revert "Added new icon poll"ByteHamster
This reverts commit cc04e08e7432920da712742804bde5f67b3391f7.
2020-07-27Merge pull request #4324 from ByteHamster/streaming-confirmation-dialogH. Lehmann
Make mobile streaming dialog easier to understand
2020-07-27Dispose loaders before setting controller to nullByteHamster
2020-07-27Make mobile streaming dialog easier to understandByteHamster
2020-07-26Merge pull request #4323 from johnjohndoe/annotationsH. Lehmann
Add missing @NonNull and @Nullable annotations.
2020-07-26Add missing @NonNull and @Nullable annotations.Tobias Preuss
2020-07-26Merge pull request #4318 from johnjohndoe/htmlcompat-fromhtmlH. Lehmann
Replace deprecated Html#fromHtml with HtmlCompat#fromHtml.
2020-07-26Replace deprecated "Html#fromHtml" with "HtmlCompat#fromHtml".Tobias Preuss
2020-07-26Merge pull request #4321 from ByteHamster/remove-gradle-uptodateH. Lehmann
Removed upToDateWhen of copyLicense task
2020-07-26Removed upToDateWhen of copyLicense taskByteHamster
This was originally added because the task was also responsible for copying the current git commit hash to the "about" screen. The commit was later moved to a `buildConfigField`, so this can now be removed again.
2020-07-25Bumped version to 2.0.0-RC7ByteHamster