Commit graph

109 commits

Author SHA1 Message Date
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
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
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
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
7b8c0d957e Handling gestures for entering original view. 2014-02-03 18:54:50 -08:00
Samuel Clay
b9271f6aab Removing unused sharing prefs. 2014-01-08 12:44:21 -08:00
Samuel Clay
4fc0351104 Fixing transition cancelation on interactive swipe on ipad. 2013-12-12 13:08:16 -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
9b25d70736 Fixing swipe-back on ipad for transitioning b/w feed list and feed detail. 2013-12-10 18:14:32 -08:00
Samuel Clay
4379db6876 Resizing user avatar. 2013-12-06 16:29:15 -08:00
Samuel Clay
09a47076d4 Toggling system font size shows/hides the feed/story list font size option. Also defaulting to not use system font size. 2013-11-23 13:14:30 -08:00
Samuel Clay
8727b683a5 Adding font size overrides. 2013-11-23 13:03:14 -08:00
Samuel Clay
e3c21b7484 Optimizing the user label font. 2013-10-18 18:37:11 -07:00
Samuel Clay
dc6527da85 Speeding up scrolling on feed list. 2013-10-18 14:17:01 -07:00
Samuel Clay
b8b57d5df4 Massively speeding up the viewWillAppear on the feed list. 2013-10-17 17:23:52 -07:00
Samuel Clay
110bdb60e3 Fixing bug around loading feeds when there's no offline db. 2013-10-16 11:41:36 -07:00
Samuel Clay
40c4c644f5 Fixing hiding and showing of notifier on fetch. 2013-10-11 18:17:24 -07:00
Samuel Clay
402c5d9fc1 Massive refactor to fix all toolbar buttons so they extend to the edge. 2013-10-11 17:46:09 -07:00
Samuel Clay
0bed4be790 Pushing out RC0 of iOS 7 app. 2013-10-10 14:12:04 -07:00
Samuel Clay
49c0b4cddb Adding long press gesture to folder titles. Also adding mark as read by day to folders. 2013-10-09 15:41:17 -07:00
Samuel Clay
f415de8c13 Speeding up unread count drawing. Adding long press to story titles for send to. Fixing mark as read by days to not show offline loader. 2013-10-09 14:54:49 -07:00
Samuel Clay
b521fb2de1 Fixing a random crash when marking as read. Also fixing warnings on upgraded inappsettingskit. 2013-10-08 20:13:00 -07:00
Samuel Clay
feaa1b8d98 Long press on feeds to choose mark as read days. Also works offline. Also fixing move feed dialog on iphone. 2013-10-08 19:33:11 -07:00
Samuel Clay
574d71783e Moving sqlite db. Upgrading Inappsettingskit. Loading feeds immediately on launch. 2013-10-08 16:00:55 -07:00
Samuel Clay
98280255fb Numerous iOS UI tweaks. Gesture icon position, highlighting traversal buttons, user profile size, notifier size on launch, launch cover image. 2013-10-08 13:57:15 -07:00
Samuel Clay
19ead028be Fixing discrepancies between story title list and story's unread status. 2013-10-03 18:07:39 -07:00
Samuel Clay
1dbe90a498 Fixing spacing and position of toolbars on all ios views. 2013-10-03 13:54:15 -07:00
Samuel Clay
0580682a3a Fixing trainer and profile for use on ipad. 2013-10-02 16:28:09 -07:00
Samuel Clay
645bd73aa3 Loading feed trainer from feed list. Gestures for social subs (profile + mark read). 2013-10-02 16:05:22 -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
3c12a36b58 Refactoring mark feed as read to allow for non-active feeds to be marked as read. Need to do mark story as read and saved stories. 2013-09-30 16:18:11 -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
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
b8fe3d123a Fixing almost all ios7 warnings. Fixing avatar. Upgrading AFNetworking. 2013-09-25 17:43:00 -07:00
Samuel Clay
fdf2f1b61a Further styling ios7. Menus, bunch of buttons, and toolbars. Still lots more. 2013-09-25 10:47:35 -07:00
Samuel Clay
fc830b23de Beginning ios7 transition. Still lots of views to go. 2013-09-24 17:18:20 -07:00
Samuel Clay
ff8c30e35f Fixing mark as unread issue on ios (when swiping to 2nd story, 1st story would get marked as read again. 2013-09-23 16:41:56 -07:00
Samuel Clay
0ca5bd36fb Fixing layout on interactions/activities. Also fixing major bug around loading feeds pausing due to synchronous avatar image fetch. 2013-09-11 14:34:43 -07:00
Samuel Clay
bd264f9921 Users work while offline. Also adding messaging for offline sharing/replying errors. 2013-09-05 16:34:39 -07:00
Samuel Clay
0c0f7cc2fb Showing offline/fetching messages correctly. 2013-08-12 11:59:07 -07:00
Samuel Clay
2f3a8ab983 Fixing a couple speed issues on ios when syncing stories. 2013-07-31 15:23:00 -07:00
Samuel Clay
692f5c0ede Fixing unread counts bug on ios. 2013-07-26 17:58:58 -07:00
Samuel Clay
adb7d10072 Fixing three bugs: proper caching of feed list in offline mode, fixing crash on loading feed when previously read stories, and stories showing up read in folders with an unread filter. 2013-07-19 17:20:39 -07:00
Samuel Clay
037d96a179 Using native UIActivity. Readability and Pocket don't work yet. 2013-07-19 14:35:14 -07:00
Samuel Clay
4483583063 Fixing unread stories being overwritten in the inbetween time from offline to online when loading stories. 2013-07-19 12:20:51 -07:00
Samuel Clay
a965940115 Lots of offline progress: cancelling sync in the middle of one correctly, fixing bug around missing story hashes in sync, updating progress bar more often, fixing image caching bug that preventing caching from running at all. 2013-07-18 18:24:38 -07:00