summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/fragment/ItemDescriptionFragment.java
AgeCommit message (Expand)Author
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2013-08-19Reduced number of FindBugs warningsdaniel oeh
2013-08-17Catch ActivityNotFoundException to prevent crash.daniel oeh
2013-08-10Merge branch 'feedmanager_removal' into developdaniel oeh
2013-08-07Removed ActionbarSherlock dependencydaniel oeh
2013-08-04Ported playback classes to DB* classesdaniel oeh
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-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-25Implemented EventDistributordaniel 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-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-03Organized imports, added drawables to navigation buttonsdaniel 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-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
2012-09-22Removed unused importsdaniel oeh
2012-09-13Fix orientation change bug in ItemDescriptionFragmentdaniel oeh
2012-07-31Prevent item description webview from reloading on orientation changedaniel oeh
2012-07-26Removed option to disable scrollbar in webviewdaniel 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-13Renamed package and applicationdaniel oeh