summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2019-05-19Merge pull request #3159 from andersonvom/3024-itunes-duration-formatMartin Fietz
2019-05-19Merge pull request #3108 from ByteHamster/attr-redeclarationH. Lehmann
2019-05-19Merge pull request #3172 from andersonvom/3169-cover-fragment-small-screenMartin Fietz
2019-05-18Enable autodownload over EthernetJoe Stein
2019-05-17Moved notification setup to new classByteHamster
2019-05-17Added logging in cases where service did not know how to handle intentByteHamster
2019-05-17Do not try to display notification two timesByteHamster
2019-05-17Cherry-Pick: Add a generic java8-like Optional classorionlee
2019-05-17Revert "Merge pull request #2954 from orionlee/bugfix_phantom_notification_re...ByteHamster
2019-05-08Do not deadlockByteHamster
2019-05-08Fix cover fragment in small screensAnderson Mesquita
2019-05-08Fixed NPEByteHamster
2019-05-07Updated translationsByteHamster
2019-05-07Do not deadlock on seek when using SonicByteHamster
2019-05-07Do not block when using Sonic+Sleep timerByteHamster
2019-05-05Handle iTunes single-number duration formatAnderson Mesquita
2019-05-05Extract DurationParserAnderson Mesquita
2019-05-04Extract methods in NSITunesAnderson Mesquita
2019-05-03Added names for threadsByteHamster
2019-05-01Updated stringByteHamster
2019-04-27Fixed sleep timer ANR (Closes #3139)ByteHamster
2019-04-24Translation updatesByteHamster
2019-04-19Merge pull request #2957 from orionlee/bugfix_app_anr_in_auto_feed_update_2956H. Lehmann
2019-04-17Made sure that there is not an ANR when switching media playerByteHamster
2019-04-16Fixed NetworkOnMainThreadExceptionByteHamster
2019-04-14Do not set player status before player object is createdByteHamster
2019-04-14No locks are needed if everything is executed on main threadByteHamster
2019-04-12Merge pull request #3106 from ByteHamster/subscriptions-columnsH. Lehmann
2019-04-12Fixed attr redeclarationByteHamster
2019-04-12Merge pull request #3105 from ByteHamster/style-repetitionH. Lehmann
2019-04-11Removed nb translationByteHamster
2019-04-11Set number of subscription columnsByteHamster
2019-04-11Reduced repetition in styles.xmlByteHamster
2019-04-11Merge pull request #3097 from ByteHamster/exoplayer-main-threadH. Lehmann
2019-04-11Clarified that it is using caller thread. not main threadByteHamster
2019-04-10Do not hold state in fragmentsByteHamster
2019-04-07Fix Sonic playbackByteHamster
2019-04-07Merge branch 'develop' into exoplayer-main-threadByteHamster
2019-04-07Executing all ExoPlayer methods on main threadByteHamster
2019-04-06fix rebase conflicts - remove the incorrect @NonNull from rxjavaorionlee
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-06refactor - rename string resource name `remove_episode_lable` , which was amb...orionlee
2019-04-06tweak - bulk edit UI - show a message after an action is applied.orionlee
2019-04-04refactor - UI - remove the old (and now used) select all / none /intermediate...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 #2954 from orionlee/bugfix_phantom_notification_rework_2716H. Lehmann