summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/activity/AudioplayerActivity.java
AgeCommit message (Expand)Author
2014-08-11Call fit() instead of resize()daniel oeh
2014-08-11Removed transition animation in audioplayerdaniel oeh
2014-07-30Replaced ImageLoader and DiskCache with Picassodaniel oeh
2014-07-26Fixed NullPointerException in AudioPlayerdaniel oeh
2014-07-15Hide local menu items when nav drawer is showndaniel oeh
2014-07-06Increased use of library methodsdaniel oeh
2014-07-05Reduced number of lint warningsdaniel oeh
2014-06-29Integrated timecode highlighting into Audioplayerdaniel oeh
2014-06-08Show queue size and number of unread items in navdrawer. closes #453daniel oeh
2014-04-28Bugfix: Title in audio player was invisible in some casesdaniel oeh
2014-04-27Fixed visibility issue with playback speed buttondaniel oeh
2014-04-26Improved fontsdaniel oeh
2014-04-21Added navigation drawer to audio player, fixed DownloadService notificationdaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-25Navigation bar icons in audio player were not displayed correctlydaniel oeh
2014-02-14Added content descriptions to imagebuttons and imageviewsdaniel oeh
2014-02-10Fixed issue with switching between audio and video playerdaniel oeh
2013-12-29Adapted remaining classes to new playback service modeldaniel oeh
2013-12-15Created playback package inside service packagedaniel oeh
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