mentorship-android
mentorship-android copied to clipboard
Replace any hard-coded strings present in the application
Description Application contains hard-coded strings in many files.
Expected behavior Hard-coded strings must be fixed via proper replacement with the strings in strings.xml file. This will make it easier to have app localization in different languages in the future.
@sanchi0204 Hey, it would be great if you could also provide an example just to make it easier
Looking forward to working on this by 1st!
@Sommie09 You can be assigned to only one issue at a time, So I think you should make up your mind about which issue you want to work on :)
@anna4j My bad!, this first. Then others from another category :)
@Sommie09 Assigning you, send in your PR after 1st. Happy coding :)
Thank you! Would work on it right away
DONE! Would be sending my PR in a few hours @anna4j
I would like to work on this issue as a part of OSH. Can you assign me this issue? Thank You.
Sorry @Abjcodes It was assigned to me, and I've sent in a PR
@Sommie09 can't see your PR
It's been sent @anna4j
Okay awesome! @Sommie09
Great! @anna4j I'll be waiting for a merge
Hello @sanchi0204 when could I send a PR for my other issue?
Hello @sanchi0204 when could I send a PR for my other issue?
Could you pls link the issue you are referencing to
#751 , When am I free to send a PR for this?
#751 , When am I free to send a PR for this?
You can send it whenever you're done solving it
Is the issue valid still @isabelcosta ? There are some hardcoded strings present in some files like LoginActivity.kt , SignUpActivity.kt, FeedbackActivity.kt, SendRequestActivity.kt and some others. I would like to work on it.
@ahk4815 yes it is, I will assign it to you then :)
Hi @isabelcosta Is this issue workable ?
On it ⚡
Hi @isabelcosta @epicadk I have opened a PR. Can you kindly review. Please let me know if I missed out something. Thanks.
@epicadk added commit. Ran spotless. Only getting one issue in SendRequestActivity.kt on line 11: import kotlinx.android.synthetic.main.activity_send_request.*
Auto importing on any view adds this line.
Hi @isabelcosta , can you kindly approve the PR. Actually I want to start with another issue. Can't until this gets green. Thanks.