summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity/MediaplayerActivity.java
AgeCommit message (Expand)Author
2014-07-05Reduced number of lint warningsdaniel oeh
2014-06-15Replaced TimerDialog with HmsDialog from the BetterPickers-librarydaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-28Enable screen timeout when video is paused. closes #368daniel oeh
2014-02-27Do not add things to the flattr queue if the user isn't logged indaniel oeh
2014-02-24Fixed behavior of flattr button in MediaPlayerActivitydaniel oeh
2014-02-23played_duration was updated incorrectlydaniel oeh
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel 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-09-29this consolidates the code from pull request #253 (flattr queue and auto flat...Simon Rutishauser
2013-09-18Call superclass method when creating and preparing menu. fixes #278daniel oeh
2013-09-15Fixed visibility of MenuItemsdaniel oeh
2013-08-16Merge branch 'develop' into playback-speeddaniel oeh
2013-08-15Merged pull-request #246daniel oeh
2013-08-10Merge branch 'feedmanager_removal' into developdaniel oeh
2013-08-07Removed ActionbarSherlock dependencydaniel oeh
2013-06-01Ported several classes from FeedManager to DB*-classesdaniel oeh
2013-05-03Added buttons to control playback speeddaniel oeh
2013-04-04Added landscape layout to audio playerdaniel oeh
2013-03-10Close media player if no more episodes are available for playbackdaniel oeh
2013-03-07Implemented skip functionalitydaniel oeh
2013-02-27Added support for playing local external media 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
2013-01-20Added context menu to itemlistdaniel oeh
2013-01-16Release PlaybackController when MediaplayerActivity is stopped0.9.6.4daniel oeh
2012-11-28Call setTheme() before super.onCreate()daniel oeh
2012-11-23Added preference for setting the application themedaniel oeh
2012-10-11Move player into INITIALIZED state in some cases to save bandwidthdaniel oeh
2012-09-26Fixed possible nullpointerexception in onPositionObserverUpdate()daniel oeh
2012-09-26Release PlaybackController in onDestroy() method in MediaplayerActivitydaniel oeh
2012-09-26Made sure getDuration() and getCurrentPosition() are not called in andaniel oeh
2012-09-25Feeds weren't always deleted properlydaniel oeh
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-07Fixed up-button behavior in various activitiesdaniel oeh
2012-09-06Seeking should now work againdaniel oeh
2012-09-06Implemented PlaybackController in the MediaPlayerActivitiesdaniel oeh
2012-09-04Play/Pause button now toggles startWhenPrepared when PlaybackService isdaniel oeh
2012-08-18Made sure that mediaplayeractivity loads progress information as soon asdaniel oeh
2012-08-11Fixed possible nullpointer exceptiondaniel oeh
2012-08-07Added/updated documentation for application and activity classes anddaniel oeh
2012-08-05Added listener for buffering information and progressbar in videoplayerdaniel oeh
2012-08-05Prevented videooverlay from hiding while the user is touching thedaniel oeh
2012-08-05added notification extra to reload notification to switch betweendaniel oeh
2012-08-05Videoplayback is now workingdaniel oeh