tt-rss-newsplus-plugin icon indicating copy to clipboard operation
tt-rss-newsplus-plugin copied to clipboard

Tiny-Tiny-RSS plugin to allow two way synchronization with the News+ Android app

Results 5 tt-rss-newsplus-plugin issues
Sort by recently updated
recently updated
newest added

If I sync with tt-rss using the api_newsplus-plugin, I receive warnings about undefined variables "limit_query_part" and "offset_query_part". It seems, if the parameter "limit" is set to 0, the variables will...

Fix issue #11 Added definition-check for variables before using it (with isset()).

[Line 47](https://github.com/hrk/tt-rss-newsplus-plugin/blob/a8e2a21d96bf844429ec20c4863545e70c818e5f/api_newsplus/init.php#L47) reads as follows: ```php $limit = (int) db_escape_string($_REQUEST["limit"]); ``` This results in `null` (as well as various invalid input) being passed along as zero (no limit). The following...

Hello, if i star/mark an article in the News+ app it seems not to be synced to the tt-rss backend. Is this possible? Do I need to add/change something? Thanks...

Hi @hrk I installed the latest TT-RSS on my synology and i am able to use the TT-RSS app and also News+ with your extension. I love this way more...