-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Copy calculator search result to clipboard #4798
base: 14-dev
Are you sure you want to change the base?
Conversation
Basic functionality works fine but there is no indication that tapping the tile will copy the result to the clipboard. Maybe this is fine as it is. Rather than adding text somewhere or a further icon, I thought the least intrusive solution might be to change the calculator icon to a combo calculator/copy-to-clipboard icon. Something like this: Please let me know what you think. Thanks. |
I'd suggest to add an icon to copy the result to the clipboard (at the right side), as it makes it significantly clear that you can copy the result. |
I agree but, unfortunately, I could not figure out how to do that. |
I guess we can make the icon a temporary solution as of now (make sure to mark it as |
OK, I've added and implemented the new combo icon and added a TODO in this PR's description. |
I'll leave this in draft mode as I need to fix the icon... |
Icon is probably OK. I think the problem I experienced with it may be due to #4807. |
Icon not displaying correctly (in Dark theme) is due to #4813. (No problem with icon. Problem was with backup file.) |
TODO tasks complete. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello again, and thanks for your patience.
While this solution isn't exactly elegant, it works for the purpose of showing single that the text is copyable. I'd probably refactor this (alongside other related code) after some time.
Description
New feature to copy the calculator search result to the clipboard (by just tapping the calculator search result tile).
Fixes #4729
TODO
1. Revert icon to regular calculator.xml (reference in SearchTargetFactory.kt)2. Add ic_copy.xml icon to right-hand side of calculator search result tileType of change
❌ General change (non-breaking change that doesn't fit the below categories like copyediting)
❌ Bug fix (non-breaking change which fixes an issue)
✅ New feature (non-breaking change which adds functionality)
❌ Breaking change (fix or feature that would cause existing functionality to not work as expected)