summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2016-06-06New episodes: Mark all as seen instead of playedMartin Fietz
2016-05-20Merge pull request #1944 from andrewgaul/xlintTom Hennen
Enable Xlint and correct warnings
2016-05-19Merge pull request #1934 from keunes/patch-5Tom Hennen
Update strings.xml
2016-05-17Enable Xlint and correct warningsAndrew Gaul
2016-05-13Merge pull request #1940 from AntennaPod/1.6.0_develTom Hennen
merge PR 1939 in to devel
2016-05-13Accept media content type application/octet-streamMartin Fietz
2016-05-10Merge pull request #1898 from mfietz/embedded-imagesTom Hennen
Re-enable embedded images
2016-05-09Update strings.xmlKoen Glotzbach
- remove unused 'subscription list' strings - remove correct tab indents
2016-05-08updated translationsTom Hennen
2016-05-08Merge pull request #1928 from AntennaPod/developTom Hennen
Get casting fix in 1.6.0
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-02Re-enable embedded imagesMartin Fietz
2016-05-02Use strings to point to images, not urisMartin Fietz
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
Chromecast issue 340 initial PR
2016-04-29remove unnecessary comments on CastManagerdomingos86
related to a reconnection service that is now handled by the playback service.
2016-04-29remove confusing comments on RemotePSMPdomingos86
2016-04-28give error feedback to the userDomingos Lopes
2016-04-27fix (hopefully skipping episode)Domingos Lopes
problem was: apparently stopping was taking over any load command that immediately followed it
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
This was possibly due to some changes not entirely validated on a merge conflict.
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
make video playback callback dependent on casting
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