summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2019-11-06refactor downloadMedia() - make DownloadService accepts a batch of DownloadRe...orionlee
2019-11-06make DownloadRequest ArrayList parcelable (support a batch of them)orionlee
2019-11-06Refactor downloadMedia() : move entry points to DownloadRequester (from DBTasks)orionlee
2019-11-06Merge pull request #3587 from ByteHamster/remove-commons-textH. Lehmann
2019-11-06Moved robotium dependency to test flavourByteHamster
2019-11-06Removed commons text library that was just used 2 timesByteHamster
2019-11-05Merge pull request #3583 from ByteHamster/fix-headset-button-playH. Lehmann
2019-11-05Merge pull request #3584 from ByteHamster/fix-streaming-notificationH. Lehmann
2019-11-05Do not display streaming notification if continuous playback is disabledByteHamster
2019-11-05Fixed pressing play from headset buttonByteHamster
2019-11-05Merge pull request #3582 from ByteHamster/empty-view-subscriptionsH. Lehmann
2019-11-05Added empty view to subscription listByteHamster
2019-11-05Merge pull request #3581 from ByteHamster/feedview-dialogH. Lehmann
2019-11-05code style - reduce nested ifsorionlee
2019-11-05enqueue respect download order: add test case for download failures.orionlee
2019-11-05code style / comment tweak per revieworionlee
2019-11-05refactor - make enqueue position logic more readable per review.orionlee
2019-11-05AFTER_CURRENTLY_PLAYING enqueue location option - test boundary condition han...orionlee
2019-11-05code style fixes: naming, indentation.orionlee
2019-11-05enqueue location: use the new 3-value settingsorionlee
2019-11-05#2652 the UI of a new setting enqueue locationorionlee
2019-11-05refactor move generic Collection helpers to CollectionTestUtilorionlee
2019-11-05refactor extract common FeedItem List to IDs methodorionlee
2019-11-05code style fixes - naming, indentation, etc.orionlee
2019-11-05bugfix respect download order - obey user settings "Enqueue Downloaded"orionlee
2019-11-05Enqueue tweaks - replace custom stub DownloadStateProvider with mockito mocks...orionlee
2019-11-05refactor - rename FeedFileDownloadStatusRequesterInterface to a more generic ...orionlee
2019-11-05refactor - move ItemEnqueuePositionCalculator to top-level per review.orionlee
2019-11-05fix imports post androidX migrationorionlee
2019-11-05test case tweak: preserve download order test, fix test case nameorionlee
2019-11-05test case bug fix: Bulk download 2nd item position should be 1orionlee
2019-11-05refactoring test - factor out common operations of calc position,orionlee
2019-11-05Test cases readability: change expected format from position to the actual queueorionlee
2019-11-05#2448: make podcast episode enqueue position respect download start orderorionlee
2019-11-05refactor test - break ItemEnqueuePositionCalculatorTest to be more modularorionlee
2019-11-05#2652 (part of): Expose keep in-progress at front as a preferenceorionlee
2019-11-05#2652 (part of): The in-progress podcast at the front of the queueorionlee
2019-11-05refactor - DBWriterTest: parametrize the set of testsorionlee
2019-11-05refactor - DBWriter.addQueueItem() : refactor enqueue position calculationorionlee
2019-11-05Style OnlineFeedViewActivity like a dialogByteHamster
2019-10-31Clearer button text for feching podcast (#3575)sevenmaster
2019-10-31Merge pull request #3572 from ByteHamster/downloadservice-refactoringH. Lehmann
2019-10-30Merge pull request #3571 from ByteHamster/hide-play-button-on-destroyH. Lehmann
2019-10-30Do not refresh feeds more often than necessaryByteHamster
2019-10-30Updating notification more oftenByteHamster
2019-10-30Do not access context in constructorByteHamster
2019-10-30Extracted DownloaderFactory to new classByteHamster
2019-10-30Reordered methods to have setup on topByteHamster
2019-10-30Posting downloaders on executorByteHamster
2019-10-30Extracted handling completed downloads to methodByteHamster