summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/dialog/EpisodesApplyActionFragment.java
AgeCommit message (Expand)Author
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
2019-04-02bulk edit - no longer defaulted to check allorionlee
2019-04-02bulk edit - "N selected" UI logicorionlee
2019-04-02fix typo in commentsorionlee
2019-04-02bulk remove from queue - frontend logic, with a stub backend.orionlee
2019-04-02batch edit - replace the bottom button UI with FAB Speed Dial (no new actions...orionlee
2019-04-02ensure speed dials clickable (for pre-Android 5 devices)orionlee
2019-04-02stub speed action action listenerorionlee
2019-04-02UI Prototype for Batch Edit Episodes rework (from #1145)orionlee
2018-10-21Remove redundant type castsegsavage
2018-10-16Allow to select all above in batch editorByteHamster
2018-07-13Allow to add to queue from downloads sectionByteHamster
2018-01-21Merge branch 'develop' into refactorMartin Fietz
2018-01-20Make some static fields finalAndrew Gaul
2018-01-14Weaken declaration accessMartin Fietz
2016-11-19Fix unintended switch fall-throughMartin Fietz
2016-10-03Add "has media" filtering to gears dialogMartin Fietz
2016-03-22code cleaning:Domingos Lopes
2016-02-02Apply Actions: Get Add to Queue backMartin Fietz
2016-01-26Make actions selectableMartin Fietz
2016-01-26New select criteria: queued, not queuedMartin Fietz