Freebuff/changes bd8cxfhs - #21
Open
davivida661-collab wants to merge 25 commits into
Open
Conversation
…eme, new UI components, LoadingScreen removed
…lue with enumValue
…d dup, missing combat imports
Refine how closest protocol version is determined and ensure fallback to latest codec Co-authored-by: davivida661-collab <245532981+davivida661-collab@users.noreply.github.com>
Co-authored-by: davivida661-collab <245532981+davivida661-collab@users.noreply.github.com>
Update project files
- Replace com.nukkitx.natives dependency with standard java.util.zip - Use standard Deflater/Inflater from java.util.zip package - Maintains compatibility with Android API versions - Fixes build error from CloudburstMC sync
- Use setOnGround() setter instead of direct field assignment
- Use setSelectHotbarSlot() setter for PlayerHotbarPacket
- Use setNeedsTranslation() setter for TextPacket
- Use setMessage() setter in TextPacket
- Convert field assignments to apply {} blocks with setters
- Fixes compilation errors after Protocol library update
Configure Minecraft server project files
- Use setText() for SetTitlePacket.text - Use setMessage() and setFilteredMessage() for TextPacket - Use setKickMessage() for DisconnectPacket - Use setNeedsTranslation() for TextPacket flags - Fixes 'val cannot be reassigned' compilation errors
Update Minecraft server project files and UI components
The RippleDrawable on Android 16 Samsung devices can throw an IllegalStateException when a ripple animation tries to start on a detached view during the draw pass. This is a known platform race condition that doesn't corrupt app state, so we catch it in the uncaught exception handler and log a warning instead of crashing. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
Request SYSTEM_ALERT_WINDOW (draw over other apps) permission automatically when the app launches, and fix the package URI bug in HomePage.kt. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
Update GitHub Actions workflow to compile debug and release APKs, and automatically create a GitHub Release with both APKs when pushed to main branch. 🤖 Generated with Codebuff Co-Authored-By: Codebuff <noreply@codebuff.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.