Commit Graph

153 Commits

Author SHA1 Message Date
Athou
7432bd510d merge new infos into existing array instead of replacing the array completely, prevents full tree refresh and scrollbar location loss (fix #342) 2013-06-26 15:34:38 +02:00
Athou
790c3bce14 + and - control current entry font size (fix #272) 2013-06-26 13:29:47 +02:00
Athou
c376302bb9 cancel event even when there's no entry to open/focus (fix #335) 2013-06-25 09:38:02 +02:00
Athou
1b37e95336 smarter queries for other types 2013-06-20 23:31:28 +02:00
Athou
293ed52929 prevent scrolling when using middle click 2013-06-15 16:13:15 +02:00
Athou
abe0785789 force load more items when focusing the last item in the list, the infinite scroll does not trigger if the last article is too long 2013-06-09 11:22:29 +02:00
Athou
1c9401a82e trigger server refresh with keyboard shortcut too 2013-06-08 21:46:40 +02:00
Athou
feda8ca834 optional query parameter to filter out old entries from results 2013-06-08 14:09:46 +02:00
Athou
84db458fd1 mark the entry as read when using 'b' or 'v' 2013-06-08 07:52:26 +02:00
Athou
dc37a168f2 missing ; 2013-06-05 14:44:32 +02:00
Athou
2b8f7cf221 Actually only scroll the entry to top when using keyboard shortcuts, when clicking the entry, check the visibility of the entry. This is what google reader does. 2013-06-05 12:24:04 +02:00
Athou
9170030856 display current position 2013-06-04 10:30:26 +02:00
Athou
075c3b6b61 manually set position 2013-06-04 10:11:16 +02:00
Athou
7ffd044a86 added needed fields in models and needed libraries for frontend (#67) 2013-06-02 09:46:36 +02:00
Athou
ca2d52d576 missing semicolons 2013-05-31 15:40:38 +02:00
Athou
cae7e7f9c8 refactored dialog 2013-05-31 15:10:41 +02:00
Risto Kankkunen
2ba050a167 Implemented "goto subscription".
TODO:
 * Neither navigation with arrows nor selection with ENTER implemented,
   must click a subscription.
2013-05-27 21:32:19 +03:00
Athou
7c2d000c26 don't use ngupload for opml import, use a classic http post 2013-05-29 15:16:07 +02:00
Athou
2c6c432e7f little refactoring 2013-05-29 10:48:47 +02:00
Athou
aaf74efbb9 more on themes 2013-05-29 09:21:53 +02:00
Athou
91c9173109 ignore right clicks (fix #209) 2013-05-29 09:00:06 +02:00
Athou
eb996560c2 initial theme implementation 2013-05-28 22:45:03 +02:00
Athou
c6a8c288ce initial mobile design (#54) 2013-05-26 14:35:59 +02:00
Athou
d4b284eb80 simulate the meta key pressed when clicked, for macosx (#179) 2013-05-26 11:32:36 +02:00
Athou
2f2afcf274 missing semicolons 2013-05-26 01:08:21 +02:00
Athou
2eebbbfdd1 much needed keyboard shortcuts to navigate the feeds list 2013-05-26 00:58:32 +02:00
Athou
84fc09311c shortcut to open link in background (fix #179) 2013-05-26 00:12:16 +02:00
Athou
cc1d9dc4d2 scroll page when item not visible using 'n' and 'p' 2013-05-26 00:07:00 +02:00
Athou
a8080c6bba fix delete account button 2013-05-25 13:18:10 +02:00
Athou
f340e1818f retrieve more articles in expanded view 2013-05-22 12:19:24 +02:00
Risto Kankkunen
5b31ab2f8b Refactor {open,focus}{Next,Previous}Entry().
--HG--
extra : amend_source : f7cbe276ddab8b0838736dc8df4400fb4aebd21f
2013-05-21 21:08:44 +03:00
Risto Kankkunen
21b040235f Make "n" and "p" focus next/previous entry like in Google Reader. TODO: Doesn't scroll view to keep the current entry visible. 2013-05-21 20:42:59 +03:00
Risto Kankkunen
8f9e8fd2ea Make subscription failures visible.
--HG--
extra : rebase_source : 9e7232b821665d9a6342c928d0b17ac3bdd9e6e7
2013-05-20 22:14:56 +03:00
Athou
eb198b74b0 bookmarklet for next unread item 2013-05-19 16:24:56 +02:00
Athou
7a6eb90e1d injections cleanup 2013-05-19 10:50:34 +02:00
Athou
d8277800bd subscribe by url callback and subtome support 2013-05-19 10:41:19 +02:00
Athou
12ab868b2b userlist admin table tweaks 2013-05-17 21:25:10 +02:00
Athou
54841a92de toolbar navigation icons 2013-05-17 16:33:58 +02:00
Athou
62e851cacf both #117 and #77 2013-05-17 13:31:43 +02:00
Athou
65d753fdeb support for n and p in addition to j and k 2013-05-15 23:03:02 +02:00
Athou
98aeccbb66 i18n implementation (#55) 2013-05-12 14:19:00 +02:00
Athou
ca47270db1 store and use preferred language from user (#55) 2013-05-11 22:49:33 +02:00
Athou
637c41f2ce scroll to entry on click in expanded view (#76) 2013-05-11 12:55:37 +02:00
Athou
971d80e141 add tracking for subscription list 2013-05-11 11:53:51 +02:00
Athou
ef618c1e13 allow users to permanently delete their account 2013-05-08 16:17:45 +02:00
Athou
f27288bbd2 keyboard shortcut for marking all entries as read 2013-05-07 08:03:23 +02:00
Athou
2100e114f4 keyboard shortcut to mark as read/unread 2013-05-06 20:42:39 +02:00
Athou
4a73bff3ee different loading limit based on view mode 2013-05-06 16:09:15 +02:00
Athou
de97062ea7 unbind space and shift+space until we do something smarter 2013-05-06 15:13:20 +02:00
Athou
5a40db90bc scroll to entries only when navigating through click or keyboard, not scroll (#62) 2013-05-06 15:05:17 +02:00