summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2019-08-31Displaying buffer state with ExoPlayerByteHamster
2019-08-30Merge pull request #3351 from ByteHamster/lazy-load-episodesH. Lehmann
More episodes on all episodes
2019-08-30More episodes on all episodesJan-Peter von Hunnius
2019-08-30Allow to delete currently playing mediaByteHamster
2019-08-30Added missing importByteHamster
2019-08-30Merge pull request #3349 from ByteHamster/no-crash-after-disposeH. Lehmann
Do not crash on undeliverable InterruptedException
2019-08-30Do not crash on undeliverable InterruptedExceptionByteHamster
2019-08-30Merge pull request #3347 from ByteHamster/remove-notificationH. Lehmann
Playback service notification improvements
2019-08-30Updated streaming confirmation iconByteHamster
2019-08-30Added button to always allow streamingByteHamster
2019-08-30Added media details to dummy notificationByteHamster
2019-08-30Do not hide notification on audio focus lossByteHamster
2019-08-30Merge pull request #3348 from ByteHamster/translate-preference-searchH. Lehmann
Extracted preference search string resources
2019-08-30Merge pull request #3343 from ByteHamster/video-playback-speedH. Lehmann
Allow to adjust video playback speed
2019-08-30Merge pull request #3342 from ByteHamster/black-theme-batchH. Lehmann
Fixed white on white icon
2019-08-30Merge pull request #3326 from ByteHamster/media-player-messagesH. Lehmann
Better media player error messages
2019-08-30Extracted preference search string resourcesByteHamster
2019-08-30Allow different playback speed for videoByteHamster
2019-08-30Extracted playback controls to new classByteHamster
2019-08-30Fixed white on white iconByteHamster
2019-08-28Fixed setting mobile updates programmaticallyByteHamster
2019-08-23Do not stop service on unknown media keyByteHamster
2019-08-23Fixed 'Service started without startForeground'ByteHamster
When we called stopForeground(), the service went to background state. If we then somehow receive a second intent to onStartCommand (without onCreate), we assume that the service already is in foreground, what is wrong. This commit moves the service to foreground in onStartCommand if it is no longer in foreground.
2019-08-20Updated TranslationsByteHamster
2019-08-18Better media player error messagesByteHamster
2019-08-11Fixed core integration testsByteHamster
2019-08-11Merge pull request #3315 from damoasda/Queue-Sort-Order2H. Lehmann
Queue sort order - with keep sorted checkbox
2019-08-11Changes due to feedback in pull request #3315damoasda
2019-08-11Changes due to feedback in pull request #3315damoasda
2019-08-11Merge pull request #3303 from rezanejati/developH. Lehmann
Add socks proxy in network settings
2019-08-10Queue: Keep sorted #1556damoasda
2019-08-10Merge pull request #3292 from ByteHamster/mobile-updates-settingH. Lehmann
Mobile updates setting
2019-08-10Merge pull request #3314 from ByteHamster/phantom-notificationH. Lehmann
Stop service if playing from preferences does not work
2019-08-10Stop service if playing from preferences does not workByteHamster
2019-08-10Merge pull request #3313 from ByteHamster/episode-cache-sizeH. Lehmann
Added 500 episodes limit
2019-08-10Merge pull request #3283 from andersonvom/3273-renable-lintingH. Lehmann
Re-enable deprecation and serial linting
2019-08-10Added 500 episodes limitByteHamster
2019-08-10Fixed reappearing notificationByteHamster
2019-08-07Add brackets for condition - add new line in ProxyConfigrezanejati
2019-08-05Add socks proxy in network settingsrezanejati
2019-08-04Merge branch 'develop' into Queue-Sort-Orderdamoasda
2019-07-25Updating pendingIntentByteHamster
2019-07-25Displaying notification when playback switches to streamed episodeByteHamster
2019-07-25Display notification when trying to streamByteHamster
2019-07-25Refactored mobile updates settingByteHamster
2019-07-24Remove non-existing class from ClientConfigAnderson Mesquita
When #3284 (Make ExoPlayer the default player) was merged [1], `UpdateManager` was removed but a reference to it was left behind in `ClientConfig`, which causes the project not to build. Since its contents were integrated into `app/PreferenceUpgrader`, we no longer need this entry here. [1]: https://github.com/AntennaPod/AntennaPod/pull/3284
2019-07-23Merge pull request #3284 from ByteHamster/default-exoplayerH. Lehmann
Make ExoPlayer the default player
2019-07-23Do not set PlaybackService to null while still updating widgetByteHamster
2019-07-23Make ExoPlayer the default playerByteHamster
2019-07-23Fixed NPE where trying to play null fileByteHamster
Stack trace contains headset button handler, so I guess the media is not loaded correctly.