summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/fragment
AgeCommit message (Expand)Author
2013-04-26Fixed nullpointer exception in DescriptionFragmentdaniel oeh
2013-04-20Made sure links are opened in external applicationdaniel oeh
2013-04-20Use onPageFinished instead of deprecated PictureListenerdaniel oeh
2013-04-06Webview in AudioPlayerActivity now saves and restores its scrolldaniel oeh
2013-03-20Fixed IndexOutOfBoundsException in EpisodesFragmentdaniel oeh
2013-03-16Added support for episode imagesdaniel oeh
2013-03-10Close media player if no more episodes are available for playbackdaniel oeh
2013-02-28Added default getView() implementation for itemlistadapterdaniel oeh
2013-02-28FeedItem shownotes weren't always loaded correctlydaniel 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-25Implemented EventDistributordaniel oeh
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2013-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh
2013-02-23Set shownotes background to black when theme is 'dark'. fixes #106daniel oeh
2013-02-22Merge branch 'issue-39' into developdaniel oeh
2013-02-22Use css margin instead of layout margin for webviewdaniel oeh
2013-02-21Added context menu to shownotes viewdaniel oeh
2013-02-21Improved webview layout when images are displayeddaniel oeh
2013-02-21Added margin to shownotes. Closes #80daniel oeh
2013-02-18Implemented drag & drop reorderingdaniel oeh
2013-02-18Created OrganizeQueueActivitydaniel oeh
2013-02-13Removed non-empty constructorsdaniel oeh
2013-02-03Added ACTION_FEED_LIST_UPDATE to EpisodesFragment's intent filterdaniel oeh
2013-02-03Organized imports, added drawables to navigation buttonsdaniel oeh
2013-02-02Minor layout improvementsdaniel oeh
2013-02-02Improved content view of audio player activitydaniel oeh
2013-01-27Removed unused classesdaniel oeh
2013-01-27Implemented queue and unread items menudaniel oeh
2013-01-27Merged queue and unread listdaniel oeh
2013-01-23Added header views to external feeditemlistsdaniel oeh
2013-01-23Created external feeditemlist adaptersdaniel oeh
2013-01-21Added extended menu option, ignore long-press in itemlistdaniel oeh
2013-01-20open context menu on long click daniel oeh
2013-01-20Added context menu to itemlistdaniel oeh
2012-12-20Use SINGLE_COLUMN layout in shownotes webviewdaniel oeh
2012-11-28Fixed nullpointer exception in webview loader0.9.6.1daniel oeh
2012-11-28Fixed problem with webview on ICSdaniel oeh
2012-11-25contentEncoded wasn't loaded if description was still in the cachedaniel oeh
2012-11-25Merge branch 'theme' into developdaniel oeh
2012-11-24feeditem description should now be loaded correctlydaniel oeh
2012-11-23DescriptionFragment now works correctly with different themesdaniel oeh
2012-11-23Added dark version of borderless buttondaniel oeh
2012-11-16Save references to description and contentEncoded in descriptiondaniel oeh
2012-11-16if-statement was wrongdaniel oeh
2012-11-11Merge branch 'description_update' into developdaniel oeh
2012-10-28FeedManager tasks can now return a result on completiondaniel oeh
2012-10-27Added cachedDescription and cachedContentEncodeddaniel oeh
2012-10-27Implemented Asynchronous description loading in Itemdescriptionfragmentdaniel oeh