summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-06-17Implemented Class to convert DownloadManager error codes todaniel oeh
2012-06-17Implemented DownloadLog activitydaniel oeh
2012-06-17Implemented adapter for download logdaniel oeh
2012-06-17FeedManager now maintains a list of DownloadStatus entriesdaniel oeh
2012-06-17Moved DownloadStatus class into separate filedaniel oeh
2012-06-17Added settings activitydaniel oeh
2012-06-17File urls with value 'null' are now stored in the databasedaniel oeh
2012-06-17Cancelling a download will now notify the download servicedaniel oeh
2012-06-17Removed unnecessary codedaniel oeh
2012-06-17Added list which shows unread itemsdaniel oeh
2012-06-17Feeditems can now be marked as read or unreaddaniel oeh
2012-06-16Feedlist now displays number of new episodesdaniel oeh
2012-06-16minor bugfixesdaniel oeh
2012-06-16Implemented Actionmode for FeedItemlistFragmentdaniel oeh
2012-06-16Moved Feeditemlist into Fragmentdaniel oeh
2012-06-16Added Button to FeedItemlist itemdaniel oeh
2012-06-16Removed unnecessary communication with DownloadServicedaniel oeh
2012-06-16Cleaned up the Download requesterdaniel oeh
2012-06-16Fixed error that happened on non-US devicesdaniel oeh
2012-06-15Implemented WebView to show description of itemdaniel oeh
2012-06-15Improvements to download requesterdaniel oeh
2012-06-15DownloadService no longer shows its notificationsdaniel oeh
2012-06-15Implemented audiofocuschange listenerdaniel oeh
2012-06-15Implemented notification for Downloadservicedaniel oeh
2012-06-14Added ability to delete media filesdaniel oeh
2012-06-14Made sure that DownloadService shuts down when appropriatedaniel oeh
2012-06-14Removed Debug messagesdaniel oeh
2012-06-14Fixed Feed syncingdaniel oeh
2012-06-14Added 'lastUpdate' attribute to Feeddaniel oeh
2012-06-13Changed the way the date is displayeddaniel oeh
2012-06-13Changed type of pubDate in FeedItem to Datedaniel oeh
2012-06-13changed access modifiersdaniel oeh
2012-06-13Added date parser for timestamps in Atom feedsdaniel oeh
2012-06-13Created class for parsing RSS 2 date formatsdaniel oeh
2012-06-13Added 'downloaded' attribute to FeedFiledaniel oeh
2012-06-13Moved Download Handlers into separate Threadsdaniel oeh
2012-06-12Minor improvements to Mediaplayerdaniel oeh
2012-06-12Removed AtomLink (not used)daniel oeh
2012-06-11Implemented Atom namespacedaniel oeh
2012-06-10More work on Atom namespacedaniel oeh
2012-06-10Changed return type of handleElementStartdaniel oeh
2012-06-10Removed redundancydaniel oeh
2012-06-09Implemented support for default Namespacesdaniel oeh
2012-06-09Converted RSSHandler into RSS 2.0 Namespacedaniel oeh
2012-06-09Merged SyndElement with NSElementdaniel oeh
2012-06-09Changed type of the Elements of tagstack to SyndElementdaniel oeh
2012-06-09Fixed startElement method in SyndHandlerdaniel oeh
2012-06-08Reimplemented RSSHandlerdaniel oeh
2012-06-08Implemented more methods in SyndFeed and moredaniel oeh
2012-06-08Created SyndHandler and Namespace classesdaniel oeh