summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/adapter
AgeCommit message (Collapse)Author
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
The getStatus() method should now be used to handle feeditems in different states instead of handling its attributes directly.
2012-11-16Added 'Playing' statedaniel oeh
2012-11-16Merge branch 'feed-item-labels' of git://github.com/patheticpat/AntennaPod ↵daniel oeh
into patheticpat-feed-item-labels Conflicts: src/de/danoeh/antennapod/feed/FeedItem.java
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
null
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
possible
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
episodes'-preference was enabled
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
2012-08-10Implemented episode filterdaniel oeh
2012-08-04Renamed MiroChannel and MiroItem to MiroGuideChannel and MiroGuideItemdaniel oeh
2012-08-04Created Activity for displaying information about a channeldaniel oeh
2012-08-04Removed imageview from channellistdaniel oeh
2012-08-03Imageloader tasks are now submitted to an executor servicedaniel oeh
2012-08-02Replaced 'miro' in filenames with 'miroguide'daniel oeh
2012-08-02Added channellist adapterdaniel oeh
2012-07-29Fixed commentsdaniel oeh
2012-07-29- Bugfix : Player did not always display the current chapter correctly.daniel oeh
- Added support for links in SimpleChapters
2012-07-24split image cache into thumbnail- and cover-cachedaniel oeh
2012-07-24implemented word searchdaniel oeh
2012-07-24implemented searching algorithmdaniel oeh
2012-07-23Added list adapter for simple chaptersdaniel oeh
2012-07-17Moved strings into resourcesdaniel oeh
2012-07-13Renamed package and applicationdaniel oeh