Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-09 | Fixed notification reappearing if continuous playback is disabled | ByteHamster | |
2019-10-09 | Merge pull request #3386 from orionlee/bugfix_skip_last_episode_in_queue_3383 | H. Lehmann | |
Bugfix skip last episode in queue - episode status | |||
2019-10-06 | Merge pull request #3497 from ByteHamster/position-in-notification | H. Lehmann | |
Showing progress in notification | |||
2019-10-06 | Merge pull request #3498 from ByteHamster/fix-mono-switch | H. Lehmann | |
Fixed downmixing if service is not bound | |||
2019-10-06 | Merge pull request #3499 from ByteHamster/local-playable-improvements | H. Lehmann | |
Local playable improvements | |||
2019-10-06 | Merge pull request #3415 from spacecowboy/per_feed_playbackspeed | H. Lehmann | |
Added per-feed playback speed setting | |||
2019-10-06 | Speeding up notification update | ByteHamster | |
startForeground() is significantly slower than just notify() | |||
2019-10-06 | Removed potentially misleading comment | Jonas Kalderstam | |
2019-10-06 | Caching icon manually to prevent long locks | ByteHamster | |
2019-10-06 | Removed unnecessary comment | Jonas Kalderstam | |
2019-10-06 | Moved notification setup out of Thread | ByteHamster | |
Fixes wrong thread for media player. Also, might fix race conditions. | |||
2019-10-05 | Showing file name if title extraction fails | ByteHamster | |
2019-10-05 | Syntax cleanup | ByteHamster | |
Mostly replaced tabs with spaces | |||
2019-10-05 | Fixed downmixing if service is not bound | ByteHamster | |
2019-10-05 | Showing progress in notification | ByteHamster | |
2019-10-05 | Added 0.75 to default playback speed list | ByteHamster | |
Users on Google Play seem to be confused that they can not select a playback speed lower than 1x anymore. The reason is that they just use the preference dialog and that dialog only displays the range that is selected for the button. | |||
2019-10-05 | Removed unused imports and unnecessary whitespace changes | Jonas Kalderstam | |
2019-10-05 | Changed from db backed item speed to preferences backed global value | Jonas Kalderstam | |
2019-10-05 | Merge remote-tracking branch 'antennapod/develop' into per_feed_playbackspeed | Jonas Kalderstam | |
2019-10-04 | Moved SafeJobIntentService to correct package | ByteHamster | |
2019-10-04 | Fixed compilation | ByteHamster | |
2019-10-04 | Automatic AndroidX migration | ByteHamster | |
2019-10-02 | Changed color of default notification icon | ByteHamster | |
2019-10-02 | Merge branch 'develop' into notification-default-icon | ByteHamster | |
2019-10-02 | Merge pull request #3482 from ByteHamster/exoplayer-log-source | H. Lehmann | |
Added logging to ExoPlayer | |||
2019-10-02 | Added logging to ExoPlayer | ByteHamster | |
2019-09-30 | test for DownloadService, case media download successful. | orionlee | |
2019-09-30 | Merge pull request #3476 from ByteHamster/fix-feed-without-identifying-value | H. Lehmann | |
Fixed feed without any identifying value | |||
2019-09-30 | Merge 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-30 | Fixed feed without any identifying value | ByteHamster | |
2019-09-30 | Merge pull request #3472 from ByteHamster/do-not-spam-logcat | H. Lehmann | |
Reduced logcat output | |||
2019-09-29 | Reduced logcat output | ByteHamster | |
2019-09-29 | bugfix: Ensure when media download completes and item update event is ↵ | orionlee | |
posted, the feed media has been updated, | |||
2019-09-29 | bugfix: Ensure playback service use the updated feedItem after media ↵ | orionlee | |
download completes (rather than trying to stream) | |||
2019-09-29 | Merge pull request #3470 from ByteHamster/playbackservice-save-current-playable | H. Lehmann | |
Moved storing PlaybackPreferences to PlaybackPreferences.java | |||
2019-09-29 | Moved storing PlaybackPreferences to PlaybackPreferences | ByteHamster | |
2019-09-29 | Keep buffer depending on rewind time | ByteHamster | |
2019-09-29 | Merge pull request #3467 from ByteHamster/keep-back-buffer | H. Lehmann | |
Keep 30 seconds of back buffer | |||
2019-09-29 | Merge pull request #3454 from ByteHamster/update-progress | H. Lehmann | |
Update episode progress during playback | |||
2019-09-29 | Merge pull request #3466 from ByteHamster/no-reinit-on-pause | H. Lehmann | |
Do not reinit on pause | |||
2019-09-29 | Keep 30 seconds of back buffer | ByteHamster | |
2019-09-29 | Do not reinit on pause | ByteHamster | |
2019-09-29 | Merge branch 'develop' into smart-spread-fix | ByteHamster | |
2019-09-29 | Merge 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-29 | Merge pull request #3440 from orionlee/avoid_cast_init_unless_enabled | H. Lehmann | |
Avoid Cast initialization unless it is enabled | |||
2019-09-29 | Merge pull request #3461 from ByteHamster/do-not-notify-cancelled-downloads | H. Lehmann | |
Do not notify cancelled downloads | |||
2019-09-28 | #3383 Fix skip last episode in queue - the fix | orionlee | |
2019-09-28 | #3383 Fix skip last episode in queue: android test to reproduce it. | orionlee | |
2019-09-28 | Fix the smart shuffle spread calculation | Stephen 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-28 | Enabled more checkstyle rules | ByteHamster | |