summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
2019-11-09Added commit to new about screenByteHamster
2019-11-09Added translators screenByteHamster
2019-11-09Added developers listByteHamster
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-06Refactor downloadMedia() : move entry points to DownloadRequester (from DBTasks)orionlee
2019-11-06Removed MaterialDialog dependencyByteHamster
The AlertDialogs from Androidx are material, too.
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-05code style fixesorionlee
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 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-05#2652 (part of): Expose keep in-progress at front as a preferenceorionlee
(in Playback > Queue section)
2019-11-05Style OnlineFeedViewActivity like a dialogByteHamster
User study showed that new users do not get the difference between the actual feed list and the preview. If the preview is a dialog, this is a lot easier to see. Additionally, the "dialog" now closes after the subscription succeeded.
2019-11-03Modified episode swipe directionsByteHamster
- Allow queue swiping in both directions - Do not allow swiping on tabbed screens where it interferes with tab switching
2019-11-01episodes should not look like a link (#3576)sevenmaster
2019-11-01Make search button clickable (#3577)sevenmaster
2019-10-31Clearer button text for feching podcast (#3575)sevenmaster
When subscribing to a podcast, the old text might be confusing to new users (it's not downloading an episode, just the feed. That is not considered downloading for most users) Signed-off-by: sevenmaster <seven-master@hotmail.de>
2019-10-30Do not refresh feeds more often than necessaryByteHamster
2019-10-30Extracted DownloaderFactory to new classByteHamster
2019-10-27Add support for talkback on subscription and discovery list, Fixes #3563Masoud Pezeshkzade
2019-10-25Refactor batch edit - use the common FeedItem sorting logicorionlee
2019-10-25Making sure that tests click on preference, not preferenceCategoryByteHamster
2019-10-25Fixed about screen logo getting removed by proguardByteHamster
2019-10-25Fixed EventBus getting removed by proguardByteHamster
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-25Fixed downloads fragment not updatingByteHamster
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-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-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-23Showing a more interesting background imageByteHamster
2019-10-23Code cleanupByteHamster