summaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
AgeCommit message (Collapse)Author
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
2019-08-23Implemented filter function for "All Episodes" list (#3321)Jan-Peter von Hunnius
2019-08-11Changes due to feedback in pull request #3315damoasda
2019-08-10Queue: Keep sorted #1556damoasda
2019-07-23Added batch edit to queueByteHamster
2019-07-22Redesigned add feed pageByteHamster
2019-07-14Reword "Mark as seen" to "Remove 'new' flag"Anderson Mesquita
This avoids the confusion between "Mark as seen" and "Mark as played". Closes: #3225
2019-07-12Removed Flattr supportByteHamster
2019-05-27Sort options: 'old to new' instead of 'ascending'ByteHamster
2019-05-11Prevent actionbar items from moving when searchingAnderson Mesquita
Previously, when the user clicked the search button, the context menu would be hidden and the refresh button would move way too close to the edge of the screen. This makes sure that when a user clicks the search button on the episodes screen, the remaining actionbar items (refresh and context menu) stay where they are.
2019-04-11Set number of subscription columnsByteHamster
2019-04-06refactor - rename string resource name `remove_episode_lable` , which was ↵orionlee
ambiguous with typos, to `delete_episode_label` - non-default string resources to be handled by Transifex
2019-04-04refactor - UI - make OPML import screen use the new select all / none icons ↵orionlee
as well (so that only single set of icons are needed)
2019-04-04bulk remove episodes from queue - UI - icon for dark themes.orionlee
2019-04-03bulk edit - refactor - rename menu ids, to be consistent with single edit ↵orionlee
counterparts
2019-04-02batch edit - replace the bottom button UI with FAB Speed Dial (no new ↵orionlee
actions yet)
2019-04-02fix speed dial buttons orderorionlee
2019-04-02UI Prototype for Batch Edit Episodes rework (from #1145)orionlee