Commit graph

102 commits

Author SHA1 Message Date
Roy Yang
f4253d2be6 adding in new flow for the login page 2012-06-13 12:19:35 -07:00
Roy Yang
6903b576ae renaming detailViewController to SplitStoryDetailViewController 2012-06-11 21:00:09 -07:00
Roy Yang
c90d16836d adding in NewsBlur title to main view 2012-06-11 19:17:58 -07:00
Roy Yang
8a7fb0966a adding in popover and moving hide logic for story detail view 2012-06-11 12:25:38 -07:00
Roy Yang
2bfdbade7d cleaning up previous commits 2012-06-09 09:38:32 -07:00
Roy Yang
32bec9f4fe adding in upside down portrait mode and added in modal for add site TO DO change around implicit saving 2012-06-08 19:21:10 -07:00
Roy Yang
6b114fc9a8 put in a fix for the feedgradientbar and added rotating to more views 2012-06-08 10:37:51 -07:00
Roy Yang
8673afce69 adding in iPad CSS styling for story detail view 2012-06-07 17:52:14 -07:00
Roy Yang
e638a3681d Differentiating table header height in iPad 2012-06-07 13:37:23 -07:00
Roy Yang
6bfdccb4fa adding in logic for new version based on float of version 2012-06-07 12:45:11 -07:00
Roy Yang
9bf5bc0685 resizing nib files for iPad 2012-06-07 11:42:29 -07:00
Roy Yang
4be6b6ad8b starting the process of porting to iPad 2012-05-17 22:10:55 -04:00
Samuel Clay
5b71327531 Merge branch 'master' into social
* master:
  Error handling in orphan detection.
  Collecting orphaned feeds for users. These somehow got lost, and I'm not sure how. Eventually I'd like to run this on every user account.
  Fixing issue around feed titles that disappear. This just confirms that the new feed title is substantive.
  Uncommenting Readability sharing. This was written a loooong time ago, but their API is finally ready.
  Fixing an issue around mal-formed requests aginst WordPress's Bad Behavior plugin, which checks for the 'Accept: *' header.
  Fixing missing folder issue in iOS app. Occurs when user has no feeds in top level, when the Everything psuedo-folder obscures the top folder.

Conflicts:
	apps/reader/models.py
2012-03-20 10:33:15 -07:00
Samuel Clay
5dd165b4b5 Fixing missing folder issue in iOS app. Occurs when user has no feeds in top level, when the Everything psuedo-folder obscures the top folder. 2012-03-15 12:13:30 -07:00
Samuel Clay
b166d37e2c Updating shared story comments, displaying multiple comments for testing. 2011-12-17 13:05:11 -08:00
Samuel Clay
5a8d154b47 Adding current version to iPhone app so it can update from the server. 2011-12-07 09:57:33 -08:00
Samuel Clay
5bb9574608 Last few touch-ups for iPhone app v1.2. Almost ready to send to the app store. Need to design and build a website to finally launch this damn thing. 2011-11-30 18:46:11 -08:00
Samuel Clay
61cf865ba3 Handling server errors (500 errors) in iOS app. Also cancelling requests if switching to a new feed before old feed comes back. 2011-11-30 09:38:31 -08:00
Samuel Clay
c2f16def8d Adding an Everything folder name to iOS app. Kinda ugly, kinda beautiful. 2011-11-29 18:39:52 -08:00
Samuel Clay
4926105346 Fixing mark folder as read in iphone app. Also shortcutting mark site as read, so no action sheet needed. 2011-11-29 17:57:20 -08:00
Samuel Clay
dd440c0080 Adding mark all as read action sheet for river of news in ios. Still needs hookup + server. 2011-11-04 08:46:24 -07:00
Samuel Clay
cfd1fa2946 Fixing stale unread counts on feed list in iOS app when returning from river. 2011-11-03 18:08:24 -07:00
Samuel Clay
bd003fda36 Fixing gradient in story detail view in iOS. 2011-11-03 09:19:24 -07:00
Samuel Clay
7405d927d7 Fixing next/prewvious buttons in River view to include all unread stories and gracefully load new stories in river (iOS). 2011-10-31 10:10:38 -07:00
Samuel Clay
2055b50bc2 Adding gradient view to all story views. Abstracting out gradient layer into a gradient uiview. 2011-10-27 19:05:38 -07:00
Samuel Clay
6906dd1fcc Way better error handling and display in iphone app. Fixing a number of river bugs: updating unread counts, base url'ing stories in river, abstracting out a base class, showing correct title in feed detail view when in river. Still need to update feed list on return. 2011-10-27 09:44:58 -07:00
Samuel Clay
020cfc8da8 Adding disclosure indicator to folders in iphone app. 2011-10-26 23:12:21 -07:00
Samuel Clay
592dd1b052 Gradients on River of News in iphone app. 2011-10-26 08:40:31 -07:00
Samuel Clay
fdc95477d9 Making network request for River of News in iPhone app. 2011-10-25 09:47:55 -07:00
Samuel Clay
4486d9daa3 Adding River of News views to iPhone App. Still needs network calls, headers, and touch events for section headers. 2011-10-25 09:28:05 -07:00
Samuel Clay
09146d110d Finishing up delete feed in iPhone app. Let's ship this thing. 2011-10-20 09:32:39 -07:00
Samuel Clay
d80db5b50f Fixing crash around still visible feeds in iphone app. Caused by refactor of previous crash fix. 2011-10-19 08:49:35 -07:00
Samuel Clay
cf339e2169 Fixing an iPhone crash around marking a site as read and returning to the app then changing intelligence. Whew. 2011-10-18 17:52:14 -07:00
Samuel Clay
90f2ee3327 Fixing a long-standing iPhone bug: returning to the app meant losing the position of the current feed. Now reading stories will correctly update the feed, even if it is in multiple folders. Progress! 2011-10-18 17:44:05 -07:00
Samuel Clay
81f3f4f05a Using GCD to thread the favicon generation and redrawing, for smooth performance. 2011-10-18 08:56:13 -07:00
Samuel Clay
0f5b60ee1d Using the new image utility in all iphone views. 2011-10-17 09:37:16 -07:00
Samuel Clay
2c58fafb43 Adding disk-backed image cache. Also merging in NSCache with file manager for performance and data-backing. 2011-10-17 09:28:40 -07:00
Samuel Clay
d0fa5425ab Custom add and ellipses buttons. Much prettier and streamlined. 2011-10-15 17:48:10 -07:00
Samuel Clay
bcdbf2d638 iOS 5 compatibility. 2011-10-15 15:26:18 -07:00
Samuel Clay
298f05e0e4 Sorting feeds (finally) in iPhone app. 2011-10-14 17:15:48 -07:00
Samuel Clay
2089f775ec Fixing crash when dupe feeds are in different folders. Also caching favicons. 2011-10-14 16:35:40 -07:00
Samuel Clay
ef2e704173 NSCaching images in iPhone app. 2011-10-14 09:51:27 -07:00
Samuel Clay
ba7eca00ac Finishing up autocomplete feed list in add dialog. 2011-10-12 22:42:30 -07:00
Samuel Clay
a1179af52a Completing add site/folder design, inputs, and interaction. Needs autocomplete table, as well as adding request. 2011-10-07 11:01:13 -07:00
Samuel Clay
805b3c9012 Adding iPhone icons for settings, add, sites unread, and a new background with texture. 2011-10-06 16:25:38 -07:00
Samuel Clay
e9019ffd70 Adding Add Site button and stubbing out the add site view. 2011-10-04 18:01:35 -07:00
Samuel Clay
c051bcfac9 Adding browser user agent to all logging. 2011-09-16 09:26:22 -07:00
Samuel Clay
2fd47e75a1 Showing HUD on logout in iphone app. 2011-09-15 18:15:47 -07:00
Samuel Clay
a7e83b06b4 Fixing small issues in iPhone app -- crash when returning to feed listafter returning to the app, and inconsistant original story url font size. 2011-09-07 09:56:54 -07:00
Samuel Clay
6ca4b6e0be Fixing race condition in iPhone app around loading multiple feeds. Also changing font of read feeds in feed list. 2011-09-06 17:51:02 -07:00