Commit graph

2909 commits

Author SHA1 Message Date
Samuel Clay
7ad6d7f6df Story titles pane can now be moved to west, north, or south. Also adding live redraws during pane sizing. 2011-09-26 10:27:21 -07:00
Samuel Clay
ed179b3557 Adding feed setting menu item. Cleaning up feed exception dialog. 2011-09-26 09:22:46 -07:00
Samuel Clay
d0f3ed1b3e Assetmodel for move to folder. 2011-09-25 13:18:19 -07:00
Samuel Clay
16b1ab6f9c Adding logging for emails sent. Also using history.replaceState to clear the ?next= parameter. 2011-09-23 18:13:16 -07:00
Samuel Clay
f29266d707 Adding forgot password email with conveniences. 2011-09-22 09:23:42 -07:00
Samuel Clay
8a6ff025d5 Adding android app to email. Also finalizing cleanup. 2011-09-21 21:51:25 -07:00
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
51a0fb2705 Adding errors to API/login and API/signup. Getting rid of namespacing on login and signup form fields for api use. 2011-09-14 20:08:40 -07:00
Samuel Clay
0ac41e48af Stubbing in new Move To Folder feature on context menus. Not ready, since there's no backend support yet. 2011-09-04 15:42:13 -07:00
Samuel Clay
8c0906fbff Changing scroll speed. Adding authenticated info to every request. 2011-09-03 23:10:46 -07:00
Samuel Clay
68de3ea02c Fixing bug in starred_stories where the second page is skipped. 2011-08-29 22:25:25 -07:00
Samuel Clay
5da8bf73fb Fixing the feed chooser to show total # of feeds. Also fixing a unicode issue in normalizing urls. 2011-08-26 19:58:06 -07:00
Samuel Clay
d4dddf4896 Adding iphone and android apps, along with necessary migration for hiding mobile. 2011-08-07 21:38:09 -07:00
Samuel Clay
5dd493e8f3 Adding 'd' as a keyboard shortcut to show the dashboard. 2011-07-29 09:58:25 -07:00
Samuel Clay
b075416505 Adding 's' to save/unsave a story, and '+' and '-' to change intellignece. Also fixing login_* in API docs. 2011-07-29 09:41:49 -07:00
Samuel Clay
811512d8da Finishing up account dialog. Also re-styling subscriber counts. 2011-07-27 22:17:34 -07:00
Samuel Clay
1330c85f30 Adding account dialog. Still needs to be saved. 2011-07-27 09:33:47 -07:00
Samuel Clay
de98a4e49b Adding account dialog. Also remvoing colorama as a third-party. 2011-07-27 09:33:34 -07:00
Samuel Clay
ba0d3bd43f Forcing refresh fo story positions when feed is fully loaded. 2011-07-24 23:00:05 -07:00
Samuel Clay
945b604368 Merge branch 'master' of github.com:samuelclay/NewsBlur 2011-07-17 22:34:23 -07:00
Samuel Clay
66cd29fee1 Cleaning up readme and commenting out the wacky devserver. 2011-07-17 21:50:37 -07:00
Samuel Clay
5fb61bb28f Moving author down in story detail on mobiel web. 2011-07-14 19:08:37 -07:00
Samuel Clay
ade13cb66d Last fixes to animations option. 2011-07-13 09:50:02 -07:00
Samuel Clay
db525657bf Fixing animation scroll issues in page view caused by missing delay on reset of scroll flag. 2011-07-12 10:07:57 -07:00
Samuel Clay
38accaa3c0 Merge branch 'master' into animations 2011-07-12 08:53:15 -07:00
Samuel Clay
2b58b5fb0d Adding date to moderated recommended feeds to schedule recommendations. 2011-07-11 18:44:47 -07:00
Samuel Clay
8934a36dec Upgrading to jQuery Mobile 1.0b1 from a4. 2011-07-11 18:22:51 -07:00
Samuel Clay
ae7f79b3a0 Adding moderation queue to recommended feeds (finally!) 2011-07-11 18:22:28 -07:00
Samuel Clay
8d46754c99 Fixing scrolling on mobile web. Adding marking stories as read. Still needs to update pages when you go Back to them. Also needs an intelligence slider. And the Next/Previous buttons. 2011-06-21 09:19:58 -04:00
Samuel Clay
8cc2f046b1 Adding automatic scroll paging to story list page on mobile web app. 2011-06-17 21:29:25 -04:00
Samuel Clay
2532925011 More mobile web app styling, fixing sizing, and getting the next/previous buttons ready for their workhorse schedule. 2011-06-17 10:09:36 -04:00
Samuel Clay
883946ea49 Finishing up the story detail page. Need to hook up the next/previous buttons, add paging, add an intelligence slider, and mark read and mobile will be done for v1. 2011-06-16 23:45:41 -04:00
Samuel Clay
bf8eb9b1de Adding story detail view to mobile web app. 2011-06-16 11:08:38 -04:00
Samuel Clay
a1feeeb13f Fixing bug around skipping the 2nd page of feed stories due to an off by one error. 2011-06-12 23:22:58 -04:00
Samuel Clay
32bc324a02 Fixing small bug around missing feeds in river of news when the feed is no longer valid. 2011-06-12 23:16:59 -04:00
Samuel Clay
ce8d71511f Ridiculous js packaging bug. /\//.test(url) for checking if it is a path becomes a comment! 2011-06-09 22:19:10 -04:00
Samuel Clay
54aad37d87 Completed the UI for both the feed page and the stories page. Needs paging, detail view, and web view. Whew. 2011-06-09 22:08:59 -04:00
Samuel Clay
4534c185eb Colored unread bubbles in the feed view. Now I gotta finish that Story view and the extra website view. 2011-06-09 20:51:48 -04:00
Samuel Clay
702c94a4d9 Merge branch 'master' into mobile
Conflicts:
	media/js/newsblur/reader.js
2011-06-09 19:03:27 -04:00
Samuel Clay
a5658ae290 Fixing a long-standing bug: if a refresh_feeds event begins and then a story is marked as read before the refresh_event is over, the feed's unread values wouldn't update. Adding cache clearing to reflect the refreshed feed title's unread count. 2011-06-07 16:08:59 -04:00
Samuel Clay
a038d7d23e Adding pref for turning off animations. Still needs some love. 2011-06-07 12:57:34 -04:00
Samuel Clay
ab3e707a8a Adding stories page. 2011-06-07 12:57:14 -04:00
Samuel Clay
3d933723d9 Showing feeds, icons, and unread counts. Needs separated unread counts and an intelligence slider. 2011-06-07 10:17:56 -04:00
Samuel Clay
ac3fd4630e Fixing race condition with stories not being detected in Feed view when originally on the Original view. 2011-06-05 17:52:47 -04:00
Samuel Clay
6d0c0c3cdc Adding in new mobile site. Doesn't sohwing anything but a stubbed in list view. 2011-06-05 17:52:11 -04:00
Samuel Clay
0e3d48b9b1 Adding keyboard shortcuts for 'n' and 'u'. (Next unread story and Hide sidebar) 2011-05-20 17:41:36 -04:00
Samuel Clay
d47a994b2e Updating fabric and fixing a bug around Adding the NewsBlur feed from the tutorial and the address is blank. 2011-05-20 17:34:39 -04:00
Samuel Clay
f26166622d Cleaning up keyboard shortcuts, reversing training images, and turning off tutorial when used. 2011-05-20 09:59:44 -04:00
Samuel Clay
2bb41f805c Cleaning up the third page of the tutorial by showing the two intelligence trainers. 2011-05-20 09:51:56 -04:00
Samuel Clay
9fa3e0764d Finishing all pages of the tutorial. The intelligence trainer could use some love, but this should go out sooner rather than later. 2011-05-20 00:18:23 -04:00