Commit graph

192 commits

Author SHA1 Message Date
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
1b6a5cb15e Updating dependencies and fixing ios 9 warnings. Reachability and SBJson. 2015-09-16 16:53:07 -07:00
Samuel Clay
f2dfacca8a Fixing rename title update on ipad. 2015-05-19 11:10:59 -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
aa957c32f8 Including hidden stories in fetch. Also fixing send to button in story settings cog. 2015-01-28 13:39:01 -08:00
Samuel Clay
08d7d300c9 Fixing ipad rotation page movement. Also correcting story position scrolling. 2014-12-03 15:35:37 -08:00
Samuel Clay
e7cae118fa Expanding autocomplete menu in ios. 2014-12-01 17:52:48 -08:00
Samuel Clay
b8e6ca04bb Fixing ios rotation bugs with feed gradient and ipad-narrow sizing. 2014-12-01 17:22:40 -08:00
Samuel Clay
be6f01fec4 Fixing rotation page reseting on iOS. Needs a bit of love, but it looks like it works. 2014-11-30 21:24:42 -05:00
Samuel Clay
c84a2d74c5 Fixing issues with saving starred story tags on ios. Nearly ready. 2014-11-11 17:21:36 -08:00
Samuel Clay
8186eae9c3 Swapping WYPopoverController for old-looking WEPopover. 2014-11-04 12:15:49 -08:00
Samuel Clay
76d3e287c8 Adding Read Stories view. Also adding support for iOS 7's OvershareKit. 2014-10-22 17:03:55 -07:00
Samuel Clay
3e4ccf8e11 Adding read stories view to ios. 2014-10-22 17:03:55 -07:00
Samuel Clay
3dbedbce79 Fixing form sheets in ios8 on ipad. 2014-09-22 12:35:38 -07:00
Samuel Clay
9726802a8d Showing image context menu on tap. 2014-09-18 16:55:37 -07:00
Samuel Clay
2ef7f4f724 Adding long press menu to images. See the alt text (perfect for reading xkcd), copy image, save image to camera roll, or zoom image. 2014-09-18 15:15:41 -07:00
Samuel Clay
2ac65348cf Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
Samuel Clay
3ef7a7776d Showing saved/shared story status at bottom on ios. 2014-05-21 12:24:22 -07:00
Samuel Clay
e0268b9c76 Completing feed view of saved story tags. Need to update counts and fix tags with spaces. 2014-05-20 15:29:16 -07:00
Samuel Clay
f60cb639cc Adding line spacing option to iOS app. 2014-05-15 18:06:56 -07:00
Samuel Clay
b340447074 Showing correct Done/Next button status based on actual stories loaded. This one's for @immad. 2014-04-18 14:48:38 -07:00
Samuel Clay
9254f799bb Massive refactor to move reading/unreading/saving/unsaving logic to storiescollection and to unify all views. 2014-03-05 14:13:49 -08:00
Samuel Clay
f4e5273a9d Fixing read/unread taps and header updates. 2014-03-03 17:49:16 -08:00
Samuel Clay
7ff5e0faf7 Adding double-tap gesture to story titles. 2014-03-03 12:52:26 -08:00
Samuel Clay
6f95207c57 Fixing original view rotation, which now messes up the story page control. 2014-02-28 17:52:07 -08:00
Samuel Clay
6fc2527129 Refactoring feedPage ivar to fix issues with offline river and switching back and forth between dashboard and feed detail. 2014-02-27 14:49:33 -08:00
Samuel Clay
96b5e15718 Switching out from unreliable disk caching to TMCache (damn threading issues). 2014-02-24 18:56:51 -08:00
Samuel Clay
2928f63868 Fixing scroll frame size bug when opening story from dashboard. 2014-02-24 18:35:35 -08:00
Samuel Clay
5def8a1bfd Fixing story title height sizing and layout for vertical layout. 2014-02-21 16:06:49 -08:00
Samuel Clay
eebe1daeee Refactoring saving of stories. Still needs to update cross-storiesCollection when saving (like when reading), but there's probably a way. 2014-02-20 18:40:58 -08:00
Samuel Clay
b41d346592 Refactoring markStoryRead/Unread in order to allow both story collection modules to read/unread stories. Should also do saves. 2014-02-20 18:23:58 -08:00
Samuel Clay
16621187d8 Finally fixed all race conditions on loading stories. 2014-02-19 18:59:14 -08:00
Samuel Clay
59bf1577bf Cleaning up story ids (into hashes) to fix dupe stories not being recognized. 2014-02-12 20:41:29 -08:00
Samuel Clay
a9ed66cbb3 Seriously one of the biggest refactors I've ever performed. Extracted all story models from appDelegate and moved them into a new StoriesCollection, which can be instantiated on a per-feedDetailView basis. Perfect for the story titles in the dashboard and behind the feed list. 2014-02-12 20:09:37 -08:00
Samuel Clay
7cf5685a87 Speedier animation. 2014-01-30 20:42:55 -08:00
Samuel Clay
a222b57bc4 Nice story detail animation in for ipad. 2014-01-30 20:28:08 -08:00
Samuel Clay
b2ccb06177 Refactoring original view to remove both toolbars. Moved back button and send to button to top. 2014-01-08 13:38:18 -08:00
Samuel Clay
b853f656be Partially complete refactoring of original webview into a nav controller being pushed onto the stack instead of a modal. 2014-01-07 18:26:17 -08:00
Samuel Clay
2c1cc058e2 Full iPad control of the new overshare popover. Now just needs preferences. 2014-01-06 18:37:57 -08:00
Samuel Clay
de0a34c0f9 Fixing up email and other share actions on overshare. Needs ipad support, and preferences. 2014-01-06 17:54:18 -08:00