summaryrefslogtreecommitdiff
path: root/core/src/main/java
AgeCommit message (Collapse)Author
2019-11-05code style - reduce nested ifsorionlee
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 ↵orionlee
handling
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 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-05refactor - rename FeedFileDownloadStatusRequesterInterface to a more generic ↵orionlee
DownloadStateProvider.
2019-11-05refactor - move ItemEnqueuePositionCalculator to top-level per review.orionlee
2019-11-05fix imports post androidX migrationorionlee
2019-11-05#2448: make podcast episode enqueue position respect download start orderorionlee
2019-11-05#2652 (part of): Expose keep in-progress at front as a preferenceorionlee
(in Playback > Queue section)
2019-11-05#2652 (part of): The in-progress podcast at the front of the queueorionlee
should remain at the front.
2019-11-05refactor - DBWriter.addQueueItem() : refactor enqueue position calculationorionlee
to be a unit-testable component (static inner class)
2019-10-31Merge pull request #3572 from ByteHamster/downloadservice-refactoringH. Lehmann
DownloadService refactoring
2019-10-30Merge pull request #3571 from ByteHamster/hide-play-button-on-destroyH. Lehmann
Updating notification play button in onDestroy
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
2019-10-30Converted our own FeedSyncThread to a task+executorByteHamster
2019-10-29Extracted notification from DownloadServiceByteHamster
2019-10-29Extracted feed sync from DownloadServiceByteHamster
2019-10-29Updating notification play button in onDestroyByteHamster
2019-10-29Fix incorrect progress string on widgetPtilopsis Leucotis
If option "pref_followQueue_title" is disabled, when played episode #1 is ended and next episode #2 is loaded, progress string on widget show incorrect information about position and duration of episode, because it show (position / duration) of ended episode #1 instead of (position / duration) of loaded episode #2.
2019-10-27Prefer image that is specified in feed over embedded imageByteHamster
2019-10-25Merge branch 'develop' into more-eventbus-migrationH. Lehmann
2019-10-25Merge pull request #3528 from orionlee/podcast_screen_sort_2524H. Lehmann
Sort Support in Podcast screen
2019-10-25Removed EventDistributorByteHamster
2019-10-25Migrated feed list update event to EventBusByteHamster
2019-10-25Migrated unread items update to EventBusByteHamster
2019-10-25Migrated player status event to EventBusByteHamster
2019-10-24Fixes #3444 - Strip off HTML from podcast descriptionsfossterer
2019-10-24Feed Sort Order DB column: changed from Integer to Text, to allow ↵orionlee
flexibility of multiple sorts without DB schema change
2019-10-24Misc code style fixes.orionlee
2019-10-24Remove unused comparators after SortOrder refactoringorionlee
2019-10-24Merge pull request #3551 from ByteHamster/eventdistributorH. Lehmann
Migrated some events from EventDistributor to EventBus
2019-10-24Merge pull request #3550 from ByteHamster/remove-resume-intentH. Lehmann
Removed resume intent
2019-10-24feeditem sort - handle boundary conditionsorionlee
2019-10-24rename + refactor QueueSorter to FeedItemPermutors, to support both queue ↵orionlee
and podcast screen.
2019-10-24sort in Podcast screen - implement all the sortsorionlee
2019-10-23Merge pull request #3544 from M-arcel/developH. Lehmann
Transparent widget
2019-10-23Code cleanupByteHamster
2019-10-23Transparent widgetMarcel Regeci
2019-10-23Removed event that is never sentByteHamster