* celery:
Removing incorrect development debug setting.
Consolidating raven config.
django-celery-with-redis==3.0
Upgrading celery, still doesnt work great with raven.
* hidden_stories:
Hiding indicator when there are no hidden stories.
Fixing show/hide hidden stories button to cycle through postiive, neutral, negative.
Stubbing in hide hidden stories toggle. Still needs to work.
* master: (25 commits)
Fixing #801. Now checking for try-feed earlier, as well as correcting for when it's not ready to be checked. Handles race condition on iPad.
V5.0.2.
Correcting the display of error messages on feed detail view. Also hiding the error globe on empty folders. Lastly, when loading empty feeds/folders, scroll to show search bar.
Fixing rotation issues on iphone and ipad when rotating in original view and returning back to story.
No longer clearing story when opening original view. Also fixing rotation issues when returning to story detail from rotated original view.
Handling more requests errors in text importer.
Fixing organizer: when adding a folder, losing selection bindings.
Bump Android app version.
No need for www in youtube urls.
Fix rendering of saved stories in story lists.
Fix crashes when launching stale or impossibly timed Reading activities.
Don't allow an untimely feedfolder sync to write stale unread data.
Reduce some UI lag from racing API requests.
skip encoding checking. requests.get already did it for us. requests.get always returns unicode in 'text'
PEP8 fixes: removed whitespaces from the blank lines
Fix infinite recursion for duplicate folders.
iOS: Fix crash marking story as unread if no story has been displayed yet.
iOS: Don’t scroll the story titles table when returning to the feed detail view (#832).
convert story_content to string before compression. zlib.compress fails with unicode text that contains non-ASCII symbols.
PEP8 fixes
...
* master:
Handling broken getsatisfaction feedback url.
Handling feeds that go missing.
Fixing yet another requests error on icon fetching.
Handling more errors when fetching feeds.
Raising time limit on analytics cleaning.
Handling another requests error when fetching icons.