1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2024-10-17 08:42:48 +02:00
Commit Graph

6749 Commits

Author SHA1 Message Date
Bernhard Posselt
747077e85e correctly adjust unreadcount for folders when moving a feed 2012-09-05 16:18:56 +02:00
Bernhard Posselt
9969132b05 changed background color of open folders 2012-09-05 15:58:44 +02:00
Bernhard Posselt
c584c820b8 hide empty folders or folders with all read items by default 2012-09-05 15:45:51 +02:00
Bernhard Posselt
4c8457c01e fixed bug that would prevent marking as keep_unread when directly clicking on the checkbox, fixed bug that prevented a folder being set as all read 2012-09-05 15:29:44 +02:00
Bernhard Posselt
fd16daf12d mark viewed article sooner 2012-09-05 15:29:44 +02:00
Jenkins for ownCloud
1a519d3695 [tx-robot] updated from transifex 2012-09-05 02:06:20 +02:00
Jenkins for ownCloud
3e94700e10 [tx-robot] updated from transifex 2012-09-04 02:04:35 +02:00
Bernhard Posselt
bb44bfedc3 enter now also commits when adding a feed on the firstrun page 2012-09-03 16:47:54 +02:00
Bernhard Posselt
8f8069022a if dialog input text elements are focused, enter commits the form 2012-09-03 16:39:36 +02:00
Bernhard Posselt
29c878f440 set a timeout for scroll event to only trigger once every 100 milisecs 2012-09-03 15:40:02 +02:00
Jenkins for ownCloud
eba4082bc9 [tx-robot] updated from transifex 2012-09-03 15:17:06 +02:00
Bernhard Posselt
843845695f dont mark feeds as read when you hit the bottom because its not needed any more 2012-09-03 03:23:22 +02:00
Bernhard Posselt
37d7ad7c5b fixed bug when feed whould not be marked as viewed 2012-09-03 03:14:17 +02:00
Bernhard Posselt
74693ed2db add padding to the bottom to be able to scroll even with one element 2012-09-03 03:00:36 +02:00
Bernhard Posselt
8f574db911 marking as viewed now works on jumping 2012-09-03 02:31:26 +02:00
Jenkins for ownCloud
2bd6773835 [tx-robot] updated from transifex 2012-09-03 02:12:39 +02:00
Bernhard Posselt
7d1761bb48 mark currently read item 2012-09-03 02:03:58 +02:00
Bernhard Posselt
379554e1b0 fixed weird showAll post request 2012-09-03 01:16:28 +02:00
Bernhard Posselt
ff09dc5c27 bind shortcuts on keyup 2012-09-03 00:43:00 +02:00
Bernhard Posselt
56ba4a1890 left and right arrow now also jump to previous/next article 2012-09-03 00:32:13 +02:00
Bernhard Posselt
144da1ca88 j jumps to next entry, k to previous if no dialog is open 2012-09-03 00:26:04 +02:00
Bernhard Posselt
f8ce1854ba changing folder names works now 2012-09-02 17:09:59 +02:00
Bernhard Posselt
a5495046a4 dont use mock folders, use html delivered from server; deleted unecessary templates and ajax files 2012-09-02 14:34:24 +02:00
Bernhard Posselt
3385de22ef fixed bug that would not show unread items when show all button was clicked 2012-09-02 03:25:27 +02:00
Bernhard Posselt
6b2aef96ba fixed bug that would reverse the show all button 2012-09-02 03:22:36 +02:00
Bernhard Posselt
8e13a082bd improved icons in settings by exporting pngs, made show all more responsive 2012-09-02 03:20:01 +02:00
Bernhard Posselt
7251854ff2 fixed star AA issue in menu 2012-09-02 03:07:28 +02:00
Bernhard Posselt
3932cc60ab disable ugly hover style on dialogs 2012-09-02 02:56:58 +02:00
Bernhard Posselt
462ca308ae made add feed and add folder dialog client side to speed up displaying 2012-09-02 02:49:49 +02:00
Jenkins for ownCloud
0fe9dfd53e [tx-robot] updated from transifex 2012-09-02 02:09:59 +02:00
Bernhard Posselt
c20f75c9a6 hide unread counter with css to not have rendering problems in the beginning when binding the menu; theres no a default none folder in the dropdown menu 2012-09-02 01:05:33 +02:00
Bernhard Posselt
2781817b36 fixed all read button, made the reader more responsing by not waiting for the server to add classes (mark read/set important/select feed) 2012-09-01 22:06:46 +02:00
Bernhard Posselt
37158f2141 corrected param names for load, added enum for types 2012-09-01 21:02:00 +02:00
Robin Appelman
50b1b38d03 we can now use UNIX_TIMESTAMP in queries 2012-09-01 20:45:08 +02:00
Bernhard Posselt
6867632e9d changed active feed color back to previous color 2012-09-01 19:17:58 +02:00
Bernhard Posselt
b7825283f0 clicking on item title now marks item as read again 2012-09-01 19:17:58 +02:00
Bernhard Posselt
2c86b31be1 implemented server side move feed to folder 2012-09-01 14:33:59 +02:00
Bernhard Posselt
e5afa8f703 only change folder when the new folder != old folder, added animation for dnd overed elements 2012-09-01 13:59:28 +02:00
Jenkins for ownCloud
213f00e451 [tx-robot] updated from transifex 2012-09-01 02:07:00 +02:00
Bernhard Posselt
fcb2f8851f prevent simoultaneous updates 2012-09-01 01:55:00 +02:00
Bernhard Posselt
42f4244d44 mark all read works now 2012-09-01 01:45:00 +02:00
Bernhard Posselt
4c39312cb3 folders are now correctly transformed when it contains hidden items 2012-09-01 01:19:47 +02:00
Bernhard Posselt
069f27346d set unreadcount affects the whole menu now 2012-09-01 01:03:55 +02:00
Bernhard Posselt
5cfa3376a0 fixed keep unread 2012-09-01 00:40:46 +02:00
Bernhard Posselt
a1d4791d3a order feeds from cache by timestamp 2012-09-01 00:31:39 +02:00
Bernhard Posselt
0c4e8c98d8 merged marking of items into item object 2012-09-01 00:31:39 +02:00
Bernhard Posselt
d23e81a85a empty itemcache on view change 2012-09-01 00:31:39 +02:00
Bernhard Posselt
62deb561f1 implemented clientside caching of items 2012-09-01 00:31:39 +02:00
Bernhard Posselt
2477d7e8e1 removed jquery ui bugs when dragging feeds 2012-09-01 00:31:39 +02:00
Bernhard Posselt
798a2001ba fixed adding feeds 2012-09-01 00:31:39 +02:00