This repository was archived by the owner on Nov 28, 2024. It is now read-only.
Open
Conversation
Sort ItemIds by timestamp (Downward). That prevents mark all items as read if they are disordered.
In webview settings, if blockNetwokImage option is false images are not loaded (although they are in device and loaded with file:// scheme).
In theoldreader.com, when application try to refresh starred post, it get a document not found error.
Owner
|
Thanks @scastrorico 👍 |
Conflicts: src/org/freshrss/easyrss/VerticalSingleItemView.java
Collaborator
Author
|
I removed the conflicts. |
Owner
|
I am archiving this project, as there are better open source alternatives, more actively maintained and developed: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Application doesn't refresh starred post when used with theoldreader.com (it generates a 404 error), althought I think it work well with Freshrss.
The URL used by application to retrieve starred items is this:
<server>/reader/api/0/stream/contents/user/-/state/com.google/starred.According to this page https://github.com/mihaip/google-reader-api/blob/master/wiki/ApiStreamContents.wiki and theoldreader api reference page https://github.com/theoldreader/api, it seems that the correct URL must be this:
<server>/reader/api/0/stream/contents?s=user/-/state/com.google/starredI tested it and work well in both systems.