Commit graph

40 commits

Author SHA1 Message Date
Samuel Clay
ed7d2bd88f Finishing up new account email. Adding migration to save email sending preference. 2011-09-21 17:49:40 -07:00
Samuel Clay
76580ec347 Adding iPhone screenshots and getting ready to submit to the App Store. 2011-09-07 22:34:40 -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
Samuel Clay
b8c9a8c90d Upgrading testFlight SDK for the iPhone app. 2011-09-04 14:48:06 -07:00
Samuel Clay
5389350368 Adding starred stories import to Google Reader import. Also moving to db backed session engine (from memcache). 2011-08-29 18:43:17 -07:00
Samuel Clay
551eebe66a Final iphone tweaks -- favicon in titlebar. Also updating broker url. 2011-08-25 12:09:41 -07:00
Samuel Clay
5dfe750320 Tabs to spaces. 2011-08-24 21:44:16 -07:00
Samuel Clay
fec7692f5b Fixing broken iPhone app which uses flat feeds, since it's now looking for a string key instead of an integer key (which is invalid JSON -- who knew?) 2011-08-22 21:02:41 -07:00
Samuel Clay
fbb97141b6 Adding TestFlight SDK to capture crashes. Also moved Original Story view close button to left-hand. And added a UIAlertView for logout button to capture accidental logouts. 2011-08-21 21:39:29 -07:00
Samuel Clay
442012fdeb Ading pull to refresh on feed detail in iphone app. Not done, but also added extra parameter in feed canonical model that gives seconds since last update. 2011-08-18 09:56:52 -07:00
Samuel Clay
bffb8a6d98 Fixing all outstanding issues with the Original view. No longer throws errors on page loads before the current page has loaded. Also attached the keyboard to the page address bar. Fixed title too. 2011-08-16 19:55:44 -07:00
Samuel Clay
6b052d5110 Finally fixing the last of the remaining hide/show intelligence bugs. Also added an action sheet to the Original story view to open the page/story in Safari. 2011-08-16 10:11:08 -07:00
Samuel Clay
c2696b3c8d Fixing issue around feeds that are still visible but no longer have any unread counts, so they crash the app when they are mistaken for hidden when they are in fact visible. 2011-08-15 17:57:37 -07:00
Samuel Clay
405c525d8f Tightening up iphone app icons and the original story view's close button. 2011-08-14 00:16:25 -07:00
Samuel Clay
394c387f2f Finishing iphone login screen, adding new Default background, and adding errors to login screen. 2011-08-13 23:00:51 -07:00
Samuel Clay
b991a7a9cb Making dozens of cleanups to unify the iPhone app. Close button on original story, colors, back/forward buttons. 2011-08-13 17:08:26 -07:00
Samuel Clay
f4373c32f4 Deleting old code around the webview display of unread counts. 2011-08-12 17:41:43 -07:00
Samuel Clay
73b4af2faa Finished the drawing of custom feed cells, which now include feed title, feed favicon, correct sizings and clipping for unread count pills, and section headers. Gorgeous! 2011-08-12 10:12:30 -07:00
Samuel Clay
597bf495da Rewriting feed table cell view entirely to custom layout the unread pills. Still needs the favicon, feed title, and table cell look again, but the unread pills are now made in objective c as opposed to a wonky webview. 2011-08-11 10:06:10 -07:00
Samuel Clay
88d46b394b Correct unread counts, fixing next unread button, adding in asidatacompressor for archiving. 2011-08-09 17:58:43 -07:00
Samuel Clay
3d3e1613b4 Adding pull to refresh. That was unbelievably easy. Thanks @chpwn! 2011-08-04 17:58:28 -07:00
Samuel Clay
979b6bbcca Adding icons to main screen and handling html entities on feed detail. 2011-08-03 10:00:41 -07:00
Samuel Clay
dcc1674e36 Cleaning a ton of memory management issues in the iPhone app. 2011-08-01 09:43:13 -07:00
Samuel Clay
2eb5718d01 Cleaning up a bunch of memory leaks, compiler warnings, and showing story score on read stories in feed detail view in iphone app. 2011-07-24 20:34:54 -07:00
Samuel Clay
86741fbed4 Adding String HTML decoding class to iphone app. Also working on paging, but it needs scroll love. 2011-07-21 09:56:33 -07:00
Samuel Clay
229bd75281 Went nuts and restyled a bunch of table cells. Also hooked up accounts. Need to clean up the login view, as well as finish the reading flow. 2011-07-20 21:08:57 -07:00
Samuel Clay
3a9f5b888b Adding feed table cell to show unread counts on main page of iphone app. 2011-07-18 09:56:48 -07:00
Samuel Clay
bf7bd99f91 Disabled CTRL+Left, which would hide the sidebar. 2011-03-09 18:23:55 -05:00
Samuel Clay
5f222f1620 Adding the dashboard counts in the feed header. Also gives a new Back To Dashboard button. Refactored the progress bar, but it still shows the wrong heights in certain instances, doesn't animate, and breaks on google reader import. 2010-11-22 10:44:52 -05:00
Samuel Clay
2b78b83fcb Fixing logout button in iPhone app. 2010-11-15 19:40:17 -05:00
Samuel Clay
f71dda9cfd Add original story view (safari view) in iPhone app. 2010-11-13 18:32:43 -05:00
Samuel Clay
3fb87aca74 Moving to ASI for networking in the iPhone app. Also integrated logins from the login modal. 2010-11-13 13:42:20 -05:00
Samuel Clay
21cfaec72a Fixing a bug where exception feeds that are being repaired have the wrong feed_id because they've already been de-duped. 2010-11-12 10:55:44 -05:00
Samuel Clay
af836c03ec Adding login and logout, and storing session information in iPhone app. 2010-11-11 23:48:27 -05:00
Samuel Clay
00551be672 Further changes to the login modal in the iPhone app. 2010-11-11 20:05:53 -05:00
Samuel Clay
13ef845b9b Adding a login modal to the iphone app. Doesn't do much other than be a modal. 2010-10-31 23:02:13 -04:00
Samuel Clay
5614ed66b1 Adding subview table cells for feed detail pages on the iPhone app. 2010-07-15 00:44:38 -04:00
Samuel Clay
281268e509 Broken but functional story detail view. The titles are out of whack, switching randomly between story and feed. Ugh. I spent how many hours on this? 2010-06-25 18:36:01 -04:00
Samuel Clay
a00c48d5e8 Adding the feed detail view and attaching it to each feed in the feeds view. 2010-06-21 17:17:38 -04:00
Samuel Clay
bb28aed59a iPhone App: Feed subscriptions view. 2010-06-20 11:04:23 -04:00
Renamed from media/iphone/NewsBlur/NewsBlur.xcodeproj/project.pbxproj (Browse further)