summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/dialog
AgeCommit message (Collapse)Author
2019-10-05Removed unused imports and unnecessary whitespace changesJonas Kalderstam
2019-10-05Changed from db backed item speed to preferences backed global valueJonas Kalderstam
2019-10-05Merge remote-tracking branch 'antennapod/develop' into per_feed_playbackspeedJonas Kalderstam
2019-10-04Automatic AndroidX migrationByteHamster
2019-09-25Fixed crash if there is no browser installedByteHamster
2019-09-24Fixed checkstyle violationsByteHamster
2019-09-13Moved logic for selecting playback speed entirely to UserPreferencesJonas Kalderstam
2019-09-13Respect media speed for videosJonas Kalderstam
2019-09-13Changed type of media last playback speed to float from stringJonas Kalderstam
Also sets default to "magic" -1 value
2019-09-12Fixed playback speed issues when switching to next mediaJonas Kalderstam
Fixes some issues related to the playback speed when playback was completed or playback was paused and the app went away for awhile. Now a media item which is "in progress" will remember its playback speed so that it can be restored properly. The per-feed-media speed is cleared once playback finishes, either by reaching the end or by the user starting to play something different.
2019-09-12Added per-feed playback speed settingJonas Kalderstam
Fixes #375
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