Commit graph

118 commits

Author SHA1 Message Date
Samuel Clay
d5cc6f5ae6 Re-enabling extension from #655. 2022-07-05 10:51:35 -04:00
Samuel Clay
b3337aceec Removing code when opening links that seemingly opens it in the background, but now is causing links to opening directly in the active tab. This really just needs a window.open(url, '_blank'), so if an extension wants to build background tabs on top, it should have a more direct method. 2022-07-05 10:01:15 -04:00
Samuel Clay
ba31783cd7 Removing flashing unread counts indicator at bottom of story titles. 2022-05-26 12:06:30 -04:00
Samuel Clay
cf90435714 Adjusting size of side options. 2022-05-17 16:16:27 -04:00
Samuel Clay
b76e35d223 Wrapping dashboard stories in a IIFE to keep dashboard stories and count in a throttled function. 2022-05-17 09:23:30 -04:00
Samuel Clay
8a5748fa37 Adding # of stories per dashboard module. Also fixing long-standing double load bug on initial page load. Fixed issues around phantom read stories popping in and out of existance on page load. 2022-05-16 17:21:46 -04:00
Samuel Clay
ea31cef872 Fixed an issue where a feed going from 0 unreads to a manually marked unread would not show up in the river because the unread count was still marked as dirty. Now client will force an immediate feed recount when marking unread. 2022-03-29 12:25:38 -04:00
Samuel Clay
05bd98f611 Refactoring story content preview with newlines preserved. 2022-03-08 16:25:55 -05:00
Samuel Clay
00aabee31a Preserving paragraphs in magazine and grid views. 2022-03-07 19:33:49 -05:00
Samuel Clay
f403fb624e Using youtube thumbnails as image url in stories. 2022-02-22 15:50:21 -05:00
Samuel Clay
cb1f168812 Better way to show invisible space is by using unicode code points instead of utf-8 characters. 2021-07-05 11:52:29 -04:00
Samuel Clay
889caf82a4 Fixing replaceAll call which is not supported in older browsers. 2021-07-05 11:49:50 -04:00
Samuel Clay
48a8d2dc4e Refactoring no_more_stories and story limiting for river. 2021-04-29 11:44:12 -04:00
Samuel Clay
d52d1aad5a Reduce multiple spaces to a single space in content previews. 2021-03-25 20:24:51 -04:00
Samuel Clay
a932102b57 Longer content previews. 2021-01-24 13:55:47 -05:00
Samuel Clay
30b85d7f5b Removing special space character from previews. 2021-01-18 21:27:09 -05:00
Samuel Clay
6a109ebd97 Cutting down on stories that are too wide. 2021-01-18 20:51:34 -05:00
Samuel Clay
537e4ed1c9 Adding user notes. Unverified and needs saved confirmation. 2020-07-15 21:25:00 -04:00
Samuel Clay
6de5c30a42 Filtering out highlights from other nodes, at least minimizing the one remaining highlight bug. 2020-07-09 17:55:35 -04:00
Samuel Clay
10288ccff0 Got highlighting works end-to-end! This is nearly ready to launch, just need to re-select selected text. 2020-07-08 19:00:09 -04:00
Samuel Clay
058154c913 Merge branch 'master' into highlights
* master: (161 commits)
  Refactoring welcome screen to fix input alignment issue.
  Fixing login rotation.
  Adding cookies to path inspector.
  Upgrading httplib2.
  Removing dupe db log.
  Not every story is from a feed.
  Styling background colors for newsletters.
  Styling more newsletter elements.
  Using the correct attribute.
  Typo in template
  Attempting to style newsletters in dark mode.
  Loading dark theme if selected on load.
  Adding scrollbar colors.
  Using request body for ios subscription.
  Specifying SESSION_SERIALIZER, which changes from PickleSerializer to JsonSerializer in django 1.5 to 1.6.
  Fixing broken auto-dark theme.
  Increasing contrast for unread counts.
  Fixing tag colors and story traversal button borders. For https://forum.newsblur.com/t/dark-mode-minor-tweak-suggestion/8225
  Cleaning up Twitter lists.
  Updating next/previous buttons and search icon.
  ...
2020-07-07 16:28:13 -04:00
Samuel Clay
2e878eee1d Attempting to style newsletters in dark mode. 2020-06-25 15:18:47 -04:00
Samuel Clay
393346e07a Nothing like sitting on a feature branch for a year to fix the bug that stumped you last. Now highlights. Needs unhighlight and a bit of plish around hiding the popover. 2019-08-11 17:45:22 -07:00
Samuel Clay
b1d6f88e3c Merge branch 'master' into highlights
* master: (218 commits)
  Deploying camo https proxy for images.
  add title to story sharing
  Font tag has attrs too
  don't include inactive feeds on unread count
  Typo
  Handling bs4 attr difference.
  Upgrading beautifulsoup for html sanitizing in email newsletters.
  http -> https on all emails.
  Adding link to specific tweet. Thanks to @ktf for the suggestion.
  use system formatted date for non-english locales
  Fixing classmethod
  Adding stripe history reimport background task.
  New screenshots for iOS.
  iOS bundle version 104.
  iOS: #1208 (iOS 13 support)
  iOS bundle version.
  iOS: #1210 (hiding on swiping feeds)
  iOS: #1171 (autoscroll)
  Upgrading to mercury parser v2.1.1 thanks to @mgeraci
  iOS: #1171 (autoscroll)
  ...
2019-08-11 14:53:37 -07:00
Samuel Clay
74e8fd4606 Deploying camo https proxy for images. 2019-08-11 14:44:15 -07:00
Samuel Clay
67d237a6ce First do a naive strip, which is faster than rendering which makes network calls 2019-01-20 14:24:43 -05:00
Samuel Clay
80ee4fd814 Securing images through Text view. Now need to fix shared stories and saved stories. 2019-01-20 13:55:40 -05:00
Samuel Clay
e8c0decd50 Adding logging for secure images 2019-01-20 11:01:37 -05:00
Samuel Clay
bffec3e7e3 Switching to ssl proxy backed images, only for staff for now. 2019-01-19 16:40:13 -05:00
Samuel Clay
634553c1a5 Adding a new failed read story catcher (thanks to @pbones for the persistence). NewsBlur now retries marking stories as read at a later date when they fail for whatever reason. 2019-01-05 16:00:55 -05:00
Samuel Clay
1c7c734662 Highlighting kind of works. Seems to erase itself and not serialize multiple highlights. 2018-08-09 16:25:28 -04:00
Samuel Clay
1e12cb6353 Story highlighter is in. Needs class appliers and segmented control for turning on/off highlights. 2018-08-07 18:37:58 -04:00
Samuel Clay
d846c35ae7 Wrong element on story title view. 2018-07-24 15:59:21 -04:00
Samuel Clay
32c9af5f1d Adding support for @nriley's Safari extension to load links in the background. 2018-07-24 15:58:46 -04:00
Samuel Clay
e04751abce Fixing notifications url. 2017-06-07 18:49:11 -07:00
Samuel Clay
d45f8d5dc7 Fixed dates. 2017-06-07 18:04:34 -07:00
Samuel Clay
f24e61a608 Fixing long dates. 2017-06-07 17:56:28 -07:00
Samuel Clay
b992cd7abe Full date string for future dates. 2017-06-07 17:55:24 -07:00
Samuel Clay
c7e203dc1a Showing 'tomorrow' and future dated stories correctly on the web. 2017-06-07 17:54:35 -07:00
Samuel Clay
991a9a7d72 Showing 'tomorrow' and future dated stories correctly on the web. 2017-06-07 17:51:27 -07:00
Samuel Clay
0e9b94b056 Fixing broken river on reading folders. 2017-03-24 00:54:57 -07:00
Samuel Clay
b6c29b4bcc Clearing logs and moving to longer refresh interval for dashboard stories. 2017-01-11 12:33:52 -08:00
Samuel Clay
5c272f592a Select story when moving from dashboard to river. 2016-12-14 14:51:49 -08:00
Samuel Clay
c5d5ea5001 Attempting to fix dashboard stories by no longer relying on full river reloads when a new story comes in but to fetch that story if it is newer (or older) than last visible dashboard story. 2016-12-13 16:29:42 -08:00
Samuel Clay
a3a402eab1 Big change: stories now remember their own view (text/feed/story), so reading through a river switches between views. matches iOS. 2016-12-08 16:32:59 -08:00
Samuel Clay
10675090ef Only reload dashboard stories on new stories, not just read stories. Also sync read stories through pubsub. 2016-12-05 17:10:47 -08:00
Samuel Clay
d91c47d856 Fixing accidental layout override. 2016-12-01 19:23:38 -08:00
Samuel Clay
07454cf3cc Dashbaord stories now reflect read state. Just need focus. 2016-12-01 16:22:51 -08:00
Samuel Clay
1b33eb9aac Selecting correct story when coming in from notification. 2016-11-16 11:35:02 -08:00
Samuel Clay
e1eec75745 Adding support for Safari Open in Background Tab extension by @nriley. Fixes #655. 2016-09-27 12:11:54 -07:00