..
ActivityCell.h
changing #define to ivars to fix smallActivityCell
2012-07-28 23:43:50 -07:00
ActivityCell.m
Updating iOS for iOS 6 and the new iPhone 5.
2012-10-02 12:18:43 -07:00
ActivityModule.h
adding in first time user experience fixes
2012-08-14 17:20:45 -07:00
ActivityModule.m
semi final changes before launch
2012-08-15 19:31:34 -07:00
AddSiteAutocompleteCell.h
converting project to ARC
2012-07-15 15:06:06 -07:00
AddSiteAutocompleteCell.m
converting project to ARC
2012-07-15 15:06:06 -07:00
AddSiteTableCell.h
adding in original add site view
2012-08-09 12:31:09 -07:00
AddSiteTableCell.m
Adding feed counts to folders, but they're behind the bar. Ugh. Also added animation fade to highlighted feeds and stories.
2012-10-04 15:44:25 -07:00
AddSiteViewController.h
caching the find sites call
2012-08-13 19:46:47 -07:00
AddSiteViewController.m
Adding 1.5X as many stories to the dupe detector. Hope I don't regret this.
2012-09-21 13:03:38 -07:00
AuthorizeServicesViewController.h
ftux changes and error handling
2012-08-12 20:09:45 -07:00
AuthorizeServicesViewController.m
adding in first time user experience fixes
2012-08-14 17:20:45 -07:00
AuthorizeServicesViewController.xib
ftux
2012-08-10 21:10:32 -07:00
BaseViewController.h
Saving stories, new saved stories view, and blue saved stories count. Just need to update saved stories count on save.
2012-10-17 15:07:53 -07:00
BaseViewController.m
Saving stories, new saved stories view, and blue saved stories count. Just need to update saved stories count on save.
2012-10-17 15:07:53 -07:00
DashboardViewController.h
starting to remove SBJSON
2012-07-27 16:10:13 -07:00
DashboardViewController.m
Adding task to email expired premiums.
2012-12-05 13:10:11 -08:00
DashboardViewController.xib
tweaking pull to refresh and dashboard
2012-07-27 15:10:20 -07:00
DataUtilities.h
adding in liking and unliking
2012-07-26 13:54:45 -07:00
DataUtilities.m
polishing up first time user experience and fixing sharing nulls
2012-08-15 15:38:21 -07:00
FeedDetailMenuViewController.h
Adding read filter and order options to feeds and folders on iOS app.
2012-10-30 17:05:39 -07:00
FeedDetailMenuViewController.m
If there are no unread stories in a folder, don't request river_stories with no feeds, since that will return all unread stories. Fetch all feeds in folder. Thanks to @afita for pushing this.
2013-02-14 17:16:47 -08:00
FeedDetailTableCell.h
styling for the feed detail
2012-08-10 18:10:07 -07:00
FeedDetailTableCell.m
Beginning iOS redesign, converting color scheme. Adding color bars to web.
2013-02-14 15:36:21 -08:00
FeedDetailViewController.h
Stubbing in new modal trainer for ios.
2012-12-24 23:01:25 -08:00
FeedDetailViewController.m
Merge branch 'master' into circular
2013-02-14 17:21:15 -08:00
FeedsMenuViewController.h
Converting feed detail actionsheet to popover. Fixing all ios 6 warnings.
2012-10-12 13:58:26 -04:00
FeedsMenuViewController.m
Styling menu cells in ios.
2012-10-16 15:48:04 -07:00
FeedsMenuViewController.xib
refactoring the popover and adding WEPopover and adding find friends to iPhone
2012-07-31 13:10:26 -07:00
FeedTableCell.h
Extracting unread counts into reusable uiview, so folders can soon have unread counts in ios app.
2012-10-03 18:27:21 -07:00
FeedTableCell.m
Beginning iOS redesign, converting color scheme. Adding color bars to web.
2013-02-14 15:36:21 -08:00
FindSitesViewController.h
adding in new FIND SITES flow
2012-07-31 17:17:02 -07:00
FindSitesViewController.m
add sites tweaks
2012-08-09 11:06:38 -07:00
FindSitesViewController.xib
adjusting iPhone
2012-08-02 18:33:55 -07:00
FirstTimeUserAddFriendsViewController.h
adding in first time user experience fixes
2012-08-14 17:20:45 -07:00
FirstTimeUserAddFriendsViewController.m
semi final changes before launch
2012-08-15 19:31:34 -07:00
FirstTimeUserAddFriendsViewController.xib
Updating iOS for iOS 6 and the new iPhone 5.
2012-10-02 12:18:43 -07:00
FirstTimeUserAddNewsBlurViewController.h
polishing up first time user experience and fixing sharing nulls
2012-08-15 15:38:21 -07:00
FirstTimeUserAddNewsBlurViewController.m
semi final changes before launch
2012-08-15 19:31:34 -07:00
FirstTimeUserAddNewsBlurViewController.xib
semi final changes before launch
2012-08-15 19:31:34 -07:00
FirstTimeUserAddSitesViewController.h
ftux ui
2012-08-15 13:04:05 -07:00
FirstTimeUserAddSitesViewController.m
semi final changes before launch
2012-08-15 19:31:34 -07:00
FirstTimeUserAddSitesViewController.xib
semi final changes before launch
2012-08-15 19:31:34 -07:00
FirstTimeUserViewController.h
adding in twitter facebook checks
2012-08-12 18:07:54 -07:00
FirstTimeUserViewController.m
polishing up first time user experience and fixing sharing nulls
2012-08-15 15:38:21 -07:00
FirstTimeUserViewController.xib
adding in first time user experience fixes
2012-08-14 17:20:45 -07:00
FolderTitleView.h
Redrawing folder correctly to show unread counts on intelligence change.
2012-10-12 15:33:40 -04:00
FolderTitleView.m
Beginning iOS redesign, converting color scheme. Adding color bars to web.
2013-02-14 15:36:21 -08:00
FollowGrid.h
styling for the feed detail
2012-08-10 18:10:07 -07:00
FollowGrid.m
styling for the feed detail
2012-08-10 18:10:07 -07:00
FontSettingsViewController.h
Fixing misc issues around the everything folder and showing settings in feeds under top level.
2012-10-15 14:57:20 -07:00
FontSettingsViewController.m
Using a popover for training on the iPad. Also adding the train button to the bottom of every story.
2012-12-27 23:04:25 -08:00
FontSettingsViewController.xib
Stubbing in menu options for marking as unred, saving stories, and sharing stories from the story detail in ios.
2012-10-15 09:16:01 -07:00
FriendsListViewController.h
fixing bugs and twitter button
2012-08-13 23:35:11 -07:00
FriendsListViewController.m
fixing bugs and twitter button
2012-08-13 23:35:11 -07:00
GoogleReaderViewController.xib
refactoring the share view controller and other bug fixes
2012-08-02 00:57:01 -07:00
InteractionCell.h
refactoring activities
2012-07-21 18:25:56 -07:00
InteractionCell.m
adding in explicit activity categories
2012-08-13 22:48:50 -07:00
InteractionsModule.h
changing styles, highlight state, etc
2012-07-22 09:12:02 -07:00
InteractionsModule.m
Fixing try feeds for ios.
2012-11-09 14:13:44 -08:00
LoginViewController.h
converting project to ARC
2012-07-15 15:06:06 -07:00
LoginViewController.m
Adding disclosure button for collapsed folders on iOS.
2012-10-02 15:39:18 -07:00
MenuTableViewCell.h
Styling menu cells in ios.
2012-10-16 15:48:04 -07:00
MenuTableViewCell.m
Styling menu cells in ios.
2012-10-16 15:48:04 -07:00
MoveSiteViewController.h
converting project to ARC
2012-07-15 15:06:06 -07:00
MoveSiteViewController.m
Switching from string comparisons to string isequal messages.
2013-02-06 15:15:43 -08:00
NBContainerViewController.h
Finishing training on iPad. Works in river too. Just need to test social and it's shipping.
2012-12-27 19:34:05 -08:00
NBContainerViewController.m
Submitting v1.8 to iOS App Store.
2013-01-07 16:34:59 -08:00
NewsBlurAppDelegate.h
Beginning iOS redesign, converting color scheme. Adding color bars to web.
2013-02-14 15:36:21 -08:00
NewsBlurAppDelegate.m
Beginning iOS redesign, converting color scheme. Adding color bars to web.
2013-02-14 15:36:21 -08:00
NewsBlurViewController.h
Major refactor of ios feed list. No longer relies on fragile locations dictionary.
2012-12-20 12:08:35 -08:00
NewsBlurViewController.m
Beginning iOS redesign, converting color scheme. Adding color bars to web.
2013-02-14 15:36:21 -08:00
OriginalStoryViewController.h
converting project to ARC
2012-07-15 15:06:06 -07:00
OriginalStoryViewController.m
changing around colors, etc for the share
2012-08-08 13:48:10 -07:00
ProfileBadge.h
adding in popover for actionsheet
2012-08-08 19:31:33 -07:00
ProfileBadge.m
Fixing typos in iOS app.
2012-10-02 11:17:47 -07:00
ShareViewController.h
fixing comment issue
2012-08-13 23:54:10 -07:00
ShareViewController.m
Fixing crash when mis-counting feeds. Correcting height of font popover on iphone. Adding horizontal bounce to story page control.
2012-12-18 17:29:23 -08:00
ShareViewController~ipad.xib
Stubbing in new modal trainer for ios.
2012-12-24 23:01:25 -08:00
SiteCell.h
polishing up first time user experience and fixing sharing nulls
2012-08-15 15:38:21 -07:00
SiteCell.m
polishing up first time user experience and fixing sharing nulls
2012-08-15 15:38:21 -07:00
SmallActivityCell.h
refactoring activities
2012-07-21 18:25:56 -07:00
SmallActivityCell.m
changing #define to ivars to fix smallActivityCell
2012-07-28 23:43:50 -07:00
StoryDetailViewController.h
Using a popover for training on the iPad. Also adding the train button to the bottom of every story.
2012-12-27 23:04:25 -08:00
StoryDetailViewController.m
Switching from string comparisons to string isequal messages.
2013-02-06 15:15:43 -08:00
StoryPageControl.h
Fixing bug in ios where hitting next unread while story page controls was already waiting on a page fetch would not automatically advance to the next unread story.
2012-12-13 16:41:52 -08:00
StoryPageControl.m
Proper error message on failed mark as unread in ios app.
2013-02-06 18:42:15 -08:00
StoryPageControl.xib
Fixing crash when mis-counting feeds. Correcting height of font popover on iphone. Adding horizontal bounce to story page control.
2012-12-18 17:29:23 -08:00
TrainerViewController.h
Finishing training on iPad. Works in river too. Just need to test social and it's shipping.
2012-12-27 19:34:05 -08:00
TrainerViewController.m
Adding favicon to publisher trainer.
2013-02-07 11:46:44 -08:00
UnreadCountView.h
Saving stories, new saved stories view, and blue saved stories count. Just need to update saved stories count on save.
2012-10-17 15:07:53 -07:00
UnreadCountView.m
Beginning iOS redesign, converting color scheme. Adding color bars to web.
2013-02-14 15:36:21 -08:00
UserProfileViewController.h
rewriting the activity modules and getting the right data from the api
2012-07-28 23:31:12 -07:00
UserProfileViewController.m
fixing bugs and twitter button
2012-08-13 23:35:11 -07:00
Utilities.h
continuing making the feed detail table cell nib-free and bug fixes
2012-07-23 10:57:11 -07:00
Utilities.m
Fixing iPad navigation.
2012-11-08 17:39:32 -08:00