Search found 40 matches
- 02 Dec 2015, 10:37
- Forum: Feature requests
- Topic: [Android Client] Open links as Chrome custom tab
- Replies: 16
- Views: 20520
Re: [Android Client] Open links as Chrome custom tab
Hello fox, I just tried the custom tabs feature and on at least my phone I am seeing an intermediate issue of Chrome opening instead of the tab. It does not happen all the time but I can reproduce it quite easily by going to an article clicking on the floating button to open it in a tab, then closin...
- 15 Jul 2015, 17:53
- Forum: Development
- Topic: I made a thing (again)
- Replies: 33
- Views: 12837
Re: I made a thing (again)
To bring this topic really to an end now. I figured out why it was working for you and not for me with the same pages. libxml2 the library behind all this does not understand the HTML5 charset declarations <meta charset=...> prior to version 2.80. Heise.de uses this "new" declarations and ...
- 15 Jul 2015, 12:12
- Forum: Development
- Topic: I made a thing (again)
- Replies: 33
- Views: 12837
Re: I made a thing (again)
You are right, instead of sending bits and pieces I should have send a patch that actually looked sane.
I'll no longer waste your time with this.
I'll no longer waste your time with this.
- 15 Jul 2015, 09:20
- Forum: Development
- Topic: I made a thing (again)
- Replies: 33
- Views: 12837
Re: I made a thing (again)
I did not notice anything breaking in my case, what's happening exactly? As for my change, I think using the header is not such a good idea afterall since it can be empty. or better the charset not set. a Meta charset tag should be always there. So instead of reading the header and parsing it we can...
- 15 Jul 2015, 00:34
- Forum: Development
- Topic: I made a thing (again)
- Replies: 33
- Views: 12837
Re: I made a thing (again)
http://www.fontanka.ru/fontanka.rss Oook, this took really longer than I expected. Nevertheless I now have a work in progress version that should work with all encodings. Have a look at it here https://github.com/maru-sama/Tiny-Tiny-RSS/commit/278977962f4b0047c3cbf3da9d172c470b974692 So what did I ...
- 14 Jul 2015, 17:10
- Forum: Development
- Topic: I made a thing (again)
- Replies: 33
- Views: 12837
Re: I made a thing (again)
well its unlikely to detect some random non-unicode feed as utf8 so that's ok i guess not sure why document->encoding is empty, my theory would be php being garbage as usual Reading through the docs shows that a lot of people are struggling with it. I am wondering if it should be always converted t...
- 14 Jul 2015, 14:49
- Forum: Development
- Topic: I made a thing (again)
- Replies: 33
- Views: 12837
Re: I made a thing (again)
well its unlikely to detect some random non-unicode feed as utf8 so that's ok i guess not sure why document->encoding is empty, my theory would be php being garbage as usual Reading through the docs shows that a lot of people are struggling with it. I am wondering if it should be always converted t...
- 14 Jul 2015, 14:28
- Forum: Development
- Topic: I made a thing (again)
- Replies: 33
- Views: 12837
Re: I made a thing (again)
what this library does is essentially guesswork it's not going to work all the time on every html page out there that's why there's no "enable for all feeds" checkbox Ok, so apparently I clicked on this feed once for testing and forgot about it sorry. But I still have a problem with the c...
- 14 Jul 2015, 09:54
- Forum: Development
- Topic: I made a thing (again)
- Replies: 33
- Views: 12837
Re: I made a thing (again)
https://fakecake.org/uploads/2015/20150762SoJn.png old articles won't update unless you run the feed through the debugger I did and I still get the wrong characters. (fD and then tick both checkboxes). edit1: Oook, apparently $tmpdoc->encoding is empty for me so the if always triggers. I found a wo...
- 14 Jul 2015, 08:49
- Forum: Development
- Topic: I made a thing (again)
- Replies: 33
- Views: 12837
Re: I made a thing (again)
fox wrote:at least your heise feed parsed correctly last time I tried it.
Strange, the characters are still broken for me on this feet.
- 13 Jul 2015, 23:36
- Forum: Development
- Topic: I made a thing (again)
- Replies: 33
- Views: 12837
Re: I made a thing (again)
we need to remove meta elements anyway because domdocument will otherwise use it to output source encoding on saveHTML() and everything will break a bit later the real question is what's the encoding of that heise page if its not UTF-8 e: lol, it's "utf-8". amazing. e2: i'll never underst...
- 13 Jul 2015, 22:36
- Forum: Development
- Topic: heads up: headline list behavior changes
- Replies: 28
- Views: 15429
Re: heads up: headline list behavior changes
yeah, i've just rolled it back, so we might have new and exciting bugs now. it also seems faster, a bit. I just installed the rollback and now I see the following error every time I click on a category.. Exception: TypeError: reply.headlines.content.each is not a function Function: headlines_callba...
- 13 Jul 2015, 21:58
- Forum: Development
- Topic: heads up: headline list behavior changes
- Replies: 28
- Views: 15429
Re: heads up: headline list behavior changes
Ok I found another issue apparently cause by the recent update. When I try to remove a feed I get the following error
Exception: TypeError: reply.headlines.content.each is not a function
Function: headlines_callback2()
The feed is removed from the list though
Exception: TypeError: reply.headlines.content.each is not a function
Function: headlines_callback2()
The feed is removed from the list though
- 13 Jul 2015, 18:03
- Forum: Development
- Topic: I made a thing (again)
- Replies: 33
- Views: 12837
Re: I made a thing (again)
Hnmm, I enabled this for one of my feeds here and while it indeed shows the full article now the encoding does not seem to work correctly. All umlauts are shown in the wrong encoding (you see two characters for 2byte utf8 characters, something you normally only see if you have utf-8 content but the ...
- 11 Jul 2015, 18:08
- Forum: Development
- Topic: A thing
- Replies: 17
- Views: 6915
Re: A thing
Hi fox, I just hat a look at the resend master and compact view with images is crashing for me in HeadlinesFragment.java java.lang.NullPointerException at org.fox.ttrss.HeadlinesFragment$ArticleListAdapter$2.onProgressUpdate(HeadlinesFragment.java:828) at com.nostra13.universalimageloader.core.LoadA...