summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-24make the UI counter, cast preference state, resumed state synchronizedDomingos Lopes
2016-04-24harmonize UserPreferences.javadomingos86
2016-04-24allow base cast manager to save information of wifi network when it connectsDomingos Lopes
2016-04-24update cast companion lib versionDomingos Lopes
2016-04-24hide playback speed button when casting (upon button update)Domingos 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 the position seekbar show that it's buffering/loading/seekingDomingos Lopes
2016-04-24change order elements are defined in relative layout due to position referencesDomingos Lopes
2016-04-24allow audioplayer and videoplayer to pass the view intent to the service if t...Domingos Lopes
2016-04-24add Castplayer activity to the manifestDomingos Lopes
2016-04-24hide the playbackspeed button on the castplayer activityDomingos Lopes
2016-04-24have external player fragment show play button if castingDomingos Lopes
2016-04-24switching between media player activitiesDomingos Lopes
2016-04-24have hardware buttons change media volume ONLY when not 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-24change name of audioplayer_activity layoutDomingos Lopes
2016-04-24separate audioplayeractivity into audio and cast activitiesDomingos Lopes
2016-04-23update PlaybackServiceCallbacks to be able to handle a cast player activityDomingos Lopes
2016-04-23disconnect cast session if user disables it in preferences and PlaybackServic...Domingos 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
2016-04-23initialize mediaplayer according to local or remote deviceDomingos Lopes
2016-04-23remove data channel from CastManagerDomingos Lopes
2016-04-23move the initialization call to CastManagerDomingos Lopes
2016-04-23* add GooglePlayServices checkDomingos Lopes
2016-04-23add a CastManager, and other changesDomingos Lopes
2016-04-23Add the casting feature to PlaybackServiceDomingos Lopes
2016-04-23Add ordering relations to PlayerStatusDomingos Lopes
2016-04-23Make PlaybackServiceMediaPlayer an abstract class and move implementation ind...Domingos Lopes
2016-04-23add cast button to important activitiesDomingos Lopes
2016-04-23Create interface for PlaybackServiceMediaPlayerDomingos Lopes
2016-04-23add chromecast support initialization logic and introduce chromecast preferenceDomingos Lopes
2016-04-23Include chromecast dependenciesDomingos Lopes
2016-04-22Merge pull request #1896 from mfietz/issue/1895-onstop-npeMartin Fietz
2016-04-22Prevent NPEMartin Fietz