summaryrefslogtreecommitdiff
path: root/core/src
AgeCommit message (Collapse)Author
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.
2019-10-05Showing file name if title extraction failsByteHamster
2019-10-05Syntax cleanupByteHamster
Mostly replaced tabs with spaces
2019-10-05Fixed downmixing if service is not boundByteHamster
2019-10-05Showing progress in notificationByteHamster
2019-10-05Added 0.75 to default playback speed listByteHamster
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-05Removed unused imports and unnecessary whitespace changesJonas Kalderstam
2019-10-05Changed from db backed item speed to preferences backed global valueJonas Kalderstam
2019-10-05Merge remote-tracking branch 'antennapod/develop' into per_feed_playbackspeedJonas Kalderstam
2019-10-04Moved SafeJobIntentService to correct packageByteHamster
2019-10-04Fixed compilationByteHamster
2019-10-04Automatic AndroidX migrationByteHamster
2019-10-02Changed color of default notification iconByteHamster
2019-10-02Merge branch 'develop' into notification-default-iconByteHamster
2019-10-02Merge pull request #3482 from ByteHamster/exoplayer-log-sourceH. Lehmann
Added logging to ExoPlayer
2019-10-02Added logging to ExoPlayerByteHamster
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-30Fixed feed without any identifying valueByteHamster
2019-09-30Merge pull request #3472 from ByteHamster/do-not-spam-logcatH. Lehmann
Reduced logcat output
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 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-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-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-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-28#3383 Fix skip last episode in queue - the fixorionlee
2019-09-28#3383 Fix skip last episode in queue: android test to reproduce it.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>
2019-09-28Enabled more checkstyle rulesByteHamster