summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-11Organized importsdaniel oeh
2012-11-11Prepared release of version 0.9.6daniel oeh
2012-11-11Merge branch 'description_update' into developdaniel oeh
Conflicts: src/de/danoeh/antennapod/feed/FeedItem.java
2012-11-09Added support for links in vorbis commentdaniel oeh
2012-11-08Reading UTF-8 strings should now workdaniel oeh
2012-11-06Ignore invalid chaptersdaniel oeh
2012-11-06getChapterById was using wrong attributedaniel oeh
2012-11-06Integrated vorbis chapterreader into appdaniel oeh
2012-11-06Added classes for reading vorbis comment chaptersdaniel oeh
2012-11-06Removed unnecessary methods, added standard constructordaniel oeh
2012-11-05Merge branch 'better_file_names' into developdaniel oeh
2012-11-01Added more feeds to testfiledaniel oeh
2012-11-01Added support for RSS 0.91/0.92daniel oeh
2012-11-01Added test for FilenameGeneratordaniel oeh
2012-10-31Added option to take different filename if a file with that name existsdaniel oeh
2012-10-31Use title of feed for filename if availabledaniel oeh
2012-10-31Created FileNameGenerator classdaniel oeh
2012-10-30Use separate preference for currently playing media, reset afterdaniel oeh
playback has completed
2012-10-29Merge pull request #56 from patheticpat/image-titledanieloeh
Save correct image title
2012-10-29Merge branch 'develop' into feed-item-labelsMichael Kaiser
Conflicts: src/de/danoeh/antennapod/feed/FeedItem.java
2012-10-28Added method to check if item is being playeddaniel oeh
2012-10-28Use thread for searching instead of AsyncTaskdaniel oeh
2012-10-28Searching descriptions should now workdaniel oeh
2012-10-28Added feed-column to SEL_FI_EXTRAdaniel oeh
2012-10-28Added methods for searching descriptions to feedmanagerdaniel oeh
2012-10-28FeedManager tasks can now return a result on completiondaniel oeh
2012-10-28Added methods for searching descriptions of feeditems in the database.daniel oeh
2012-10-28Save media when marking all items as "read"Michael Kaiser
The unreadItems list contains items that are "in progress", so we need to save the media.
2012-10-28Save correct image titleMichael Kaiser
2012-10-28Save media after changing its positionMichael Kaiser
2012-10-28Don't change playback completion dateMichael Kaiser
Don't change the playback completion date when marking an episode as "read" or "unread"
2012-10-27Renamed methodsdaniel oeh
2012-10-27Removed unused constructordaniel oeh
2012-10-27Added cachedDescription and cachedContentEncodeddaniel oeh
2012-10-27Implemented Asynchronous description loading in Itemdescriptionfragmentdaniel oeh
2012-10-27Merge pull request #53 from patheticpat/fix-typodanieloeh
Fixed a typo
2012-10-27Fixed a typoMichael Kaiser
2012-10-24Created method for loading extra information of a feeditemdaniel oeh
2012-10-24Implemented FeedManager.Taskdaniel oeh
FeedManager.Task should be used to do operations in the background and let callers specify a callback object to be notified when the operation has completed.
2012-10-24Items that are in progress aren't unread anymoreMichael Kaiser
2012-10-24Added methods for getting cursors with different feeditemdaniel oeh
column selections
2012-10-24Created constants for feeditem selectionsdaniel oeh
2012-10-24Extract setting of read/undread state to a FeedItem methodMichael Kaiser
2012-10-23Use DateFormat.MEDIUM for datesMichael Kaiser
2012-10-23Enable transition to "read" and "unread" states for "in progress" itemsMichael 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-23Add the concept of a FeedItem that is "in progress"Michael Kaiser
A FeedItem should be considered "in progress" when the user started listening or watching the media, but did not complete it yet.