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
Nicholas Riley
52cfb516f0
iOS: Only display/respond to valid keyboard shortcuts ( #826 ).
2015-12-09 11:20:35 -05:00
Nicholas Riley
b88e1cc5fc
First pass at iOS keyboard support ( #826 ).
2015-12-09 11:19:13 -05:00
Nicholas Riley
3e39a47de5
Merge branch 'master' into 5.1
2015-12-09 10:49:26 -05:00
David Sinclair
af2ab36297
iOS: done #825 (dark mode)
2015-12-07 16:09:49 -08:00
Samuel Clay
d694993d8d
V5.0.2.
2015-12-01 16:51:18 -08:00
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
David Sinclair
05995eff64
iOS: done #820 (improve split view support)
2015-11-28 22:07:38 -08:00
Samuel Clay
0d7c3a3528
Fixing #827 - double tapping was disabling scrolling but not turning it back on. This is in response to the fix #786 .
2015-11-23 11:14:03 -08:00
David Sinclair
195e38c329
iOS: fixed #786 (scroll on double-tap)
2015-11-12 15:30:43 -08:00
David Sinclair
2892edcca1
iOS: fixed #802 (link causes scroll to top)
2015-11-05 14:16:11 -08:00
David Sinclair
d2096ff0dc
iOS: tweaked #791 (more fonts)
...
Fixed initial display of the bundled font, and improved the code to
make it easier to add others.
2015-11-03 12:10:28 -08:00
David Sinclair
17bd8ad676
iOS: tweaked #791 (more fonts)
...
Now uses the OregonLDO font.
2015-11-02 22:17:06 -08:00
David Sinclair
d8f79528dd
iOS: done #735 (non-modal story notifications)
2015-10-28 21:50:23 -07:00
David Sinclair
2ce271e664
iOS: fixed #779 (selected text glitch)
...
Easier than expected; just needed to detect when it's been blanked and
force a redraw. Makes loading a different story tidier, too.
2015-10-27 21:52:11 -07:00
David Sinclair
fbd8d62be1
Fixed #772 (story traversal buttons misaligned)
2015-10-24 20:58:00 -07:00
Samuel Clay
8c26fb1117
Aww yeah, fixing race condition for drawing stories.
2015-10-06 18:52:58 -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
9806ed08f1
Experimental commit to speedup scrolling between stories.
2015-10-05 11:45:40 -07:00
Samuel Clay
e780cb0213
Logging view will layout subviews to figure out the off-page rotation issue.
2015-09-28 20:24:05 -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
b35ad92e98
Fixing rotation bugs around minimum scale.
2015-09-23 11:34:03 -07:00
Samuel Clay
3ec1549c57
Fixing traverse view movements.
2015-09-22 18:20: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
c5de98447f
Cleaning up unused rotation code.
2015-09-22 13:30:21 -07:00
Samuel Clay
dc9024c03d
Fixing rotation for iphones.
2015-09-22 13:25:18 -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
cb181afb0b
Fixing rotation and making it smoother, although landscape has an odd font size issue.
2015-09-21 17:01:28 -07:00
Samuel Clay
1a338b786b
Fixing launch screen on ios app. Also fixing upgrade link.
2015-09-18 15:29:57 -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
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
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
Samuel Clay
baffedac13
Aligning comment-less share avatars on ios. Still needs better alignment on reshares. Also needs networking support.
2015-09-08 14:17:01 -07:00
Samuel Clay
b01e1cca82
Stubbing in friend shares on ios.
2015-09-07 21:39:51 -07:00
Samuel Clay
9af421c687
Updating WYPopoverController to fix Add Site keyboard focus bug.
2015-09-07 19:56:44 -07:00
Samuel Clay
51e25cf051
Fixing page bug when loading app and selecting page that's not the first story.
2015-04-26 21:22:25 -07:00
Samuel Clay
3eef4bd2ea
Fixing issue with scroll view.
2015-03-12 19:43:39 -07:00
Samuel Clay
95edf8c1a8
Making text view sticky on ios. Maybe bugs?
2015-03-10 18:58:23 -07:00
Samuel Clay
1fac3f95c4
Prepping Text view on iOS to become sticky.
2015-03-09 14:20:45 -07:00