Commit graph

82 commits

Author SHA1 Message Date
Samuel Clay
13ac3535d0 Refreshing unread counts when changing days_of_unread. 2022-07-07 21:44:57 -04:00
Samuel Clay
f86c223f5b Fixing word wrap on preferences. 2022-06-21 17:22:43 -04:00
Samuel Clay
1eb71ee524 Merge branch 'master' into pro
* master:
  Adding Raindrop.io support.
2022-06-09 09:48:42 -07:00
Samuel Clay
9abe4cc120 Adding Raindrop.io support. 2022-06-09 09:44:37 -07:00
Samuel Clay
f33cbcf312 Merge branch 'master' into pro
* master: (72 commits)
  Missing import
  Correctly decoding shared stories in RSS feed.
  Adding scroll to feed and story options popover (Style menu).
  Magazine view blog post.
  Refactoring story content preview with newlines preserved.
  Boosting db profiling from 1% to 5%.
  Ignore data uris for widget, they are never the big images
  Wait to strip data uri header until it's time.
  Moving encoding
  Don't double encode base64 images for widgets.
  Preserving paragraphs in magazine and grid views.
  Fixing bad instrumentation on mongo and redis logs.
  Wrong url for db profiler.
  Let's try showing only single feeds in the DB profiler to see if it's better at showing abnormalities with less noise.
  Fixing strict bug where  wasn't defined.
  Showing grid image previews. Not sure how this ever worked before.
  Grid has image if found already.
  Showing grid image on load if youtube
  Only monitor river_stories for db times
  Not hitting a db shouldnt be colored any differently than a small value.
  ...
2022-03-09 11:41:40 -05:00
Samuel Clay
eb2b3dee04 New Magazine view. Doesn't work in river yet nor on the dashboard. Also needs new story detail view. 2022-02-18 17:52:24 -05:00
Samuel Clay
a1fba2fe10 Adding new story position preference which controls where the story is placed on the viewport. Supercedes full width setting, which is now captured in the stretch setting of the story position. Should also turn the width into a preference. 2022-02-17 17:19:32 -05:00
Samuel Clay
0baaa951b9 Adding preference for changing days of unreads. Need to kick off a re-counter on preference change. 2022-01-18 12:40:49 -05:00
Samuel Clay
2792e7305a Syncing redis on premium upgrade to sync new unread date possibilities for archive users. 2022-01-13 16:56:30 -05:00
Samuel Clay
24250de9a0 Adding compact/comfortable density controls to feed popover. 2021-07-02 16:11:44 -04:00
Samuel Clay
2b60f07470 Bug in preferences would duplicate every event. 2021-04-07 11:03:48 -04:00
Samuel Clay
a85633296b New feature: image previews on left, both large and small. Retooled story titles to fit. 2021-04-06 12:15:56 -04:00
Samuel Clay
03ddd83e08 Fixing #1436: preferences should show All Site Stories title. 2021-03-26 18:18:05 -04:00
Samuel Clay
aa2171e470 Re-rendering dashboard rivers when changing feeds. Doesn't work yet. 2021-01-12 20:15:42 -05:00
Samuel Clay
009a59006e Adding preference to turn off highlighter. 2020-07-14 17:30:35 -04:00
Samuel Clay
d17a9115d4 Fixing #1174: Removing Kippt. 2019-04-14 18:48:52 -04:00
Samuel Clay
2f5a5adbd1 Adding preference to toggle global shared stories and infrequent site stories on web. 2017-12-15 19:14:18 -08:00
Samuel Clay
3fa2a7562d Removing links to Readability. Fixes #1045. 2017-10-16 11:43:06 -07:00
Samuel Clay
dcc942c9c6 Undoing story change preference. Now story changes are loading through ajax. 2016-02-26 20:01:41 -08:00
Samuel Clay
454eb3d0d8 Moving from hide changes to show changes. Needs migration. Also needs feed stories to match profile pref. 2016-02-24 11:52:50 -08:00
Samuel Clay
5d8842d4a2 Adding show image preview preference. Fixing padding for all views and layouts. 2015-09-29 15:35:27 -07:00
Samuel Clay
1bd81bdb2a Adding clear overrides to story order and read filter (all/unread) in preferences, to match clear override buttons for story layout and story view. 2015-07-29 17:27:43 -07:00
Samuel Clay
db78a19a0c Adding blogger as third party share. 2015-07-23 12:48:00 -07:00
Samuel Clay
577fc87fa3 Adding new preference for the space bar keyboard shortcut. Controls whether to load next unread stories. 2015-04-01 17:07:46 -07:00
Samuel Clay
553eb6deb1 Don't show refresh spinner on recommended feed. Also fixing preferences periods. 2015-03-13 18:07:00 -07:00
Samuel Clay
8ad75f4bf9 Merge branch 'master' into grid
* master: (42 commits)
  Switching to new redis sessions db.
  If text fails to fetch, tapping the text button should not change the text lock.
  Fixing Feed view space bar scrolling bug where story is collapsed.
  Adding new space bar behavior to full view as well.
  Fixing space bar scrolling in list view.
  Adding 'm' keyboard shortcut to toggle read/unread.
  Shift+space goes backwards too.
  Jumping to next story when scrolling using space bar.
  Handling timeout on original page fetch.
  Fixing timeout error on PUSH. Also fixing requests error on page importing.
  Boosting timeout on analtics cleaning.
  Adding fetch original page to msharedstory.
  Fixing switching to and from text mode while still in current feed. Now to change river so that it uses text view setting from feed, not folder (unlike web).
  Cutting unneccessary logging.
  Adding user agents to logging. Reeder, Fever, Superfeedr, Old Reader, IE11.
  Adding modern android app user agent in logging.
  Switching back to original redis server for sessions while the new sessions server gets monitored.
  Adding redis sessions db.
  Making text view sticky on ios. Maybe bugs?
  Upgrading to redis 2.8.
  ...

Conflicts:
	media/js/newsblur/reader/reader_preferences.js
2015-03-11 19:04:42 -07:00
Samuel Clay
1c3c54af5c Fixing space bar scrolling in list view. 2015-03-11 16:45:41 -07:00
Samuel Clay
74fefd0fe4 Adding mark read on story titles scroll preference, defaulting to off. 2015-03-09 12:52:00 -07:00
Samuel Clay
0cf3881832 Merge branch 'master' into grid
* master: (29 commits)
  Adding new preference for wrapping story content either at 700px or edge of screen.
  Bumping Android to v4.2.1.
  Work around API change that throws out hidden stories and vends blank pages. (#664)
  Fixing duplicate Pocket share extension message.
  Don't cache super-small images.
  Don't use cache filenames that are impossible to debug.
  Fix image prefetch for protocol-hopping redirects.
  Keep action replays around until there is less risk of them being needed.
  Overhaul and simplify nextUnread search algo. (#640)
  Ensure recounts don't get stuck behind story page requests.
  Updating push logging message when skipping.
  v4.2.0 of android app.
  New maintenance message.
  Updating fabfile to handle psycopg2/pgbouncer.
  Tweak load throb anim speed for stock devices.
  Tweak and comment new story list loading indicator.
  Move story list loader to correct position. (#582)
  New loading-progress animation for story lists. (#582)
  Chopping off milliseconds in push delta.
  Chopping off milliseconds in push delta.
  ...
2015-02-27 18:13:44 -08:00
Samuel Clay
bd39331885 Adding new preference for wrapping story content either at 700px or edge of screen. 2015-02-26 18:20:03 -08:00
Samuel Clay
0b8bfa37c8 Merge branch 'master' into grid
* master:
  Adding mark read confirmation preference.
2015-02-10 18:03:21 -08:00
Samuel Clay
72d0dc441d Adding mark read confirmation preference. 2015-02-10 18:03:16 -08:00
Samuel Clay
645018c1f1 Adding link in preferences to clear all overridden story layouts and story views. 2015-02-10 14:45:03 -08:00
Samuel Clay
8db52c89c1 Adding preference to move to next feed/folder when marking read. 2014-09-09 15:01:12 -07:00
Samuel Clay
ad83318ca8 Adding preference for story button placement. 2014-04-17 10:25:38 -07:00
Samuel Clay
227792fff4 Removing dupe preferences that now live in style popover. 2014-04-09 14:42:58 -07:00
Samuel Clay
da36bd0880 Adding preference for showing/hiding content previews. 2014-04-07 17:00:14 -07:00
Samuel Clay
4ce62c6a72 Adding Kyiv to Minsk timezone. 2014-03-10 13:12:02 -07:00
Samuel Clay
1da8e55c5f Adding new preference for 24 hour clock. Moving to client-side generated dates. 2014-01-30 16:39:10 -08:00
Samuel Clay
f5fc687235 Merge branch 'master' into tagging
* master:
  Fixing mark as read when disabling double clicks.
  Android v3.5.
  New preferences: double-clicking site titles and unread counts.
  Fixing the default PuSH lease by setting it to 10 minutes (matching the reference hub). Huge thanks to @mihaip.
  Now forcing image sizing.
  Switch remaining story loading to new async model.
  Switch folder reading and All Stories reading to new async model.
  Move saved stories fetch to new async model.
  Generalise handling of story request responses.
  Update some auto-gen cruft that recent tools fixed.
  Switch social feeds to new async system.
  Fix some async crashes.
  Update to API level 19!
  Update to API level 19!
  Fix crash on async callback in reading fragment.
  Initial decouple of feed story sync from sync service.  Buggy.

Conflicts:
	media/js/newsblur/views/feed_title_view.js
2014-01-03 12:01:48 -08:00
Samuel Clay
d3f71b8719 New preferences: double-clicking site titles and unread counts. 2014-01-02 16:30:19 -08:00
Samuel Clay
51572b8121 Text view can now be set as the default view. 2013-12-19 12:51:29 -08:00
Samuel Clay
75d3b89aff Adding Pinterest. 2013-11-22 11:07:09 -08:00
Samuel Clay
7d64dc5ce1 Adding Pinterest. 2013-10-16 11:49:49 -07:00
Samuel Clay
966c5b2d70 Using All Site Stories instead of Top Level on folder chooser. 2013-08-23 13:51:08 -07:00
Samuel Clay
37607a78ec Adding new preference for auto-opening a default folder on load. 2013-08-23 13:43:15 -07:00
Samuel Clay
41bb982779 Adding Buffer as a share option. 2013-08-12 16:01:50 -07:00
Samuel Clay
78b3ffe7db Cleaning up text on preference for manual mark as read. 2013-07-13 11:11:17 -07:00
Samuel Clay
9fb183f4ac Better title for contextmenu pref. 2013-07-12 13:26:58 -07:00
Samuel Clay
963497912a Adding preference to use either native browser context menu or NewsBlur's context menu. 2013-07-12 13:20:32 -07:00