fix PAINTROID-802 Add clear button to clipboard tool #1355
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.
PAINTROID-802 Add clear button to clipboard tool
Summary
This PR adds a clear button to the clipboard tool, allowing users to clear the currently stored clipboard content without having to copy or cut new content.
Changes
dialog_pocketpaint_clipboard_tool.xml)clipboard_tool_clearstring resourceClipboardToolOptionsViewinterface withclearClicked()callback methodDefaultClipboardToolOptionsViewwith proper initialization and click listenerclearClipboardContent()method inClipboardToolthat:readyForPastestate to falseic_pocketpaint_layers_delete) for consistencyContext
Previously, users had no way to clear the stored clipboard content once they copied or cut an image area. The only workaround was to copy/cut new content to overwrite the existing clipboard data. This PR addresses that limitation by providing an explicit clear button.
Testing
The implementation follows existing patterns in the codebase and uses proper null safety with Kotlin's safe call operator. Manual testing should verify: