* 'master' of github.com:samuelclay/NewsBlur:
Renamed screenshots archived for v1.1.
Quick fix for duplicate feeds to be more specific. Also renaming screenshots of iOS app in anticipation for tomorrow's v1.2.
* 'master' of github.com:samuelclay/NewsBlur:
Correcting for include_favicons=false on flat feeds.
Adding ShareKit and its many associated dependencies. Instapaper, pinboard, twitter, facebook, and more sharing directly from the original story action button.
Fixing include_favicons to default to false, and correctly use a false value.
Marking all as read in Everything view. Refactored story detail view. Fixing bug around quicly tapping Next Unread and having the view pop before the next story is loaded.
* 'master' of github.com:samuelclay/NewsBlur:
Inverted logic on favicons fetching. Whoops. Fix in < 60 seconds, though.
Fixing the bug around favicon's not being found, since they were checking for the wrong property.
Logging al refresh_feeds requests.
* 'master' of github.com:samuelclay/NewsBlur:
Last few touch-ups for iPhone app v1.2. Almost ready to send to the app store. Need to design and build a website to finally launch this damn thing.
Fixing a number of API call parameters.
Handling server errors (500 errors) in iOS app. Also cancelling requests if switching to a new feed before old feed comes back.
Adding an Everything folder name to iOS app. Kinda ugly, kinda beautiful.
* 'master' of github.com:samuelclay/NewsBlur: (50 commits)
Fixing mark folder as read in iphone app. Also shortcutting mark site as read, so no action sheet needed.
Hot fix of a few exceptions.
Correctly updating feed exceptions by refreshing the feed on page. Also transferring over classifiers and read stories.
Speeding up refresh-feeds by correctly using the last updated story date.
Adding unique index on MStory.
Quick fix to broken usersubs when changing feed link and address.
Fixing bone-headed issue around renaming folders and having all child folders also renamed (client-side only).
All stories in starred stories view now have a score of 1, so they are always displayed.
Fixing bogus type error, caused by duplicate feeds.
Correcting styling on site settings loader icon.
Removing dupe migration from feed_settings.
Revert "Switching to requests from urllib2/httplib. Bring on the page errors."
Fixing #41: Adding REDIS to local_settings.py.template.
Revert "Revert "Switching to requests from urllib2/httplib. Bring on the page errors.""
Revert "Switching to requests from urllib2/httplib. Bring on the page errors."
Switching to requests from urllib2/httplib. Bring on the page errors.
Adding a bunch fo keyboard shortcuts.
Adding elapsed time field to river and feed view.
Fixing autolinking of text links to no longer indiscriminately replace text, causing double encoding of html entities.
Fixing the space bar key to not queue, so it's actually useful now!
...