-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support of custom RSS services compatible with Google Reader API #4
Open
Alkarex
wants to merge
121
commits into
davidsun:master
Choose a base branch
from
Alkarex:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
As well as permissions GET_ACCOUNTS, MANAGE_ACCOUNTS, USE_CREDENTIALS
First release partially compatible with FreshRSS FreshRSS/FreshRSS#443 FreshRSS/FreshRSS#13 FreshRSS/FreshRSS#328
@simongray: Måske kunne det her også have din interesse? |
+removed unused variable
FreshRSS/FreshRSS#443 Avoid the need of http://httpd.apache.org/docs/trunk/mod/core.html#allowencodedslashes + Higher number of items queried at a time to reduce total number of queries
+ minor i18n changes + CHANGELOG, DESCRIPTION, etc.
Better TLS will be activated in Android 4.1+
Android10
* Setup translation pt-br strings.xml Created file. * Created file arrays.xml Another file for translation. * Created file message.xml One more file for translation. * pt-br edition * pt-br edition * Setup of translation and starting of strings.xml * Updated strings.xml Reviewed pt-br file. * Updated arrays.xml Reviewed arrays.xml pt-br * Updated messages.xml Reviewed messages.xml pt-br Co-authored-by: Lore <40754811+hanelore@users.noreply.github.com> Co-authored-by: Hanelore <BM-2cW3xmeXeQTzvfcw3Dgtp7UqeaFE7m7eRz@bitmessage.ch>
…dings from CRLF to LF (#50)
For F-Droid
#fix #33 FreshRSS/FreshRSS#2773 (comment) Use advertised `published` date instead of crawl time.
#Fix #55
#Fix #55 (comment) Regression due to #56
Logout was not killing the app fully, leaving some variables from the previous session partially initialised. See also FreshRSS/FreshRSS#2961
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hello Sun Zheng,
In the process of enabling an API compatible with Google Reader in the FreshRSS project (fully Open Source), I have forked EasyRSS in order to add a way to customize the service used instead of the hard-coded google.com.
The goal is twofold:
This pull-request is mainly to initiate the conversation and hear if you could at all be interested in such a thing.
I look forward to reading from you.
Best regards,
Alexandre