Samuel Clay
0117bbc815
No longer clearing story when opening original view. Also fixing rotation issues when returning to story detail from rotated original view.
2015-11-30 18:12:10 -08:00
Nicholas Riley
74dff538f3
iOS: Fix crash marking story as unread if no story has been displayed yet.
...
(NSArrays cannot contain nil; finishMarkAsRead: already did this correctly.)
2015-11-27 22:53:49 -05:00
David Sinclair
92a95bdb1b
I think this is a better fix for the iOS 8 crash
2015-11-18 15:20:03 -08:00
Samuel Clay
a69d75fa84
Crash on iOS 8.4.
2015-11-18 14:38:52 -08:00
David Sinclair
4688a5ce72
iOS: fixed #771 (mark all as read)
...
Now uses /reader/mark_all_as_read with a days parameter when marking
all stories as read.
2015-11-18 13:43:04 -08:00
Samuel Clay
f8ed69056e
Fixing part of #771 - pruning queued read stories that have already been marked as read (in case they are in purgatory and can't get marked read). Also fixing a crash when a folder claims to have unreads but doesn't (NSNull+JSON for handling empty results from the server.)
2015-11-17 21:11:34 -08:00
David Sinclair
6d373cb419
iOS: done #771 (mark all as read)
2015-11-13 21:54:32 -08:00
David Sinclair
8aad53d244
iOS: fixed iPad Safari rotation issue
...
Phew. A bit hacky, but works.
2015-11-11 21:26:11 -08:00
David Sinclair
1d3e3ca9bb
iOS: better Safari rotation recovery, though still not perfect
2015-11-11 13:43:22 -08:00
David Sinclair
9b0b1a7693
iOS: removed transition & gesture for Safari view controller
2015-11-11 11:02:16 -08:00
David Sinclair
e2f679674e
iOS: disabled transition of Safari view controller to avoid rotation issues
2015-11-10 21:33:46 -08:00
David Sinclair
ffd0604fe8
iOS: tweak to #806 (3D touch shortcuts)
...
Handling when not logged in. (Checking dictFeeds seemed the most
reliable way to do that; there didn't seem to be a boolean for the
logged in state?)
2015-11-05 17:36:39 -08:00
David Sinclair
11a9de655d
iOS: done #806 (3D touch shortcuts)
2015-11-05 16:43:43 -08:00
David Sinclair
2892edcca1
iOS: fixed #802 (link causes scroll to top)
2015-11-05 14:16:11 -08:00
David Sinclair
535a66615b
iOS: added #791 (separate fonts list)
...
Sorry for the delay getting to this. I've implemented the separate
list of fonts, listing the sample one you provided. Once you get the
others, they can be added to the fonts folder in the resources, and
listed in the -[FontSettingsViewController viewWillAppear:] method (I
can do that if you like).
2015-10-31 16:35:32 -07:00
Samuel Clay
8d85cd8ac1
Removing unused crashalytics and Fabric libs.
2015-10-30 11:31:07 -07:00
David Sinclair
42fed5b36d
iOS: tweaked #742 (mark older/newer as read)
2015-10-28 20:20:31 -07:00
David Sinclair
ab495c87bd
iOS: added #742 (mark older/newer as read)
...
Long press to the left of the title in the stories list (in the unread
indicator space) to show an action sheet.
2015-10-28 17:02:45 -07:00
David Sinclair
79ba283ffe
iOS: fixed #769 (Safari swipe to dismiss)
2015-10-27 21:36:18 -07:00
David Sinclair
6232df3bfa
iOS: fixed #769 (Safari swipe to dismiss)
...
Now uses a linear animation curve when tracking the gesture, so it
follows the finger, and an ease in/out curve and the same speed as
other animations when not.
2015-10-26 20:28:38 -07:00
David Sinclair
64f4163a06
NewsBlur: fixed #770 (crash deleting story tags)
2015-10-25 20:26:49 -07:00
David Sinclair
82a7d980f6
Done #769 (swipe to dismiss Safari View Controller)
2015-10-24 22:22:16 -07:00
David Sinclair
ff42d673c2
Implemented #769 (Safari swipe to dismiss)
2015-10-23 17:42:55 -07:00
David Sinclair
1f9a629347
Fixed: iOS: Video continues playing even after safari view controller is dismissed #780
...
Can't change the URL, can only clear the delegate.
2015-10-22 21:09:03 -07:00
Samuel Clay
2612a16843
Fixing #778 . Open in Safari/Chrome/Copy Link.
2015-10-20 11:54:00 -07:00
Samuel Clay
8c26fb1117
Aww yeah, fixing race condition for drawing stories.
2015-10-06 18:52:58 -07:00
Samuel Clay
58b092c46e
Fixing a crash and fixing notification button.
2015-10-06 17:07:30 -07:00
Samuel Clay
b1d9cc9e92
Correctly showing text or story view for stories based on story feed, not folder.
2015-10-05 11:45:40 -07:00
Samuel Clay
035ccdcb88
Fixing Safari view on ipad, although still need to remove navigation bar.
2015-10-01 21:15:56 -07:00
Samuel Clay
1bbb0fc7e0
Fixing iOS share extensions.
2015-09-30 13:28:14 -07:00
Samuel Clay
c61a261634
Using canonical rss url.
2015-09-30 12:59:50 -07:00
Samuel Clay
41d0423c5b
Fixing rotation losing scroll position. Still have font size issue when returning to view with different rotation.
2015-09-28 20:01:17 -07:00
Samuel Clay
b838723449
Fixing rotation bugs for the most part.
2015-09-23 14:37:54 -07:00
Samuel Clay
2829565167
Rewriting story page control to use autolayout.
2015-09-23 13:02:25 -07:00
Samuel Clay
7ab27c809d
Adding Copy Link uiactivity.
2015-09-22 22:11:48 -07:00
Samuel Clay
6556898be4
Attempting a fix for parent view controller orientation on rotation. Also fixing Text view causing active story position to be accidentally shifted.
2015-09-22 17:16:08 -07:00
Samuel Clay
fa19220c66
Adding crashalytics. Refactoring some rotation methods.
2015-09-22 16:34:24 -07:00
Samuel Clay
667e999535
Boosting font size for XL. Fixing rotation font sizes issues. And smoothing rotation so theres no jerky motions.
2015-09-22 13:10:35 -07:00
Samuel Clay
3cd8ded04d
Updating AFNetworking to 2.0, fixing various afnetworking bugs. Hope nothing else broke!
2015-09-18 15:02:15 -07:00
Samuel Clay
f49eea1a84
Adding SFSafariViewController and a preference that is turned off by default. It's nice to have content blockers and cookies, but it doesn't match NewsBlur!
2015-09-17 19:11:17 -07:00
Samuel Clay
1a372e21ae
Sending stories to third-party services now uses full Text if available.
2015-09-17 17:59:54 -07:00
Samuel Clay
449f11c11d
Fixing crashes on uiactivityview and fixing lag on finding last story scroll position.
2015-09-17 17:01:32 -07:00
Samuel Clay
ad3f714259
Integrating WKWebView, closes #733 . Still need to fix broken send to button.
2015-09-17 15:56:09 -07:00
Samuel Clay
5796c00a0b
Finishing up last scroll position. Needs to take into account any images, which are throwing off the scroll positions.
2015-09-17 13:15:10 -07:00
Samuel Clay
32fccfe118
Stubbing in scroll positions and beginnign to fetch them (unsuccessfully so far). Just need to scroll user to position and this feature's done.
2015-09-16 21:34:41 -07:00
Samuel Clay
16674eb8d0
Fixing favicon and feed title gradients in ios app.
2015-09-16 20:24:11 -07:00
Samuel Clay
7f57bdd18e
Fixing reachability on ios. Added commentless share actions, but not refreshing correctly yet.
2015-09-16 18:16:23 -07:00
Samuel Clay
1b6a5cb15e
Updating dependencies and fixing ios 9 warnings. Reachability and SBJson.
2015-09-16 16:53:07 -07:00
Samuel Clay
a98d259387
Removing OvershareKit, ios app is now 8+, and fixed app transport security warnings.
2015-09-14 17:40:18 -07:00
Nicholas Omann
c07a3b6e9b
Adding Opera Mini as an option for default browser.
2015-06-04 21:05:25 -05:00