Age | Commit message (Collapse) | Author |
|
|
|
Use AndroidX version of MultiDex
|
|
|
|
Move statistics screens to new module
|
|
|
|
|
|
Enable MultiDex
|
|
|
|
Do not jump chapter screen when switching to new chapter
|
|
Fix credentials with colon
|
|
|
|
|
|
Move strings files to their own module
|
|
Replace deprecated JobIntentService with WorkManager
|
|
|
|
|
|
Delete a few unused things
|
|
|
|
Make it easier to play only audio, not video
|
|
Add line graph to statistics screen
|
|
|
|
|
|
|
|
Remove unused overridden super calls
|
|
|
|
Show feed error in dialog instead of opening download log screen
|
|
|
|
Reset position when skipping and 'smart mark as played'
|
|
|
|
Update Material Components library
|
|
|
|
Remove startWhenPrepared and prepareImmediately
|
|
They are always `true` anyway.
|
|
|
|
Decide whether or not to stream on demand
|
|
Fixes a bug where local folders sometimes did not start because AntennaPod
thought it needed to play locally. Also avoids situations in which it
streams even though a local file is available. Simplifies the
PlaybackService slightly.
|
|
Shrink discovery section when hidden
|
|
|
|
|
|
Fix some gradle deprecations
|
|
|
|
|
|
|
|
|
|
Shutdown download executors properly
|
|
Otherwise, it can happen that a task in one executor still tries to
submit something to a stopped executor.
|
|
Make sure that proxy host name does not get null
|
|
Send message to stale issues/PRs
|
|
|
|
And if it gets null, just ignore the setting.
|