-
Notifications
You must be signed in to change notification settings - Fork 528
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
[A11y] Add label for all non-test activities #3602
Comments
@vrajdesai78 Can you work on this issue? If yes, suggest picking one of the mentioned files and creating PR for that first. |
@rt4914 I want to work on this issue. I will create label for HomeActivity |
@rt4914 I want to create label for ProfilePictureActivity. |
@rt4914 I am receiving static checks failed. Will I need to do anything else than adding label for HomeActivity in android manifest file and creating value in strings.xml |
@vrajdesai78 I have commented on PR |
@rt4914 sir I will make labels for SplashActivity pls assign that part to me. |
|
* addded label for profile picture * Delete deploymentTargetDropDown.xml * Update ProfilePictureActivityTest.kt * Update strings.xml * Update ProfilePictureActivityTest.kt * modified script * Update strings.xml * changed rule * Delete deploymentTargetDropDown.xml * Update ProfilePictureActivityTest.kt * reformatting * changed test * Update ProfilePictureActivityTest.kt
@rt4914 I want to work on this WalkthroughActivity activity |
@priyatanu Sure. Thanks. |
Hi @rt4914 , @BenHenning , kindly review my PR - #3983 |
* Label added for HomeActivity * HomeActivity removed from label exemptions * Removed translatable=false * Test created for HomeActivity * removed summary value * Update deploymentTargetDropDown.xml * Update deploymentTargetDropDown.xml * Updated testcase * Updated strings.xml * Delete deploymentTargetDropDown.xml * ActivityTestRule removed * multiple home string removed * .idea/runConfigurations.xml file reverted back * Removed unused imports * reformated code * Fixed unnecessary changes * String.xml updated * removed changes from strings.xml * strings.xml updated removed unncessary changes
Hi, Can I work on |
Hi @rt4914, can I pick |
* Add lable for Wal Through Activity * Add Test WalkthroughActivityLabelTest for adding label to Activity * Remove WalkthroughActivityLabelTest and add the test case in WalkthroughActivityTest * Fix failing accessibiltiy failure and clean up acivity scenario * Add new Line to proto file * Fix Test Cases for Walk Through label change
can i work on RecentlyPlayedActivity |
I would like to add the label for profileEditActivity |
@deonwaju assigned go ahead. |
Thank you. |
Hi! Can I work on ProfileEditActivity? |
Hi @chrislee115, someone is already working on this issue, but you can look at this other one: #3557 or #2116 |
…4894) <!-- READ ME FIRST: Please fill in the explanation section below and check off every point from the Essential Checklist! --> ## Explanation <!-- - Explain what your PR does. If this PR fixes an existing bug, please include - "Fixes #bugnum:" in the explanation so that GitHub can auto-close the issue - when this PR is merged. --> Fix part of #3602: When merged, this PR will; - Create a strings item in vaues/strings.xml with the accessibility text label for the ProfileEditActivity. - Add a label for the activity in the manifest file. - Remove the activity from the accessibility_label_exemptions.textproto file. - Add test to check that the appropriate label is displayed for ProfileEditActivity. - Modified tests in ProfileEditActivityTest to reflect new title behavior and remove any checks for the username as the toolbar title. - Removed deprecated testProfileEdit_updateName_checkNewNameDisplayed() test that checked for previous title behaviour. New changes after 22/03/23 review; - Rename the string from R.string.profile_edit_activity_label to R.string.profile_edit_activity_title - Update the Manifest file to reflect this change. - Modify the ProfileEditActivityTest class to reflect the change and test for the toolbar title. - Linting check fixes. ## Essential Checklist <!-- Please tick the relevant boxes by putting an "x" in them. --> - [x] The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".) - [x] Any changes to [scripts/assets](https://github.com/oppia/oppia-android/tree/develop/scripts/assets) files have their rationale included in the PR explanation. - [x] The PR follows the [style guide](https://github.com/oppia/oppia-android/wiki/Coding-style-guide). - [x] The PR does not contain any unnecessary code changes from Android Studio ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#undo-unnecessary-changes)). - [x] The PR is made from a branch that's **not** called "develop" and is up-to-date with "develop". - [x] The PR is **assigned** to the appropriate reviewers ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)). --------- Co-authored-by: Ben Henning <[email protected]>
@BenHenning I'm closing this issue since the last task has been completed. |
…ty (oppia#4894) <!-- READ ME FIRST: Please fill in the explanation section below and check off every point from the Essential Checklist! --> ## Explanation <!-- - Explain what your PR does. If this PR fixes an existing bug, please include - "Fixes #bugnum:" in the explanation so that GitHub can auto-close the issue - when this PR is merged. --> Fix part of oppia#3602: When merged, this PR will; - Create a strings item in vaues/strings.xml with the accessibility text label for the ProfileEditActivity. - Add a label for the activity in the manifest file. - Remove the activity from the accessibility_label_exemptions.textproto file. - Add test to check that the appropriate label is displayed for ProfileEditActivity. - Modified tests in ProfileEditActivityTest to reflect new title behavior and remove any checks for the username as the toolbar title. - Removed deprecated testProfileEdit_updateName_checkNewNameDisplayed() test that checked for previous title behaviour. New changes after 22/03/23 review; - Rename the string from R.string.profile_edit_activity_label to R.string.profile_edit_activity_title - Update the Manifest file to reflect this change. - Modify the ProfileEditActivityTest class to reflect the change and test for the toolbar title. - Linting check fixes. ## Essential Checklist <!-- Please tick the relevant boxes by putting an "x" in them. --> - [x] The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".) - [x] Any changes to [scripts/assets](https://github.com/oppia/oppia-android/tree/develop/scripts/assets) files have their rationale included in the PR explanation. - [x] The PR follows the [style guide](https://github.com/oppia/oppia-android/wiki/Coding-style-guide). - [x] The PR does not contain any unnecessary code changes from Android Studio ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#undo-unnecessary-changes)). - [x] The PR is made from a branch that's **not** called "develop" and is up-to-date with "develop". - [x] The PR is **assigned** to the appropriate reviewers ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)). --------- Co-authored-by: Ben Henning <[email protected]>
[A11y] Add label for all non-test activities
Reference
Example PR: https://github.com/oppia/oppia-android/pull/3227/files
The text was updated successfully, but these errors were encountered: