summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
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-24Test to ensure Feed only accepts INTRA_FEED sort orderorionlee
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-24a new filter icon, to differentiate it from sort per review.orionlee
- Icon source: https://materialdesignicons.com/icon/filter-outline
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-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 MultipleVariableDeclarations checkstyleByteHamster
2019-10-20sort in podcast screen - db persistenceorionlee
2019-10-20sort in podcast screen - logic, no db persistence yet.orionlee
2019-10-20Sort in Podcast screen - UIorionlee
2019-10-20Removed code duplication from playback tests, added test for ExoPlayerByteHamster
2019-10-20Merge pull request #3520 from dsmith47/streamH. Lehmann
Show stream button rather than download (in queue, podcast views)
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-19Merge pull request #3538 from ariedov/crash-on-equalizer-4.1H. Lehmann
Fixes crash on equalizer open on Android 4.1
2019-10-19Fixes crash on equalizer open on Android 4.1David Leibovych
2019-10-18unit test for get feeditem link with fallbackorionlee
2019-10-17bugfix: Share Episode URL - handle empty linkorionlee
2019-10-17Add an option to replace Episode cover with Podcast coverXavier Gouchet
The default is to use the episode cover (keep the previous behavior). Fixes #3070
2019-10-16Implemented feature to show stream button (instead of Download/Play-Pause) ↵Doug Smith
in podcast episode views. * Added user preference to specify that stream buttons are preferred * Added StreamAction button to trigger streams on podcast options
2019-10-15Merge pull request #3516 from egsavage/reset-sleep-timer-on-playH. Lehmann
Issue #2381 - restart sleep timer on play
2019-10-14Remove duplicate stringXavier Gouchet
2019-10-14Fix formattingXavier Gouchet
2019-10-14Add confirmation dialog before reseting statisticsXavier Gouchet
2019-10-14Optimize the deletion of statistics dataXavier Gouchet
2019-10-14Remove the unnecessary StatisticsEventXavier Gouchet
2019-10-14Remove icon from "Reset statistics" option menu itemXavier Gouchet
2019-10-14Reset playback statisticsXavier Gouchet
Fixes #1867
2019-10-13Issue #2381 - restart sleep timer on playegsavage
2019-10-09Fixed notification reappearing if continuous playback is disabledByteHamster
2019-10-09Merge pull request #3386 from orionlee/bugfix_skip_last_episode_in_queue_3383H. Lehmann
Bugfix skip last episode in queue - episode status
2019-10-06Merge pull request #3497 from ByteHamster/position-in-notificationH. Lehmann
Showing progress in notification
2019-10-06Merge pull request #3498 from ByteHamster/fix-mono-switchH. Lehmann
Fixed downmixing if service is not bound
2019-10-06Merge pull request #3499 from ByteHamster/local-playable-improvementsH. Lehmann
Local playable improvements
2019-10-06Merge pull request #3415 from spacecowboy/per_feed_playbackspeedH. Lehmann
Added per-feed playback speed setting
2019-10-06Speeding up notification updateByteHamster
startForeground() is significantly slower than just notify()
2019-10-06Removed potentially misleading commentJonas Kalderstam
2019-10-06Caching icon manually to prevent long locksByteHamster
2019-10-06Removed unnecessary commentJonas Kalderstam
2019-10-06Moved notification setup out of ThreadByteHamster
Fixes wrong thread for media player. Also, might fix race conditions.