summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-28Fix the smart shuffle spread calculationStephen Kitt
We want to ensure that the total spread is divisible by all feed sizes, so the modulo calculation needs to divide spread by the feed size, not the other way round as is done currently. In addition, this ensures the per-feed spread is never 0 (so the degenerate case is equivalent to the old smart shuffle). Signed-off-by: Stephen Kitt <steve@sk2.org>
2019-09-27Bumped version to 1.7.3b1.7.3bByteHamster
2019-09-27Merge pull request #3458 from ByteHamster/store-foreground-state-correctlyH. Lehmann
Fixed another phantom service is running notification
2019-09-27Fixed another phantom service is running notificationByteHamster
Steps to reproduce: - Send STOP key two times - Service starts foreground but does not stop again because stateManager does not know about foreground state
2019-09-26Merge pull request #3450 from ByteHamster/undeliverable-exceptionH. Lehmann
Fixed crashes when leaving search fragments
2019-09-26Merge pull request #3448 from ByteHamster/fix-exoplayer-redirectsH. Lehmann
Fixed HTTP redirects in ExoPlayer
2019-09-25Fixed crashes when leaving search fragmentsByteHamster
2019-09-25Fixed HTTP redirects in ExoPlayerByteHamster
2019-09-20Bumped version to 1.7.3ByteHamster
2019-09-20Updated translationsByteHamster
2019-09-20Updated changelogByteHamster
2019-09-17Merge pull request #3427 from orionlee/bugfix_minimal_wififilter_android10_3387H. Lehmann
#3387 short-term (v1.7.3) fix for Auto Downoad WiFi filter UI on Android 10+
2019-09-16#3387 short-term (v1.7.3) fix for WiFi filter UI on Android 10+orionlee
(Requires user to grant location permission manually)
2019-09-13Bumped version to 1.7.3-RC7ByteHamster
2019-09-13Merge pull request #3420 from ByteHamster/media-player-defaultH. Lehmann
Ensure that ExoPlayer is set
2019-09-13Merge pull request #3419 from ByteHamster/crash-fixesH. Lehmann
Fixed crash when controller is null
2019-09-13Ensure that ExoPlayer is setByteHamster
2019-09-13Fixed crash when controller is nullByteHamster
2019-09-11Merge pull request #3405 from ByteHamster/disable-fast-scrollH. Lehmann
Disabled fast scroll
2019-09-11Merge pull request #3407 from ByteHamster/fix-widget-no-playbackserviceH. Lehmann
Fixed widget if playbackservice is not running
2019-09-11Merge pull request #3409 from ByteHamster/show-selectabilityH. Lehmann
Cover and text are selectable. Show this on click
2019-09-11Cover and text are selectable. Show this on clickByteHamster
2019-09-11Fixed widget if playbackservice is not runningByteHamster
2019-09-11Revert "Moved feed settings button away from scroll bar"ByteHamster
This reverts commit 15accaeb07e4f3fab93635bd30ea001ec9459cfb.
2019-09-11Revert "Added fast scroll to item list"ByteHamster
This reverts commit b147b3c07a4a7eea9fe1111c3e91e965dc05251f.
2019-09-11Bumped version to 1.7.3-RC6ByteHamster
2019-09-10Merge pull request #3399 from ByteHamster/remove-unused-colorH. Lehmann
Removed unused color resource
2019-09-10Merge pull request #3401 from ByteHamster/moved-feed-settings-buttonH. Lehmann
Moved feed settings button away from scroll bar
2019-09-10Merge pull request #3402 from ByteHamster/audiofocus-gain-continueH. Lehmann
Restart service when re-gaining audio focus
2019-09-10Restart service when re-gaining audio focusByteHamster
2019-09-10Moved feed settings button away from scroll barByteHamster
2019-09-09Merge pull request #3397 from ByteHamster/fix-crash-audio-focus-after-shutdownH. Lehmann
Fixed receiving audio events after service shutdown
2019-09-09Removed unused color resourceByteHamster
2019-09-09Merge pull request #3396 from ByteHamster/crash-keep-empty-queue-sortedH. Lehmann
Fixed crash when clicking keep sorted on empty queue
2019-09-09Fixed receiving audio events after service shutdownByteHamster
2019-09-09Fixed crash when clicking keep sorted on empty queueByteHamster
2019-09-09Added queue testByteHamster
2019-09-06Bumped version to 1.7.3-RC5ByteHamster
2019-09-06Making sure that intents are not overwrittenByteHamster
2019-09-04Bumped version to 1.7.3-RC4ByteHamster
2019-09-04Pulled translationsByteHamster
2019-09-04Merge pull request #3384 from orionlee/update_faq_link_to_https_3380H. Lehmann
update FAQ link to https
2019-09-04Merge pull request #3385 from orionlee/add_privacy_policy_link_3378H. Lehmann
Add link to Privacy Policy
2019-09-04#3378 Add link to Privacy Policyorionlee
2019-09-04#3380 update FAQ link to httpsorionlee
2019-09-03Merge pull request #3377 from ByteHamster/combined-searchH. Lehmann
Disabled gpodnet in combined search
2019-09-03Merge pull request #3375 from ↵H. Lehmann
orionlee/bugfix_batch_edit_deselect_all_fab_overlay_3374 fix batch edit: deselect all label and FAB overlay remains when deselect all
2019-09-03#3374 batch edit fab: avoid call show repeatedly for potential complication ↵orionlee
per review
2019-09-03Disabled gpodnet in combined searchByteHamster
2019-09-03#3373 fix batch edit deselect all text labelorionlee