summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity/AudioplayerActivity.java
AgeCommit message (Expand)Author
2013-08-16Merge branch 'playback-speed' of git://github.com/TheRealFalcon/AntennaPod in...daniel oeh
2013-08-16Merge branch 'develop' into playback-speeddaniel oeh
2013-08-07Removed ActionbarSherlock dependencydaniel oeh
2013-05-13Reduce default speeds to every .1 instead of every .05 so user doesn't have t...James Falcon
2013-05-09Variable speed playback as user preferences and customization of playback speed.James Falcon
2013-05-03Added buttons to control playback speeddaniel oeh
2013-04-11Audioplayer didn't always restore its state correctlydaniel oeh
2013-04-06Webview in AudioPlayerActivity now saves and restores its scrolldaniel oeh
2013-04-06AudioplayerActivity now saves and restores the selected positiondaniel oeh
2013-04-06Fixed nullpointerexception in AudioplayerActivitydaniel oeh
2013-04-05Fragments disappeared when dialog was openeddaniel oeh
2013-04-04Added landscape layout to audio playerdaniel oeh
2013-03-16Added support for episode imagesdaniel oeh
2013-03-10audio player didn't always play external files correctlydaniel 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-25FeedImageLoader now works independently from FeedImagesdaniel oeh
2013-02-23Added status indicator to audioplayerdaniel oeh
2013-02-13Removed non-empty constructorsdaniel oeh
2013-02-03Moved resetFragmentView into onStop (fixes problems when opening dialogs insi...daniel oeh
2013-02-03Organized imports, added drawables to navigation buttonsdaniel oeh
2013-02-02Improved content view of audio player activitydaniel oeh
2013-02-01Improved layout of player controlsdaniel oeh
2012-11-28Fixed crash because of non-empty constructordaniel oeh
2012-11-06Ignore invalid chaptersdaniel oeh
2012-09-22Added support for reading chapters from streamsdaniel oeh
2012-09-21MediaHandler now reads id3 chaptersdaniel oeh
2012-09-21Renamed simplechapter variable namesdaniel oeh
2012-09-21Created abstract Chapter class to support other chapter typesdaniel oeh
2012-09-06Implemented PlaybackController in the MediaPlayerActivitiesdaniel 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-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