summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/dialog
AgeCommit message (Collapse)Author
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-25Fixed crash if there is no browser installedByteHamster
2019-09-24Fixed checkstyle violationsByteHamster
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
2019-05-19Extract data folder dialog layoutAnderson Mesquita
This is in preparation to add a progress bar displaying the amount of used/free space in the dialog (#3049). Since we'll need a custom view to do it, this extracts the layout beforehand.
2019-05-19Extract methods in ChooseDataFolderDialogAnderson Mesquita
This makes the main `showDialog()` method a bit shorter by extracting behavior into shorter methods.
2019-05-19Merge branch 'develop' into eventbus-v3ByteHamster
2019-05-06Fixed some integration testsByteHamster
2019-04-12Upgraded EventBus to v3ByteHamster
Also made sure that register/unregister are called in onStart/onStop instead of onResume/onPause (prevents possible MultiWindow problems where updates are not received because activity is not fucused).
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
- to be consistent with the action message in previous commit.
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
custom codes.
2019-04-04bulk edit - UI - new select all / none icons, based onorionlee
standard Material icons.
2019-04-03bulk edit - refactor - factorize common codes in binding action to its UI ↵orionlee
and actual logic.
2019-04-03bulk edit - refactor - rename menu ids, to be consistent with single edit ↵orionlee
counterparts
2019-04-03bulk edit - refactor - rename internal constant flags so that the names are ↵orionlee
consistent
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 ↵orionlee
actions yet)
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-12-26Code styleByteHamster
2018-12-26Merge branch 'develop' into rxjava2ByteHamster
2018-10-21Remove redundant type castsegsavage
2018-10-21Optimize importsegsavage
2018-10-21Merge pull request #2863 from ByteHamster/mark-all-belowMartin Fietz
Allow to select all above/below in batch editor
2018-10-20Merge branch 'develop'Martin Fietz