index
:
AntennaPod
add_dot_yamllint
develop
fix/import_isnt_export
fix/import_isnt_export-3.6.0
fix/inform_on_db_moved
fix/inform_on_db_moved-3.6.0
master
A podcast manager for Android
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
src
/
main
/
java
/
de
/
danoeh
/
antennapod
/
fragment
/
PlaybackHistoryFragment.java
Age
Commit message (
Expand
)
Author
2022-03-15
Fix context menu click ending up in wrong fragment
ByteHamster
2021-12-14
Add keyboard shortcuts for going to the top and bottom of podcast list (#5588)
silansuslu
2021-11-02
Move (most) events to their own module
ByteHamster
2021-10-24
Moved playback events to their own package
ByteHamster
2021-06-29
Contextual menu for multi selecting episodes (#5130)
peakvalleytech
2021-05-31
Fix stuck swipe refresh indicator
Johannes Henninger
2021-04-22
Moved model to its own module
ByteHamster
2021-04-21
Deleted duplicate resources
ByteHamster
2021-02-16
Fixed disappearing drawer toggle
ByteHamster
2020-12-24
Update played/unplayed status in playback history
Herbert Reiter
2020-11-01
Converted main fragments except pagers to stand-alone toolbar
ByteHamster
2020-07-13
Fix a bunch of deprecations
TacoTheDank
2020-07-11
Replace switch statements with too few case labels with ifs
TacoTheDank
2020-04-02
Recycle ViewHolders throughout the app
ByteHamster
2020-03-21
Made sure that all fragments have a progress bar
ByteHamster
2020-03-20
Fixed item flickering while downloading
ByteHamster
2020-03-17
Converted lists to RecyclerView
ByteHamster
2020-03-16
Made icons black instead of grey
ByteHamster
2020-03-15
Moved Toolbar to individual Fragments
ByteHamster
2020-02-05
Make lists react to events
ByteHamster
2020-02-04
Converted FeedItemlistAdapter to use new EpisodeItemViewHolder
ByteHamster
2019-11-13
Switched from gestures to ViewPager
ByteHamster
2019-10-25
Removed EventDistributor
ByteHamster
2019-10-25
Migrated player status event to EventBus
ByteHamster
2019-10-23
Migrated playback history events to EventBus
ByteHamster
2019-10-04
Automatic AndroidX migration
ByteHamster
2019-07-22
Updated appearance of empty view
ByteHamster
2019-06-24
Reorganize playback history lifecycle
Anderson Mesquita
2019-05-27
Replace action/callback utils with ItemActionButton
Anderson Mesquita
2019-04-12
Upgraded EventBus to v3
ByteHamster
2019-04-06
#2966 RxJava2 null - explicit mark underlying Rx sources as NonNull
orionlee
2019-03-27
Fixes #3052: Added empty views to the Playback History, Queue, Downloads and ...
Jatin Kumar
2019-03-21
Added empty views to the PlayBack History, Queue,and Downloads
Jatin Kumar
2018-09-30
Migrate rxjava to version 2
Martin Fietz
2018-01-14
Add final modifiers
Martin Fietz
2016-06-29
Fixed rule 'Lamdbas containing only one statement should not nest this statem...
Soso Tughushi
2016-06-06
Prevent possible hang-bugs
Martin Fietz
2016-04-14
Send FeedItemEvent when a tag has been added or removed
Martin Fietz
2016-04-14
Don't use LongLists, use tags directly
Martin Fietz
2016-03-27
Episode view: Go to previous/next list item when swiping right/left
Martin Fietz
2016-03-22
code cleaning:
Domingos Lopes
2016-01-13
Prevent IllegalStateException when fragment is detached
Martin Fietz
2016-01-07
Minor changes to playback history
Martin Fietz
2015-12-19
Prevent ArrayIndexOutOfBoundsException
Martin Fietz
2015-11-26
RxJava defer -> fromCallable
Martin Fietz
2015-11-26
DownloadObserver must die
Martin Fietz
2015-09-20
Added 'tags' to FeedItem and properly showing/not showing menu items for favo...
Tom Hennen
2015-09-19
Replace some of the most annoying AsyncTasks with RxJava
Martin Fietz
2015-09-10
Refactor database access
Martin Fietz
2015-07-12
PlaybackHistory doesn't dim played items anymore.
Tom Hennen
[next]