Feed Farmer Update

Things are moving right along on the latest update of Feed Farmer, our feed reader and podcast downloader for Android.

Drawer

The navigation drawer interface is working out beautifully!  We are now including links back to your Power Search results, for immediate recall.

Rendering

As the Android web view has evolved, so has the way it renders the HTML Feed Farmer generates for your feed items, search results, etc.  On newer versions of Android, the rendering experience is sometimes less-than-ideal, especially for “wide” content containing large images, unbroken text, etc.  This is inconvenient, because you must zoom in to make the text readable.

We have enhanced the CSS on our generated markup, so now this is mostly alleviated, and we are keeping generated content within the initial device width.

Web View

We have made some adjustments to the web view; in particular, we have turned on the built-in Zoom controls.  For some reason this was never enabled, apologies!

For feed item viewer, we have also turned off Wide Layout and Overview modes, to discourage auto-zooming generated content.

Processing

Most of the “work” happens after the feed XML file is downloaded via the Android Download Manager.  This is where the “items” are parsed out and the HTML generated for each one.

One error case is when the feed URL no longer references the desired content, for example the feed has been terminated.  In this case HTML error content is the usual response, so Feed Farmer doesn’t recognize it as any XML format it knows, so it generates a “cannot detect document type” error.

We are enhancing the processing to use this error as a signal to disable the feed, and add an Error Report to that feed.  You would need to follow up on that and determine whether that URL is still a valid feed, and remove it if not.  The Check Feed command in the Feed Editor will tell you the content type returned by the server for the feed URL.