Commit graph

2231 commits

Author SHA1 Message Date
Samuel Clay
a266d3b2c7 Fixing a number of server bugs -- google reader import choking on bad xml, handling duplicate feeds properly. 2011-11-01 09:25:59 -07:00
Samuel Clay
5578d47383 Last few fixes for the folder counts always visible change. Now refreshed feeds update folder counts. 2011-11-01 00:20:06 -07:00
Samuel Clay
78e7c072eb Adding preference for always showing folder unread counts. 2011-10-31 19:44:36 -07:00
Samuel Clay
84fcd4e51f Fixing issues around marking folders and feeds as read and interacting with other folders that are not active. 2011-10-31 18:50:39 -07:00
Samuel Clay
6ad501e677 Marking feed as read now clears stories. Also adding shift+a to mark all as read. 2011-10-31 18:40:07 -07:00
Samuel Clay
637dc5abb2 Switching river of news with collapse actions. Adding 'o' to open story in new window. 2011-10-31 18:04:25 -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
58e8263bcd Updating keyboard shortcuts dialog. 2011-10-30 22:21:58 -07:00
Samuel Clay
6c9be085af Finalizing the story detail gradient in the ios app. 2011-10-30 22:17:35 -07:00
Samuel Clay
30bee8c50f Adding the f keyboard shortcut to open the feed trainer. 2011-10-30 22:17:16 -07:00
Samuel Clay
e8e630afad Adding the t keyboard shortcut to open the story trainer. 2011-10-30 22:15:04 -07:00
Samuel Clay
b16c052dc9 Adding undersocre.string.js. Fixing bug in River with using _.contains instead of new _.includes. 2011-10-30 20:24:12 -07:00
Samuel Clay
d0724ca2bc Fixing broken underscore.js _.all() call with no iterator (using _.identity) 2011-10-30 18:53:25 -07:00
Samuel Clay
98e256243d Fixing gradients to be at the correct height and position. 2011-10-30 18:53:10 -07:00
Samuel Clay
d8a847f6f4 Killing both remaining static linking warnings in iOS. 2011-10-30 16:32:34 -07:00
Samuel Clay
72dbe621a7 underscore 1.1.3 -> 1.2.1 2011-10-30 15:27:19 -07:00
Samuel Clay
296e931029 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Bringing the full color back to the River in the iPhone app.
2011-10-30 15:07:36 -07:00
Samuel Clay
94641959a4 Bringing the full color back to the River in the iPhone app. 2011-10-30 15:06:25 -07:00
Samuel Clay
5e62a6ab8a Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Healthy gradient refactor. Also, gradients now have colored borders, for that extra attentive look.
  New function for giving a 404 instead of a 500 on required parameters.
  Fixing a range of server issues -- sendign story emails, failing silently on SES outages, and giving a 404 instead of a 500 on bad params.
2011-10-29 00:08:01 -07:00
Samuel Clay
e0c7c7ccb5 Healthy gradient refactor. Also, gradients now have colored borders, for that extra attentive look. 2011-10-28 18:29:33 -07:00
Samuel Clay
86ba31e456 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Cleaning up shadows, folder icons, and content insets in iphone app.
2011-10-28 11:12:53 -07:00
Samuel Clay
88d457b1e1 Cleaning up shadows, folder icons, and content insets in iphone app. 2011-10-28 10:51:03 -07:00
Samuel Clay
08beb49847 New function for giving a 404 instead of a 500 on required parameters. 2011-10-28 10:29:29 -07:00
Samuel Clay
ae367bf8ba Fixing a range of server issues -- sendign story emails, failing silently on SES outages, and giving a 404 instead of a 500 on bad params. 2011-10-28 10:29:11 -07:00
Samuel Clay
19ae8e793e Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Fucking up the feed detail view by adding a river gradient that doesn't work yet. But I need to switch from laptop to desktop.
  Adding gradient view to all story views. Abstracting out gradient layer into a gradient uiview.
  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.
  Adding disclosure indicator to folders in iphone app.
2011-10-27 20:44:09 -07:00
Samuel Clay
5d1fbfebcb Fucking up the feed detail view by adding a river gradient that doesn't work yet. But I need to switch from laptop to desktop. 2011-10-27 20:36:40 -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
568f39b336 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Adding vendorized seacucumber, for when I hate amazon ses.
  Hamburgers are getting a workover so they load instantly.
2011-10-26 21:58:05 -07:00
Samuel Clay
b98d046aa1 Adding vendorized seacucumber, for when I hate amazon ses. 2011-10-26 20:31:44 -07:00
Samuel Clay
692dbb32eb Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Adding luminosity detection for the iphone river. Also fixing marking stories as read and tagging a river request.
  Displaying correct header for River on iPhone.
  Adding favicon_fade for gradient river of news in iphone app.
  Fixing issue around missing favicon colors. Also correctly showing river pages and counting read stories for optimization.
  Gradients on River of News in iphone app.
2011-10-26 20:31:22 -07:00
Samuel Clay
69ea2e4199 Hamburgers are getting a workover so they load instantly. 2011-10-26 20:31:16 -07:00
Samuel Clay
8fb9bdd7db Adding luminosity detection for the iphone river. Also fixing marking stories as read and tagging a river request. 2011-10-26 20:09:28 -07:00
Samuel Clay
2974691924 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Adding Chrome Web Store banners + screenshots + originals.
2011-10-26 10:13:31 -07:00
Samuel Clay
97b7acf68e Displaying correct header for River on iPhone. 2011-10-26 10:12:36 -07:00
Samuel Clay
2e98a334a1 Adding favicon_fade for gradient river of news in iphone app. 2011-10-26 09:40:04 -07:00
Samuel Clay
4ea82f11f9 Fixing issue around missing favicon colors. Also correctly showing river pages and counting read stories for optimization. 2011-10-26 09:05:59 -07:00
Samuel Clay
592dd1b052 Gradients on River of News in iphone app. 2011-10-26 08:40:31 -07:00
Samuel Clay
696ed11cf6 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Making network request for River of News in iPhone app.
  Adding River of News views to iPhone App. Still needs network calls, headers, and touch events for section headers.
2011-10-25 21:26:06 -07:00
Samuel Clay
3f81615b5f Adding Chrome Web Store banners + screenshots + originals. 2011-10-25 21:25:56 -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
02c40ac2ab Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Wrong logging error.
  Temporary fix for broken river of news.
  Fixing broken starred stories (with no classifiers).
2011-10-25 09:30:28 -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
881d89e4a4 Wrong logging error. 2011-10-25 00:42:23 -07:00
Samuel Clay
50e254af80 Temporary fix for broken river of news. 2011-10-25 00:21:34 -07:00
Samuel Clay
ec1f38c720 Fixing broken starred stories (with no classifiers). 2011-10-25 00:01:35 -07:00
Samuel Clay
1b40e9ec49 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  New screenshots for iPhone app v1.1.
  Commifying front-page stats.
  Fixing issue around disappearing session_key on reader import. Using cookie first, then falling back to session_key.
  Fixing major bug around classifiers in the river of news. Forced to add a new flag to handle existing connections so they don't get data that will mess them up. New visitors will get new behavior. Eventually all users will be on new behavior and I can remove the new flag.
2011-10-24 23:01:17 -07:00
Samuel Clay
cdd42c841d New screenshots for iPhone app v1.1. 2011-10-24 09:52:40 -07:00
Samuel Clay
2815113135 Commifying front-page stats. 2011-10-24 09:20:56 -07:00