This repository has been archived by the owner on May 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 440
Fix #3249: Add RSS feed parser to Brave Today #3317
Merged
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
e4a3ad5
WIP: Add RSS support to Brave Today
kylehickinson 114d35b
Support JSON feeds. Parse relative images URLs correctly
kylehickinson d3369ff
Add support for adding RSS feed from share sheet
kylehickinson f4091d7
Hide user sources from the All Sources list
kylehickinson a148880
Handle errors when adding user sources
kylehickinson 732ab23
Add OPML parsing
kylehickinson ee34db7
Add missed localization strings
kylehickinson 72a1c34
Only load RSS feeds that are enabled; Use deferred instead of groups
kylehickinson 28271c5
Allow adding feeds via share sheet if viewing feed URL directly
kylehickinson 07a9f85
Check for lowercased/normalized refresh http-equiv
kylehickinson dffb50c
Add activity indicator when searching for/loading rss feeds
kylehickinson a16ec8b
Fix presentation on iOS 12
kylehickinson da5ea85
Split insecure sources and secure sources when adding custom sources
kylehickinson bcb1de3
Validate url schemes when parsing out feeds and image urls
kylehickinson 401043b
Update file header year on new files
kylehickinson eb189b4
Add freemium constraints
kylehickinson 05cd4b3
Code style cleanup and address minor feedback
kylehickinson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
9 changes: 9 additions & 0 deletions
9
Client.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think somewhere along the line of rebase + force push it got removed, nothing changed with the version