summaryrefslogtreecommitdiff
path: root/app/src/main
AgeCommit message (Collapse)Author
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 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-05code style fixes - naming, indentation, etc.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-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-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
2019-10-23Material design layout tweaksByteHamster
2019-10-23Showing wallpaper on widget config pageByteHamster
2019-10-23Transparent widgetMarcel Regeci
2019-10-23Removed event that is never sentByteHamster
2019-10-23Migrated playback history events to EventBusByteHamster
2019-10-23Migrated download log events to EventBusByteHamster
2019-10-23Removed resume intentByteHamster
2019-10-22Merge pull request #3547 from ByteHamster/checkstyle-changeH. Lehmann
Checkstyle change
2019-10-22Enforce NoWhitespaceBefore checkstyleByteHamster
2019-10-22Enforce MultipleVariableDeclarations checkstyleByteHamster
2019-10-20sort in podcast screen - logic, no db persistence yet.orionlee
2019-10-20UX tweak - move batch edit to overflow menu to make UI less busy.orionlee
2019-10-20Sort in Podcast screen - UIorionlee
2019-10-20Do not try to upgrade database when using clean installByteHamster
2019-10-20Merge pull request #3520 from dsmith47/streamH. Lehmann
Show stream button rather than download (in queue, podcast views)
2019-10-20Updates to StreamActionButton for style.Doug Smith
2019-10-19Merge pull request #3505 from xgouchet/feature/3070_episode_imageH. Lehmann
Add an option to replace Episode cover with Podcast cover
2019-10-18bugfix: Share Podcast link (Podcast screen) - hide the option if there is no ↵orionlee
link
2019-10-17bugfix: Share Episode URL - handle empty linkorionlee