Skip to content
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

FIX #2823: Profile list activity label #3225

Closed
wants to merge 6 commits into from

Conversation

pravesh00
Copy link
Contributor

@pravesh00 pravesh00 commented May 22, 2021

Explanation

Fixes #2823: Profile list activity label added

Checklist

  • The PR title starts with "Fix #bugnum: ", followed by a short, clear summary of the changes. (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)
  • The PR explanation includes the words "Fixes #bugnum: ..." (or "Fixes part of #bugnum" if the PR only partially fixes an issue).
  • The PR follows the style guide.
  • The PR does not contain any unnecessary auto-generated code from Android Studio.
  • The PR is made from a branch that's not called "develop".
  • The PR is made from a branch that is up-to-date with "develop".
  • The PR's branch is based on "develop" and not on any other branch.
  • The PR is assigned to an appropriate reviewer in both the Assignees and the Reviewers sections.

@pravesh00 pravesh00 requested a review from rt4914 as a code owner May 22, 2021 21:16
@pravesh00
Copy link
Contributor Author

PTAL @Victor-Titan @rt4914

@pravesh00
Copy link
Contributor Author

@rt4914 can you please help me with how to remove these unit test failures?

Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pravesh00 Suggestion changes.

Also if you check sample PR number mentioned in the issue that PR contains a test too. You have to create a similar test file and add test. You can create a new test file ProfileListActivityTest

<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">
<option name="id" value="Android" />
</component>
</project>
</project>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes from this entire file. It should not be visible under Files changed section on github.

@@ -435,4 +435,5 @@
<string name="audio_player_on">Audio, ON</string>
<string name="audio_player_off">Audio, OFF</string>
<string name="hints_android_solution_correct_answer">%s/%s</string>
<string name="profile_list_activity_label">Profile List</string>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename to profile_list_activity_title

@@ -121,7 +121,8 @@
<activity android:name=".app.settings.profile.ProfileEditActivity" />
<activity
android:name=".app.settings.profile.ProfileListActivity"
android:theme="@style/OppiaThemeWithoutActionBar" />
android:theme="@style/OppiaThemeWithoutActionBar"
android:label="@string/profile_list_activity_label"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add (space) before />

@rt4914 rt4914 assigned pravesh00 and unassigned rt4914 May 23, 2021
@anandwana001 anandwana001 added the PR don't merge - NEEDS UPDATE Corresponds to PRs that need to be updated with the latest develop changes before they can be merged label May 25, 2021
@pravesh00
Copy link
Contributor Author

I was facing some gradle change issues so I have closed this PR and created a new one #3244

@pravesh00 pravesh00 closed this May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR don't merge - NEEDS UPDATE Corresponds to PRs that need to be updated with the latest develop changes before they can be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[A11y] Add label for ProfileListActivity
3 participants