summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/fragment
AgeCommit message (Collapse)Author
2013-08-25Merge branch 'playback-speed' into developdaniel oeh
Conflicts: proguard.cfg src/de/danoeh/antennapod/storage/DBTasks.java
2013-08-24Added search, taglist, pocdasttaglist etc.daniel oeh
2013-08-22Improved AddFeedActivity layout, added gpodder.net toplist fragmentdaniel oeh
2013-08-19Reduced number of FindBugs warningsdaniel oeh
2013-08-17Catch ActivityNotFoundException to prevent crash.daniel oeh
This problem occurred with some podcasts using embedded youtube videos. In these cases, the 'http:"-part of the URL was missing and therefore, no activity for viewing the URL was found.
2013-08-16Merge branch 'develop' into playback-speeddaniel oeh
Conflicts: pom.xml src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/util/playback/PlaybackController.java
2013-08-15Fixed nullpointerexception caused by FeedlistFragmentdaniel oeh
2013-08-15Several bugfixesdaniel oeh
2013-08-10Merge branch 'feedmanager_removal' into developdaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/DownloadLogActivity.java src/de/danoeh/antennapod/activity/FeedItemlistActivity.java src/de/danoeh/antennapod/activity/ItemviewActivity.java src/de/danoeh/antennapod/activity/MiroGuideChannelViewActivity.java src/de/danoeh/antennapod/activity/OrganizeQueueActivity.java src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/fragment/EpisodesFragment.java src/de/danoeh/antennapod/fragment/FeedlistFragment.java src/de/danoeh/antennapod/fragment/ItemDescriptionFragment.java src/de/danoeh/antennapod/fragment/ItemlistFragment.java
2013-08-07Removed ActionbarSherlock dependencydaniel oeh
2013-08-05Do not display empty listview message while loadingdaniel oeh
2013-08-05Added FeedItemStatistics.daniel oeh
Makes it possible to get number of (new, in progress) episodes of a feed without loading the whole list of items
2013-08-04Removed last references to FeedManagerdaniel oeh
2013-08-04Ported playback classes to DB* classesdaniel oeh
2013-08-02Organizing the queue now works, several bugfixes etc.daniel oeh
2013-06-01Ported several classes from FeedManager to DB*-classesdaniel oeh
2013-05-03Added buttons to control playback speeddaniel 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
position
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
Conflicts: res/values/ids.xml
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