summaryrefslogtreecommitdiffstats
path: root/js/tests/controllers
AgeCommit message (Expand)Author
2013-12-19add compact view, fix #267, merry christmas ;DBernhard Posselt
2013-12-19add persistent option for compact viewBernhard Posselt
2013-09-16also translate title, fix #350Bernhard Posselt
2013-09-14dont do pull to refresh when loading in itemsBernhard Posselt
2013-09-14implement pull to refresh, fix #44Bernhard Posselt
2013-09-12fix #342Bernhard Posselt
2013-09-09dont ignore vendor build directoriesBernhard Posselt
2013-09-09fix unit tests for phantomjs runnerBernhard Posselt
2013-09-01more whitespace for oc6Bernhard Posselt
2013-08-26change email adress in copyright headersBernhard Posselt
2013-05-04use 99 as maximum unread count to display, permanently display delete button ...Bernhard Posselt
2013-04-29go back to order by id, fix #138, use a newest item id to prevent marking ite...Bernhard Posselt
2013-04-26order by pubdate on the client side fix #115Bernhard Posselt
2013-04-22add unittest for feedcontroller, fix #51, dont activate add button if input d...Bernhard Posselt
2013-04-22add a unittest for itemcontroller, fix #92Bernhard Posselt
2013-04-19added javascript for uploading google reader json filesBernhard Posselt
2013-04-16move instantiation into file where object is declared, fix unittests that ove...Bernhard Posselt
2013-04-15fix unittest breakage errors in firefox and phantomjs, bump build toolsBernhard Posselt
2013-04-15renamed bl to businesslayer, handle exception in update routine, fix #69Bernhard Posselt
2013-04-15get language from server and save it in a language object, dont use a seperat...Bernhard Posselt
2013-04-13remove debug console.log output from importBernhard Posselt
2013-04-13implement opml import, fix #23Bernhard Posselt
2013-04-13implement opml import, fix #23Bernhard Posselt
2013-04-08add link to feed which gets opened when clicked on the subheading of an itemBernhard Posselt
2013-04-05implemented bare itembl methodsBernhard Posselt
2013-04-05bring back show all buttonBernhard Posselt
2013-04-04cleaned up feedcontrollerBernhard Posselt
2013-04-04added most of the bl functionalityBernhard Posselt
2013-04-02split logic into business layersBernhard Posselt
2013-03-27adding dudesBernhard Posselt
2013-03-27adding folders worksBernhard Posselt
2013-03-27also update feedmodel if urlhash is the sameBernhard Posselt
2013-03-27fixed mark all unread serverside (was missing highestitemid, dont use lastmod...Bernhard Posselt
2013-03-26show title and author below feedBernhard Posselt
2013-03-26viewing the first 20 items is now possibleBernhard Posselt
2013-03-26added casting information for data objectsBernhard Posselt
2013-03-26added logic for adding feedsBernhard Posselt
2013-03-26added adding of feeds logicBernhard Posselt
2013-03-25fix bad setter usageBernhard Posselt
2013-03-25added more feedcontroller methodsBernhard Posselt
2013-03-25added feedcontroller methods and testsBernhard Posselt
2013-03-25provide feedcontroller skeleton methodsBernhard Posselt
2013-03-23fixed dicontainer and added basic controllersBernhard Posselt