-
Notifications
You must be signed in to change notification settings - Fork 554
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
Introduce ProfileRenameFragment #3922
Labels
Z-ibt
Temporary label for Ben to keep track of issues he's triaged.
Comments
6 tasks
rt4914
pushed a commit
that referenced
this issue
Dec 10, 2021
* added profile rename fragment in settings.profile * reformatted ProfileRenameFragment.kt * changed layout of profile_rename activities and fragment and created a Fragment Presenter * Added logic for ProfileRenameFragment.kt and ProfileRenameFragmentPresenter.kt * reformatted the Fragment and its presenter * added fragment transaction in profile rename activity * added fragment transaction in profile rename activity * fixed profile_rename_activity.xml and its presenter. * added ProfileRenameFragmentPresenter in test_file_exemptions.textproto * added ProfileRenameFragment.kt in test_file_exemptions.textproto * added Kdocs for the ProfileRenameFragment.kt and ProfileRenameFragmentPresenter.kt * removed unused todo and its string * formatted and removed unused code. * removed unused imports in ProfileRenameActivityPresenter.kt * created a new Test file ProfileRenameFragmentTest.kt and seperated the tests in it. * removed unused imports. * added profileId in the parameter of handleCreateView in ProfileRenameFragmentPresenter.kt. * renamed the key properly * renamed the comments properly. * fixed failing test cases by adding profileHelperInitializer * reformatted ProfileRenameFragmentTest.kt * removed ProfileRenameFragment from test_file_exemptions.textproto. * fixed layout and also rewritten the tests. * added imports in lexicographic order. * nit fixes. * nit fixes. * nit fixes. * nit fixes. * nit fixes.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Creating a ProfileRenameFragment in the profile folder of the app module so that we can utilize the big tablet screen size by opening the fragment in a navhost fragment
This issue is a sub-issue of #3241
The text was updated successfully, but these errors were encountered: