summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity/MediaplayerActivity.java
AgeCommit message (Expand)Author
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
2012-08-04Implemented Videoplayerdaniel oeh
2012-08-04Created superclass for mediaplayer, implemented Audioplayerdaniel oeh
2012-07-29- Bugfix : Player did not always display the current chapter correctly.daniel oeh
2012-07-27Completed sleep timer implementationdaniel oeh
2012-07-27Implemented sleep timer menu item + fixed problems with dialogdaniel oeh
2012-07-27Implemented sleep timer in playaback service and created time dialogdaniel oeh
2012-07-26Removed option to disable scrollbar in webviewdaniel oeh
2012-07-26Fixed crash when moving progressbardaniel oeh
2012-07-26cleaned up packagesdaniel oeh
2012-07-24Fixed importsdaniel oeh
2012-07-23Improved mediaplayer layoutdaniel oeh
2012-07-23implemented chapterlist in mediaplayerdaniel oeh
2012-07-22Replaced buildconfig condition with appconfig conditiondaniel oeh
2012-07-22Added DEBUG logging condition0.8_RC3daniel oeh
2012-07-21Fixed a bug that AsyncTasks were not working properly on api 11+daniel oeh
2012-07-18'up'-buttons now work as expecteddaniel oeh
2012-07-16Code rearrangements + bugfixesdaniel oeh
2012-07-16Fixed nullpointer exception when preparing menudaniel oeh
2012-07-15implemented menu in mediaplayer activitydaniel oeh
2012-07-15Replaces mediaplayer drawablesdaniel oeh
2012-07-14Removed warningsdaniel oeh
2012-07-14Fixed crash when playbackservice wasn't running and no last played mediadaniel oeh
2012-07-13Renamed package and applicationdaniel oeh