Commit Graph

58 Commits (6de3a1be7b7bfb82f5e3a4ce3161abb764e49582)

Author SHA1 Message Date
Andrew Dolgov 07734eee5a loadMoreHeadlines: use shorter syntax for adaptive offset calculation 11 years ago
Andrew Dolgov d9e78984fb viewfeed: properly escape feed in ajax query 11 years ago
Matt Haley a95e14fb4c Load selected feed after a short timeout
Avoid firing multiple server requests if the user is navigating up/down
the tree list with the keyboard. Instead, wait till the user has stopped
navigating for at least 250ms.
11 years ago
Andrew Dolgov f6ba763d6b Revert "Load selected feed after a short timeout"
This reverts commit 17c5d44cf4.
11 years ago
Matt Haley 17c5d44cf4 Load selected feed after a short timeout
Avoid firing multiple server requests if the user quickly clicks another feed or is navigating up/down the tree list with the keyboard.
11 years ago
Andrew Dolgov c594eca0de implement additional counter mode for virtual feeds when there's 0 unread articles 11 years ago
Andrew Dolgov 7b32ee7e40 mark older than two weeks: fix typo 11 years ago
Andrew Dolgov ea18cceaca remove splash before freshfeed is loaded 11 years ago
Andrew Dolgov 8d388f321b add a simple JS-based hook host 11 years ago
Andrew Dolgov ba1c7d7cc9 do not set active feed id in headlines callback, bailout if received data for currently deselected feed 11 years ago
Andrew Dolgov e3ca32a818 replace catchupCurrentFeed dropdown with a better control 11 years ago
Andrew Dolgov 417591034a remove experimental view_settings stuff from master 11 years ago
Andrew Dolgov a2a3d5a3aa add (disabled) per-feed view_settings handling placeholder 11 years ago
Andrew Dolgov c8b693cf7f implement catchup with selectable updated criteria 11 years ago
Andrew Dolgov b9a06a0e39 retire frankly ridiculous sorting by score/title/date/default
keep defaul and oldest first instead of REVERSE_HEADLINES
11 years ago
Andrew Dolgov f820f205d0 css cleanup; remove auxDlg; add separate prefs.css 11 years ago
Andrew Dolgov 2196b517cd manually find and expand all parent nodes of a selected feed in feedTree
because dojo is incapable of doing it itself in a situation where tree
persistence cookie is at initial state, bloody fucking hell
11 years ago
Andrew Dolgov d5a8e86417 show loading indicator when appending headlines 11 years ago
Andrew Dolgov 6cf60c881f add little loading indicator for feed categories 11 years ago
Andrew Dolgov 4b74648909 remove two unnecessary hideOrShowFeeds calls 11 years ago
Andrew Dolgov 2bee32ffa7 remove headline precaching stuff, conflicts with dijit widgets in
headlines buffer
12 years ago
Andrew Dolgov 18e1a773d1 change ctrl-arrow bindings to always keep current article on top
(previous behavior)
replace direct active_post_id references with get/set functions
12 years ago
Andrew Dolgov 1b04a298ef store active feed id in url hash and restore on reload 12 years ago
Andrew Dolgov 0a7b15207e remove previous counter hacks; force request counters when there's no
unread stuff left in current feed (e.g. finished reading)
12 years ago
Andrew Dolgov 5129d29d65 reduce counters request minimum interval 12 years ago
Andrew Dolgov bf40c12408 request_counters: force request 50% of the time to keep all counters updated 12 years ago
Andrew Dolgov d9013d8351 enable displayNewContentPrompt() for cats 12 years ago
Andrew Dolgov 38325ad6d1 remove tt-rss tabcontrol 12 years ago
Andrew Dolgov 5b55e9e25c js: simplify counter updating, remove some unused stuff 12 years ago
Andrew Dolgov 57e9729425 feedlist_init: do not wait before calling viewfeed(-3) 12 years ago
Andrew Dolgov 1e07a58a86 do not reset search query because of background requests 12 years ago
Andrew Dolgov c0c2abbaa7 force refetch feed when clicking update/clicking on same feed in the tree 12 years ago
Andrew Dolgov 0ef32f48b2 unify child category counter display; remove include_children control 12 years ago
Andrew Dolgov 32834a7412 viewfeed: better checking for reopening current feed 12 years ago
Andrew Dolgov c67cd7ab9d fix infinite scrolling for search results 12 years ago
Andrew Dolgov fe0a51ac83 loadMoreHeadlines: revert to old behaviour for adaptive 12 years ago
Andrew Dolgov 455e774a3a loadMoreHeadlines: fix for unread view
decrementFeedCounter: do not apply counter hacks when dealing with
subcategory entries
12 years ago
Andrew Dolgov 183ca8b940 parse_counters: properly delete category cache when child_unread changes 12 years ago
Andrew Dolgov 2c2cdaf7dc allow request_counters() in bw_limit mode 12 years ago
Andrew Dolgov 3d2c9f5adf small tweak for loadMoreHeadlines() algorithm 12 years ago
Andrew Dolgov 4d5eed551f only precache_headlines_idle() when actually idle 12 years ago
Andrew Dolgov 973c4a649f make precache_headlines_idle() start slower 12 years ago
Andrew Dolgov 854a2ace86 change include_children to a togglebutton; add placeholder setting save in a session 12 years ago
Andrew Dolgov 2c5f231e43 add special indication for categories having unread items in child categories 12 years ago
Andrew Dolgov 18f6961a65 decrementFeedCounter: remove stored cache instead 12 years ago
Andrew Dolgov 2b613b14c5 update headline cache in decrementFeedCounter 12 years ago
Andrew Dolgov 705b97b7fc revert to previous catchup behaviour on reverse headlines mode; fix typo in js 12 years ago
Andrew Dolgov 184f51952c experimental tweak to not mark articles newer than last one loaded in the buffer as read 12 years ago
Andrew Dolgov e2d1c16ed1 disable catchup of visible headlines on viewfeed() 12 years ago
Andrew Dolgov de44b9a61e add counter hack to combined mode 12 years ago