-
Notifications
You must be signed in to change notification settings - Fork 170
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 direct message person option and screen #1108
Conversation
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.
LGTM with those two string changes
app/src/main/res/values/strings.xml
Outdated
@@ -347,4 +347,8 @@ | |||
<string name="failed_saving_image">Failed to save image!</string> | |||
<string name="home_switch_anon">Switch to anonymous</string> | |||
<string name="login_already_logged_in">You are already logged in with this account</string> | |||
<string name="person_profile_dm_person">Message this person</string> |
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.
Message <username>
is preferable
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.
It's because the other two options are X this person
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.
Message <username>
can get possibly pretty long depending on the username, what about Send a message
?
Also fixed a bug where it shows all the more options in the dialog for non logged in users and all those option need the user to be logged in.
studio64_wtS5ZS54pR.mp4