summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/NewEpisodesFragment.java
AgeCommit message (Collapse)Author
2020-03-17Converted lists to RecyclerViewByteHamster
Also, cleaned up list adapters
2020-02-19Fixed flashing refresh buttonByteHamster
2020-02-05Moved ViewHolder classByteHamster
2020-02-05Hide separator dot if there are no iconsByteHamster
2020-02-04Replaced all episodes list with new adapterByteHamster
2020-01-09Added paged loading to 'new episodes' listByteHamster
2019-11-03Modified episode swipe directionsByteHamster
- Allow queue swiping in both directions - Do not allow swiping on tabbed screens where it interferes with tab switching
2019-10-04Automatic AndroidX migrationByteHamster
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-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-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-06-24Reorganize Episode Fragments lifecycleAnderson Mesquita
This uses the existing android lifecycle methods to avoid having to do null checks and state saving in various places.
2019-06-24Fix whitespaceAnderson Mesquita
2019-05-03Simplify empty view handling on recycler viewsByteHamster
2019-04-02Renamed text view ids and added tools namespaceJatin Kumar
2019-04-01Added include to the queue and episode layoutJatin Kumar
2019-03-29Fixed typosJatin Kumar
2019-03-27Updated NewEpisodesFragment and FavoriteEpisodesFragment filesJatin Kumar
2019-03-27Fixes #3052: Added empty views to the Playback History, Queue, Downloads and ↵Jatin Kumar
Episodes
2019-03-08Fixed download status update in NewEpisodesFragmentByteHamster
2018-05-02Issue #2580: Expose "Mark as seen" as a context menu item in Episodeorionlee
screen, in addition to the existing swipe in Episode > New tab.
2018-01-07Cleanup order/remove unused includesDirk Mueller
This is the result of Android Studio's include cleanup Macro. This removes some no longer used includes, simplifying the code a bit. The rest is grouping and resorting alphabetically.
2016-06-06New episodes: Show correct snackbar "marked as seen"Martin Fietz
2016-06-06New episodes: Mark all as seen instead of playedMartin Fietz
2016-04-14Send FeedItemEvent when a tag has been added or removedMartin Fietz
2015-11-26DownloadObserver must dieMartin Fietz
2015-11-07Fancy drag/swipe effectMartin Fietz
2015-11-05Queue: Replace DSVL with RecyclerViewMartin Fietz
2015-11-04don't remove the media if they undoTom Hennen
2015-11-04addressed some of mfietz's commentsTom Hennen
2015-11-03switched to snackbarTom Hennen
2015-11-03resolved compilation problem and got rid of the 'no items' labelTom Hennen
2015-11-03undo for new itemsTom Hennen
2015-11-03playing around with recycler view. context menu and swiping isn't workingTom Hennen
2015-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for ↵Tom Hennen
favorites.
2015-09-20refactored after merging in changes from #1212Tom Hennen
2015-09-20basic favorite functionalityTom Hennen
2015-09-19Replace some of the most annoying AsyncTasks with RxJavaMartin Fietz
2015-09-10Refactor database accessMartin Fietz
2015-09-07Collapsed All and New Episodes in to 'Episodes' using tabsTom Hennen
This is to make room for 'Favorites' in the future. I kept the counter for 'New Episodes' and am displaying it next to 'Episodes'.
2015-09-06Set episode back to 'New' when undo remove from new episodes.Tom Hennen
markItemRead -> markItemPlayed and now requires the desired state instead of boolean. fixes AntennaPod/AntennaPod#1173
2015-07-09FeedPreferences.getCurrentAutoDelete() now calls ↵Udi Finkelstein
UserPreferences.isAutoDelete() by itself, instead of receiving it as a parameter.
2015-07-09Added new per-feed auto download override flag.Udi Finkelstein
2015-06-27Enqueue and items in the currently display order, submit changes on bulkMartin Fietz
2015-04-18Minor changesMartin Fietz
2015-04-18Small fixMartin Fietz
2015-04-18Prepare merge.Martin Fietz
2015-04-16reuse listView from AllEpisodesFragmentTom Hennen