NewsBlur/clients/ios/Classes
2014-09-26 17:38:46 -07:00
..
offline Adding NSURLCache layer for caching of offline images. No more rewriting of image URLs. Thanks to @zacwest for the push on this. 2014-09-26 17:38:46 -07:00
ActivityCell.h
ActivityCell.m Fixing sizing on interaction and activity labels. 2013-10-09 16:23:58 -07:00
ActivityModule.h
ActivityModule.m Fixing sizing on interaction and activity labels. 2013-10-09 16:23:58 -07:00
AddSiteAutocompleteCell.h
AddSiteAutocompleteCell.m
AddSiteTableCell.h
AddSiteTableCell.m Fixing a few nav bars to fit. 2013-09-26 16:12:09 -07:00
AddSiteViewController.h
AddSiteViewController.m Fixing move/add site dialog's folder icons. 2013-10-02 17:31:51 -07:00
AuthorizeServicesViewController.h
AuthorizeServicesViewController.m Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
AuthorizeServicesViewController.xib
BaseViewController.h Massively speeding up the viewWillAppear on the feed list. 2013-10-17 17:23:52 -07:00
BaseViewController.m Adding messaging to training while offline in both trainer view controller and story detail view controller. 2013-09-05 17:07:21 -07:00
DashboardViewController.h Huge update to iPad app. Adding story content, image preview, and story list to dashboard. Whew. 2014-02-10 19:21:53 -08:00
DashboardViewController.m Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
DataUtilities.h
DataUtilities.m 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
EventWindow.h Showing image context menu on tap. 2014-09-18 16:55:37 -07:00
EventWindow.m Showing image context menu on tap. 2014-09-18 16:55:37 -07:00
FeedDetailMenuViewController.h
FeedDetailMenuViewController.m Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
FeedDetailTableCell.h Saved story feeds shouldnt have long presses or swipes. 2014-05-20 12:58:04 -07:00
FeedDetailTableCell.m Completing feed view of saved story tags. Need to update counts and fix tags with spaces. 2014-05-20 15:29:16 -07:00
FeedDetailViewController.h Massive refactor to move reading/unreading/saving/unsaving logic to storiescollection and to unify all views. 2014-03-05 14:13:49 -08:00
FeedDetailViewController.m Fixing form sheets in ios8 on ipad. 2014-09-22 12:35:38 -07:00
FeedsMenuViewController.h
FeedsMenuViewController.m Attempting a fix for ipad pref menu. 2014-09-19 18:22:47 -07:00
FeedsMenuViewController.xib Stop menu view controllers from scrolling. 2013-09-06 22:54:11 -05:00
FeedTableCell.h Saved story feeds shouldnt have long presses or swipes. 2014-05-20 12:58:04 -07:00
FeedTableCell.m Showing saved/shared story status at bottom on ios. 2014-05-21 12:24:22 -07:00
FirstTimeUserAddFriendsViewController.h
FirstTimeUserAddFriendsViewController.m Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
FirstTimeUserAddFriendsViewController.xib
FirstTimeUserAddNewsBlurViewController.h
FirstTimeUserAddNewsBlurViewController.m Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
FirstTimeUserAddNewsBlurViewController.xib Removing last traces of Google Reader from ios app. Also add better final page of ftux. Fixing folder chooser in add dialog on ios. 2013-09-12 16:40:23 -07:00
FirstTimeUserAddSitesViewController.h
FirstTimeUserAddSitesViewController.m NewsBlur iOS v4.5 beta 3. With iPhone 6/6+ support. 2014-09-24 12:37:33 -07:00
FirstTimeUserAddSitesViewController.xib NewsBlur iOS v4.5 beta 3. With iPhone 6/6+ support. 2014-09-24 12:37:33 -07:00
FirstTimeUserViewController.h
FirstTimeUserViewController.m NewsBlur iOS v4.5 beta 3. With iPhone 6/6+ support. 2014-09-24 12:37:33 -07:00
FirstTimeUserViewController.xib NewsBlur iOS v4.5 beta 3. With iPhone 6/6+ support. 2014-09-24 12:37:33 -07:00
FolderTitleView.h Adding long press gesture to folder titles. Also adding mark as read by day to folders. 2013-10-09 15:41:17 -07:00
FolderTitleView.m Folder and feed icons and unread counts are now correct for saved stories. 2014-05-20 13:12:03 -07:00
FollowGrid.h
FollowGrid.m
FontSettingsViewController.h Adding line spacing option to iOS app. 2014-05-15 18:06:56 -07:00
FontSettingsViewController.m Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
FontSettingsViewController.xib Better line spacing images. 2014-05-16 17:28:40 -07:00
FriendsListViewController.h
FriendsListViewController.m Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
GoogleReaderViewController.xib
InteractionCell.h
InteractionCell.m Removing comment text from favoriting interactions. 2014-02-28 12:18:51 -08:00
InteractionsModule.h
InteractionsModule.m Fixing orientation issues. Also working on copying dashboard story collection data to the feed detail view. 2014-02-13 17:18:29 -08:00
Launch Screen.xib Upgrading all servers to ubuntu 14.10 LTS. Fixing bashocalypse. 2014-09-24 17:00:33 -07:00
LoginViewController.h removed unnecessary and redundant imports. 2013-10-01 11:18:49 +05:00
LoginViewController.m Fixing login view controller for iphone 6. Adding launch images for iphone 6. 2014-09-24 12:00:52 -07:00
MenuTableViewCell.h
MenuTableViewCell.m Further styling ios7. Menus, bunch of buttons, and toolbars. Still lots more. 2013-09-25 10:47:35 -07:00
MoveSiteViewController.h Fixing move/add site dialog's folder icons. 2013-10-02 17:31:51 -07:00
MoveSiteViewController.m 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
NBBarButtonItem.h Beginning ios7 transition. Still lots of views to go. 2013-09-24 17:18:20 -07:00
NBBarButtonItem.m Fixing spacing and position of toolbars on all ios views. 2013-10-03 13:54:15 -07:00
NBContainerViewController.h Adding double-tap gesture to story titles. 2014-03-03 12:52:26 -08:00
NBContainerViewController.m Fixing form sheets in ios8 on ipad. 2014-09-22 12:35:38 -07:00
NBLoadingCell.h
NBLoadingCell.m
NBNotifier.h New notifier progress bar. 2013-09-05 18:48:23 -07:00
NBNotifier.m Keeping site unread counts in sync with swipe status of dashboard on ipad. 2014-03-21 16:23:51 -07:00
NBSwipeableCell.h 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
NBSwipeableCell.m 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
NewsBlurAppDelegate.h Adding support for long pressing links in the story view to open them in the share dialog. 2014-09-17 19:02:12 -07:00
NewsBlurAppDelegate.m Adding NSURLCache layer for caching of offline images. No more rewriting of image URLs. Thanks to @zacwest for the push on this. 2014-09-26 17:38:46 -07:00
NewsBlurViewController.h Keeping site unread counts in sync with swipe status of dashboard on ipad. 2014-03-21 16:23:51 -07:00
NewsBlurViewController.m NewsBlur iOS v4.5 beta 3. With iPhone 6/6+ support. 2014-09-24 12:37:33 -07:00
OfflineCleanImages.h
OfflineCleanImages.m
OriginalStoryViewController.h Adding full page touch control to original view. 2014-09-17 16:41:48 -07:00
OriginalStoryViewController.m Adding NSURLCache layer for caching of offline images. No more rewriting of image URLs. Thanks to @zacwest for the push on this. 2014-09-26 17:38:46 -07:00
ProfileBadge.h
ProfileBadge.m Fixing almost all ios7 warnings. Fixing avatar. Upgrading AFNetworking. 2013-09-25 17:43:00 -07:00
ShareViewController.h Fixing temp storage of comments/replies. De-translucentizing navbars. 2013-09-25 12:05:17 -07:00
ShareViewController.m Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
ShareViewController~ipad.xib Fixing temp storage of comments/replies. De-translucentizing navbars. 2013-09-25 12:05:17 -07:00
SiteCell.h
SiteCell.m Fixing FTUX categories on ios. 2013-10-04 14:33:17 -07:00
SmallActivityCell.h
SmallActivityCell.m Fixing sizing on interaction and activity labels. 2013-10-09 16:23:58 -07:00
SmallInteractionCell.h
SmallInteractionCell.m Fixing sizing on interaction and activity labels. 2013-10-09 16:23:58 -07:00
StoriesCollection.h Completing feed view of saved story tags. Need to update counts and fix tags with spaces. 2014-05-20 15:29:16 -07:00
StoriesCollection.m Completing feed view of saved story tags. Need to update counts and fix tags with spaces. 2014-05-20 15:29:16 -07:00
StoryDetailViewController.h Full bleed images. Turning off single tap for images. 2014-09-19 14:48:54 -07:00
StoryDetailViewController.m Adding NSURLCache layer for caching of offline images. No more rewriting of image URLs. Thanks to @zacwest for the push on this. 2014-09-26 17:38:46 -07:00
StoryPageControl.h Adding line spacing option to iOS app. 2014-05-15 18:06:56 -07:00
StoryPageControl.m Fixing form sheets in ios8 on ipad. 2014-09-22 12:35:38 -07:00
StoryPageControl.xib Adding support for long pressing links in the story view to open them in the share dialog. 2014-09-17 19:02:12 -07:00
TrainerViewController.h Loading feed trainer from feed list. Gestures for social subs (profile + mark read). 2013-10-02 16:05:22 -07:00
TrainerViewController.m Cleaning up static analyzer warnings. 2014-09-18 11:26:00 -07:00
UnreadCountView.h Saved story feeds shouldnt have long presses or swipes. 2014-05-20 12:58:04 -07:00
UnreadCountView.m Folder and feed icons and unread counts are now correct for saved stories. 2014-05-20 13:12:03 -07:00
UserProfileViewController.h New drag bar for story titles on ipad in portrait. 2013-09-26 19:26:10 -07:00
UserProfileViewController.m Fixing profile popover size. 2014-09-22 11:44:29 -07:00
Utilities.h Switching out from unreliable disk caching to TMCache (damn threading issues). 2014-02-24 18:56:51 -08:00
Utilities.m Switching out from unreliable disk caching to TMCache (damn threading issues). 2014-02-24 18:56:51 -08:00