Commit graph

88 commits

Author SHA1 Message Date
Samuel Clay
f3730b5dfc Nice accessibility push. This enables tridactyl and other screen assistance tech to know what's actionable on newsblur. You can now use a keyboard to 100% drive NewsBlur. 2021-05-13 15:37:33 -04:00
Samuel Clay
2533733dc9 Refactoring favicon url generation. Broke adding folders (due to the addition of 'river:' in the folder id) 2021-01-13 18:51:47 -05:00
Samuel Clay
c60c00e504 Fixing #824. Muted sites now show a muted icon in All Sites view. 2020-06-09 11:59:13 -04:00
Samuel Clay
49d421c637 Moving mark read button to consistent location. 2019-03-24 18:42:47 -04:00
Samuel Clay
8e9efc04ff Adding search query to query string on web. 2016-01-13 15:38:55 -08:00
Samuel Clay
a5fb5d38f0 Fixing folder views to also handle inverse menus. 2015-02-03 10:56:08 -08:00
Samuel Clay
253eda2e02 Flat hierarchy in organizer means anything that happens to a feed happens to the feed in all of its folders. 2014-12-10 12:34:31 -08:00
Samuel Clay
83a6f1b75f Serializing feeds in organizer with their parent folder. Now to just abstract out move/delete actions. 2014-10-10 15:51:27 -07:00
Samuel Clay
812fc986fb Fixing toplevel organizer highlights. 2014-10-10 15:35:32 -07:00
Samuel Clay
954c5b5d28 Fixing feed chooser to work with new organizer-ized feed list chooser. Need to go back and fix organizer now. 2014-10-09 20:58:03 -07:00
Samuel Clay
174d47b3de Merge branch 'master' into organizer
* master: (65 commits)
  Oh my god what a terrible typo. Broke new users.
  Adding mark as read button to All Site Stories on web.
  Disconnecting facebook when session expires.
  Showing facebook posting error.
  Change text from mark previous to mark older as read in story context menu (#592)
  Fix pager margin drawable for dark theme (#590)
  Fixing URL munging when the url includes a non key=value pair in the query string. Ex: https://cns.utoronto.ca/~cks/space/blog/?atom. Thanks to @firesock for finding this.
  Adding screenshots for iphone 6 and 6+.
  Allowing guids to change if the permalink doesn't.
  Don't re-fetch already cached images.
  Synchronise DB upgrades with other DB actions. (#591)
  Explicity synchro DB writes. (#591)
  Cleaner service shutdown. (#591)
  Show story list loading indicator only if stories are being fetched, not just if they are queued. (read: don't spin if offline) (#590)
  iOS v4.5.0 submitted to the App Store.
  Fix loading of stories in focus view.
  Disable debug.
  Disable debug.
  Missed file from new loading indicator in reading frag.
  Sync service triggers fewer redraws for loading indicators.
  ...
2014-10-09 15:02:45 -07:00
Samuel Clay
57f1f7e5ec Adding mark as read button to All Site Stories on web. 2014-10-08 16:43:48 -07:00
Samuel Clay
e7ef640412 Fixing remaining counting issue in organizer. 2014-08-11 18:36:41 -07:00
Samuel Clay
de9811d93a Fixing counting and sorting bugs in organizer. 2014-08-11 18:12:54 -07:00
Samuel Clay
c73b248a92 Removing unused code. 2014-08-11 17:42:06 -07:00
Samuel Clay
dbdac3757a Clearing old chooser folders when refreshing. 2014-08-11 17:41:23 -07:00
Samuel Clay
633bdf99b5 Adding counters for selection in organizer. Also hooking up select all and select none actions. 2014-08-11 15:40:33 -07:00
Samuel Clay
f10406bf28 Much improved folder highlighting, taking into account selections deep in a subtree. 2014-08-08 15:35:21 -07:00
Samuel Clay
8644c6ae48 Highlighting feeds when clicking on folders. 2014-08-07 17:21:24 -07:00
Samuel Clay
c1eb3b7534 Highlighting feeds on selection in the organizer. 2014-08-07 16:35:55 -07:00
Samuel Clay
f705f9616f Adding sorting options to organizer. 2014-08-04 20:03:50 -07:00
Samuel Clay
be7994e1c5 Adding stats to organizer. 2014-07-23 17:49:23 -07:00
Samuel Clay
bd10f9fe64 Fixing folder menu alignment bug when right-clicking on first visible folder. 2014-05-05 10:43:10 -07:00
Samuel Clay
de4e6412c9 Launching search (quietly). 2014-04-23 15:05:47 -07:00
Samuel Clay
560acc75b5 Major fix to memory leaks. Hurray this is 99% of all leaks. 2014-02-04 12:03:03 -08:00
Samuel Clay
7a3dce136f Fixing 20% of my memory leaks, but still need to find the rest. Thanks to @theromit for pushing me on this. 2014-02-04 11:50:05 -08:00
Samuel Clay
e368abd7d0 Merge branch 'master' into tagging
* master:
  Fixing view destroy for comments.
  Fixing a number of big memory leaks.
  Fixing story intelligence trainer.
2013-12-17 11:54:47 -08:00
Samuel Clay
351a81ab61 Fixing a number of big memory leaks. 2013-12-16 12:11:23 -08:00
Samuel Clay
84f79e5a81 Merge branch 'master' into tagging
* master: (30 commits)
  Fixing search positioning on saved stories.
  Fixing positioning of popover options in All Site Stories.
  Adding Split tooltip.
  Removing extra logging.
  Switching feedbar and navbar.
  Fixing mark folder as read.
  Removing double.
  Fixing mark as read on socialsubs.
  Adjusting positioning on new feedbar. Also scrolling to selected feed/folder when switch story layouts.
  Reloading feed list when adding, moving, and deleting feeds and folders.
  Reloading feeds on feed/folder add and feedchooser.
  Backend for marking feeds/folders as read at a specific timestamp.
  Adding expanded mark read buttons. Needs backend support.
  iOS v3. Fixed move site view folder placement as well.
  Moving feedbar down to bottom of screen. Prep for new mark read buttons.
  Fixing 2 ios crashes: double-tapping instapaper button and a weird keyboard condition.
  Fixing activities height for subscriptions on ios. Also turning river back on for third-party clients. That wasn't fair and it's hard to get users to upgrade. I'd rather give users the ability to use the product instead of crippling it, unless there is a proper workflow for upgrading, which only exists on the web today.
  Removing last traces of Google Reader from ios app. Also add better final page of ftux. Fixing folder chooser in add dialog on ios.
  Fixing colors on share/train buttons when active. Fixing height on profile cells.
  Stopping animation of share view/keyboard before orientation has changed.
  ...

Conflicts:
	media/js/newsblur/views/story_titles_header_view.js
2013-09-14 11:55:48 -07:00
Samuel Clay
8362ca716c Switching feedbar and navbar. 2013-09-13 23:35:47 -07:00
Samuel Clay
eace80d6b9 Fixing mark folder as read. 2013-09-13 19:19:11 -07:00
Samuel Clay
83cdbebcd7 Reloading feeds on feed/folder add and feedchooser. 2013-09-13 15:54:52 -07:00
Samuel Clay
d8ed12f15b Backend for marking feeds/folders as read at a specific timestamp. 2013-09-13 15:02:10 -07:00
Samuel Clay
b250369312 Adding expanded mark read buttons. Needs backend support. 2013-09-13 13:51:56 -07:00
Samuel Clay
301404a65c Moving feedbar down to bottom of screen. Prep for new mark read buttons. 2013-09-12 21:26:09 -07:00
Samuel Clay
0fd25441b9 Merge branch 'master' into tagging
* master: (26 commits)
  Fixing unknown host error on DO servers.
  Using All Site Stories instead of Top Level on folder chooser.
  Adding new preference for auto-opening a default folder on load.
  Unread counter overlay widget for feeds and social feeds.
  Fixing memory leak when reloading feeds (after add/remove/move), found entirely through @mihaip's hard work. Thanks!
  Disallowing single subscriber feeds to be loaded by non-subscribers.
  Fixing #383. Need a way to retrieve starred stories by hash.
  Previous story button takes you up, no longer to previous story. Should've done this a while ago.
  Adding story intelligence score tip to API.
  Adding user_profile to /reader/feeds. Has is_premium field, as well as web preferences.
  Switching feed link to point ot the feed's permalink, not a feed filter on the blurblog.
  Preventing popular from sharing stories from the same feed id in the same batch.
  Upping delay on new user queue.
  Fixing jenny holzer quote at end of blurblogs.
  Adding better error logging/messaging for marking stories as starred.
  Adding better error logging/messaging for marking stories as starred.
  Fixing broken icon bug.
  Fixing missing user_id in comment's replies and likes.
  Posting popular shared stories to twitter.
  Boosting shared stories on popular.
  ...

Conflicts:
	apps/reader/views.py
2013-08-23 17:30:24 -07:00
Samuel Clay
1964185a54 Fixing memory leak when reloading feeds (after add/remove/move), found entirely through @mihaip's hard work. Thanks! 2013-08-22 23:25:07 -07:00
Samuel Clay
0424ec23e4 Sending user_tags on story tagging (both additions and subtractions). Upgrading Backbone to 1.0 for improved model silencing behavior. 2013-08-13 13:15:36 -07:00
Samuel Clay
687c044b10 Adding folder search for admin only. If you're reading this commit message, don't get excited. I probably won't be launching folder search using this method. It'll be a while before I can ship it. But if for some strange reason folder search is much faster than I thought, this has a chance. 2013-08-07 15:43:25 -07:00
Samuel Clay
54322439f2 Fixing hidden story titles button in vertical story titles on folder. 2013-07-30 17:40:36 -07:00
Samuel Clay
919e9b8889 Further fixing context menu. 2013-07-12 15:32:17 -07:00
Samuel Clay
271781aa2b Fixing right-click menu when opening with menu icon. 2013-07-12 15:21:11 -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
0a6499934e Upgrading to jQuery 2, removing all old migrations. Need to fix autocomplete. 2013-07-03 22:16:01 -07:00
Samuel Clay
40ea81b441 Fixing Show Hidden Stories button for fake folder titles. 2013-06-28 18:42:26 -07:00
Samuel Clay
468928c66e Restyling intelligence trainer. 2013-04-10 17:38:25 -07:00
Samuel Clay
c4ad789263 Refactoring unread count view to merge feed and folder unread count views. Also re-centering unread counts (still need to re-center loading bar). Hiding Original tab in river view. 2013-04-03 12:37:20 -07:00
Samuel Clay
b8ed1bb487 Cleaning up animations on hide/show panes. 2013-03-29 10:58:20 -07:00
Samuel Clay
2f3b9bd2a6 Fixing feed chooser so it shows inactive sites. 2013-03-26 13:49:44 -07:00
Samuel Clay
b5a2ee9219 Fixing hidden feeds for free users. 2013-03-26 10:26:11 -07:00