🎨 Palette: Add visual feedback for native operations in sample app#5
🎨 Palette: Add visual feedback for native operations in sample app#5juankyc wants to merge 1 commit into
Conversation
This change improves the UX of the ShadowHook sample app by providing immediate visual feedback for native operations. - Added Toast notifications for all main actions (hook, unhook, run, records). - Implemented state feedback for the 'load' button: it now disables and updates its text to 'libhookee2.so loaded' upon successful loading. - Moved all hardcoded strings to `strings.xml` for better maintainability. - Added a learning entry to `.Jules/palette.md`. Note: The build system changes previously introduced for Java 21 compatibility were reverted to avoid scope creep, as they are unrelated to the UX improvements. 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. |
Improves the UX of the sample app by adding Toast feedback and button state updates for native operations. All strings are moved to resources.
PR created automatically by Jules for task 9443192654098296725 started by @juankyc