-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Define PLATFORM
and PLATFORM_NUMBER
based on the minimum Android
SDK Version.
#1826
Closed
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 432f48d - Browse repository at this point
Copy the full SHA 432f48dView commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for dae33c0 - Browse repository at this point
Copy the full SHA dae33c0View commit details -
Avoid sending
JobData
back to the main thread.The main thread can easily look these up by ID, and in HTML5, sending the full `JobData` can cause errors.
Configuration menu - View commit details
-
Copy full SHA for bf4711a - Browse repository at this point
Copy the full SHA bf4711aView commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0b83b7d - Browse repository at this point
Copy the full SHA 0b83b7dView commit details
Commits on Aug 12, 2024
-
`__activeThreads` and `__idleThreads` only need to be allocated for multi-threaded pools. Plus, there's no benefit to using a `List` here; we only add to and remove from the end. And finally, checking `event.job == null` instead of `isOfType()` is faster and avoids an issue in HTML5. Sadly it is less safe, so we might need to revisit it eventually.
Configuration menu - View commit details
-
Copy full SHA for 8f631fe - Browse repository at this point
Copy the full SHA 8f631feView commit details
Commits on Aug 15, 2024
-
Revert
BackgroundWorker
to its 8.1.3 version.It looks like we'll want to take `BackgroundWorker` in a different direction, so for the moment it's safest not to change anything about it. That way, there's only one historical version to maintain backwards compatibility with.
Configuration menu - View commit details
-
Copy full SHA for d0cef42 - Browse repository at this point
Copy the full SHA d0cef42View commit details -
Revert to
Future
's behavior from 8.1.3.As with `BackgroundWorker`, we're postponing major changes to give us more time to consider.
Configuration menu - View commit details
-
Copy full SHA for 52931a8 - Browse repository at this point
Copy the full SHA 52931a8View commit details -
While I put a lot of effort into that guide, we're changing several things suddenly, and I don't have time to make sure it's up to date.
Configuration menu - View commit details
-
Copy full SHA for 2866d09 - Browse repository at this point
Copy the full SHA 2866d09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6873ae1 - Browse repository at this point
Copy the full SHA 6873ae1View commit details
Commits on Aug 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cffc42a - Browse repository at this point
Copy the full SHA cffc42aView commit details -
Merge pull request #1830 from player-03/old_thread_classes
Restore old `Future` and `BackgroundWorker` behavior.
Configuration menu - View commit details
-
Copy full SHA for 31700a0 - Browse repository at this point
Copy the full SHA 31700a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed05aa2 - Browse repository at this point
Copy the full SHA ed05aa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dfcf4d - Browse repository at this point
Copy the full SHA 9dfcf4dView commit details
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.