Commit Graph

233 Commits

Author SHA1 Message Date
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
ddd65f69bf change favicon rest method to accept a subscription id 2013-06-11 13:47:23 +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
829793120c replaced spaces with tabs 2013-06-05 14:45:29 +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
53dfc904c5 always scroll to entry regardless of visibility, as google reader does 2013-06-04 22:13:15 +02:00
Athou
a7c7db3ac8 hopefully fixes some bad scrolling behavior 2013-06-04 16:51:22 +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
dade3c4d08 remove debug line 2013-06-04 07:26:54 +02:00
Athou
6f35491ec6 remove category dragging for now 2013-06-04 07:16:48 +02:00
Athou
48fddc5ed1 throttle scrolling events (#243) 2013-06-04 05:31:13 +02:00
Athou
3c5dfc2d89 prevent click handler trigger when dragging the link and ignore drops on the element that triggered the dragging 2013-06-02 19:37:35 +02:00
Athou
555f35407b added rest methods for updating positions 2013-06-02 12:01:58 +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
Athou
68e29e58ac refactored flatten to use new traverse function 2013-05-31 10:24:59 +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
e6cf48d4f6 improve scrolling performances a little 2013-05-29 10:37:29 +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
77ca2d44df better mobile layout 2013-05-26 17:51:32 +02:00
Athou
e5668d0196 name functions 2013-05-26 17:17:52 +02:00
Athou
237d9cc752 missing semicolons 2013-05-26 15:38:16 +02:00
Athou
5124a092d3 build icon url server side 2013-05-26 15:36:55 +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
Tom Vincent
e640c81aa2 Retrieve favicons using protocol-relative URLs
If you are serving commafeed over https, many mixed content warnings are thrown
on the getfavicon requests, e.g.:

    The page at https://commafeed.com/ displayed insecure content from
    http://d.getfavicon.appspot.com/http%3A%2F%2Fwww.dailywritingtips.com?defaulticon=none.

However, simply removing 'http:' from getfavicon's iconUrl to give a
[protocol-relative url][1] causes some browsers (Chromium) to throw an 'Identity
not verified' error because you are using getfavicon's 'multiple domains'
feature.

Presumably, appspot.com's SSL certificate does not match sub-sub domain's and/or
Chromium has stricter SSL policies (the same thing works in Safari).

We can workaround that by dropping the multiple domain support and hence
removal of the 'firstLetterDomain' function. Hopefully there's not too much of
a performance degradation?

[1]: http://www.paulirish.com/2010/the-protocol-relative-url/
2013-05-26 12:25:17 +08: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
eabdbcc804 reset previous behavior 2013-05-26 00:06:32 +02:00
Athou
89c4f999f0 display relative time if difference is less than 24 hours, even if days are not the same 2013-05-25 15:46:42 +02:00
Athou
a8080c6bba fix delete account button 2013-05-25 13:18:10 +02:00
Athou
0fdb714641 display next refresh date 2013-05-22 16:10:50 +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
a14b55ac9b fix build 2013-05-19 18:18:03 +02:00