Commit graph

5457 commits

Author SHA1 Message Date
Samuel Clay
8344cd88e6 Merge pull request #244 from ojiikun/master
Android: Auto-Sync Feeds/Folders
2013-05-13 15:26:58 -07:00
ojiikun
eae68d0005 Auto-sync the feed/folder list if it has been more than 10 minutes since the last refresh. 2013-05-13 22:12:31 +00:00
Samuel Clay
ceff5929be Publishing realtime update when marking feed as read, only if it was actually marked as read. 2013-05-13 14:22:49 -07:00
Samuel Clay
9ad6fa2c9d Turning off real-time on mark_feed_as_read. Too much! 2013-05-13 13:21:51 -07:00
Samuel Clay
7cc3271126 Fixing hashes only call on folders. 2013-05-13 12:58:57 -07:00
Samuel Clay
a68ee968d9 Merge pull request #241 from ojiikun/master
Android: Make Story.read a Boolean
2013-05-12 10:43:20 -07:00
Samuel Clay
d5a4e921de Handling another unicode decode issue in uploaded OPMLs. 2013-05-11 23:39:46 -07:00
ojiikun
19cf0ac2e2 Make Story.read a boolean rather than an int. 2013-05-12 01:33:57 +00:00
Samuel Clay
3051836cd6 Merge pull request #239 from ojiikun/master
Android: Auto-Flush Mark-as-Read Batches at Max Size
2013-05-10 14:09:22 -07:00
ojiikun
84be7ea490 Upper limit on mark-read batch size auto-flushes. 2013-05-10 21:06:41 +00:00
Samuel Clay
8708f21027 Merge pull request #238 from ojiikun/master
Android: Remove Cosmetic sleep() on Login
2013-05-10 13:56:00 -07:00
Samuel Clay
b44b126b41 Keeping read_status consistent as an integer, not a boolean. 2013-05-10 13:50:38 -07:00
Samuel Clay
6881553809 Merge branch 'ruserstory'
* ruserstory:
  Adding real-time update on marking feed as read.
  Remvoing unused everything_unread param from river stories.
  Using story_hashes instead of fetch_stories parameter.
  Moving read stories over to RUserStory when merging feeds.
  Cleaning up MUserStory imports.
  Speeding up blurblog sub counter b yonly using unread stories instead of all stories since a certain date.
  Speeding up unread story counts.
  Speeding up unread story counts.
  Adding force calculate sub scores option.
  Showing starred and shared status on global/river blurblog.
  Fixing global feed to show read stories.
  Fixing reading stories in river blurblog.
  Moving river blurblog to no longer use MUserStory.
  Adding MUserStory back in when reading and unreading, to maintain backwards compatibility.
  Fully converting feeds and folders to use redis-only read stories (removing MUserStory). Still need to do socialsubs.
2013-05-10 13:38:09 -07:00
ojiikun
b12a83465e Remove forced sleep suspected of causing null activity access in fragments. 2013-05-10 20:04:40 +00:00
Samuel Clay
a8e672d09c Merge branch 'master' into ruserstory
* master:
  Removing unnecessary redis sync call on feed load.
  Android 1.3.2.
2013-05-10 12:41:28 -07:00
Samuel Clay
91c31d4c80 Removing unnecessary redis sync call on feed load. 2013-05-09 17:36:30 -07:00
Samuel Clay
6a8e8e309b Android 1.3.2. 2013-05-09 17:35:35 -07:00
Samuel Clay
71aa961262 Adding real-time update on marking feed as read. 2013-05-09 16:42:58 -07:00
Samuel Clay
0483273840 Remvoing unused everything_unread param from river stories. 2013-05-09 16:40:06 -07:00
Samuel Clay
cc5d87f795 Using story_hashes instead of fetch_stories parameter. 2013-05-09 16:16:14 -07:00
Samuel Clay
9ef8b9b3c1 Merge branch 'master' into ruserstory
# By Fake Name
# Via Fake Name (2) and Samuel Clay (1)
* master:
  cleanup and fixing some of my stupid bugs
  cleanup and fixing some of my stupid bugs
  whoops, that section isn't called in the normal installation process. Reverted.
  Fix to make detecting if the install is a dev env work properly
  Fixed typo. Also, extracted most of the instances of a specific username out to `env.user`, so you don't need to search&replace to do an install. Lastly, added a separate function to change the shell of the host, so it's easier to disable.
2013-05-09 15:31:28 -07:00
Samuel Clay
22070f055b Merge pull request #236 from fake-name/master
Further corrections (mostly to my changes)
2013-05-09 15:00:24 -07:00
Samuel Clay
e5a87464ab Moving read stories over to RUserStory when merging feeds. 2013-05-09 14:56:51 -07:00
Fake Name
4da6eb77a2 Merge branch 'master' of https://github.com/fake-name/NewsBlur 2013-05-09 01:32:07 -07:00
Fake Name
0c82d782f8 cleanup and fixing some of my stupid bugs 2013-05-09 01:30:37 -07:00
Fake Name
a31731bbf9 cleanup and fixing some of my stupid bugs 2013-05-09 01:27:53 -07:00
Samuel Clay
03ad1f5077 Merge branch 'master' into ruserstory
# By Samuel Clay (6) and ojiikun (1)
* master:
  ES requires valid url.
  Overriding haystack elasticsearch url.
  Removing Redis autocomplete. Upgrading elasticsearch.
  Using haystack and elasticsearch for a third autocomplete feature.
  Refactor/fix mark-as-read-while-reading workflow.
  Selecting story when clicking on a link.
  Preventing infinite loop on merged dupe feeds.
2013-05-08 15:23:27 -07:00
Samuel Clay
a6c3fa7830 ES requires valid url. 2013-05-08 12:23:10 -07:00
Samuel Clay
d620fb9ea0 Overriding haystack elasticsearch url. 2013-05-08 12:23:10 -07:00
Samuel Clay
777d5a5e9c Removing Redis autocomplete. Upgrading elasticsearch. 2013-05-08 12:23:10 -07:00
Samuel Clay
365e0c2813 Using haystack and elasticsearch for a third autocomplete feature. 2013-05-08 12:23:09 -07:00
Samuel Clay
6633560587 Merge pull request #235 from ojiikun/master
Android: Fix Mark-As-Read-While-Reading Workflow
2013-05-08 10:41:51 -07:00
ojiikun
35b680c0d9 Refactor/fix mark-as-read-while-reading workflow. 2013-05-08 10:09:36 +00:00
Fake Name
cf7401a262 whoops, that section isn't called in the normal installation process. Reverted. 2013-05-08 02:27:32 -07:00
Fake Name
78cde45f05 Fix to make detecting if the install is a dev env work properly 2013-05-08 02:15:55 -07:00
Fake Name
e7e819444a Fixed typo.
Also, extracted most of the instances of a specific username out to `env.user`, so you don't need to search&replace to do an install.
Lastly, added a separate function to change the shell of the host, so it's easier to disable.
2013-05-08 01:59:33 -07:00
Samuel Clay
530f8ea3dd Selecting story when clicking on a link. 2013-05-07 16:39:05 -07:00
Samuel Clay
d91cc66178 Preventing infinite loop on merged dupe feeds. 2013-05-07 16:23:30 -07:00
Samuel Clay
1c5866993b Merge branch 'master' into ruserstory
* master:
  Migrating comment feeds to non-comment feeds.
  Disallowing branched feeds from feed search.
2013-05-07 16:04:31 -07:00
Samuel Clay
5ceb0c45bf Migrating comment feeds to non-comment feeds. 2013-05-07 15:37:36 -07:00
Samuel Clay
477d928d70 Disallowing branched feeds from feed search. 2013-05-07 11:37:01 -07:00
Samuel Clay
92b594e0bd Merge branch 'master' into ruserstory
* master:
  Fixing double click on unread count to actually mark the feed as read.
  Fixing scrolling height when mouse indicator position is locked. Expands padding to fit the bottom-most story. Thanks to @bdarnell and @dancarroll for the push. Fixes #230.
  Slight cleanup of fabfile.
2013-05-06 13:28:11 -07:00
Samuel Clay
34046ad2da Fixing double click on unread count to actually mark the feed as read. 2013-05-06 13:22:44 -07:00
Samuel Clay
23d8c87bda Fixing scrolling height when mouse indicator position is locked. Expands padding to fit the bottom-most story. Thanks to @bdarnell and @dancarroll for the push. Fixes #230. 2013-05-06 12:33:17 -07:00
Samuel Clay
fe23985e6d Slight cleanup of fabfile. 2013-05-05 10:18:39 -07:00
Samuel Clay
bdda1ee011 Merge branch 'master' into ruserstory
* master:
  Adding all role to send commands to every server (specificaly setup_hosts).
  Removing sparse constraint on MStory's story_hash index. Goodbye old stories that didn't make the cut.
2013-05-05 10:07:18 -07:00
Samuel Clay
76c306afee Adding all role to send commands to every server (specificaly setup_hosts). 2013-05-04 23:27:36 -07:00
Samuel Clay
e27b7f5688 Removing sparse constraint on MStory's story_hash index. Goodbye old stories that didn't make the cut. 2013-05-04 19:03:02 -07:00
Samuel Clay
6d73bdc352 Cleaning up MUserStory imports. 2013-05-03 17:47:38 -07:00
Samuel Clay
4c1983e5cc Speeding up blurblog sub counter b yonly using unread stories instead of all stories since a certain date. 2013-05-03 17:45:19 -07:00