summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/fragment
AgeCommit message (Expand)Author
2013-12-29Adapted remaining classes to new playback service modeldaniel oeh
2013-12-15Created playback package inside service packagedaniel oeh
2013-11-16Updated dependency version numbers, removed workaround for actionmode bugdaniel oeh
2013-09-21Fixed crashes in FeedItemlistdaniel oeh
2013-09-15Improved error handling in gpodder.net directorydaniel oeh
2013-09-12Merge branch 'TomHennen-move-to-top' into developdaniel oeh
2013-09-11Merge branch 'release-0975' into developdaniel oeh
2013-09-09Moved move to top/bottom menu options to EpisodesFragement from FeedItemMenuH...Tom Hennen
2013-09-06Fixed occasional NullPointerException in PlaybackController/ExternalPlayerFra...daniel oeh
2013-09-05Merge branch 'gpoddernet' into developdaniel oeh
2013-09-05Added workarounds for ActionMode/Option menu bugsdaniel oeh
2013-09-04Added workaround for ActionMode bugdaniel oeh
2013-09-01Added suggestions listdaniel oeh
2013-08-30Eventdistributor listener was registered incorrectlydaniel oeh
2013-08-29Load itemlistdata after listview has been createddaniel oeh
2013-08-25Merge branch 'playback-speed' into developdaniel oeh
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
2013-08-16Merge branch 'develop' into playback-speeddaniel oeh
2013-08-15Fixed nullpointerexception caused by FeedlistFragmentdaniel oeh
2013-08-15Several bugfixesdaniel oeh
2013-08-10Merge branch 'feedmanager_removal' into developdaniel oeh
2013-08-07Removed ActionbarSherlock dependencydaniel oeh
2013-08-05Do not display empty listview message while loadingdaniel oeh
2013-08-05Added FeedItemStatistics.daniel oeh
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
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