Commit graph

109 commits

Author SHA1 Message Date
Samuel Clay
3dbedbce79 Fixing form sheets in ios8 on ipad. 2014-09-22 12:35:38 -07:00
Samuel Clay
2ac65348cf Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
Samuel Clay
f0fab482be Shorter saved story tag title on iphone. 2014-05-20 15:46:38 -07:00
Samuel Clay
6e8ee1a7fe Fixing saved story tags with spaces. Also fixing saved story river. 2014-05-20 15:43:45 -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
cdaf7c0f70 Saved story feeds shouldnt have long presses or swipes. 2014-05-20 12:58:04 -07:00
Samuel Clay
d937caaa52 Showing user-created training tags/authors in feed trainer. 2014-04-18 15:50:32 -07:00
Samuel Clay
449ef96926 Keeping site unread counts in sync with swipe status of dashboard on ipad. 2014-03-21 16:23:51 -07:00
Samuel Clay
7c1b863347 Updating dashboard image preview on preference change. 2014-03-10 12:51:05 -07:00
Samuel Clay
efb9108a38 Correctly updating feed detail story title list on read. Also syncing all mark reads (including gestures). 2014-03-05 15:20:31 -08: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
4c069dc01e Fixing idiotic bug that caused dupe read stories. 2014-03-05 00:12:52 -08:00
Samuel Clay
296e110921 Adding long press gesture options. 2014-03-04 18:09:43 -08:00
Samuel Clay
75914c8e70 Fixing broken 'find next unread' logic on iphone. 2014-03-04 11:27:29 -08:00
Samuel Clay
af272cbabf Fixing crash when empty river but tapping on fleuron. 2014-03-04 10:21:52 -08:00
Samuel Clay
f4e5273a9d Fixing read/unread taps and header updates. 2014-03-03 17:49:16 -08:00
Samuel Clay
2122405947 Adding more double tap gesture options. 2014-03-03 16:21:26 -08:00
Samuel Clay
2ed011fcfa Adding gesture options for double-taps. 2014-03-03 15:47:24 -08:00
Samuel Clay
7ff5e0faf7 Adding double-tap gesture to story titles. 2014-03-03 12:52:26 -08:00
Samuel Clay
82eda37875 Fixing interactive transition when in landscape mode but on bottom positioning. 2014-02-27 17:58:02 -08:00
Samuel Clay
700ea4f652 Fixing broken story title reload when bottom positioned. 2014-02-27 17:51:56 -08:00
Samuel Clay
929d698d3c Fixing issues with finding stories from interactions. 2014-02-27 17:12:34 -08:00
Samuel Clay
0b256a6e22 Allowing a taller bottom positioned story titles pane. Also turning off bit.ly when sharing to Twitter. 2014-02-27 16:10:28 -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
867a39e886 Fixing stickiness of description in table cells. 2014-02-26 20:18:43 -08:00
Samuel Clay
51977ed72b Fixing alpha bug with favicons in river. 2014-02-26 18:01:10 -08:00
Samuel Clay
08ad585f1d Fixing memory issue with reusing cells. 2014-02-25 15:29:05 -08:00
Samuel Clay
e1ea4bff17 Two bugs: no offline story image cache folder, and no longer re-highlighting selected story on dashboard. 2014-02-25 12:37:22 -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
3380263e37 Fixing errant shadow when rotating into vertical layout on ipad. 2014-02-21 16:18:40 -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
f17b425e7b Fixing rotation bugs on dashboard. Still needs rotation fix in ipad original view. 2014-02-20 15:37:21 -08:00
Samuel Clay
33bf8b0121 Fixing read state on dashboard stories module. Also gracefully handling deselect transition. 2014-02-20 14:52:27 -08:00
Samuel Clay
16621187d8 Finally fixed all race conditions on loading stories. 2014-02-19 18:59:14 -08:00
Samuel Clay
30d1f3a486 Transfering dashboard stories over to feed detail, but can't handle multiple loads. 2014-02-18 18:38:07 -08:00
Samuel Clay
46252225b8 Fixing first page on iphone issue. Also using reachability correctly to reload feed list when connected from offline. 2014-02-18 16:44:41 -08:00
Samuel Clay
c671fa56e9 Fixing orientation issues. Also working on copying dashboard story collection data to the feed detail view. 2014-02-13 17:18:29 -08:00
Samuel Clay
e1710c2361 Bumping offline catch to 1 second. 2014-02-13 10:59:47 -08:00
Samuel Clay
73a6e74b6d Cleaning up a bit. 2014-02-12 20:46:59 -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
642ac1940c Last few optimizations for story image caching. 2014-02-12 15:48:16 -08:00
Samuel Clay
7af3b78c47 Finally a image caching operation queue I'm happy with. Now to fix that stories model. 2014-02-11 16:00:31 -08:00
Samuel Clay
6fd0f0f274 Using operation queue for loading images, makes scrolling much faster. Now need to perform massive refactor to separate out story models. 2014-02-11 15:20:41 -08:00
Samuel Clay
61a7f8e190 Cropping images for faster cache. 2014-02-11 13:23:45 -08:00
Samuel Clay
810d28c650 Fixing progressive loading of story images. Needs a queue or something to speed up scrolling. 2014-02-11 11:52:32 -08:00
Samuel Clay
4f2455e846 Huge update to iPad app. Adding story content, image preview, and story list to dashboard. Whew. 2014-02-10 19:21:53 -08:00