summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/FeedInfoFragment.java
AgeCommit message (Collapse)Author
2021-02-24Remove interface ImageResource (#4911)Herbert Reiter
2021-02-12Move basic views to new moduleByteHamster
2021-01-03Added share icon to feed_info menu, moved the Website Address and Podcast ↵Thom Merrilin
Feed URL into a submenu of this icon. Will resolve #4734 Details: Website Address and Podcast Feed URL menu options were previously always in the overflow menu, which is inconsistent with over menus such as the FeedList menu where these options are under a "Share..." submenu. Two new vector drawables were added for the black and white options of a "Share" icon, these are used to create a submenu for Website Address and Podcast Feed URL if there's room, otherwise the submenu text "Share..." is used in the overflow menu.
2020-11-09Hide share link on feed info page for local feedsByteHamster
2020-11-01Merge pull request #4625 from ByteHamster/toolbar-reworkByteHamster
Toolbar rework
2020-11-01Fixed local feed metadata, show directlyByteHamster
2020-11-01Converted second-level fragments to stand-alone toolbarByteHamster
2020-10-29Add podcast specific statistics to podcast info screen (#4601)avirajrsingh
2020-10-25Make Lint happyByteHamster
2020-10-25Allow to re-connect SAF document treeByteHamster
2020-07-26Add missing @NonNull and @Nullable annotations.Tobias Preuss
2020-07-19Rotation fixesByteHamster
2020-07-19Change horizontal spacing automaticallyByteHamster
2020-05-03Replaced some Toasts with SnackbarsByteHamster
2020-05-03Fixed Snackbars being covered by audio playerByteHamster
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2019-12-24Switched to less demanding animationByteHamster
2019-12-19Do not crash when clicking menu items while loadingByteHamster
2019-10-24Fixes #3444 - Strip off HTML from podcast descriptionsfossterer
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-30Fixed sharing ViewModel with multiple feedsByteHamster
2019-09-29Added ViewModel to FeedInfoFragment for even smoother animationByteHamster
2019-09-16Setting titleByteHamster
2019-09-15Converted FeedInfo Activity to fragmentByteHamster