summaryrefslogtreecommitdiff
path: root/src/de
AgeCommit message (Collapse)Author
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-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.
2012-10-23Simplified feeditemlist_item layoutMichael Kaiser
2012-10-23Set download status message to 'pending' while it's not beingdaniel oeh
downloaded.
2012-10-22Fixed NullPointerException on some devicesdaniel oeh
2012-10-22Removed unused importsdaniel oeh
2012-10-22Added support for feeds without pubDatesdaniel oeh
2012-10-22Merge branch 'master' into developdaniel oeh
2012-10-22Removed feedburner specific URL handlingMichael Kaiser
The ?format=xml parameter should not be necessary. It could even cause problems in case the url already contains a parameter string.
2012-10-21Renamed package de.danoeh.antennapod.miroguide.conMichael Kaiser
2012-10-20Only read image-tag if it's a sub-element of the channel-tagdaniel oeh
2012-10-20pressing the button of an itemlist item selected the wrong item ifdaniel oeh
'display only episodes' was turned on
2012-10-16Added check for null in SyndTypeUtils0.9.5.2daniel oeh
2012-10-15Made sure identifying value of feed isn't emptydaniel oeh
2012-10-14Fixed nullpointer exception in SyndTypeUtilsdaniel oeh
2012-10-14Load new bitmap if imageview's size has become largerdaniel oeh
2012-10-14Moved drawables from sdk folder into drawables folderdaniel oeh
2012-10-14Prevented IllegalStateException when calling getDurationSafe()daniel oeh
2012-10-13Select 'New' tab on start if there are new itemsdaniel oeh
2012-10-13Check file extension if mime-type is not supporteddaniel oeh
2012-10-11Move player into INITIALIZED state in some cases to save bandwidthdaniel oeh
2012-10-11Added INITIALIZED statedaniel oeh
2012-10-10Improved visibility change animation in videoplayerdaniel oeh
2012-10-04Changed behavior of continuous playbackdaniel oeh
2012-10-04Changed behavior of download reportsdaniel oeh
2012-10-03Moved Opml import button to AddfeedActivity, Opml export button todaniel oeh
preferences
2012-10-03PlaybackService now adds completed items to the playbackhistorydaniel oeh