-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add paging support #6236
Add paging support #6236
Conversation
* added paging interface * use collection instead of list * added default page size and documentation * removes interfaces from expected class list * Added paging support for ADS fetcher * removes search by page * make page immutable * added test case for invalid authors
# Conflicts: # src/test/java/org/jabref/logic/importer/WebFetchersTest.java
Open point: Add UI |
Merged, because required as logic module for JabRef#369. |
Why did you merged this? I thought we don't want to have half-finished code in our code base... You could have implemented the UI etc easily by PRs against this branch, as we had it for the JavaFX project. |
This functionality is required to get @DominikVoigt's implementation finished. As we write, he is working on it. Lean back and prepare for incoming pull requests the next days and weeks. Regarding the UI for the use case linked at #5518 we still need a volunteer though. |
By @JoHaHu. Let's discuss how to go on here.
Refs #5518.