summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-17#3248 Merge FeedVolumeReduction into VolumeReductionSettingMax Bechtold
2019-10-17#3248 Rename PlaybackVolumeAdaptor -> ..UpdaterMax Bechtold
2019-10-17#3248 Enable volume reduction for video mediaMax Bechtold
2019-10-02Merge branch 'develop' into feat/simple-adjust-volume-per-feedH. Lehmann
2019-10-02Merge pull request #3482 from ByteHamster/exoplayer-log-sourceH. Lehmann
Added logging to ExoPlayer
2019-10-02Merge pull request #3426 from ByteHamster/feedinfo-fragmentH. Lehmann
Feedinfo page animation
2019-10-02Added logging to ExoPlayerByteHamster
2019-10-02Added feed title to ActionBarByteHamster
2019-10-02Merge pull request #3477 from orionlee/test_download_service_event_postingH. Lehmann
Test download service event posting
2019-09-30test refactor - move the common FeedItemEventListener test helper to the ↵orionlee
proper event/ package.
2019-09-30test refactor - extract common FeedItemEventListener test helper.orionlee
2019-09-30test for DownloadService, case media download successful.orionlee
2019-09-30Merge pull request #3476 from ByteHamster/fix-feed-without-identifying-valueH. Lehmann
Fixed feed without any identifying value
2019-09-30Merge pull request #3471 from ↵H. Lehmann
orionlee/bugfix2_player_not_using_downloaded_media_2947 New fix player stuck due to streaming rather than using downloaded media
2019-09-30test tweak - ensure playback queue updated after download - use more concise ↵orionlee
assertTrue/False
2019-09-30test refactor - ensure playback queue updated after download - make test ↵orionlee
logic more readable by hiding EventBus setup in a helper.
2019-09-30test tweak - ensure playback queue updated after download - await for the ↵orionlee
event explicitly.
2019-09-30test tweak - ensure playback queue updated after download - follow de-facto ↵orionlee
convention for test feeds
2019-09-30Fixed feed without any identifying valueByteHamster
2019-09-30Fixed sharing ViewModel with multiple feedsByteHamster
2019-09-30Merge pull request #3472 from ByteHamster/do-not-spam-logcatH. Lehmann
Reduced logcat output
2019-09-30Merge pull request #3473 from ByteHamster/statistics-fragmentH. Lehmann
Updated statistics ui
2019-09-29Updated statistics layoutByteHamster
2019-09-29Converted statistics to fragmentByteHamster
Also set title of all preferences pages
2019-09-29Added ViewModel to FeedInfoFragment for even smoother animationByteHamster
2019-09-29Using FeedSettingsFragment without ActivityByteHamster
2019-09-29Reduced logcat outputByteHamster
2019-09-29bugfix: Ensure when media download completes and item update event is ↵orionlee
posted, the feed media has been updated,
2019-09-29bugfix: Ensure playback service use the updated feedItem after media ↵orionlee
download completes (rather than trying to stream)
2019-09-29Merge branch 'develop' into feat/simple-adjust-volume-per-feedH. Lehmann
2019-09-29Merge pull request #3470 from ByteHamster/playbackservice-save-current-playableH. Lehmann
Moved storing PlaybackPreferences to PlaybackPreferences.java
2019-09-29Moved storing PlaybackPreferences to PlaybackPreferencesByteHamster
2019-09-29Merge pull request #3469 from ByteHamster/buffer-rewindH. Lehmann
Keep buffer depending on rewind time
2019-09-29Keep buffer depending on rewind timeByteHamster
2019-09-29Merge pull request #3467 from ByteHamster/keep-back-bufferH. Lehmann
Keep 30 seconds of back buffer
2019-09-29Making sure that we don't miss updatesByteHamster
2019-09-29Merge pull request #3454 from ByteHamster/update-progressH. Lehmann
Update episode progress during playback
2019-09-29Merge pull request #3466 from ByteHamster/no-reinit-on-pauseH. Lehmann
Do not reinit on pause
2019-09-29Merge pull request #3465 from skitt/smart-spread-fixH. Lehmann
Fix the smart shuffle spread calculation
2019-09-29Keep 30 seconds of back bufferByteHamster
2019-09-29Do not reinit on pauseByteHamster
2019-09-29Merge branch 'develop' into smart-spread-fixByteHamster
2019-09-29Merge pull request #3416 from ↵H. Lehmann
orionlee/bugfix_autodownload_wifi_filter_on_android10_3387 Make Automatic Download WiFi filter UI work on Android 10+
2019-09-29Merge pull request #3440 from orionlee/avoid_cast_init_unless_enabledH. Lehmann
Avoid Cast initialization unless it is enabled
2019-09-29Merge pull request #3461 from ByteHamster/do-not-notify-cancelled-downloadsH. Lehmann
Do not notify cancelled downloads
2019-09-29Merge pull request #3464 from ByteHamster/checkstyle-more-rulesH. Lehmann
Enabled more checkstyle rules
2019-09-28Avoid Cast Initialization UI - prompt restart only when enabled. Make prompt ↵orionlee
more sticky by being not cancelable.
2019-09-28Avoid Cast Initialization - bugfix of accidental removal of cast-enabled codesorionlee
2019-09-28Wifi Filter UI - code style tweaks, mainly inlining.orionlee
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>