summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/EpisodesListFragment.java
AgeCommit message (Expand)Author
2021-08-12Make Accidental Pull Down Refresh less likely (#5281)vbh
2021-08-08Live results in local searchByteHamster
2021-07-22Fix NonConstantResourceId code lint errorsTacoTheDank
2021-06-29Contextual menu for multi selecting episodes (#5130)peakvalleytech
2021-05-31Fix stuck swipe refresh indicatorJohannes Henninger
2021-04-22Moved model to its own moduleByteHamster
2021-04-21Deleted duplicate resourcesByteHamster
2020-11-06Filter the All Episodes tab via SQL QuerySebastian Zeller
2020-11-01Reduced lag when switching tabsByteHamster
2020-11-01Converted pagers to stand-alone toolbarByteHamster
2020-10-13Add chip when searching for specific feed (#4522)Ezequiel
2020-10-09Replacing deprecated default constructor of handler with constructor that acc...Chetan Pawar
2020-10-04Use swipe to refresh (#4401)asdoi
2020-07-26Add missing @NonNull and @Nullable annotations.Tobias Preuss
2020-05-03Replaced some Toasts with SnackbarsByteHamster
2020-04-21Fix menu items duplication in episodes and downloads fragmentEbrahim Byagowi
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