* offline:
Adding image url extraction to the API for all stories.
Adding a bit of skeleton for offline feeds.
Moving notifier to correct position for both feed list and feed detail. Also responds perfectly to orientations, even on different views.
# By Samuel Clay (3) and others
# Via Samuel Clay (3) and ojiikun (3)
* master:
Turning off forked mongoengine for now.
Fixing j/k keyboard shortcuts when story titles are hidden.
Fixing middleware to activate users. Faulty paths resulted in paths that had a / not being recognized. Thanks to @subglass!
Make AllStories and FolderStories views match.
Have the All Stories view query by wildcard, not ID list.
Moved the URL schema (http://) into NEWSBLUR_URL Introduced NEWSBLUR_HOST for couple of cases where NEWSBLUR_URL was being used as a hostname Switched default URL to https://
* offline: (22 commits)
Removing debugging, preparing to deploy offline for testing.
Adding a great progress bar and story fetch order.
Fetching all unread stories, ordered by recency.
Queueing read stories and sending them on feed load or feed list load.
Marking stories as read in offline mode. Need a read story queue to send when back online.
Adding order and unread status to offline.
Adding river to offline. Needs customization.
Refactored all database calls to be threadsafe and use a new database queue. Dope.
Connection error handling on tlnb.
Got messaigng for offline down pat. Now needs story actions queue.
Correctly showing notifiers for offline and slow loads.
Fixing animation bug when not on story list view.
Far better loading indicator on story list in ios.
Showing loading notifier. Still need to bring back first page loading notifier.
Fixing up notifier to actually show loading.
Fading and positioning of notifier.
Adding NBNotifier, but I just want to rip it out.
A bit crude, but now storing feed stories offline.
Adding fmdb.
Ripping out CoreData. Using SQLite directly.
...
* master:
Removing request info in hopes of speeding up blocking of API requests for bad clients.
Opening links in background tab. Also adding v and shift+v to open a story (dupe of the 'o' keyboard shortcut).
Adding special app servers to all in fab.
Updating favicons to point to correct server.
Fixing fabfile host.