summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/FavoriteEpisodesFragment.java
AgeCommit message (Collapse)Author
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