summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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.
2020-09-20Merge pull request #4434 from andrewc1/fix-filter-background-colorsH. Lehmann
Fix error inflating class RadioButton when opening Subscriptions filter dialog
2020-09-20Merge pull request #4386 from ByteHamster/special-thanksH. Lehmann
Added 'special thanks' screen
2020-09-20Fixed crash (fromCallable rethrows instead of calling onError)ByteHamster
2020-09-20Convert color state lists to state list drawables for filter background colors.andrewc1
This eliminates an incompatibility on earlier Android OS versions (https://stackoverflow.com/questions/3953606/how-to-specify-background-color-in-color-state-list-resources)
2020-09-20Added 'special thanks' screenByteHamster
2020-09-20Merge pull request #4437 from ByteHamster/providerinstaller-synchronousH. Lehmann
Make ProviderInstaller synchronous again
2020-09-20Merge pull request #4436 from ByteHamster/remove-artworkH. Lehmann
Removed artwork folder
2020-09-19Make ProviderInstaller synchronous againByteHamster
See #4077 for details: It is fast and the old method sometimes does not install the provider early enough Reverts #3946 and #4285
2020-09-19Removed artwork folderByteHamster
2020-09-19Merge pull request #4431 from ByteHamster/fix-scroll-position-resetH. Lehmann
Fixed pages forgetting scroll position when switching tabs
2020-09-19Merge pull request #4432 from ByteHamster/upgrade-appcompatH. Lehmann
Upgraded AppCompat to fix WebView crashes
2020-09-18Upgraded AppCompat to fix WebView crashesByteHamster
2020-09-18Fixed pages forgetting scroll position when switching tabsByteHamster
2020-09-15Merge pull request #4423 from tonytamsf/landscape-2H. Lehmann
fix layout for 16:9 phone screens, squashed for #4334
2020-09-14- better resizing for multiple screen ratiosTony Tam
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-09Merge pull request #4412 from asdoi/playback_upatesH. Lehmann
Update skip/forward TextViews of AudioPlayerFragment
2020-09-08Hide locked message if queue is empty (#4408)asdoi
2020-09-08update skip/forward valueasdoi
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.