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
/
androidTest
/
java
/
de
/
test
/
antennapod
/
service
/
download
Age
Commit message (
Expand
)
Author
2024-03-23
Rename FeedMedia methods to no longer have underscores (#7017)
ByteHamster
2024-03-17
Remove dependency from :ui:glide to :core module (#6998)
ByteHamster
2024-03-02
Remove FeedComponent and FeedFile class (#6949)
ByteHamster
2023-07-15
Delete partially downloaded file when giving up to retry (#6530)
ByteHamster
2023-05-05
Download Service Rewrite (#6420)
ByteHamster
2022-11-06
Move preferences to a new module
ByteHamster
2022-11-06
Move DownloadService-Interface to new module
ByteHamster
2022-11-05
Remove dependency from other classes to DownloadService
ByteHamster
2022-02-27
Move database to its own module
ByteHamster
2022-01-06
Rewrite download request creation (#5530)
ByteHamster
2021-04-22
Moved model to its own module
ByteHamster
2020-12-14
Remove unused import statements to reduce dependencies
Herbert Reiter
2020-07-13
Fix a bunch of deprecations
TacoTheDank
2020-07-11
Fix lambdas
TacoTheDank
2020-07-11
Simplify junit assertions
TacoTheDank
2020-03-26
Merge branch 'develop' into NotificationForAutoDownloads
H. Lehmann
2020-03-25
Removed unused code
ByteHamster
2020-03-23
Use AndroidX consumer instead of our own
ByteHamster
2020-03-22
Rename generatedBySystem to initiatedByUser
Nathan Mascitelli
2020-03-22
Simplify constructors
Nathan Mascitelli
2020-03-22
Fix build and tests
Nathan Mascitelli
2020-03-20
Give cancelling downloads more time
ByteHamster
2019-12-12
Read current media from preferences instead of activity->fragment->controller
ByteHamster
2019-12-12
Fixed cases where one failing test broke all following tests
ByteHamster
2019-12-12
Fixed tests on small screens
ByteHamster
2019-11-06
respect download order - dequeue upon cancelling download
orionlee
2019-11-06
refactor downloadMedia() - make DownloadService accepts a batch of DownloadRe...
orionlee
2019-11-06
Refactor downloadMedia() : move entry points to DownloadRequester (from DBTasks)
orionlee
2019-10-30
Extracted DownloaderFactory to new class
ByteHamster
2019-10-04
Automatic AndroidX migration
ByteHamster
2019-09-30
test refactor - move the common FeedItemEventListener test helper to the prop...
orionlee
2019-09-30
test refactor - extract common FeedItemEventListener test helper.
orionlee
2019-09-30
test for DownloadService, case media download successful.
orionlee
2019-08-11
Fixed app integration tests
ByteHamster
2015-06-23
Don't cache shared preferences anymore. Some refactoring.
Martin Fietz
2015-03-26
Fixes non-working app tests, especially GUI tests
Martin Fietz
2014-11-10
Squashed commit of the following:
daniel oeh
2014-09-19
Moved non-gui classes to 'core' package
daniel oeh
2014-09-17
Changed project structure
daniel oeh