-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add Copy button for GoalInfoScreen
notes card
#95
Conversation
Simple UI feature to copy notes for goal into a clipboard. Button can be found after expanding the note card in the 'GoalInfoScreen'.
Displays taost message feedback if device API is 32 or below (before Android 13)
May need extra edits for translations but otherwise think the main functionality is 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.
Thanks for your contribution! Left a few comments.
app/src/main/java/com/starry/greenstash/ui/common/ExpandableCard.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/starry/greenstash/ui/common/ExpandableCard.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/starry/greenstash/ui/common/ExpandableCard.kt
Outdated
Show resolved
Hide resolved
app/src/main/java/com/starry/greenstash/ui/common/ExpandableCard.kt
Outdated
Show resolved
Hide resolved
- Renames current new string resources to match previous ones in Goal Info Screen; - Adds another new resource for Icon description.
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.
Thanks for addressing the review, just a couple more nitpicks.
Alright! Things look pretty good to me now. Please clarify what you want to do about translations. |
Nvm, Got your response in the above comment. |
Merged! Thanks again for contributing 🎉 |
Thanks for accepting my contribution 🥳 |
Adds a button for copying text from Note card in goal info screen.
Closes #94