summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity/VideoplayerActivity.java
AgeCommit message (Expand)Author
2014-08-01Use requestWindowFeature instead of support versiondaniel oeh
2014-07-05Reduced number of lint warningsdaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-28Enable screen timeout when video is paused. closes #368daniel oeh
2014-03-04Keep screen on when playing video. fixes #362daniel oeh
2014-02-10Fixed issue with switching between audio and video playerdaniel oeh
2014-02-10Bugfix: Video was paused when starteddaniel oeh
2013-12-30Use AspectRatioVideoView instead of standard video viewdaniel oeh
2013-12-29Updated video player UIdaniel oeh
2013-12-29Adapted remaining classes to new playback service modeldaniel oeh
2013-12-15Created playback package inside service packagedaniel oeh
2013-08-07Removed ActionbarSherlock dependencydaniel oeh
2013-04-04Added landscape layout to audio playerdaniel oeh
2013-02-28Added support for local external video filesdaniel oeh
2013-02-27Created de.danoeh.antennapod.util.playback packagedaniel oeh
2013-02-27PlaybackService now works with the 'Playable' interfacedaniel oeh
2013-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh
2013-02-02Minor layout improvementsdaniel oeh
2012-11-23Added preference for setting the application themedaniel oeh
2012-10-22Removed unused importsdaniel oeh
2012-10-10Improved visibility change animation in videoplayerdaniel oeh
2012-09-06Reset VideoSurface of Videoplayer after it has been destroyeddaniel oeh
2012-09-06Implemented PlaybackController in the MediaPlayerActivitiesdaniel oeh
2012-08-07Added/updated documentation for application and activity classes anddaniel oeh
2012-08-05progressIndicator wasn't always set invisible when expecteddaniel oeh
2012-08-05Added listener for buffering information and progressbar in videoplayerdaniel oeh
2012-08-05Bugfix: Videoplayer crashed when screen was turned offdaniel oeh
2012-08-05Prevented videooverlay from hiding while the user is touching thedaniel oeh
2012-08-05Switching between players should now workdaniel oeh
2012-08-05added notification extra to reload notification to switch betweendaniel oeh
2012-08-05Videoplayback is now workingdaniel oeh
2012-08-04Implemented Videoplayerdaniel oeh