Samuel Clay
|
fd88d41f74
|
Showing starred stories in their own feed view.
|
2010-12-02 20:18:33 -05:00 |
|
Samuel Clay
|
c69fce03a7
|
Updating feed header star count for story starring. Also starting to retrieve starred stories and displaying them in the feed view.
|
2010-12-02 11:09:09 -05:00 |
|
Samuel Clay
|
822ad26c63
|
Updating starred count on load.
|
2010-12-01 14:11:42 -05:00 |
|
Samuel Clay
|
82dd89b161
|
Starred Stories bar at top, with blue count.
|
2010-12-01 09:30:56 -05:00 |
|
Samuel Clay
|
69adbb122e
|
Merge branch 'master' of github.com:samuelclay/NewsBlur into starring
|
2010-11-30 10:30:42 -05:00 |
|
Samuel Clay
|
4507f7286a
|
Stars now save to the new StarredStory mongo model. THey are also persistent on the client-side. Now to just make a special starred stories view and counter.
|
2010-11-30 10:30:18 -05:00 |
|
Samuel Clay
|
4a6e8185e2
|
The feed chooser now automatically selects the 64 most popular feeds, ignoring feeds with exceptions until there's nothing left to get.
|
2010-11-29 21:34:52 -05:00 |
|
Samuel Clay
|
7b53b38bdb
|
Adding tooltips, remvoing clutter from feedbar, and switching in the new star icon.
|
2010-11-26 19:03:31 -05:00 |
|
Samuel Clay
|
c092509c0d
|
Serif story pane line height change. Also fixing bug where you could click on the empty feed sorting placeholder (used for empty folders).
|
2010-11-25 15:46:54 -05:00 |
|
Samuel Clay
|
98f3261ef8
|
Adding font styling as a preference for the feed view.
|
2010-11-25 15:34:06 -05:00 |
|
Samuel Clay
|
35d2ef6d6b
|
Fixing bug where clicking on the title classifier would reset it to the unhighlighted state.
|
2010-11-25 11:00:57 -05:00 |
|
Samuel Clay
|
198b6e48de
|
Merge branch 'master' into hidden_stories
Conflicts:
media/css/reader.css
|
2010-11-25 10:35:46 -05:00 |
|
Samuel Clay
|
3855547394
|
No longer updating unread counts for active feed. It was almost always wrong from the last read story. It will now update passively.
|
2010-11-25 10:32:00 -05:00 |
|
Samuel Clay
|
ce28ac3082
|
Updating header counts when marking a feed or a folder as read (not just individual stories).
|
2010-11-25 09:26:21 -05:00 |
|
Samuel Clay
|
e089c210ed
|
The fix for the Dev-Team blog was really just changing jQuery's $.trim() method to not use the weird Unicode character in a whitespace check. However, upgrading from 1.4.2 to 1.4.3 seemed to do the trick, as well.
|
2010-11-25 00:41:29 -05:00 |
|
Samuel Clay
|
6dcb65080b
|
Fixing broken Google Reader import with a progress bar that was drawing itself before the scaffolding was in place.
|
2010-11-24 15:01:35 -05:00 |
|
Samuel Clay
|
469d52365d
|
Sizing feeds progress pane correctly. Also reseting the Original view between site changes.
|
2010-11-24 13:16:10 -05:00 |
|
Samuel Clay
|
bccb8e16bc
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
Conflicts:
media/iphone/NewsBlur.xcodeproj/conesus.mode1v3
media/iphone/NewsBlur.xcodeproj/conesus.pbxuser
|
2010-11-22 11:12:54 -05:00 |
|
Samuel Clay
|
5f222f1620
|
Adding the dashboard counts in the feed header. Also gives a new Back To Dashboard button. Refactored the progress bar, but it still shows the wrong heights in certain instances, doesn't animate, and breaks on google reader import.
|
2010-11-22 10:44:52 -05:00 |
|
Samuel Clay
|
540246e30a
|
Trying to load redirected images in the feed view. Also fixing up the feed api to not quote URLs.
|
2010-11-15 22:43:01 -05:00 |
|
Samuel Clay
|
21379537aa
|
Showing title classifiers in story trainer.
|
2010-11-09 22:06:08 -05:00 |
|
Samuel Clay
|
f72aa14b5c
|
Fixing switch feeds with keyboard. It was accidentally erroring on NB-Empty feeds, used for drag-and-drop into empty folders. Also skipping hidden feeds.
|
2010-11-09 18:30:18 -05:00 |
|
Samuel Clay
|
7d6cb14096
|
Fixing preferences. Accidentally required a change password to correctly close. Whoops.
|
2010-11-09 11:34:50 -05:00 |
|
Samuel Clay
|
2500740b8a
|
1 minute refreshes.
|
2010-11-09 10:04:20 -05:00 |
|
Samuel Clay
|
7178c95ac4
|
Prefetching has a few tries to find stories.
|
2010-11-08 19:39:27 -05:00 |
|
Samuel Clay
|
68e217c0bc
|
Fixing bug around finding stories in iframe view when the first story fails to be found during prefetch.
|
2010-11-08 19:27:57 -05:00 |
|
Samuel Clay
|
e7646d7e98
|
Adding change password to Preferences. Also changing timing for feed updates.
|
2010-11-08 12:09:55 -05:00 |
|
Samuel Clay
|
88b3e19573
|
Refresh interval from 60 seconds -> 2.5 minutes.
|
2010-11-08 09:25:18 -05:00 |
|
Samuel Clay
|
3865cb77fa
|
Small visual tweaks as well as tightening up some logging.
|
2010-11-07 00:40:26 -04:00 |
|
Samuel Clay
|
e68aba2546
|
When switching from feed view to Original view, the story locations need to be calculated. This must've been deleted somewhere back along the way.
|
2010-11-06 13:27:52 -04:00 |
|
Samuel Clay
|
7453e71aae
|
The prefetching algorithm only handle screenfuls at a time, causing it to do less work all at once. Also changed it so that it only recalculates story positions for previously unfound stories, if the last found story's position has not changed.
|
2010-11-06 12:53:42 -04:00 |
|
Samuel Clay
|
db4395c707
|
Fixing sortables for the feed list. Top level feeds can now be dragged into and out of folders (including empty folders).
|
2010-11-06 11:29:05 -04:00 |
|
Samuel Clay
|
b30752a9c1
|
A huge slew of bug fixes related to feed fetching, missing ids, and missing feeds.
|
2010-11-05 20:34:17 -04:00 |
|
Samuel Clay
|
9c4ee28c6d
|
Adding preference for hiding feeds with no unread stories.
|
2010-11-05 10:35:52 -04:00 |
|
Samuel Clay
|
3b0abc8790
|
Entirely re-wrote feed view story location hueristics. Also fixed feed view in chrome.
|
2010-11-04 21:49:13 -04:00 |
|
Samuel Clay
|
ca04d966f1
|
Adding Sydney to timezones.
|
2010-11-04 11:36:46 -04:00 |
|
Samuel Clay
|
f85dec49f9
|
Fixing up drag-and-drop to not use fake locations above folders.
|
2010-11-03 21:41:58 -04:00 |
|
Samuel Clay
|
cb752e2171
|
Further refining the dash-and-drop interface, but folders are left out.
|
2010-11-03 21:27:52 -04:00 |
|
Samuel Clay
|
208d63814f
|
Fixing the empty folder problem on drag-and-drop. Had to take out folder drag-and-drop to make it work properly.
|
2010-11-01 23:00:20 -04:00 |
|
Samuel Clay
|
d6d7e5a2bc
|
Updating jQuery UI, jQuery Layout, and trying to fix the damn drag-and-drop bugs.
|
2010-11-01 19:28:57 -04:00 |
|
Samuel Clay
|
451c0860db
|
First draft of story title hidden indicators. I don't like the fact that these a) look ugly, and b) don't show the unreads that are also missing. This needs some love before it can be shipped.
|
2010-11-01 18:20:26 -04:00 |
|
Samuel Clay
|
97b1789a7a
|
Wrong user in load_single_feed.'
|
2010-10-31 19:32:41 -04:00 |
|
Samuel Clay
|
fcf1a9cabf
|
Accidentally going backwards through feed sin trainers 2x as much as necessary.
|
2010-10-31 16:32:02 -04:00 |
|
Samuel Clay
|
1d6af3330c
|
Using the word 'page' instead of 'original' for the original view.
|
2010-10-31 16:17:38 -04:00 |
|
Samuel Clay
|
905766c7e5
|
Preferences! Timezone support, new window setting, and default story view.
|
2010-10-31 16:03:50 -04:00 |
|
Samuel Clay
|
daebe0ccd9
|
Disabled the preferences pane until it works perfectly.
|
2010-10-30 00:41:06 -04:00 |
|
Samuel Clay
|
786b3d9982
|
Fixed a bunch fo bugs around feed chooser, OPML import, google reader import, and counts. Also added preferences for new windows, timezone support, and default views. This is one loaded commit.
|
2010-10-30 00:27:52 -04:00 |
|
Samuel Clay
|
d0e25a0716
|
Updating feed polling intervals. Also adding a progress bar to premium upgrading screen. Should make for a smoother transition for those high-feed subscribers.
|
2010-10-29 12:28:05 -04:00 |
|
Samuel Clay
|
ebacf13670
|
Merge branch 'master' of github.com:samuelclay/NewsBlur
|
2010-10-29 11:34:46 -04:00 |
|
Samuel Clay
|
b08332e3b6
|
Retrain classifiers at the end of the trainer.
|
2010-10-29 11:34:33 -04:00 |
|