summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/adapter
AgeCommit message (Expand)Author
2013-02-28Added default getView() implementation for itemlistadapterdaniel oeh
2013-02-27Created de.danoeh.antennapod.util.playback packagedaniel oeh
2013-02-27PlaybackService now works with the 'Playable' interfacedaniel oeh
2013-02-25ImageView tags weren't set correctlydaniel 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-21Added status indicator to external feeditemlistdaniel oeh
2013-02-12Improved status indicators of feeditemlist itemsdaniel oeh
2013-02-03Organized imports, added drawables to navigation buttonsdaniel oeh
2013-01-28Added indicator for 'downloading' statusdaniel oeh
2013-01-28Headers displayed wrong number of episodes in some casesdaniel oeh
2013-01-28Added 'downloaded' imageview to episodes listdaniel oeh
2013-01-27Improved list layoutsdaniel 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-25Added OnClickListener for header viewdaniel oeh
2013-01-23Created external feeditemlist adaptersdaniel oeh
2013-01-20Added context menu to itemlistdaniel oeh
2012-11-23Selected list items are now highlighted with the correct colordaniel oeh
2012-11-23Color of chapterlist wasn't displayed correctlydaniel oeh
2012-11-20Changed references to drawables in src to references to attrdaniel oeh
2012-11-16Added state enum to feeditem classdaniel oeh
2012-11-16Added 'Playing' statedaniel oeh
2012-11-16Merge branch 'feed-item-labels' of git://github.com/patheticpat/AntennaPod in...daniel oeh
2012-11-06Ignore invalid chaptersdaniel oeh
2012-10-23Use DateFormat.MEDIUM for datesMichael Kaiser
2012-10-23Show number of "in progress" episodes for each feedMichael Kaiser
2012-10-23Indicate "unread"/"in progress" state of individual feed itemsMichael Kaiser
2012-10-23Simplified feeditemlist_item layoutMichael Kaiser
2012-09-25Added support for application/ogg MIME typedaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-21Renamed simplechapter variable namesdaniel oeh
2012-09-21Created abstract Chapter class to support other chapter typesdaniel oeh
2012-09-21Download log now also supports DownloadStatus objects whose feedfile isdaniel oeh
2012-09-20Fixed scrolling issues in Downloadlogdaniel oeh
2012-09-20Updated DownloadLogAdapter to support changes in DownloadStatusdaniel oeh
2012-09-14Hide download progress in percent if download size is unknowndaniel oeh
2012-09-11improved structure of strings.xmldaniel oeh
2012-08-27List adapters will now get the imageViews size from the resources ifdaniel oeh
2012-08-26Cached bitmaps will now have the same size as their ImageViewsdaniel oeh
2012-08-19Itemlists were not updating their content properly if "Display onlydaniel oeh
2012-08-17DownloadActivity should now display the content correctlydaniel oeh
2012-08-16Content of Downloads list is now refresheddaniel oeh
2012-08-16Implemented download queueingdaniel oeh
2012-08-15Download list entries should now be more informativedaniel oeh
2012-08-11Fixed imageview sizedaniel oeh
2012-08-11Implemented GridView in FeedlistFragmentdaniel oeh