🎨 Palette: UX button feedback and build system upgrade#8
Conversation
… Java 21 - Upgraded Gradle to 8.5 and AGP to 8.2.2 to support Java 21 environment. - Updated root build.gradle to use Java 1.8 compatibility and fixed deprecated 'buildDir' usage. - Removed deprecated 'android.disableAutomaticComponentCreation' from gradle.properties. - Implemented micro-UX improvement: The "load libhookee2.so" button now disables and updates its text to "libhookee2.so loaded" upon success, providing clear state feedback and preventing redundant loads. - Extracted associated strings to resources. Co-authored-by: juankyc <150547187+juankyc@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR implements a micro-UX improvement in the sample app by providing persistent visual feedback when a native library is successfully loaded. It also includes necessary build system upgrades to ensure compatibility with the Java 21 environment.
💡 What:
🎯 Why:
♿ Accessibility:
PR created automatically by Jules for task 1933713766035741438 started by @juankyc