Samuel Clay
98537bd4f8
Removing base64 lib.
2017-11-30 16:57:10 -08:00
Samuel Clay
055e8f0352
Themeing text view paywall.
2017-11-15 17:11:44 -08:00
Samuel Clay
098f2ca780
Text view now behind paywall.
2017-11-15 17:11:37 -08:00
Samuel Clay
9bb1bf0973
Fixing traverse view position on iphone 8, iphone X, and ipad.
2017-11-06 20:09:31 -08:00
Samuel Clay
2ffdabdbb8
Moving traverse view down on older iPhones.
2017-11-05 21:43:08 -08:00
Samuel Clay
0e306014ec
Fixing ios 11 warnings. Also fixing share view title icon size.
2017-11-05 18:44:33 -08:00
Samuel Clay
5e2f139657
Using safe area insets instead of hard coded offsets.
2017-11-05 18:30:47 -08:00
Samuel Clay
8df5237e29
Adding in-app safari reader mode preference. Also adding San Francisco as a story font. Thanks to Will Sigmon (@WSig) for both ideas.
2017-11-05 18:22:58 -08:00
Samuel Clay
f2ce4b7ca0
Fixing image sizes on both 10" and 12" iPad Pro.
2017-11-01 21:51:56 -07:00
Samuel Clay
0fd0c75e44
Animation progress bar, but there's a jump that needs fixing.
2017-10-30 18:06:38 -07:00
Samuel Clay
bbd61a65c3
Fixing auto-scroll to last read position in stories.
2017-10-26 12:50:04 -07:00
Samuel Clay
ae6bf532f2
Fixing warnings for iPhone X and Xcode 9.
2017-09-26 10:48:02 -07:00
Samuel Clay
55ce86c3cf
Fixing favoriting HUD on ipad.
2017-06-02 18:16:33 -07:00
Samuel Clay
4d980ab267
Adding error handling on a bunch of views: share, save, unread.
2017-06-01 22:32:35 -07:00
Samuel Clay
6f0eb995bc
Huge number of fixes for the Story titles on bottom layout on iPad. Better image support and fixes for drag-and-drop. Also fixing sharing being broken after a reply.
2017-05-11 12:51:40 -07:00
Samuel Clay
e87a6cbbc1
Long pressing links in stories shows both system context menu and share sheet.
2017-05-10 22:18:14 -07:00
Samuel Clay
625f89f00c
Fixing issues with unnecessarily redrawing the story detail view on ios when returning from share dialog or training dialog.
2017-05-10 15:24:07 -07:00
Samuel Clay
95ed6c55a6
Gotham is the new default font.
2017-04-11 17:36:10 -07:00
Samuel Clay
1369740713
Fixing all ios8 warnings. v7.0.0 is ready to go to TestFlight!
2017-04-11 16:15:18 -07:00
Samuel Clay
5fc86097dd
Moving to UIAlertController. Got a bunch more.
2017-04-11 15:43:42 -07:00
Samuel Clay
312b3ca972
Fixing warnings.
2017-04-06 11:45:43 -07:00
Samuel Clay
ca3309a0ba
Fixing last error. Now to fix everything else that's broken.
2017-04-03 16:07:01 -07:00
Samuel Clay
3926ab07f0
Nearly all ASIHttpRequest converted.
2017-03-24 17:30:46 -07:00
Samuel Clay
29e63cef79
Continuing the march.
2017-03-19 18:15:36 -07:00
Samuel Clay
f0759be90d
Quick and dirty request SetPostValue -> params setObject
2017-03-19 12:09:49 -07:00
Samuel Clay
ef869415e1
Removing all mentions of ASI.
2017-03-10 09:16:03 -08:00
Samuel Clay
ebce9299b8
Fixing warnings. Next has to be removing ASI dependency.
2017-01-05 11:44:18 -08:00
David Sinclair
fff85beb23
iOS: fixed #960 (returning on iPad reloads story)
...
A bit tricksy to track down, but videos keep playing and the scroll
position is preserved (on rotation while in the app, too).
2016-11-01 15:10:56 -07:00
David Sinclair
27fbf12081
iOS: fixed #929 (rotation issue on iPhone with Safari browser)
...
This was a curly one! I also fixed a bunch of Xcode 8 warnings (for
non-third-party code; I'd like to fix the third-party ones to get to
zero warnings, but don't know how you feel about that).
2016-10-05 21:03:32 -07:00
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
Samuel Clay
839f5089eb
Commenting
2016-08-10 13:26:52 -07:00
David Sinclair
6da7d4ce6b
iOS: white flash fix
2016-06-15 21:32:59 -07:00
Samuel Clay
612caca806
Fixing iPad Pro image sizings. Screenshots for v6.0. Build 62. The iOS app v6.0 is now uploaded and awaiting approval.
2016-04-06 18:14:06 -07:00
Samuel Clay
1b4e5a8561
Fixing story author on newsletters
2016-03-07 22:46:34 -08:00
Samuel Clay
6a98241f88
Themed disclosure buttons for folder titles.
2016-02-27 13:20:32 -08:00
Samuel Clay
33f8beabfc
Cleaning up story detail samples. Cleaning up comment borders and margins.
2016-02-06 14:40:07 -08:00
Samuel Clay
17dba6d975
Styling sepia story detail.
2016-02-06 14:06:50 -08:00
David Sinclair
8bb54a1e83
iOS: two-stage story loading
...
Works much better.
2016-02-05 12:19:48 -08:00
David Sinclair
e98cf18bfd
iOS: reverted WKWebView changes
...
I kept a copy of the files from before the change, just in case, so I
just copied them back in to revert everything.
2016-02-01 10:44:59 -08:00
David Sinclair
a14ae1ba87
iOS: switched story view to WKWebView
...
This should have significant performance improvements, leveraging the
full power of the Safari Nitro Javascript engine and out-of-process
rendering. Also as requested, it now observes the progress and removes
the spinner as soon as the base HTML has loaded. Some big changes, but
doesn’t look like anything is broken.
2016-01-30 20:54:53 -08:00
David Sinclair
c8d22f4594
iOS: done #813 (custom domain)
2016-01-21 22:11:37 -08:00
Samuel Clay
aaf6a164c5
Fixing share bar alignment issue that cropped up in 689c468
(as a result of @mihaip's 2cf5ec83da
).
2016-01-21 14:01:25 -08:00
David Sinclair
689c468563
iOS: fixed share bar alignment issue
2016-01-08 17:21:59 -08:00
David Sinclair
df6b098664
iOS: tweaked #825 (themes)
2016-01-07 21:12:58 -08:00
David Sinclair
d017a595ac
Merge branch 'master' into 5.1
2015-12-21 19:35:57 -08:00
Mihai Parparita
2cf5ec83da
Use standard mode in the story detail web view.
...
It missing a doc type, which was resulting in quirks mode being used. This
affects font-size inheritance in tables and other behaviors.
2015-12-21 11:39:39 -08:00
David Sinclair
8ad5b8b602
iOS: tweaked #825 (dark mode)
...
More tweaks to the theme handling, including the story CSS. The gesture
has been extended to make it easier to switch themes: it's still up for
light and down for dark (like a light switch), but swiping up again
will switch between the two light themes, and swiping down again will
switch between the two dark themes.
2015-12-20 22:04:55 -08:00
David Sinclair
07e667a95d
iOS: tweaked #825 (dark mode)
...
Eliminated the old WYPopoverController from the code, since it isn’t
needed and isn’t compatible with theming. All popovers now use the
modern UIPopoverPresentationController mechanism.
2015-12-15 12:37:18 -08:00
David Sinclair
746a2f76ea
iOS: tweaked #825 (dark mode)
...
Fix for @nriley’s reported issue of Tap on a story > Go back to the
story list > Tap on the next story on iPhone.
2015-12-12 15:42:39 -08:00
David Sinclair
d381f59154
NewsBlur: tweaked #825 (dark mode)
...
Fix for about:blank flashing.
2015-12-10 15:07:25 -08:00