Age | Commit message (Collapse) | Author |
|
Also clean up ImportExportPreferencesFragment a bit.
|
|
The library is the last one requiring Jetifier
and we only use 3 string constants in that whole library anyway.
|
|
Especially on the SwipeActionsDialog, this is even a bit easier to understand.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Feed downloads are now independent from episode downloads.
This makes it easier to use WorkManager for refreshing.
Also, it will make it easier to add different refresh intervals
in the future.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move (most) events to their own module
|
|
|
|
|
|
|
|
|
|
|
|
Moved feed parser to its own module
|
|
|
|
|
|
Original idea by @TacoTheDank
|
|
|
|
|
|
Android versions
|
|
|
|
|
|
screen (#4933)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This removes the need for the -PfreeBuild flag to gradle, and makes
assemblePlay and assembleDebug build all flavours without errors again.
Changed circleci config back accordingly and removed comment about
-PfreeBuild. Based on #4457.
|