summaryrefslogtreecommitdiff
path: root/core/src/main
AgeCommit message (Collapse)Author
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
refactor CastUtils (now in cast package)
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
add cast failure strings
2016-04-23move the initialization call to CastManagerDomingos Lopes
2016-04-23* add GooglePlayServices checkDomingos Lopes
* implement wifi-reconnect feature for casting * move wifiLock logic to abstract PSMP
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 ↵Domingos Lopes
independent methods inside it
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-22Account for episodes that have same pubDate but don't appear in the feed at ↵Martin Fietz
the same time
2016-04-20Merge pull request #1878 from mfietz/issue/1872-gpodder-syncTom Hennen
Fix initial gpodder sync
2016-04-17Only sync episode state after feeds have been persistedMartin Fietz
2016-04-17The item's identifier might not hold the download url, use definitive urlMartin Fietz
2016-04-14Post event after queue has been persistedMartin Fietz
2016-04-14Send FeedItemEvent when a tag has been added or removedMartin Fietz
2016-04-13Merge pull request #1871 from mfietz/issue/1870-403-forbiddenTom Hennen
Delay auto download when receiving 403 Forbidden HTTP error
2016-04-12Don't crash (not for this)Martin Fietz
2016-04-12Handle 403 ForbiddenMartin Fietz
2016-04-12RefactorMartin Fietz
2016-04-09make handleKeyCode() private againDomingos Lopes
2016-04-09make context and media button receiver packages match exactlyDomingos Lopes
2016-04-09properly update ComponentName packageDomingos Lopes
2016-04-08release media session before shutting down media playerdomingos86
avoids potential unwanted callbacks
2016-04-08unify media button receiversDomingos Lopes
2016-04-08unregister PlaybackService on the media button intent receiverDomingos Lopes
2016-04-08move the media session handling from the PlaybackServiceMediaPlayer and into ↵Domingos Lopes
the PlaybackService
2016-04-06Add subscription counterMartin Fietz
2016-04-04Merge pull request #1843 from saqura/developTom Hennen
Optionally show rewind/forward buttons on the lockscreen
2016-04-03Update compact notification buttons dialogsaqura
The preference dialog to select which buttons are shown in compact notifications now provides feedback via a snackbar. The internal preference storage handling has been cleaned up. A testcase for the dialog has been added.
2016-04-03Update lock screen button preference summarysaqura
2016-04-03Add dialog to choose lock screen playback buttonssaqura
This adds a dialog to choose the playback buttons on the lock screen notification. It only allows selecting a maximum of two values, because the lock screen notification can only display up to 3 buttons and the play/pause button is always included. It defaults to additionally show the skip button. The minimum sdk has been changed back to 10.
2016-04-02Add option to pick lock screen playback buttonssaqura
This adds the option to pick which playback buttons to prioritise on the notification. This allows choosing the playback buttons on the lock screen. The default playback buttons have not changed and are still set to play/pause (this is always displayed) and skip. Note: This commit raises the minimum sdk version from 10 to 11!