You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
* 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.
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: