summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/dialog
AgeCommit message (Collapse)Author
2020-07-29Revert "Added new icon poll"ByteHamster
This reverts commit cc04e08e7432920da712742804bde5f67b3391f7.
2020-07-27Make mobile streaming dialog easier to understandByteHamster
2020-07-25Added new icon pollByteHamster
2020-07-02Removed custom Consumer implementation and decoupled adapter from dialogByteHamster
2020-05-20Sleep timer adjustmentsByteHamster
- Close button instead of OK - Save settings on-the-fly
2020-05-11Merge pull request #4131 from ByteHamster/bugfixingH. Lehmann
Bugfixing
2020-05-11Fixed blue buttons with blue textByteHamster
2020-05-09Improved TalkBack accessibilityByteHamster
2020-05-03Merge pull request #4104 from ByteHamster/toast-to-snackbarH. Lehmann
Replaced some Toasts with Snackbars
2020-05-03Merge pull request #4102 from ByteHamster/material-componentsH. Lehmann
Switched to MaterialComponents theme
2020-05-03Replaced some Toasts with SnackbarsByteHamster
2020-05-03Switched to MaterialComponents themeByteHamster
2020-05-03Fixed Snackbars being covered by audio playerByteHamster
2020-05-01Use locale's digits in more placesEbrahim Byagowi
2020-05-01Merge pull request #4088 from ByteHamster/selected-quantityH. Lehmann
Allow plural of 'x selected' string
2020-04-29Allow plural of 'x selected' stringByteHamster
2020-04-21Skip intro and ending per feed (#3975)Tony Tam
2020-04-10Merge pull request #4031 from ebraminio/valueofH. Lehmann
Replace some of String.valueOf uses with to String.format to get locale's digits
2020-04-09Replace some of String.valueOf uses with to String.format to get locale's digitsEbrahim Byagowi
Ideally we should inspect all the String.valueOf, these were I could see right now
2020-04-08Fix locale of every String.format number formatterEbrahim Byagowi
2020-04-04Allow to select audio trackByteHamster
2020-04-01Use AlertDialog for episode filters (#3981)Tony Tam
2020-03-30Uncoupled AntennaPod from specific GpodnetSyncServiceByteHamster
2020-03-26Removed unused code from PlaybackControllerByteHamster
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