summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/dialog/EpisodesApplyActionFragment.java
AgeCommit message (Expand)Author
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
2016-01-26Minor changesMartin Fietz
2016-01-23Add material design iconsrecalculated
2016-01-07Replace HashMap with ArrayMapMartin Fietz
2015-11-29removed dangling spaceTom Hennen
2015-11-29resolve 'no empty constructor' errorTom Hennen
2015-11-06Gears dialog: Fix add to queue, convert to lambdaMartin Fietz
2015-09-20Added 'tags' to FeedItem and properly showing/not showing menu items for favo...Tom Hennen
2015-09-10Refactor database accessMartin Fietz
2015-09-06Set episode back to 'New' when undo remove from new episodes.Tom Hennen
2015-08-29Upgrade iconifyMartin Fietz
2015-07-02Nav drawer subscriptions context menuMartin Fietz
2015-06-28Fix enqueueing order, prevent NPEsMartin Fietz
2015-06-27Enqueue and items in the currently display order, submit changes on bulkMartin Fietz
2015-06-27Add episode action fragmentMartin Fietz