summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/fragment/PlaybackHistoryFragment.java
AgeCommit message (Expand)Author
2022-06-09Convert playback history fragment to lazy loading (#5886)Paul Ganssle
2022-03-15Fix context menu click ending up in wrong fragmentByteHamster
2021-12-14Add keyboard shortcuts for going to the top and bottom of podcast list (#5588)silansuslu
2021-11-02Move (most) events to their own moduleByteHamster
2021-10-24Moved playback events to their own packageByteHamster
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
2021-02-16Fixed disappearing drawer toggleByteHamster
2020-12-24Update played/unplayed status in playback historyHerbert Reiter
2020-11-01Converted main fragments except pagers to stand-alone toolbarByteHamster
2020-07-13Fix a bunch of deprecationsTacoTheDank
2020-07-11Replace switch statements with too few case labels with ifsTacoTheDank
2020-04-02Recycle ViewHolders throughout the appByteHamster
2020-03-21Made sure that all fragments have a progress barByteHamster
2020-03-20Fixed item flickering while downloadingByteHamster
2020-03-17Converted lists to RecyclerViewByteHamster
2020-03-16Made icons black instead of greyByteHamster
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2020-02-05Make lists react to eventsByteHamster
2020-02-04Converted FeedItemlistAdapter to use new EpisodeItemViewHolderByteHamster
2019-11-13Switched from gestures to ViewPagerByteHamster
2019-10-25Removed EventDistributorByteHamster
2019-10-25Migrated player status event to EventBusByteHamster
2019-10-23Migrated playback history events to EventBusByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-07-22Updated appearance of empty viewByteHamster
2019-06-24Reorganize playback history lifecycleAnderson Mesquita
2019-05-27Replace action/callback utils with ItemActionButtonAnderson Mesquita
2019-04-12Upgraded EventBus to v3ByteHamster
2019-04-06#2966 RxJava2 null - explicit mark underlying Rx sources as NonNullorionlee
2019-03-27Fixes #3052: Added empty views to the Playback History, Queue, Downloads and ...Jatin Kumar
2019-03-21Added empty views to the PlayBack History, Queue,and DownloadsJatin Kumar
2018-09-30Migrate rxjava to version 2Martin Fietz
2018-01-14Add final modifiersMartin Fietz
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this statem...Soso Tughushi
2016-06-06Prevent possible hang-bugsMartin Fietz
2016-04-14Send FeedItemEvent when a tag has been added or removedMartin Fietz
2016-04-14Don't use LongLists, use tags directlyMartin Fietz
2016-03-27Episode view: Go to previous/next list item when swiping right/leftMartin Fietz
2016-03-22code cleaning:Domingos Lopes
2016-01-13Prevent IllegalStateException when fragment is detachedMartin Fietz
2016-01-07Minor changes to playback historyMartin Fietz
2015-12-19Prevent ArrayIndexOutOfBoundsExceptionMartin Fietz
2015-11-26RxJava defer -> fromCallableMartin Fietz
2015-11-26DownloadObserver must dieMartin Fietz
2015-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for favo...Tom Hennen
2015-09-19Replace some of the most annoying AsyncTasks with RxJavaMartin Fietz
2015-09-10Refactor database accessMartin Fietz