summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/QueueFragment.java
AgeCommit message (Collapse)Author
2020-04-02Merge pull request #3993 from ByteHamster/recycle-viewholdersH. Lehmann
Recycle ViewHolders throughout the whole app
2020-04-02Recycle ViewHolders throughout the appByteHamster
2020-04-02Performance improvementsByteHamster
2020-03-25Fixed crashByteHamster
Not sure why that crash appeared now...
2020-03-20Fixed item flickering while downloadingByteHamster
2020-03-17Showing feed results in searchByteHamster
2020-03-17Converted lists to RecyclerViewByteHamster
Also, cleaned up list adapters
2020-03-15Centralize creation of search iconByteHamster
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2020-02-05Moved ViewHolder classByteHamster
2020-02-05Merge branch 'develop' into extract-queue-item-viewByteHamster
2020-02-05Merge branch 'master' into developByteHamster
2020-02-05Removed search stringsByteHamster
2020-02-04Extract queue item holder to new classByteHamster
First step to use a single item holder in the future
2020-02-02Enforce MethodParamPadByteHamster
2020-01-20fix #3768 double check the item is still in the queueTony Tam
2020-01-11Show mark as read rather than mark as played in case item has no mediatxtd
2020-01-04Add download button to queue batch processingtxtd
2019-11-22Removed API 14 methodByteHamster
2019-11-12Fixed info bar ignoring 'time respects playback speed' settingByteHamster
2019-11-12Fixed position sometimes updated in wrong itemByteHamster
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-25Merge branch 'develop' into more-eventbus-migrationH. Lehmann
2019-10-25Merge pull request #3528 from orionlee/podcast_screen_sort_2524H. Lehmann
Sort Support in Podcast screen
2019-10-25Removed EventDistributorByteHamster
2019-10-25Migrated unread items update to EventBusByteHamster
2019-10-25Migrated player status event to EventBusByteHamster
2019-10-24rename + refactor QueueSorter to FeedItemPermutors, to support both queue ↵orionlee
and podcast screen.
2019-10-23Removed event that is never sentByteHamster
2019-10-22Merge pull request #3547 from ByteHamster/checkstyle-changeH. Lehmann
Checkstyle change
2019-10-22Enforce NoWhitespaceBefore checkstyleByteHamster
2019-10-17Add an option to replace Episode cover with Podcast coverXavier Gouchet
The default is to use the episode cover (keep the previous behavior). Fixes #3070
2019-10-05Changed from db backed item speed to preferences backed global valueJonas Kalderstam
2019-10-05Merge remote-tracking branch 'antennapod/develop' into per_feed_playbackspeedJonas Kalderstam
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 queueByteHamster
2019-09-24auto feed update - make the calls from UI use background thread rather than ↵orionlee
WorkManager to ensure the updates are immediate.
2019-09-24remove unnecessary thread DBTasks.refreshAllFeeds(): it is invoked by ↵orionlee
FeedUpdateWorker in background only.
2019-09-24Merge pull request #3441 from ByteHamster/circleci-improvementsH. Lehmann
Circleci improvements
2019-09-24Fixed checkstyle violationsByteHamster
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-09-14Converted playback speed in media preferences to a float instead of StringJonas Kalderstam
2019-09-13Moved logic for selecting playback speed entirely to UserPreferencesJonas Kalderstam
2019-09-13Inlined getFeedPlaybackSpeed method on FeedItemJonas Kalderstam
2019-09-13Changed type of media last playback speed to float from stringJonas Kalderstam
Also sets default to "magic" -1 value
2019-09-12Added per-feed playback speed settingJonas Kalderstam
Fixes #375
2019-09-11Added warning when locking queueByteHamster
2019-09-09Fixed crash when clicking keep sorted on empty queueByteHamster