NewsBlur/clients/ios
Nicholas Riley a529f340c6 Fix stories intermittently not displaying; clean up story loading.
Funnel all HTML loading through -loadHTMLString:.

Cache base URL (which is always the same) in a static variable instead of computing it different ways and putting in an instance variable temporarily.

Use more intention-revealing variable names.

Only set hasStory when we’re actually loading the story itself.

Only set the font size and line spacing once, in webViewDidStartLoad, because the DOM is always set up by then in my experience.

Only bother to set font size and line spacing if we’re loading a (full) story.

Show the Web view when a full story *starts* to load, as sometimes it may not complete but you still want to see a partially loaded story.  (Fixes an intermittent issue with AnandTech; see https://getsatisfaction.com/newsblur/topics/anandtech-straight-up-doesnt-load-on-the-ios-app)
2016-08-23 20:52:34 -04:00
..
ASI Cleaning up a couple warnings. 2015-10-03 17:59:35 -07:00
Classes Fix stories intermittently not displaying; clean up story loading. 2016-08-23 20:52:34 -04:00
cocoa-oauth Moving ios and android from media to clients. 2013-06-27 09:43:22 -07:00
NewsBlur/Images.xcassets Refining story detail view colors on medium and dark themes. 2016-02-27 10:00:09 -08:00
NewsBlur.xcodeproj Clean up activity handling, and fix sending to Reading List. 2016-06-04 09:41:58 -04:00
Other Sources iOS: Fix popover interaction with keyboard support. 2016-03-19 13:22:02 -04:00
Resources New fleurons for #903. 2016-07-05 15:59:24 -07:00
Resources-iPad iOS: done #899 (Forgot Password flow) 2016-03-27 21:48:30 -07:00
Resources-iPhone iOS: done #899 (Forgot Password flow) 2016-03-27 21:48:30 -07:00
static Fixing CSS for newsletters. Now we're talking! Just need to build a dialog to expose the secret email address for users. 2016-05-11 18:48:49 -07:00
Underscore Moving ios and android from media to clients. 2013-06-27 09:43:22 -07:00
App Store Description.txt Moving ios and android from media to clients. 2013-06-27 09:43:22 -07:00
NewsBlur-iPad-Info.plist Moving ios and android from media to clients. 2013-06-27 09:43:22 -07:00
NewsBlur-iPhone-Info.plist Adding exception handling for twitter feeds. 2016-06-28 16:09:14 -07:00
NewsBlur.ipa Bumping ios to v5.0.0b2. Adding some logic around upgrading to send users to enterprise build or itms. 2015-09-23 22:47:03 -07:00
NewsBlur.plist Adding Copy Link uiactivity. 2015-09-22 22:11:48 -07:00
NewsBlur_Prefix.pch Back to prod. 2016-02-29 16:23:34 -05:00