Граф коммитов

79 Коммитов

Автор SHA1 Сообщение Дата
Bernhard Posselt 9452c4bf7f dont kill favicons on feed update 2013-04-17 11:53:59 +02:00
Bernhard Posselt 1fbcd35ac8 always return the unreadcount when marking read to set update request as 0, dont create new feeds that only consist of unreadcount updates 2013-04-17 10:51:04 +02:00
Bernhard Posselt e48be020ad fix bug that prevented marking read if the highestitemid was 0 also clientside 2013-04-16 17:24:15 +02:00
Bernhard Posselt 43ca6673b4 unescape title to not escape html characters, this is handled by angularjs 2013-04-16 16:59:38 +02:00
Bernhard Posselt a412194653 implement autopaging and proper loading symbols fix #45 and #26 2013-04-16 15:43:42 +02:00
Bernhard Posselt dee17d002d dont show unread count when it is 0, dont bold read feeds, implemented autopaging 2013-04-16 15:23:12 +02:00
Bernhard Posselt 8df6d36d49 move instantiation into file where object is declared, fix unittests that overwrote services for all unittests and caused them to fail 2013-04-16 15:23:12 +02:00
Bernhard Posselt 34342814a0 fix potential errors when fetching favicon that preven feed from being added, fix #66 by not shortening the url 2013-04-15 18:49:44 +02:00
Bernhard Posselt 0ed9131f3f add simple keyboard shortcuts, implemt keep unread fix #43, implement mark as read when scrolling fix #4 2013-04-15 18:31:30 +02:00
Bernhard Posselt 94e82411f7 fix unittest breakage errors in firefox and phantomjs, bump build tools 2013-04-15 18:11:38 +02:00
Bernhard Posselt 464ff6c4c1 renamed bl to businesslayer, handle exception in update routine, fix #69 2013-04-15 16:02:32 +02:00
Bernhard Posselt 01d6e6a3df show real date on hover, more robust check for language support for relative dates 2013-04-15 14:44:48 +02:00
Bernhard Posselt cdbafe0555 removed useless file 2013-04-15 13:53:17 +02:00
Bernhard Posselt 506dc652ff add support for relative dates, fix #28 2013-04-15 13:52:56 +02:00
Bernhard Posselt 360966ab4b get language from server and save it in a language object, dont use a seperate file for instantiating controllers 2013-04-15 12:06:14 +02:00
Bernhard Posselt 8553c92dd9 remove opacity for feedcounter, fix #57 2013-04-15 11:11:20 +02:00
Bernhard Posselt 33342f4ea6 add code to get favicons, fix #49 2013-04-13 23:56:41 +02:00
Bernhard Posselt ce7cd121f4 fix import scoping issue that caused feeds not to be imported at times, set created folders to be opened by default 2013-04-13 22:48:31 +02:00
Bernhard Posselt 0fa0fb22c7 add license headers and authors file 2013-04-13 18:08:52 +02:00
Bernhard Posselt 3149963853 remove debug console.log output from import 2013-04-13 17:37:19 +02:00
Bernhard Posselt ee9e17ef17 implement opml import, fix #23 2013-04-13 17:28:38 +02:00
Bernhard Posselt 38e4b6d7e9 implement opml import, fix #23 2013-04-13 17:28:38 +02:00
Bernhard Posselt a069add71e implement export, needs proper unittests though, fix 31 2013-04-12 14:53:02 +02:00
Bernhard Posselt e8767f7511 implement clientside update requests, fix #27 2013-04-12 12:25:58 +02:00
Bernhard Posselt b90fe335d2 visually show unreadcount using opacity, fix #57 2013-04-12 01:11:34 +02:00
Bernhard Posselt eda8fec587 autoselect folder when it was created and open folder if a feed gets added to it 2013-04-11 21:38:20 +02:00
Bernhard Posselt b06fc20ddb allow users to discard folder and feed errors 2013-04-11 20:56:23 +02:00
Bernhard Posselt ce6b20c59e properly clear the query cache 2013-04-11 20:32:34 +02:00
Bernhard Posselt a9fb379b37 make moving feeds work, fix #22 2013-04-11 19:56:36 +02:00
Bernhard Posselt f16b8e1d92 load new feed when it was added 2013-04-11 19:50:17 +02:00
Bernhard Posselt aa208e38b6 fixed folderselection 2013-04-11 19:45:36 +02:00
Bernhard Posselt 61395bc32d fixed linting errors 2013-04-11 19:36:34 +02:00
Bernhard Posselt 9963975875 added more code for adding feeds and folders 2013-04-11 19:34:24 +02:00
Bernhard Posselt 59f42f80ad add a button for people to get out of add folder mode 2013-04-11 17:55:59 +02:00
Bernhard Posselt 7808ff902b implemented drag and drop directives 2013-04-11 14:40:00 +02:00
Bernhard Posselt b54b454f8a fixed feedmodel 2013-04-11 11:33:05 +02:00
Bernhard Posselt 50902e1c05 fixed foldermodel 2013-04-11 11:21:02 +02:00
Bernhard Posselt ca0864dbcd prework for adding folders 2013-04-08 17:56:53 +02:00
Bernhard Posselt e6d926de62 add link to feed which gets opened when clicked on the subheading of an item 2013-04-08 15:23:06 +02:00
Bernhard Posselt 4b169b4561 dont allow setting read and unread if it doesnt change the status 2013-04-05 23:53:56 +02:00
Bernhard Posselt 27f34bcb4b reload page after showall has been changed 2013-04-05 23:15:25 +02:00
Bernhard Posselt 685ff350eb reduce unreadcount instantly when marking as read, fixes #7 2013-04-05 14:27:14 +02:00
Bernhard Posselt ae42bb1c5f fix collapsing of folders 2013-04-05 14:08:12 +02:00
Bernhard Posselt 1a169b29c1 fixed showall toggle and added methods to set items read and starred 2013-04-05 13:50:30 +02:00
Bernhard Posselt a6d1cc915a implemented bare itembl methods 2013-04-05 12:07:04 +02:00
Bernhard Posselt 54a67849bd brought back feeds and folders 2013-04-05 11:38:12 +02:00
Bernhard Posselt f8451ca565 bring back show all button 2013-04-05 11:22:38 +02:00
Bernhard Posselt d001da3394 cleaned up feedcontroller 2013-04-04 21:57:17 +02:00
Bernhard Posselt 76267670f3 finished feedbl methods 2013-04-04 21:18:43 +02:00
Bernhard Posselt 346346e01c added most of the bl functionality 2013-04-04 19:59:06 +02:00