summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/dialog
AgeCommit message (Collapse)Author
2020-03-26Merge branch 'develop' into NotificationForAutoDownloadsH. Lehmann
2020-03-25Merge pull request #3962 from ByteHamster/cleanup-lintH. Lehmann
Cleaned up some Lint warnings
2020-03-25Removed unused codeByteHamster
2020-03-25Cleaned up some Lint warningsByteHamster
2020-03-25Fixed crashByteHamster
Not sure why that crash appeared now...
2020-03-23Extracted skip preference dialogByteHamster
2020-03-22Rename generatedBySystem to initiatedByUserNathan Mascitelli
2020-03-22Add generatedBySystem to DownloadRequestNathan Mascitelli
2020-03-16Merge pull request #3923 from ByteHamster/toolbarH. Lehmann
Moved Toolbar to individual Fragments
2020-03-16Allow to stream episodes from unsubscribed podcastByteHamster
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2020-03-13Fixed default sort method not showing up as selected (#3926)JessieVela
2020-03-01Add allow streaming dialog (#3897)H. Lehmann
2020-02-21Fixed overlapping audio controlsByteHamster
2020-02-05Merge branch 'master' into developByteHamster
2020-02-02Enforce MethodParamPadByteHamster
2020-02-01Updated sleep timer UIByteHamster
2020-01-25Do not link playback speed settingsByteHamster
Users are confused that the slider does not have all speed options anymore This basically reverts 6a56260
2020-01-20Convert playback speeds to floatByteHamster
Advantage: When setting the speed to a value that is not available for the button using the audio controls dialog, we no longer jump to the lowest value. Instead, we jump to the next bigger one.
2020-01-11Merge pull request #3743 from txtd/mark-as-playedH. Lehmann
Show "mark as read" rather than "mark as play" in case item has no media
2020-01-11Make sure episode contain media before adding them to queuetxtd
2020-01-11Show mark as read rather than mark as played in case item has no mediatxtd
2020-01-09Merge branch 'develop' into do-not-allocate-arraysH. Lehmann
2020-01-05Display size of toDownload in snackback instead of checkedIds so that size ↵txtd
matches the actual number of episodes being downloaded
2020-01-05Check if an episode has media before adding it to download batchtxtd
2020-01-04Add download button to queue batch processingtxtd
2020-01-02Do not allocate space for arrays that do not need to be allocatedByteHamster
Those arrays are just there for the type system. Creating them with a big size is not necessary and uses unnecessary resources.
2019-12-19Fixed white on white text in authentication dialogByteHamster
2019-11-22Merge branch 'develop' into remove-prestissimoH. Lehmann
2019-11-22Removed prestissimoByteHamster
2019-11-22Bumped minimum API version to 16ByteHamster
2019-11-12Merge pull request #3601 from ByteHamster/fix-playback-speed-dialogH. Lehmann
Fixed playback speed button
2019-11-12Fixed playback speed buttonByteHamster
Problem was that a float 5.99999 was casted to an int and therefore was 5.
2019-11-06Refactor downloadMedia() : move entry points to DownloadRequester (from DBTasks)orionlee
2019-11-06Removed MaterialDialog dependencyByteHamster
The AlertDialogs from Androidx are material, too.
2019-10-25Refactor batch edit - use the common FeedItem sorting logicorionlee
2019-10-24sort in Podcast screen - implement all the sortsorionlee
2019-10-20Sort in Podcast screen - UIorionlee
2019-10-17Add an option to replace Episode cover with Podcast coverXavier Gouchet
The default is to use the episode cover (keep the previous behavior). Fixes #3070
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-04Automatic AndroidX migrationByteHamster
2019-09-25Fixed crash if there is no browser installedByteHamster
2019-09-24Fixed checkstyle violationsByteHamster
2019-09-13Moved logic for selecting playback speed entirely to UserPreferencesJonas Kalderstam
2019-09-13Respect media speed for videosJonas Kalderstam
2019-09-13Changed type of media last playback speed to float from stringJonas Kalderstam
Also sets default to "magic" -1 value
2019-09-12Fixed playback speed issues when switching to next mediaJonas Kalderstam
Fixes some issues related to the playback speed when playback was completed or playback was paused and the app went away for awhile. Now a media item which is "in progress" will remember its playback speed so that it can be restored properly. The per-feed-media speed is cleared once playback finishes, either by reaching the end or by the user starting to play something different.
2019-09-12Added per-feed playback speed settingJonas Kalderstam
Fixes #375