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
/
core
Age
Commit message (
Expand
)
Author
2019-11-09
Added developers list
ByteHamster
2019-11-06
Merge pull request #3587 from ByteHamster/remove-commons-text
H. Lehmann
2019-11-06
Moved robotium dependency to test flavour
ByteHamster
2019-11-06
Removed commons text library that was just used 2 times
ByteHamster
2019-11-05
Merge pull request #3583 from ByteHamster/fix-headset-button-play
H. Lehmann
2019-11-05
Merge pull request #3584 from ByteHamster/fix-streaming-notification
H. Lehmann
2019-11-05
Do not display streaming notification if continuous playback is disabled
ByteHamster
2019-11-05
Fixed pressing play from headset button
ByteHamster
2019-11-05
Merge pull request #3582 from ByteHamster/empty-view-subscriptions
H. Lehmann
2019-11-05
Added empty view to subscription list
ByteHamster
2019-11-05
Merge pull request #3581 from ByteHamster/feedview-dialog
H. Lehmann
2019-11-05
code style - reduce nested ifs
orionlee
2019-11-05
enqueue respect download order: add test case for download failures.
orionlee
2019-11-05
code style / comment tweak per review
orionlee
2019-11-05
refactor - make enqueue position logic more readable per review.
orionlee
2019-11-05
AFTER_CURRENTLY_PLAYING enqueue location option - test boundary condition han...
orionlee
2019-11-05
code style fixes: naming, indentation.
orionlee
2019-11-05
enqueue location: use the new 3-value settings
orionlee
2019-11-05
#2652 the UI of a new setting enqueue location
orionlee
2019-11-05
refactor move generic Collection helpers to CollectionTestUtil
orionlee
2019-11-05
refactor extract common FeedItem List to IDs method
orionlee
2019-11-05
code style fixes - naming, indentation, etc.
orionlee
2019-11-05
bugfix respect download order - obey user settings "Enqueue Downloaded"
orionlee
2019-11-05
Enqueue tweaks - replace custom stub DownloadStateProvider with mockito mocks...
orionlee
2019-11-05
refactor - rename FeedFileDownloadStatusRequesterInterface to a more generic ...
orionlee
2019-11-05
refactor - move ItemEnqueuePositionCalculator to top-level per review.
orionlee
2019-11-05
fix imports post androidX migration
orionlee
2019-11-05
test case tweak: preserve download order test, fix test case name
orionlee
2019-11-05
test case bug fix: Bulk download 2nd item position should be 1
orionlee
2019-11-05
refactoring test - factor out common operations of calc position,
orionlee
2019-11-05
Test cases readability: change expected format from position to the actual queue
orionlee
2019-11-05
#2448: make podcast episode enqueue position respect download start order
orionlee
2019-11-05
refactor test - break ItemEnqueuePositionCalculatorTest to be more modular
orionlee
2019-11-05
#2652 (part of): Expose keep in-progress at front as a preference
orionlee
2019-11-05
#2652 (part of): The in-progress podcast at the front of the queue
orionlee
2019-11-05
refactor - DBWriterTest: parametrize the set of tests
orionlee
2019-11-05
refactor - DBWriter.addQueueItem() : refactor enqueue position calculation
orionlee
2019-11-05
Style OnlineFeedViewActivity like a dialog
ByteHamster
2019-10-31
Clearer button text for feching podcast (#3575)
sevenmaster
2019-10-31
Merge pull request #3572 from ByteHamster/downloadservice-refactoring
H. Lehmann
2019-10-30
Merge pull request #3571 from ByteHamster/hide-play-button-on-destroy
H. Lehmann
2019-10-30
Do not refresh feeds more often than necessary
ByteHamster
2019-10-30
Updating notification more often
ByteHamster
2019-10-30
Do not access context in constructor
ByteHamster
2019-10-30
Extracted DownloaderFactory to new class
ByteHamster
2019-10-30
Reordered methods to have setup on top
ByteHamster
2019-10-30
Posting downloaders on executor
ByteHamster
2019-10-30
Extracted handling completed downloads to method
ByteHamster
2019-10-30
Converted our own FeedSyncThread to a task+executor
ByteHamster
2019-10-29
Extracted notification from DownloadService
ByteHamster
[next]