summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/dialog/EpisodesApplyActionFragment.java
AgeCommit message (Expand)Author
2021-07-10Replace old episode multi-select with new multi-select. (#5253)peakvalleytech
2021-04-22Moved model to its own moduleByteHamster
2021-04-21Deleted duplicate resourcesByteHamster
2021-02-12Move basic views to new moduleByteHamster
2020-12-14Remove unused import statements to reduce dependenciesHerbert Reiter
2020-11-30fix bug with how we count downloaded media, show a meaningful messages (#4714)Tony Tam
2020-11-01Converted second-level fragments to stand-alone toolbarByteHamster
2020-08-15Merge branch 'develop' into add-local-feedsByteHamster
2020-07-26Add missing @NonNull and @Nullable annotations.Tobias Preuss
2020-07-13Fix a bunch of deprecationsTacoTheDank
2020-07-12Multi select: handle local feedsHerbert Reiter
2020-05-09Improved TalkBack accessibilityByteHamster
2020-05-03Merge pull request #4102 from ByteHamster/material-componentsH. Lehmann
2020-05-03Switched to MaterialComponents themeByteHamster
2020-05-03Fixed Snackbars being covered by audio playerByteHamster
2020-04-29Allow plural of 'x selected' stringByteHamster
2020-03-26Merge branch 'develop' into NotificationForAutoDownloadsH. Lehmann
2020-03-25Fixed crashByteHamster
2020-03-22Rename generatedBySystem to initiatedByUserNathan Mascitelli
2020-03-22Add generatedBySystem to DownloadRequestNathan Mascitelli
2020-03-15Moved Toolbar to individual FragmentsByteHamster
2020-02-02Enforce MethodParamPadByteHamster
2020-01-11Merge pull request #3743 from txtd/mark-as-playedH. Lehmann
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 ma...txtd
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
2019-11-06Refactor downloadMedia() : move entry points to DownloadRequester (from DBTasks)orionlee
2019-10-25Refactor batch edit - use the common FeedItem sorting logicorionlee
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-03#3374 batch edit fab: avoid call show repeatedly for potential complication p...orionlee
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-12Make classes static where possibleAndrew Gaul
2019-07-23Added batch edit to queueByteHamster
2019-07-13Fixed batch edit items grayed out on API 23 and 24ByteHamster
2019-04-07bugfix #3088 - bulk edit - make UI survive upon split screenorionlee
2019-04-06tweak - bulk edit UI - remove hiding FAB during scroll per review feedbackorionlee
2019-04-06tweak - bulk edit UI - use Snackbar for selection messageorionlee
2019-04-06tweak - bulk edit UI - show a message after an action is applied.orionlee
2019-04-06refactor - bulk edit UI - make fab clickable on Pre-Lollipop devices without ...orionlee
2019-04-04bulk edit - UI - new select all / none icons, based onorionlee
2019-04-03bulk edit - refactor - factorize common codes in binding action to its UI and...orionlee
2019-04-03bulk edit - refactor - rename menu ids, to be consistent with single edit cou...orionlee
2019-04-03bulk edit - refactor - rename internal constant flags so that the names are c...orionlee