summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/EpisodesListFragment.java
AgeCommit message (Expand)Author
2020-04-02Recycle ViewHolders throughout the appByteHamster
2020-03-20Fixed item flickering while downloadingByteHamster
2020-03-17Showing feed results in searchByteHamster
2020-03-17Converted lists to RecyclerViewByteHamster
2020-03-15Centralize creation of search iconByteHamster
2020-02-19Fixed flashing refresh buttonByteHamster
2020-02-05Moved ViewHolder classByteHamster
2020-02-05Merge branch 'develop' into extract-queue-item-viewByteHamster
2020-02-05Removed unnecessary ItemAccessByteHamster
2020-02-05Hide separator dot if there are no iconsByteHamster
2020-02-05Removed search stringsByteHamster
2020-02-04Replaced all episodes list with new adapterByteHamster
2020-01-09Added paged loading to 'new episodes' listByteHamster
2019-11-22Removed API 14 methodByteHamster
2019-11-12Fixed position sometimes updated in wrong itemByteHamster
2019-10-25Removed EventDistributorByteHamster
2019-10-25Migrated feed list update event to EventBusByteHamster
2019-10-25Migrated unread items update to EventBusByteHamster
2019-10-25Migrated player status event to EventBusByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-27Merge branch 'develop' into update-progressByteHamster
2019-09-26Refactored method for readabilityByteHamster
2019-09-25Update playback position in all episodes listByteHamster
2019-09-24auto feed update - make the calls from UI use background thread rather than W...orionlee
2019-09-24remove unnecessary thread DBTasks.refreshAllFeeds(): it is invoked by FeedUpd...orionlee
2019-09-22#3302 - support remove new flag in Podcast screen and Podcast Episode Screen.orionlee
2019-09-14Calling apply() on preferences editByteHamster
2019-08-30Moved options menu handling to child classesByteHamster
2019-08-30Extracted episodes fragmentByteHamster