summaryrefslogtreecommitdiffstats
path: root/js/app/controllers
AgeCommit message (Collapse)Author
2013-09-16version bump1.603Bernhard Posselt
2013-09-16also translate title, fix #350Bernhard Posselt
2013-09-14implement pull to refresh, fix #44Bernhard Posselt
2013-09-12fix #342Bernhard Posselt
2013-09-09fix unit tests for phantomjs runnerBernhard Posselt
2013-09-02all the firstrunpage in one commitAlessandro Cosentino
2013-08-26change email adress in copyright headersBernhard Posselt
2013-08-01scroll to bottom when you click on show all to make it easier to click the ↵Bernhard Posselt
button again, fix #296
2013-05-07dont highlight tab title when nothing changed, fix #157Bernhard Posselt
2013-04-26format unread count properlyBernhard Posselt
2013-04-22add unittest for feedcontroller, fix #51, dont activate add button if input ↵Bernhard Posselt
does not contain characters
2013-04-22add a unittest for itemcontroller, fix #92Bernhard Posselt
2013-04-19added javascript for uploading google reader json filesBernhard Posselt
2013-04-18also format unreadcount in the titleBernhard Posselt
2013-04-18show unread count in title, fix #64Bernhard Posselt
2013-04-16unescape title to not escape html characters, this is handled by angularjsBernhard Posselt
2013-04-16implement autopaging and proper loading symbols fix #45 and #26Bernhard Posselt
2013-04-16dont show unread count when it is 0, dont bold read feeds, implemented ↵Bernhard Posselt
autopaging
2013-04-15add simple keyboard shortcuts, implemt keep unread fix #43, implement mark ↵Bernhard Posselt
as read when scrolling fix #4
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-15add support for relative dates, fix #28Bernhard Posselt
2013-04-15get language from server and save it in a language object, dont use a ↵Bernhard Posselt
seperate file for instantiating controllers
2013-04-15remove opacity for feedcounter, fix #57Bernhard Posselt
2013-04-13fix import scoping issue that caused feeds not to be imported at times, set ↵Bernhard Posselt
created folders to be opened by default
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-12implement export, needs proper unittests though, fix 31Bernhard Posselt
2013-04-12visually show unreadcount using opacity, fix #57Bernhard Posselt
2013-04-11autoselect folder when it was created and open folder if a feed gets added to itBernhard Posselt
2013-04-11allow users to discard folder and feed errorsBernhard Posselt
2013-04-11make moving feeds work, fix #22Bernhard Posselt
2013-04-11load new feed when it was addedBernhard Posselt
2013-04-11fixed linting errorsBernhard Posselt
2013-04-11added more code for adding feeds and foldersBernhard Posselt
2013-04-11add a button for people to get out of add folder modeBernhard Posselt
2013-04-11implemented drag and drop directivesBernhard 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-02small pixel fixesBernhard Posselt
2013-04-02split logic into business layersBernhard Posselt
2013-03-27adding dudesBernhard Posselt
2013-03-27adding folders worksBernhard 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-26show title and author below feedBernhard Posselt
2013-03-26viewing the first 20 items is now possibleBernhard Posselt
2013-03-26fixed setting of active feedBernhard Posselt