summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-24Feed Sort Order DB column: changed from Integer to Text, to allow flexibility...orionlee
2019-10-24Misc code style fixes.orionlee
2019-10-24Remove unused comparators after SortOrder refactoringorionlee
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 and...orionlee
2019-10-24sort in Podcast screen - implement all the sortsorionlee
2019-10-24a new filter icon, to differentiate it from sort per review.orionlee
2019-10-20sort in podcast screen - db persistenceorionlee
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-20Merge pull request #3520 from dsmith47/streamH. Lehmann
2019-10-20Updates to StreamActionButton for style.Doug Smith
2019-10-19Merge pull request #3505 from xgouchet/feature/3070_episode_imageH. Lehmann
2019-10-19Merge pull request #3538 from ariedov/crash-on-equalizer-4.1H. Lehmann
2019-10-19Merge pull request #3529 from orionlee/share_episode_url_handle_empty_link_3527H. Lehmann
2019-10-19Fixes crash on equalizer open on Android 4.1David Leibovych
2019-10-18bugfix: Share Podcast link (Podcast screen) - hide the option if there is no ...orionlee
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
2019-10-16Implemented feature to show stream button (instead of Download/Play-Pause) in...Doug Smith
2019-10-15Merge pull request #3522 from ByteHamster/updated-screenshotsH. Lehmann
2019-10-15Added promo-graphic and tv-bannerByteHamster
2019-10-15Updated screenshotsByteHamster
2019-10-15Merge pull request #3516 from egsavage/reset-sleep-timer-on-playH. Lehmann
2019-10-15Merge pull request #3519 from egsavage/reset-playback-position-when-marked-as...H. Lehmann
2019-10-14Issue #3503 - reset playback position when marking as playedegsavage
2019-10-14Merge pull request #3502 from xgouchet/feature/1867_reset_statisticsH. Lehmann
2019-10-14Remove duplicate stringXavier Gouchet
2019-10-14Fix formattingXavier Gouchet
2019-10-14Add confirmation dialog before reseting statisticsXavier Gouchet
2019-10-14Disable the resetStatistics item when in countAll modeXavier 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
2019-10-13Issue #2381 - restart sleep timer on playegsavage
2019-10-14Merge pull request #3515 from ByteHamster/update-searchH. Lehmann
2019-10-13Updated preference searchByteHamster
2019-10-13Merge pull request #3514 from ByteHamster/fix-statisticsH. Lehmann
2019-10-13Fixed statistics getting cut offByteHamster
2019-10-10Merge pull request #3506 from ByteHamster/fixed-notification-reappearingH. Lehmann
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
2019-10-08Merge pull request #3501 from xgouchet/feature/3475_add_iconH. Lehmann
2019-10-07Implement a FAB to add podcast on the Subscriptions screenXavier Gouchet
2019-10-06test speedup - replace hardcoded Thread.sleep() with Awaitabilityorionlee
2019-10-06Merge pull request #3497 from ByteHamster/position-in-notificationH. Lehmann