Commit graph

966 commits

Author SHA1 Message Date
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
4ab1ebe19d Fixing broken original view on iPad. 2015-09-21 17:01:28 -07:00
Samuel Clay
492f58e883 Adding feed titles to feed trainer. Whoops, should've been in there for years. 2015-09-21 13:59:31 -07:00
Samuel Clay
a2abd18349 Enterprise build ready to go. 2015-09-18 16:21:59 -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
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
22ce6d8026 Fixing last of commentless shares on ios. Ready to roll with scroll position saving. 2015-09-16 20:41:06 -07:00
Samuel Clay
16674eb8d0 Fixing favicon and feed title gradients in ios app. 2015-09-16 20:24:11 -07:00
Samuel Clay
29964b7b78 Adding new ios build versioning system that remembers if the user has seen the upgrade message before. Much nicer experience now and I can give enterprise builds upgrade messages now. 2015-09-16 18:42:02 -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
5912bdcad4 Fixing a few ios 9 warnings and deprecated methods. Got lots more. 2015-09-16 15:55:55 -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
Nicholas Omann
b318f751b3 Add button to login screens for password auto-fill. 2015-06-06 16:12:32 -05:00
Nicholas Omann
c07a3b6e9b Adding Opera Mini as an option for default browser. 2015-06-04 21:05:25 -05:00
Samuel Clay
f2dfacca8a Fixing rename title update on ipad. 2015-05-19 11:10:59 -07:00
Samuel Clay
f5c065ccf2 Updating current feed's title on rename. 2015-05-19 10:55:26 -07:00
Samuel Clay
d94fcf8dd7 Fixing feed detail menus for saved and read views. 2015-04-26 22:44:25 -07:00
Samuel Clay
74ece008c4 Hooking up rename feed/folder. Doesn't update current feed detail title. 2015-04-26 22:34:12 -07:00
Samuel Clay
090b0fc2b0 Adding rename site/folder to ios. Just stubbed in, but only needs a hookup. 2015-04-26 22:05:28 -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
9694d93538 If text fails to fetch, tapping the text button should not change the text lock. 2015-03-11 18:51:35 -07:00
Samuel Clay
0a365abf73 Fixing switching to and from text mode while still in current feed. Now to change river so that it uses text view setting from feed, not folder (unlike web). 2015-03-11 11:21:59 -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
Samuel Clay
5ded641d26 Adding ios preference to disable swiping of feed or story titles. 2015-03-03 15:57:08 -05:00
Samuel Clay
ca27d81131 Fixing duplicate Pocket share extension message. 2015-02-25 12:58:03 -08:00
Samuel Clay
aa957c32f8 Including hidden stories in fetch. Also fixing send to button in story settings cog. 2015-01-28 13:39:01 -08:00
Mihai Parparita
1d22fb9b11 Fix crash when mailing a URL in the original story view.
[OriginalStoryViewController doOpenActionSheet] calls showSendTo with a nil
text parameter, but [NBActivityItemProvider activityViewController:
itemForActivityType:] returns a dictionary with the text as a value, and
dictionary literals can't use nil values. Use an empty string instead.

Appears to be a regression from 1002403e81.
2015-01-02 09:46:15 -08:00
Samuel Clay
ce12746721 Adding saved story tag list when using bottom save story button. 2014-12-16 15:36:58 -08:00
Samuel Clay
79fed6cc2b Fixing shared story feed titling. 2014-12-16 14:25:05 -08:00
Samuel Clay
168e5ee4b5 Fixing interactions and activities sizing. 2014-12-16 14:24:55 -08:00
Samuel Clay
0642b9471e Fixing landscape ipad keyboard share bug. Stupid typo! 2014-12-16 12:19:04 -08:00
Samuel Clay
1e6773c2b8 Further removing iphone popover code from ipad. 2014-12-15 17:35:31 -08:00
Samuel Clay
1002403e81 Fixing activities to only use URL and title, except Mail which uses the whole body. 2014-12-15 17:09:53 -08:00
Samuel Clay
e4872b2a9d Fixing ipad rotation issues by forcing redraw of background views. 2014-12-15 15:44:29 -08:00
Samuel Clay
c167863c95 Fixing view draw issues when selecting interactions and activities from either profile views or the dashboard. 2014-12-15 15:25:07 -08:00