summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
AgeCommit message (Collapse)Author
2021-06-29Contextual menu for multi selecting episodes (#5130)peakvalleytech
2021-04-21Deleted duplicate resourcesByteHamster
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-30Moved export log function to menu and added confirm dialog (#4712)markamaze
2020-11-19Merge branch 'master' into developByteHamster
2020-11-09Re-added toolbar to gpodder main fragmentByteHamster
and removed unused gpodder search fragment
2020-11-04Use radio buttons for column number on subscriptions screenByteHamster
2020-11-01Merge pull request #4625 from ByteHamster/toolbar-reworkByteHamster
Toolbar rework
2020-11-01Reduced lag when switching tabsByteHamster
2020-11-01Converted main fragments except pagers to stand-alone toolbarByteHamster
2020-10-29Do not display duplicate share menuByteHamster
2020-10-25Allow to re-connect SAF document treeByteHamster
2020-09-03fix FeedSortDialogasdoi
2020-09-03add feed sort menu itemasdoi
2020-08-09Add subscriptions filterasdoi
2020-08-06Add the "Refresh" button on the "Download" page (#4338)asdoi
2020-07-21Made string name more clearByteHamster
2020-07-16Merge branch 'master' into developByteHamster
2020-07-10adjustments for string share... at menusGerardo Vázquez
2020-07-10updates for share dialog and implementing new instance patternGerardo Vázquez
2020-07-01Removed DirectoryChooserActivityByteHamster
This lead to problems when removing the sd card and left the app in stuck mode. Selecting a folder freely that way will not work with new Android versions anyway. Now, AntennaPod shows the folder chooser that is displayed on the storage settings screen.
2020-06-28Adding submenu when Sharing a PodcastGerardo Vázquez
2020-06-23fixes #1215 replacing share menu by dialogGerardo Vázquez
2020-04-10Merge pull request #4029 from ByteHamster/podcast-searcher-abstractH. Lehmann
Abstract from iTunes search provider lookup
2020-04-09Use a single search fragment for all searchersByteHamster
2020-04-07easy to read sorting options (#4004)Tony Tam
2020-03-17Merge pull request #3935 from ByteHamster/black-iconsH. Lehmann
Made icons black instead of grey
2020-03-16Made icons black instead of greyByteHamster
Since switching to the official Toolbar theme, the back arrow and the overflow dots are black, too.
2020-03-16Made add feed page more whiteByteHamster
2020-03-15Centralize creation of search iconByteHamster
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2020-03-10Change batch edit text to Multi select (#3917)JessieVela
2019-11-20Fix refresh icon sometimes not displayedByteHamster
2019-10-20UX tweak - move batch edit to overflow menu to make UI less busy.orionlee
2019-10-20Sort in Podcast screen - UIorionlee
2019-10-14Remove icon from "Reset statistics" option menu itemXavier Gouchet
2019-10-14Reset playback statisticsXavier Gouchet
Fixes #1867
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-25Added refresh item to subscriptions viewByteHamster
2019-09-22Queue context menu refactor - move queue menu definition xml reuse the ↵orionlee
generic one
2019-09-22Merge pull request #3437 from orionlee/easier_remove_new_flag_3302H. Lehmann
Support remove new flag in Podcast screen and Podcast Episode Screen
2019-09-22#3302 - refactor retire episode screen item context menu (and reuse the ↵orionlee
common item context menu)
2019-09-22Merge pull request #3434 from orionlee/access_feed_from_player_2929H. Lehmann
add Open Podcast to player screen
2019-09-22#3302 - support remove new flag in Podcast screen and Podcast Episode Screen.orionlee
- moved the logic in Episodes Screen (AllEpisodesRecycleAdapter and EpisodesListFragment) to the generic FeedItemMenuHandler
2019-09-21#2929 add Open Podcast to player screenorionlee
2019-09-21#2977 fix incorrect label on Podcast Info Screen as well pre review.orionlee
2019-09-21#2977 fix incorrect "share podcast url" labelorionlee
2019-08-30Collapse search viewByteHamster
2019-08-30Moved options menu handling to child classesByteHamster
2019-08-30Extracted episodes fragmentByteHamster