Commit graph

10378 commits

Author SHA1 Message Date
dosiecki
575e2d50f9 Fix DB optimization crashes, remove O(n) search tagging, instrument live memory. 2016-01-29 03:13:05 -08:00
dosiecki
73662bc912 Fix intel state filtering and reading session resets on filter changes. 2016-01-28 16:38:22 -08:00
Samuel Clay
bb2557377f Adding include_inactive=true to flat feeds to only give inactive feeds. I hope this doesn't break someday. 2016-01-28 16:23:38 -08:00
Samuel Clay
ae5bca50bb Separating flat_folders and flat_folders_with_inactive. 2016-01-28 16:17:25 -08:00
Samuel Clay
88f45552e4 Adding inactive feeds to flat folders. This shouldn't break anything, since clients should be able to handle missing feeds anyhow. 2016-01-28 15:46:27 -08:00
Samuel Clay
d8d8a4ef22 Merge pull request #870 from manderson23/mark
Android: Options for Mark All Read
2016-01-28 15:10:15 -08:00
Samuel Clay
2f650b3da1 Adding to /reader/feeds?flat=true (for @dejal). 2016-01-28 15:07:37 -08:00
Mark Anderson
d4887b7919 Disable mark folder read context menu for all shared stories (#866) 2016-01-28 22:56:22 +00:00
Samuel Clay
438156e038 Android v4.7.1. 2016-01-28 14:40:30 -08:00
dosiecki
d98367baec Merge remote-tracking branch 'upstream/master' 2016-01-28 14:23:41 -08:00
Samuel Clay
fe5267ce80 Merge pull request #869 from dosiecki/partial2
Android: Fix search queries with special characters. (#868)
2016-01-28 14:05:38 -08:00
Mark Anderson
a47eea09e9 Disable folder context menu for global shared stories row (#866) 2016-01-28 21:48:36 +00:00
dosiecki
078b91b03b Merge branch 'master' of https://github.com/dosiecki/NewsBlur 2016-01-28 12:47:42 -08:00
dosiecki
b0873852fd Fix search queries with special characters. (#868) 2016-01-28 12:43:13 -08:00
Samuel Clay
474c381d26 I cannot believe it was a string-to-int type conversion that wasn't happening when deleting feeds. *smacks forehead* Stupid json.decode. Sorry to 85136323e2. 2016-01-28 12:31:39 -08:00
Samuel Clay
34228e3b77 Handling search queries with just spaces in them. 2016-01-28 11:41:01 -08:00
Samuel Clay
2c875a3d01 Handling update_fields=[] when saving feeds. 2016-01-28 11:35:11 -08:00
Samuel Clay
a9cfa397b0 Adding search to all hosts in fabfile. 2016-01-28 08:33:08 -08:00
dosiecki
d4c0d689a2 Fix new reading session tracker (partial!). 2016-01-28 05:26:41 -08:00
dosiecki
7006c59c45 Replace story activation with reading session table. (partial!) 2016-01-28 04:20:50 -08:00
dosiecki
3686164004 Fix search queries with special characters. (#868) 2016-01-27 16:09:21 -08:00
Samuel Clay
5343d32756 Merge branch 'master' into thumbnails
* master:
  Android v4.7.0.
  iOS: Work around iOS 9 issue where training menu doesn’t appear the first time you select text.
  Adding logrotate for nginx.
  Premium accounts get feeds fetched at least once every 12 hours (for feeds that publish nothing).
  Flat feeds also gets user_id.
  Adding user_id to /reader/feeds.
  Boosting oauth authorization code expiration to 1 hour (from 60 seconds) to aid development.
  Adding MX DNS check on new users.
  Fixing valuerror when trimming on feeds that have bogus dates.
  Change find-next-unread to search forward then backward rather than forward in a loop.
  Counting shared stories when deleting old feeds.
  Updating story trimmer to look for unread feeds that may be actively subscribed.
  Rotating feed stats hours based on user's timezone preference.
2016-01-27 16:08:22 -08:00
Samuel Clay
5d5842ba42 Android v4.7.0. 2016-01-27 14:15:15 -08:00
Samuel Clay
3a5f6d8319 Merge pull request #865 from nriley/training-menu
iOS: Work around iOS 9 issue where training menu doesn’t appear the first time you select text.
2016-01-27 14:04:16 -08:00
dosiecki
41bb192c51 Replace story activation with filtering by fetch time. 2016-01-27 03:25:58 -08:00
dosiecki
a9bab35c6f Optimise story insert times. 2016-01-26 16:12:45 -08:00
Mark Anderson
27dec68199 Support mark all read confirmation from FolderListFragment 2016-01-25 22:10:16 +00:00
Nicholas Riley
6df864c7f7 iOS: Work around iOS 9 issue where training menu doesn’t appear the first time you select text.
Source of the workaround and more information at <http://stackoverflow.com/questions/32685198/>.
2016-01-24 12:01:12 -05:00
Samuel Clay
5ab999c2c1 Adding logrotate for nginx. 2016-01-23 18:00:44 -08:00
Samuel Clay
1621c40da8 Premium accounts get feeds fetched at least once every 12 hours (for feeds that publish nothing). 2016-01-23 15:04:05 -08:00
Mark Anderson
f73bef4d11 Start integrating confirmation into FolderListFragment. 2016-01-22 23:02:19 +00:00
Samuel Clay
310204fe70 Flat feeds also gets user_id. 2016-01-22 12:47:31 -08:00
Samuel Clay
b064576101 Adding user_id to /reader/feeds. 2016-01-22 12:46:41 -08:00
Samuel Clay
eb41788913 Boosting oauth authorization code expiration to 1 hour (from 60 seconds) to aid development. 2016-01-22 12:41:34 -08:00
Samuel Clay
6f44ea2efa Adding MX DNS check on new users. 2016-01-21 13:37:38 -08:00
Mark Anderson
95480afa6a Refactor MarkAllReadDialogFragment to use FeedSet. Initial work integrating with FolderListFragment 2016-01-20 22:56:26 +00:00
Samuel Clay
0a001881cf Fixing valuerror when trimming on feeds that have bogus dates. 2016-01-20 13:32:56 -08:00
Samuel Clay
a9f7808396 Merge pull request #863 from dosiecki/master
Android: Change find-next-unread search order
2016-01-19 18:00:42 -08:00
dosiecki
a170c323e2 Change find-next-unread to search forward then backward rather than forward in a loop. 2016-01-19 17:03:32 -08:00
Samuel Clay
103a8993e8 Counting shared stories when deleting old feeds. 2016-01-19 11:30:13 -08:00
Samuel Clay
ce5d1c815e Updating story trimmer to look for unread feeds that may be actively subscribed. 2016-01-19 11:28:35 -08:00
Mark Anderson
d4679d69d0 Remove onCancel from mark all read listener. 2016-01-17 23:20:42 +00:00
Mark Anderson
f5a86d11c9 Tweak settings string for mark all read. 2016-01-17 22:53:40 +00:00
Mark Anderson
75932abf59 Check preference marking all stories read. 2016-01-16 22:57:00 +00:00
Mark Anderson
f49c6a3778 Add dialog for marking feeds as read. 2016-01-16 22:51:33 +00:00
Mark Anderson
83148a4d60 Merge remote-tracking branch 'upstream/master' into mark 2016-01-16 22:15:48 +00:00
Samuel Clay
eb5520a118 Rotating feed stats hours based on user's timezone preference. 2016-01-14 16:01:00 -08:00
Samuel Clay
ee6b0adbc8 Align story title image previews when not on left split layout. 2016-01-14 15:21:41 -08:00
Samuel Clay
a460bb3f37 Merge branch 'master' into thumbnails
* master: (138 commits)
  Android v4.7.0b2.
  Adding search query to query string on web.
  Tweak story search menu item to properly toggle.
  Allow story search icon to appear as icon in actionbar where able.
  Fixing redirect behavior by saving redirect history for 25 fetches when one 400+ error is found.
  Fixing tag stripping in content previews.
  Why check if feed pane size is too small and force a resize?
  Moving show hidden stories to story titles header. Folder keeps its own, feeds use story titles.
  24 hour max for premiums, 48 hour max for free
  Testing out faster feed updates for premiums.
  Better handling youtube feed errors.
  Fixing token errors on searches.
  Handling issue where counting premiums is not being saved due to db issue.
  .tm_properties
  Fixing a longstanding bug in the exception changer dialog. Now correctly finding branch feed.
  Factor out ugle custom serialisation in prep for Saved story tag reading.
  Re-enable unread prefetching for non-premium accounts.
  Update Dockerfile
  Cleaning up story list view.
  Fixing switching layouts b/w starred stories and read stories on web. Also fixing premium explainer on both when in Full view.
  ...
2016-01-14 13:27:48 -08:00
Samuel Clay
1d8ef6f496 Android v4.7.0b2. 2016-01-13 17:33:47 -08:00