summaryrefslogtreecommitdiffstats
path: root/js/tests/services/businesslayer/itembusinesslayerSpec.coffee
AgeCommit message (Collapse)Author
2014-05-15use markdown, refactor jsBernhard Posselt
2013-12-20Revert "prevent multiple autopage requests, fix #201"Bernhard Posselt
This reverts commit 67daf1074702f8ee8e0720c6f864bc4b8eb3780c.
2013-12-20prevent multiple autopage requests, fix #201Bernhard Posselt
2013-09-14implement pull to refresh, fix #44Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ↵Bernhard Posselt
items as read that the user didnt see yet fix #141, also update the starred count periodically
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-18remove clientside hashing, fix #72Bernhard Posselt
2013-04-16dont show unread count when it is 0, dont bold read feeds, implemented ↵Bernhard Posselt
autopaging
2013-04-16move instantiation into file where object is declared, fix unittests that ↵Bernhard Posselt
overwrote services for all unittests and caused them to fail
2013-04-15add simple keyboard shortcuts, implemt keep unread fix #43, implement mark ↵Bernhard Posselt
as read when scrolling fix #4
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt