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
/
DownloadLogFragment.java
Age
Commit message (
Expand
)
Author
2022-05-06
Move download logs to a button on the downloads page instead of a tab (#5866)
ByteHamster
2022-03-11
Don't cancel download on click
ByteHamster
2022-02-27
Move database to its own module
ByteHamster
2022-02-26
Move statistics screens to new module
ByteHamster
2022-02-20
Show feed error in dialog instead of opening download log screen
ByteHamster
2022-01-06
Rewrite download request creation (#5530)
ByteHamster
2021-11-02
Fix auto-download retry backoff
ByteHamster
2021-08-08
Live results in local search
ByteHamster
2021-07-11
No longer show item-specific auto-download property to users
ByteHamster
2021-07-10
Replace old episode multi-select with new multi-select. (#5253)
peakvalleytech
2021-04-29
Merge download log+running lists (#5134)
ByteHamster
2021-04-22
Moved model to its own module
ByteHamster
2021-04-21
Deleted duplicate resources
ByteHamster
2020-12-14
Remove unused import statements to reduce dependencies
Herbert Reiter
2020-11-06
Fixed clear download log menu item
ByteHamster
2020-11-01
Reduced lag when switching tabs
ByteHamster
2020-11-01
Converted pagers to stand-alone toolbar
ByteHamster
2020-08-06
Add the "Refresh" button on the "Download" page (#4338)
asdoi
2020-07-26
Add missing @NonNull and @Nullable annotations.
Tobias Preuss
2020-07-21
Offer to copy download error to clipboard
ByteHamster
2020-07-13
Fix a bunch of deprecations
TacoTheDank
2020-05-03
Switched to MaterialComponents theme
ByteHamster
2020-04-21
Fix menu items duplication in episodes and downloads fragment
Ebrahim Byagowi
2020-03-16
Made icons black instead of grey
ByteHamster
2019-10-25
Removed EventDistributor
ByteHamster
2019-10-23
Migrated download log events to EventBus
ByteHamster
2019-10-04
Automatic AndroidX migration
ByteHamster
2019-07-22
Updated appearance of empty view
ByteHamster
2019-06-24
Reorganize DownloadLogFragment lifecycle
Anderson Mesquita
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
2019-01-19
Fixed displaying feed url
ByteHamster
2018-09-30
Migrate rxjava to version 2
Martin Fietz
2018-04-05
Showing URL for failed downloads
ByteHamster
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-03-22
code cleaning:
Domingos Lopes
2016-01-13
Prevent IllegalStateException when fragment is detached
Martin Fietz
2015-12-19
Prevent ArrayIndexOutOfBoundsException
Martin Fietz
2015-11-26
RxJava defer -> fromCallable
Martin Fietz
2015-09-19
Replace some of the most annoying AsyncTasks with RxJava
Martin Fietz
2015-09-10
Refactor database access
Martin Fietz
2015-04-18
Remove checks for opened drawer, now unneccessary
Martin Fietz
2015-03-04
Add ability to clear the download log, as requested in AntennaPod/AntennaPod#506
Martin Fietz
2014-11-05
Updated layouts
daniel oeh
2014-09-19
Moved non-gui classes to 'core' package
daniel oeh
2014-09-17
Changed project structure
daniel oeh