Commit graph

39 commits

Author SHA1 Message Date
Samuel Clay
6102c8e613 Fixing overlapping fonts in story titles. 2014-10-01 14:54:06 -07:00
Samuel Clay
01af62e900 Fixing font descriptor size cache for feed and story titles. 2014-10-01 14:23:57 -07:00
Samuel Clay
6ecbb1dc40 Running both feed list and story list through instruments to find bottle necks. Much faster now! 2014-09-26 18:35:40 -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
a7af761692 Embiggening folders. Fixing author/date collision. 2014-03-11 18:20:36 -07:00
Samuel Clay
08ad585f1d Fixing memory issue with reusing cells. 2014-02-25 15:29:05 -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
a36038afc6 Updating 4.0b2 to include layout fixes. 2014-02-21 17:24:33 -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
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
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
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
Samuel Clay
72797ff167 Mainly fixing all original view issues. Also fixing an issue with river icons not being updated when selected. 2014-01-17 16:23:12 -08:00
Samuel Clay
18e4af950f Fixing many issues with transitions on the ipad. Still need to fix the interactive transition completion. 2013-12-11 18:06:22 -08:00
Samuel Clay
8727b683a5 Adding font size overrides. 2013-11-23 13:03:14 -08:00
Samuel Clay
0cff317fc2 Adding Dynamic Text support for larger story and feed titles. 2013-10-17 18:56:14 -07:00
Samuel Clay
b8b57d5df4 Massively speeding up the viewWillAppear on the feed list. 2013-10-17 17:23:52 -07:00
Samuel Clay
496b6145bb Rewriting short and long date formatting, both for server and ios. Also loading offline stories when server fails half-way through. 2013-10-10 12:58:40 -07:00
Samuel Clay
f1bd549b9f Fixing a couple crashing bugs. 2013-10-01 19:32:40 -07:00
Samuel Clay
da993a8deb Fixing a few gesture-based style issues (color, icon position, performance in updates). 2013-10-01 15:38:29 -07:00
Samuel Clay
9ac25b811b Fixing multiple lines on story title cells. 2013-10-01 14:44:13 -07:00
Samuel Clay
54dcf2a5de Fixing massive memory leak in creating content view in table cells. Much faster scrolling now. 2013-09-30 12:13:10 -07:00
Samuel Clay
43f3d0037d Fixing borders on story cells. 2013-09-30 10:26:19 -07:00
Samuel Clay
5766ca0bdf Adding swiping to feeds. Now need actions on both. This also fixes the pixel imperfection on select. 2013-09-27 17:54:06 -07:00
Samuel Clay
f036fb799c Adding gestures to story titles. Needs refactoring to actually perform save/read commands. Also needs to hit the feed list. 2013-09-27 17:23:03 -07:00
Samuel Clay
b8fe3d123a Fixing almost all ios7 warnings. Fixing avatar. Upgrading AFNetworking. 2013-09-25 17:43:00 -07:00
Samuel Clay
fc830b23de Beginning ios7 transition. Still lots of views to go. 2013-09-24 17:18:20 -07:00
Samuel Clay
801c1346ae Moving offline image clenaing to nsoperation to speed up refresh time. 2013-08-05 18:32:43 -07:00
Samuel Clay
e9e2d9f729 Adding saved/shared icons to story titles on iOS. 2013-08-05 17:29:42 -07:00
Samuel Clay
8c708d5c46 Styling feeds, folders, and stories in both feeds and folders. Still need to style the story detail header. Fixes #181. 2013-07-22 17:38:38 -07:00
Samuel Clay
68f9d0bb38 Revert "Updating styles on iOS story list to emphasize story title (thanks to @nriley for the inspiration)."
This reverts commit cdc62e46ce.

Conflicts:
	apps/statistics/rstats.py
2013-07-02 16:55:14 -07:00
Samuel Clay
cdc62e46ce Updating styles on iOS story list to emphasize story title (thanks to @nriley for the inspiration). 2013-06-30 21:29:17 -07:00
Samuel Clay
bfff777490 Moving ios and android from media to clients. 2013-06-27 09:43:22 -07:00
Renamed from media/ios/Classes/FeedDetailTableCell.m (Browse further)