Commit graph

193 commits

Author SHA1 Message Date
Samuel Clay
757d333724 Removing svg mask on favicon. 2019-02-05 15:09:07 -05: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
f2ab8145c5 Adding options to control infrequency of infrequent site stories feed. 2017-11-05 14:01:25 -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
dce3000932 Merge branch 'master' into thumbnails
* master: (123 commits)
  Handling broken getsatisfaction feedback url.
  Handling feeds that go missing.
  Fixing yet another requests error on icon fetching.
  Handling more errors when fetching feeds.
  Raising time limit on analytics cleaning.
  Handling another requests error when fetching icons.
  Cleaner spam logging.
  No IP is grounds for spam.
  Fixing IP logging.
  Deleting users should log IP.
  Fixing #827 - double tapping was disabling scrolling but not turning it back on. This is in response to the fix #786.
  Stubbing in new MFeedFolder model to count folders that feeds are in.
  iOS: fixed #821 (improve sharing for Notes)
  Android v4.6.0.
  iOS app v5.0.1.
  I think this is a better fix for the iOS 8 crash
  Crash on iOS 8.4.
  iOS: fixed #771 (mark all as read)
  No longer stripping debug symbols from ios release. No need, considering NewsBlur is open source. And this helps debug end user issues.
  Fixing part of #771 - pruning queued read stories that have already been marked as read (in case they are in purgatory and can't get marked read). Also fixing a crash when a folder claims to have unreads but doesn't (NSNull+JSON for handling empty results from the server.)
  ...
2015-11-29 18:43:52 -08:00
Samuel Clay
5c2f085f35 Adding monochrome favicon. Thanks to Ben Yafai for the images. 2015-10-21 21:37:07 -07:00
Samuel Clay
3fbe1da03a Adding vector logos. 2015-10-14 19:45:10 -07:00
Samuel Clay
3c107fbba2 Merge branch 'master' into thumbnails
* master:
  Correctly showing text or story view for stories based on story feed, not folder.
  Experimental commit to speedup scrolling between stories.
  Cleaning up a couple warnings.
  Updating Fabric.
  Fixing Safari view on ipad, although still need to remove navigation bar.
  Adding updated Android screenshots for both phone and tablet sizes.
  Android v4.5.0.
  Fixing iOS share extensions.
  Using canonical rss url.
2015-10-05 15:50:24 -07:00
Samuel Clay
7b08a64200 Adding updated Android screenshots for both phone and tablet sizes. 2015-10-01 17:14:00 -07: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
a44bce4860 Complete backend for folder rss. Just needs a premium message. 2015-08-24 14:59:12 -07:00
Samuel Clay
cbf7282599 Front-end is complete. Rss feeds for folders now being generated. Just needs backend. 2015-08-24 14:59:12 -07:00
Samuel Clay
3e5492a3b2 Auto-enabling open first unread story setting. 2015-05-18 17:29:20 -07:00
Samuel Clay
d3737cebf4 Unfortunately have to take out the new content security policy as too many users were complaining of broken images. 2015-05-05 10:13:22 -07:00
Samuel Clay
9882dd9449 Adding new content security policy meta tag for upgrading insecure requests. 2015-05-04 11:16:44 -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
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
b18e58d815 Switching default story layout to west from south. 2015-03-09 15:32:05 -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
a040fd702a Grid columns override. Still needs override. 2015-02-06 15:02:32 -08:00
Samuel Clay
4aead01e34 Adjusting default mouse lock to 300 instead of 100. 2014-11-20 19:35:26 -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
f4dbe66b48 Adding feed font size. Configures both story titles and feed titles. This one's for you @theromit. 2014-07-18 17:07:05 -07:00
Samuel Clay
a2ccd885c0 Better sizing on intelligence slider. Takes all segments into account when resizing. 2014-05-28 21:09:19 -07:00
Samuel Clay
2e2a1981bc Fixing invalid premium_expire date. 2014-05-12 12:14:06 -07:00
Samuel Clay
ad83318ca8 Adding preference for story button placement. 2014-04-17 10:25:38 -07:00
Samuel Clay
80c0eadec2 Delaying loading of heavy custom fonts. 2014-04-10 11:07:02 -07:00
Samuel Clay
40e9f1d488 Adding Bluree Windows 8 client. 2014-04-10 10:58:50 -07:00
Samuel Clay
af172638e3 Adding line spacing options. 2014-04-09 14:42:58 -07:00
Samuel Clay
bea31acc60 Adding Gotham Narrow, Sentinel, Whitney, and Chronicle. 2014-04-09 14:42:58 -07:00
Samuel Clay
156b3bc72d New styles/font popover. Handles story titles pane, font family, and font size. 2014-04-09 14:42:58 -07:00
Samuel Clay
cde38c87d3 Showing content previews and boosting font size on story titles on web. 2014-04-07 16:55:08 -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
d3f71b8719 New preferences: double-clicking site titles and unread counts. 2014-01-02 16:30:19 -08: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
963497912a Adding preference to use either native browser context menu or NewsBlur's context menu. 2013-07-12 13:20:32 -07:00
Samuel Clay
6e6f5d1935 New view: full view, the opposite of list view. 2013-07-08 17:06:01 -07:00
Dirkjan Ochtman
0cd1629ff1 Increase default width for feed pane by 2px. 2013-07-05 09:31:49 +02:00
Samuel Clay
3957507a4d Trying to fix the favicon. 2013-07-03 22:16:01 -07:00
Samuel Clay
e534256b09 Adding preference for hiding the story titles pane. 2013-06-17 17:37:38 -07:00
Samuel Clay
9737905b5d Adding space keyboard shortcut. Premium only. 2013-05-22 16:41:14 -07:00
Samuel Clay
ac8e94bd9a Adding new keyboard shortcut prefs. 2013-05-22 16:41:13 -07:00
Samuel Clay
c8907bbab4 Re-designed footer. Adding footer to homepage. 2013-04-18 13:49:30 -07:00
Samuel Clay
3e9236864e Updating footer to include ios/android links. 2013-04-16 12:59:59 -07:00