summaryrefslogtreecommitdiffstats
path: root/js
AgeCommit message (Expand)Author
2012-10-08split firstrun template from main templateAlessandro Cosentino
2012-09-20setting items as read has now an immediate response from the server about how...Bernhard Posselt
2012-09-19open all links from the feedbody in a new tabBernhard Posselt
2012-09-17 If you click on a feed and then on a second feed, the first one is still loa...Bernhard Posselt
2012-09-17decreased unread timeout from 1s to .5sBernhard Posselt
2012-09-14reduced update cycle to 1 minuteBernhard Posselt
2012-09-14fixed a bug which broke updating via ajaxBernhard Posselt
2012-09-14small mispell fixBernhard Posselt
2012-09-14made feeds smaller, fixed some errors from js linterBernhard Posselt
2012-09-08remember collapsed folders, simplyfied css and jsBernhard Posselt
2012-09-07Remove empty lines at end of fileBart Visscher
2012-09-06put arrow keys jumping back inBernhard Posselt
2012-09-06removes files no longer neededAlessandro Cosentino
2012-09-06removed arrow keys for jumping to next feedBernhard Posselt
2012-09-06 the caption of the eye should toggleBernhard Posselt
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-05removed debug console.logBernhard Posselt
2012-09-05cleanup, moving feeds now sets the unread count correctlyBernhard Posselt
2012-09-05correctly adjust unreadcount for folders when moving a feedBernhard 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-03enter now also commits when adding a feed on the firstrun pageBernhard Posselt
2012-09-03if dialog input text elements are focused, enter commits the formBernhard 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-03fixed weird showAll post requestBernhard Posselt
2012-09-03bind shortcuts on keyupBernhard 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-02changing folder names works nowBernhard Posselt
2012-09-02dont use mock folders, use html delivered from server; deleted unecessary tem...Bernhard Posselt
2012-09-02fixed bug that would not show unread items when show all button was clickedBernhard Posselt
2012-09-02fixed bug that would reverse the show all buttonBernhard Posselt
2012-09-02improved icons in settings by exporting pngs, made show all more responsiveBernhard Posselt
2012-09-02made add feed and add folder dialog client side to speed up displayingBernhard Posselt
2012-09-02hide unread counter with css to not have rendering problems in the beginning ...Bernhard 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-01only change folder when the new folder != old folder, added animation for dnd...Bernhard Posselt
2012-09-01prevent simoultaneous updatesBernhard 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