summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/FavoriteEpisodesFragment.java
AgeCommit message (Collapse)Author
2022-08-06Remove favorites tabByteHamster
2022-05-08Remove 'mark all as read' buttonByteHamster
Now available through multi-select
2022-05-08Apply action to items that are not loaded yetByteHamster
2022-05-08Show correct total number for lazy loaded itemsByteHamster
2022-05-03Rename 'new' screen to inbox (#5460)ByteHamster
2021-11-02Move (most) events to their own moduleByteHamster
2021-04-22Moved model to its own moduleByteHamster
2021-04-21Deleted duplicate resourcesByteHamster
2020-11-01Reduced lag when switching tabsByteHamster
2020-07-26Add missing @NonNull and @Nullable annotations.Tobias Preuss
2020-05-03Fixed Snackbars being covered by audio playerByteHamster
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-08-30Extracted episodes fragmentByteHamster
2019-08-23Implemented filter function for "All Episodes" list (#3321)Jan-Peter von Hunnius
2019-07-22Updated appearance of empty viewByteHamster
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-19Merge branch 'develop' into eventbus-v3ByteHamster
2019-05-03Simplify empty view handling on recycler viewsByteHamster
2019-04-12Upgraded EventBus to v3ByteHamster
Also made sure that register/unregister are called in onStart/onStop instead of onResume/onPause (prevents possible MultiWindow problems where updates are not received because activity is not fucused).
2019-04-02Renamed text view ids and added tools namespaceJatin Kumar
2019-04-01Added include to the queue and episode layoutJatin 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
2018-09-30Migrate rxjava to version 2Martin Fietz
2018-01-14Weaken declaration accessMartin Fietz
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this ↵Soso Tughushi
statement in a block'
2015-11-26DownloadObserver must dieMartin Fietz
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-03undo for favoritesTom Hennen
2015-11-03playing around with recycler view. context menu and swiping isn't workingTom Hennen
2015-09-20now removing items from favorites by swipingTom 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