summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2016-05-08updated translationsTom Hennen
2016-05-08Merge pull request #1928 from AntennaPod/developTom Hennen
2016-05-07fix NPE when media is 'uncastable'Domingos Lopes
2016-05-07updated translationsTom Hennen
2016-05-06updated translationsTom Hennen
2016-05-03update translations with fixed cdata...Tom Hennen
2016-05-03updated translationsTom Hennen
2016-05-03say 'Chromecast' instead of just 'castTom Hennen
2016-05-01change name reloadUI -> onMediaChangedDomingos Lopes
2016-05-01avoid stopping playback after skipping (and changing media type)Domingos Lopes
2016-04-30Merge pull request #1879 from domingos86/chromecast-issue-340Tom Hennen
2016-04-29remove unnecessary comments on CastManagerdomingos86
2016-04-29remove confusing comments on RemotePSMPdomingos86
2016-04-28give error feedback to the userDomingos Lopes
2016-04-27fix (hopefully skipping episode)Domingos Lopes
2016-04-27improve some loggingDomingos Lopes
2016-04-26include method to find application standby stateDomingos Lopes
2016-04-26add a general callback method for reporting media updatesDomingos Lopes
2016-04-24fix skipping episodes and unwanted reinitsDomingos Lopes
2016-04-24reduce size of cast disconnect buttonsDomingos Lopes
2016-04-24add cast disconnect buttonsDomingos Lopes
2016-04-24fix the force close issue when starting casting from the video playerDomingos Lopes
2016-04-24allow fine control on where to show the cast buttonDomingos Lopes
2016-04-24refactoring (harmonize with develop)Domingos Lopes
2016-04-24move MediaType inference from mime_type into MediaType classDomingos Lopes
2016-04-24refactoringDomingos Lopes
2016-04-24add cast dependencies (mediarouter, play services)Domingos Lopes
2016-04-24harmonize UserPreferences.javadomingos86
2016-04-24allow base cast manager to save information of wifi network when it connectsDomingos Lopes
2016-04-24force remote cast application launch when not reconnectingDomingos Lopes
2016-04-24do not use circular buttons for video while castingDomingos Lopes
2016-04-24have external player fragment show play button if castingDomingos Lopes
2016-04-24change references to PSMPInfo out of LocalPSMPDomingos Lopes
2016-04-24intents for cast player activityDomingos Lopes
2016-04-24get rid of cast callbacks (config)Domingos Lopes
2016-04-23update PlaybackServiceCallbacks to be able to handle a cast player activityDomingos Lopes
2016-04-23combine both preference listeners in PlaybackServiceDomingos Lopes
2016-04-23add a lonely logging commandDomingos Lopes
2016-04-23implement basic cast session joinDomingos Lopes
2016-04-23fix media router button still showing when disabledDomingos Lopes
2016-04-23account for when MediaStatus returned from RemoteMediaPlayer is nullDomingos Lopes
2016-04-23finishing handling remote playback updatesDomingos Lopes
2016-04-23extend MediaInfo comparison to RemoteMedia objectsDomingos Lopes
2016-04-23add FeedMedia lookup by id when convertingDomingos Lopes
2016-04-23add method to convert from MediaInfo to PlayableDomingos Lopes
2016-04-23add FeedMedia getter and equals method for RemoteMedia and FeedMediaDomingos Lopes
2016-04-23include feedLink in RemoteMedia, add MediaInfo extractor methodDomingos Lopes
2016-04-23create RemoteMedia class, add more fields to remote mediametadataDomingos Lopes
2016-04-23implement several remote playback commandsDomingos Lopes
2016-04-23correct mediaplayer initializationDomingos Lopes