summaryrefslogtreecommitdiffstats
path: root/js/items.js
AgeCommit message (Expand)Author
2012-09-05moved thumbnail code from js to cssBernhard Posselt
2012-09-05added padding to first img child to mark it as thumbnailBernhard Posselt
2012-09-05cleanup, moving feeds now sets the unread count correctlyBernhard Posselt
2012-09-05fixed bug that would prevent marking as keep_unread when directly clicking on...Bernhard Posselt
2012-09-05mark viewed article soonerBernhard Posselt
2012-09-03set a timeout for scroll event to only trigger once every 100 milisecsBernhard Posselt
2012-09-03dont mark feeds as read when you hit the bottom because its not needed any moreBernhard Posselt
2012-09-03fixed bug when feed whould not be marked as viewedBernhard Posselt
2012-09-03add padding to the bottom to be able to scroll even with one elementBernhard Posselt
2012-09-03marking as viewed now works on jumpingBernhard Posselt
2012-09-03mark currently read itemBernhard Posselt
2012-09-03left and right arrow now also jump to previous/next articleBernhard Posselt
2012-09-03j jumps to next entry, k to previous if no dialog is openBernhard Posselt
2012-09-01fixed all read button, made the reader more responsing by not waiting for the...Bernhard Posselt
2012-09-01corrected param names for load, added enum for typesBernhard Posselt
2012-09-01clicking on item title now marks item as read againBernhard Posselt
2012-09-01implemented server side move feed to folderBernhard Posselt
2012-09-01mark all read works nowBernhard Posselt
2012-09-01folders are now correctly transformed when it contains hidden itemsBernhard Posselt
2012-09-01set unreadcount affects the whole menu nowBernhard Posselt
2012-09-01fixed keep unreadBernhard Posselt
2012-09-01order feeds from cache by timestampBernhard Posselt
2012-09-01merged marking of items into item objectBernhard Posselt
2012-09-01empty itemcache on view changeBernhard Posselt
2012-09-01implemented clientside caching of itemsBernhard Posselt
2012-09-01wired removing and adding of feedsBernhard Posselt
2012-09-01prevent loading when drag and dropping feedsBernhard Posselt
2012-09-01more cleanupBernhard Posselt
2012-09-01added missing methods and javadocBernhard Posselt