-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
feat(history): implement infinite search history loading (optimized and without setting) #12728
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
base: refactor
Are you sure you want to change the base?
Changes from 7 commits
0ebd01e
eee1172
2dd4509
fbc664d
09e4bea
973b20e
1f890f2
865c830
995307b
9c77d08
4a5fca1
600025a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,9 +3,9 @@ include ':app' | |
| // Use a local copy of NewPipe Extractor by uncommenting the lines below. | ||
| // We assume, that NewPipe and NewPipe Extractor have the same parent directory. | ||
| // If this is not the case, please change the path in includeBuild(). | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please revert this change There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for your review! Yes, this is part of my ANU OSS assignment. I’ll make the fixes tonight or tomorrow and update the PR soon. |
||
| //includeBuild('../NewPipeExtractor') { | ||
| // dependencySubstitution { | ||
| // substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor') | ||
| // } | ||
| //} | ||
| // | ||
| includeBuild('../NewPipeExtractor') { | ||
| dependencySubstitution { | ||
| substitute module('com.github.TeamNewPipe:NewPipeExtractor') using project(':extractor') | ||
| } | ||
| } | ||
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.
Please revert this