summaryrefslogtreecommitdiffstats
path: root/js/tests/services/models/itemmodelSpec.coffee
AgeCommit message (Collapse)Author
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-04improved and cleaned up js unittestsBernhard Posselt
2013-04-02split logic into business layersBernhard Posselt
2013-03-27fixed bug that didnt add feeds when they were deleted onceBernhard Posselt
2013-03-27fixed mark all unread serverside (was missing highestitemid, dont use ↵Bernhard Posselt
lastmodified to compare for new versions but use the highest item id. if items are updated and the guidHash and feedId are the same then it will be deleted and newly inserted to make the lastmodified feasable
2013-03-18added rewritten js from appframwork-js branchBernhard Posselt