Commit graph

4109 commits

Author SHA1 Message Date
Samuel Clay
a62c055c26 Adding a bit of error checking on read stories for social subs. 2012-09-04 17:36:23 -07:00
Samuel Clay
d3a65d2cc8 Fixing @afita's issue around weirdness in Feed story selection when story titles are pinned to top. 2012-09-04 11:47:06 -07:00
Samuel Clay
95326cc835 Scrolling to selected story when re-opening hidden story titles pane. Thanks @afita. 2012-09-01 15:08:41 -07:00
Samuel Clay
9885e943bb Marking story as read on 'o'-open. 2012-08-31 18:50:10 -07:00
Samuel Clay
b739aa163e Adding shift+t for @afita to close the story titles pane. 2012-08-31 18:46:12 -07:00
Samuel Clay
5ec7e202b7 Fixing crashing iOS app on missing feed info. 2012-08-31 18:32:44 -07:00
Samuel Clay
d3c4da77c3 Sparing the incredibly difficult and timely process of finding follow-backs on twitter/fb import. 2012-08-31 18:12:28 -07:00
Samuel Clay
649e94ebe7 Adding reload feed/folder keyboard shortcut to keyboard dialog. 2012-08-31 15:38:26 -07:00
Samuel Clay
a08ff68a6c Keyboard shortcut 'r' refreshes the current feed/folder. 2012-08-31 15:35:38 -07:00
Samuel Clay
70b6ae858f Fixing profile acitvities. Thanks @afita for the find. 2012-08-31 14:46:56 -07:00
Samuel Clay
fbde9749fc Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Removing debugging.
2012-08-31 13:53:42 -07:00
Samuel Clay
9a873aecc3 Fixing variety of exceptions on adding a site, interactions, services, loading friends. 2012-08-31 13:51:24 -07:00
Samuel Clay
c6ff2093c9 Tweaking right-click on feeds and upping ratelimit. 2012-08-31 13:20:25 -07:00
Samuel Clay
aa6d7c4033 Removing debugging. 2012-08-30 21:57:53 -07:00
Samuel Clay
79eb8f5a88 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  Fixing broken menus.
  Simplifying top dashboard button.
  Fixing audio handler for Firefox.
  Fixing right clicks and updating team.
  Encoding utf-8 strings into bytecodes so lxml doesn't choke.
  Fixing ghost unreads by accounting for the implicit score of 1 in unsorted sets in redis when intersected with a sorted set. Doh!
  Fixing errors in story training classification on social subs.
  Fixing double-activities bug.
2012-08-30 21:57:10 -07:00
Samuel Clay
c7ca0f1544 Fixing broken menus. 2012-08-30 18:31:44 -07:00
Samuel Clay
b3fa985ad1 Simplifying top dashboard button. 2012-08-30 16:04:35 -07:00
Samuel Clay
41b4dcda54 Fixing audio handler for Firefox. 2012-08-30 15:56:15 -07:00
Samuel Clay
cbfc00eb69 Fixing right clicks and updating team. 2012-08-30 15:08:24 -07:00
Samuel Clay
2e42cd3e8f Encoding utf-8 strings into bytecodes so lxml doesn't choke. 2012-08-29 23:16:23 -07:00
Samuel Clay
825378d83a Fixing ghost unreads by accounting for the implicit score of 1 in unsorted sets in redis when intersected with a sorted set. Doh! 2012-08-29 18:44:43 -07:00
Samuel Clay
046fe12e56 Fixing errors in story training classification on social subs. 2012-08-29 18:07:54 -07:00
Samuel Clay
8b9dc88643 Fixing double-activities bug. 2012-08-29 16:23:25 -07:00
Samuel Clay
0c64a94f75 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  iPad/iPhone splash page, redone for the new iPad app.
2012-08-29 16:16:08 -07:00
Samuel Clay
503f99c75c iPad/iPhone splash page, redone for the new iPad app. 2012-08-28 16:32:08 -07:00
Samuel Clay
41d11110ec Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur: (25 commits)
  Traverse folders if using Next Unread in folder view.
  Fixing issue with top-anchored story titles list and story marker position. Thanks to @afita for the persistence.
  Opening site after adding it.
  Attempting to fix user exception dialogs.
  Using parent folder to update all parent folders on read story.
  Using correct bookmarklet css.
  Fixing bug I've been tracking down for a while. Following an activity on a user you don't follow now correctly shows a tryfeed. Thanks to @afita for the great find!
  Fixing Youtube embeds and correctly handling keyboard events when share is in transit.
  Adding support for YouTube and Vimeo video embeds in share bookmarklet.
  Correctly stripping tags from titles in shared stories.
  Speeding up the first half of the bookmarklet.
  Using a 0 feed_id for shared stories with no feed.
  Fixing share date in bookmarklet.
  Fixing typo in share bookmarklet.
  Finishing bookmarklet, having added all side info (same share, other shares on site, and user's previous shares). Also handling gracious resizes.
  Scrubbing content and title from bookmarklet. Completing flow when updating comments, so showing user's own comments and customized title/content. Just need to show other shared stories and it'll be ready to ship.
  Completing share flow from bookmarklet. Needs listing of previously shared stories, and perhaps some error handling.
  Completing flow for sharing using bookmarklet. Just needs to actually share the story, then show shared stories in sidebar.
  Cleaning up bookmarklet layout a bit.
  Adding share api calls to bookmarklet.
  ...
2012-08-28 10:03:37 -07:00
Samuel Clay
784e7ec0b4 Traverse folders if using Next Unread in folder view. 2012-08-27 18:48:19 -07:00
Samuel Clay
409ab7f834 Fixing issue with top-anchored story titles list and story marker position. Thanks to @afita for the persistence. 2012-08-27 15:42:54 -07:00
Samuel Clay
fa1280952e Opening site after adding it. 2012-08-27 15:28:56 -07:00
Samuel Clay
b2f771e53b Attempting to fix user exception dialogs. 2012-08-27 15:22:42 -07:00
Samuel Clay
11a2f735a2 Using parent folder to update all parent folders on read story. 2012-08-27 14:50:36 -07:00
Samuel Clay
3939f29d87 Using correct bookmarklet css. 2012-08-27 14:11:18 -07:00
Samuel Clay
2eec84fcac Fixing bug I've been tracking down for a while. Following an activity on a user you don't follow now correctly shows a tryfeed. Thanks to @afita for the great find! 2012-08-27 14:10:34 -07:00
Samuel Clay
c3dbe76e71 Fixing Youtube embeds and correctly handling keyboard events when share is in transit. 2012-08-27 11:31:05 -07:00
Samuel Clay
82060a6fe6 Adding support for YouTube and Vimeo video embeds in share bookmarklet. 2012-08-27 11:17:04 -07:00
Samuel Clay
482a2eb435 Correctly stripping tags from titles in shared stories. 2012-08-27 10:47:31 -07:00
Samuel Clay
0a4899c6a5 Speeding up the first half of the bookmarklet. 2012-08-27 10:26:49 -07:00
Samuel Clay
0fbf460bc6 Using a 0 feed_id for shared stories with no feed. 2012-08-25 20:46:48 -07:00
Samuel Clay
9c74001af8 Fixing share date in bookmarklet. 2012-08-25 19:58:03 -07:00
Samuel Clay
f8d3c955ec Fixing typo in share bookmarklet. 2012-08-25 19:56:07 -07:00
Samuel Clay
8c4607af2e Merge branch 'bookmarklet'
* bookmarklet:
  Finishing bookmarklet, having added all side info (same share, other shares on site, and user's previous shares). Also handling gracious resizes.
  Scrubbing content and title from bookmarklet. Completing flow when updating comments, so showing user's own comments and customized title/content. Just need to show other shared stories and it'll be ready to ship.
  Completing share flow from bookmarklet. Needs listing of previously shared stories, and perhaps some error handling.
  Completing flow for sharing using bookmarklet. Just needs to actually share the story, then show shared stories in sidebar.
  Cleaning up bookmarklet layout a bit.
  Adding share api calls to bookmarklet.
  Adding selection html to bookmarklet.
  Two sides to the share bookmarklet.
  Formatting article.
  Cleaning up text on share bookmarklet.
  Stubbing out new bookmarklet with readability script.
2012-08-25 19:22:04 -07:00
Samuel Clay
1d089cb0e2 Finishing bookmarklet, having added all side info (same share, other shares on site, and user's previous shares). Also handling gracious resizes. 2012-08-25 19:19:44 -07:00
Samuel Clay
3acc2850aa Scrubbing content and title from bookmarklet. Completing flow when updating comments, so showing user's own comments and customized title/content. Just need to show other shared stories and it'll be ready to ship. 2012-08-24 18:07:44 -07:00
Samuel Clay
567b4ce4f7 Completing share flow from bookmarklet. Needs listing of previously shared stories, and perhaps some error handling. 2012-08-24 15:07:10 -07:00
Samuel Clay
116b976b51 Completing flow for sharing using bookmarklet. Just needs to actually share the story, then show shared stories in sidebar. 2012-08-24 14:34:53 -07:00
Samuel Clay
a2859f75ea Merge branch 'master' into bookmarklet
* master:
  changing entitlements
  adding in recompiled ipa
  adding new ipa
  aadding in new ipa url
  Adding logging for downloading enterprise ios app.
  Adding MIMEtypes to .ipa and .plist for iOS app.
  adding ipad
  adding in new plist
  Adding iOS app download for enterprise distribution.
  adding enterprise ipa
  Adding days arg to popular stories to grab even more.
2012-08-24 11:49:54 -07:00
Samuel Clay
7c98e6dee4 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  changing entitlements
  adding in recompiled ipa
  adding new ipa
  aadding in new ipa url
  Adding logging for downloading enterprise ios app.
  Adding MIMEtypes to .ipa and .plist for iOS app.
  adding ipad
  adding in new plist
  Adding iOS app download for enterprise distribution.
  adding enterprise ipa
  Adding days arg to popular stories to grab even more.
  Ignoring Circular's css in master, to be removed in Circular.
2012-08-23 21:20:33 -07:00
Samuel Clay
1f397c4882 Merge branch 'master' of github.com:samuelclay/NewsBlur
* 'master' of github.com:samuelclay/NewsBlur:
  changing entitlements
  adding in recompiled ipa
  adding new ipa
2012-08-23 07:49:15 -07:00
Roy Yang
bb3e6bbaf6 changing entitlements 2012-08-23 07:47:27 -07:00
Roy Yang
0a13d136d2 adding in recompiled ipa 2012-08-23 00:16:06 -07:00