summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-12Merge pull request #3600 from ByteHamster/fix-currently-playing-updateH. Lehmann
Fixed position sometimes updated in wrong item
2019-11-12Merge pull request #3592 from ↵H. Lehmann
orionlee/more_respect_download_order_2448_handle_cancel More respect download order - handle cancel
2019-11-12Fixed playback speed buttonByteHamster
Problem was that a float 5.99999 was casted to an int and therefore was 5.
2019-11-12Fixed position sometimes updated in wrong itemByteHamster
2019-11-09Merge pull request #3597 from ByteHamster/rework-about-screenH. Lehmann
Rework about screen
2019-11-09Updated danoeh's text on about screenByteHamster
2019-11-09CleanupByteHamster
2019-11-09Added licenses screenByteHamster
2019-11-09Added commit to new about screenByteHamster
2019-11-09Added translators screenByteHamster
2019-11-09Added developers listByteHamster
2019-11-09Merge pull request #3596 from ByteHamster/prominent-add-podcastH. Lehmann
Even more prominent subscribe button
2019-11-07Added shadow to discovery listByteHamster
2019-11-07Made add podcast button even more prominentByteHamster
2019-11-06respect download order - dequeue upon cancelling downloadorionlee
2019-11-06refactor downloadMedia() - make DownloadService accepts a batch of ↵orionlee
DownloadRequests. - the DB logic originally in DBTasks.downloadFeedItems() are moved to DownloadService.
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 #3588 from ByteHamster/remove-materialdialogsH. Lehmann
Removed MaterialDialog dependency
2019-11-06Merge pull request #3587 from ByteHamster/remove-commons-textH. Lehmann
Removed commons text library that was just used 2 times
2019-11-06Merge pull request #3589 from ByteHamster/move-robotium-to-testH. Lehmann
Moved robotium dependency to test flavour
2019-11-06Moved robotium dependency to test flavourByteHamster
2019-11-06Removed MaterialDialog dependencyByteHamster
The AlertDialogs from Androidx are material, too.
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
Fixed pressing play from headset button
2019-11-05Merge pull request #3584 from ByteHamster/fix-streaming-notificationH. Lehmann
Do not display streaming notification if continuous playback is disabled
2019-11-05Do not display streaming notification if continuous playback is disabledByteHamster
2019-11-05Fixed pressing play from headset buttonByteHamster
When pausing, we stop the foreground service. This prevented re-entering foreground state later, which lead to Android killing the service after a few seconds.
2019-11-05Merge pull request #3582 from ByteHamster/empty-view-subscriptionsH. Lehmann
Added empty view to subscription list
2019-11-05Added empty view to subscription listByteHamster
2019-11-05Merge pull request #3580 from ByteHamster/swipe-directionH. Lehmann
Modified episode swipe directions
2019-11-05Merge pull request #3581 from ByteHamster/feedview-dialogH. Lehmann
Style OnlineFeedViewActivity like a dialog
2019-11-05Merge pull request #2714 from ↵H. Lehmann
orionlee/enqueue_keep_inprogress_front_2652_respect_download_start_order_2448 Enqueue fixes: keep inprogress front, respect download start order
2019-11-05code style - reduce nested ifsorionlee
2019-11-05code style fixesorionlee
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-05test fix: ensure test is not dependent on UserPreferences's enqueueLocationorionlee
2019-11-05AFTER_CURRENTLY_PLAYING enqueue location option - test boundary condition ↵orionlee
handling
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
- replaced existing enqueue at front - the option after current episode will replace Keep In-Progress in Queue that was in the PR (30f104f4).
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 ↵orionlee
mocks in test
2019-11-05refactor - rename FeedFileDownloadStatusRequesterInterface to a more generic ↵orionlee
DownloadStateProvider.
2019-11-05refactor - move ItemEnqueuePositionCalculator to top-level per review.orionlee