summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-14No locks are needed if everything is executed on main threadByteHamster
2019-04-12Merge pull request #3113 from ByteHamster/fix-crash-npeH. Lehmann
2019-04-12Fixed NPEByteHamster
2019-04-12Merge pull request #3110 from ByteHamster/fix-controller-release-crashH. Lehmann
2019-04-12Fixed crash when re-using released controllerByteHamster
2019-04-12Merge pull request #3106 from ByteHamster/subscriptions-columnsH. Lehmann
2019-04-12Merge pull request #3105 from ByteHamster/style-repetitionH. Lehmann
2019-04-12Merge pull request #3107 from ByteHamster/nb-translationH. Lehmann
2019-04-12Merge pull request #3104 from ByteHamster/queue-loadingH. Lehmann
2019-04-11Removed nb translationByteHamster
2019-04-11Set number of subscription columnsByteHamster
2019-04-11Reduced repetition in styles.xmlByteHamster
2019-04-11Fix displaying progress indicator in multi windowByteHamster
2019-04-11Merge pull request #3097 from ByteHamster/exoplayer-main-threadH. Lehmann
2019-04-11Merge pull request #3102 from ByteHamster/no-state-in-fragmentsH. Lehmann
2019-04-11Making sure that ExternalPlayerFragment is updated when starting first mediaByteHamster
2019-04-11Clarified that it is using caller thread. not main threadByteHamster
2019-04-10Do not hold state in fragmentsByteHamster
2019-04-08Merge pull request #3100 from orionlee/bugfix_bulk_action_ui_survive_split_sc...Martin Fietz
2019-04-08Merge pull request #3101 from orionlee/bugfix_add_podcast_by_url_case_no_feed...Martin Fietz
2019-04-07bugfix #3099 - add podcast by URL - show error dialog when URL points to no f...orionlee
2019-04-07bugfix #3088 - bulk edit - make UI survive upon split screenorionlee
2019-04-07Fix Sonic playbackByteHamster
2019-04-07Merge branch 'develop' into exoplayer-main-threadByteHamster
2019-04-07Merge pull request #2974 from orionlee/bugfix_rxjava2_null_returns_2966H. Lehmann
2019-04-07Executing all ExoPlayer methods on main threadByteHamster
2019-04-06bugfix - rxjava2 null return - wrap nullable return with Optionalorionlee
2019-04-06fix rebase conflicts - remove the incorrect @NonNull from rxjavaorionlee
2019-04-06#2966 RxJava2 null - case underlying method has needs to return null.orionlee
2019-04-06#2966 RxJava2 null - case the underlying method may return null, butorionlee
2019-04-06#2966 RxJava2 null - explicit mark underlying Rx sources as NonNullorionlee
2019-04-06#2966 RxJava2 null - explicit mark underlying Rx sources as NonNullorionlee
2019-04-06Merge pull request #3083 from orionlee/bulk_remove_from_queue_1145H. Lehmann
2019-04-06Merge pull request #3093 from AntennaPod/bugfix/3084-queue-undo-singleH. Lehmann
2019-04-06Show single item after undo in EpisodesFragmentByteHamster
2019-04-06refactor - rename string resource name `remove_episode_lable` , which was amb...orionlee
2019-04-06tweak - batch edit UI - support longer action labelorionlee
2019-04-06remove comment to reduce mental work per review feedbackorionlee
2019-04-06remove outdated comment - support for vector drawables for pre Android 5 devi...orionlee
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-06Create new adapter to show single item after undoMartin Fietz
2019-04-04refactor - UI - remove the old (and now used) select all / none /intermediate...orionlee
2019-04-04refactor - UI - make OPML import screen use the new select all / none icons a...orionlee
2019-04-04bulk edit - UI - new select all / none icons, based onorionlee
2019-04-04bulk remove episodes from queue - UI - icon for dark themes.orionlee
2019-04-04Merge pull request #3086 from ByteHamster/fix-double-slash-urlMartin Fietz
2019-04-04Merge pull request #2954 from orionlee/bugfix_phantom_notification_rework_2716H. Lehmann