summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/dialog
AgeCommit message (Collapse)Author
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
2019-09-03#3374 batch edit fab: avoid call show repeatedly for potential complication ↵orionlee
per review
2019-09-03#3373 fix batch edit deselect all text labelorionlee
2019-09-03#3374 fix batch edit FAB overlay remains when deselect allorionlee
2019-09-01Fixed episodes getting displayed multiple times in multi windowByteHamster
2019-09-01Fixed FAB on a few Android versionsByteHamster
2019-08-30Allow different playback speed for videoByteHamster
2019-08-30Extracted playback controls to new classByteHamster
2019-08-23Implemented filter function for "All Episodes" list (#3321)Jan-Peter von Hunnius
2019-08-18Allow to open speed settings with ExoPlayerByteHamster
2019-08-12Make classes static where possibleAndrew Gaul
Found via error-prone.
2019-08-11Improve code stylerezanejati
2019-08-07Add brackets for condition - add new line in ProxyConfigrezanejati
2019-08-06Show PR.SOCKS on Android API >= 24rezanejati
2019-08-05Add socks proxy in network settingsrezanejati
2019-07-23Added batch edit to queueByteHamster
2019-07-13Fixed batch edit items grayed out on API 23 and 24ByteHamster
2019-07-12Removed Flattr supportByteHamster
2019-06-14Added authentication and episode filter dialogsByteHamster
2019-05-19Merge pull request #3136 from andersonvom/developH. Lehmann
Add progress bar with space information to data folder selection dialog