summaryrefslogtreecommitdiff
path: root/core/src/main/java
AgeCommit message (Expand)Author
2019-06-03Merge pull request #3215 from ByteHamster/crashesH. Lehmann
2019-06-03Fixed ArrayIndexOutOfBoundsExceptionByteHamster
2019-06-03Handle disabled auto updateByteHamster
2019-06-03Merge pull request #3164 from ByteHamster/work-managerH. Lehmann
2019-06-03Revert "Start WorkManager on upgrade"ByteHamster
2019-06-03Start WorkManager on upgradeByteHamster
2019-05-28Allow to disable auto updatesByteHamster
2019-05-28Merge branch 'develop' into work-managerByteHamster
2019-05-28Merge pull request #3174 from skitt/spread-smart-shuffleH. Lehmann
2019-05-28bugfix #3009 - Podcast's feed search results listed in an odd order (#3128)alimemonzx
2019-05-28Merge pull request #2709 from brad/fix-2359H. Lehmann
2019-05-28Make sure to clear old icon if loading failsByteHamster
2019-05-28Merge pull request #3043 from CedricCabessa/remaining_time_playback_speedH. Lehmann
2019-05-21Fix scheduling tasks on shutdown executorJoe Stein
2019-05-19Merge pull request #3136 from andersonvom/developH. Lehmann
2019-05-19Add space usage bar to data folder dialogAnderson Mesquita
2019-05-19Merge branch 'develop' into eventbus-v3ByteHamster
2019-05-19Merge pull request #3159 from andersonvom/3024-itunes-duration-formatMartin 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-09Smart shuffle: spread episodes evenlyStephen Kitt
2019-05-08Do not deadlockByteHamster
2019-05-08Fixed NPEByteHamster
2019-05-07Do not deadlock on seek when using SonicByteHamster
2019-05-07Do not block when using Sonic+Sleep timerByteHamster
2019-05-06Charging constraint is related to auto download onlyByteHamster
2019-05-06Using WorkManager for feed updatesByteHamster
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-04-28use time converter and pref in MediaPlayer and WidgetCédric Cabessa
2019-04-28add a time conversion classCédric Cabessa
2019-04-28add preference for "Time respects playback speed"Cédric Cabessa
2019-04-27Fixed sleep timer ANR (Closes #3139)ByteHamster
2019-04-19Merge pull request #2957 from orionlee/bugfix_app_anr_in_auto_feed_update_2956H. Lehmann
2019-04-18use multi-line TextView for "No media playing"Brad Pitcher
2019-04-18no need to spell out android.view.ViewBrad Pitcher
2019-04-18space before ( for better styleBrad Pitcher
2019-04-18avoid "app not responding" errors loading widget imageBrad Pitcher
2019-04-18use ic_launcher_foreground for widget when nothing is playingBrad Pitcher
2019-04-16Fixed NetworkOnMainThreadExceptionByteHamster
2019-04-14No locks are needed if everything is executed on main threadByteHamster
2019-04-12hide widget text when displaying < 3 columnsBrad Pitcher
2019-04-12Let PlaybackController handle listening for service startByteHamster
2019-04-12Upgraded EventBus to v3ByteHamster