-
Notifications
You must be signed in to change notification settings - Fork 47
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
How to determine if the set is infinite? #131
Comments
hmm... that's something that the new |
Here: https://github.com/dgudim/Scheduler/blob/master/app/src/main/java/prototype/xd/scheduler/entities/SystemCalendarEvent.java |
got it. to make this work well, I'll add a few more classes and refactor the new |
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
This implements a major refactoring of the RecurrenceSet API. The previous implementations have been removed / deprecated.
It took a while, but I've finally come to settle for a new design that should be more future proof. It's an improved version of the one I introduced before but fixes a few issues of it. First benchmarks seemed to indicate that the new implementation is even a bit faster than the previous ones. The most significant change is that it no longer returns long timestamps but |
On prior versions, I could call rSet.isInfinite(), but now it's deprecated.
How do I do it in the new version? Sorry if I am not getting something
The text was updated successfully, but these errors were encountered: