-
Notifications
You must be signed in to change notification settings - Fork 531
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
Full UI: Switch Profile Option in Navigation Drawer #590
Comments
This PR is assigned to new contributor @maheshpaliwal |
Unassigning @maheshpaliwal from this PR as it has been too long. Also, he has one more assigned PR to him so will wait for that to finish. |
Assigning this to @PrarabdhGarg now. |
@rt4914 From where can I get the icon? |
I have emailed you an SVG file just now. |
Also, I feel that the flow would be much better if we showed the dialog after closing the side navigation drawer instead of the current flow |
Thanks a lot for the suggestion. For now, you can finish this task as mentioned in the mocks and I will discuss that with the designer about this. |
* Fix #572: Keyboard visible by default in Admin Pin (#573) * By default keyboard visibility issue in Admin Pin is resolved * Created a test case to check about Keyboard visibility by default in Admin Pin. * Test is modified with the suggested changes * Fix #577: Display profile name on navigation drawer. (#578) * display profile name in navigation drawer * Updated code implementation * adding tests * added testcases * Update NavigationDrawerFragmentPresenter.kt * updated nit changes. * Fix part #44: Full UI profile pin/password screen. (#597) * done ui corrections * fixed issues. * Update pin_password_activity.xml * updated color * updated icon * updated pinview shadow * updated icon color * changed shadow * updated mock color * fix * Update pin_password_activity.xml * updated nit change. * Update pin_password_activity.xml * removed fixed width * fixed dimen file changes * Update dimens.xml * Fix part #632: Replace current recyclerview implementation with BindableAdapter usage. (#641) * working on topic practice. * reverted * updated implementation * Update ContinuePlayingFragmentPresenter.kt * Update ContinuePlayingFragmentPresenter.kt * Update ContinuePlayingItemViewModel.kt * Delete OngoingListAdapter.kt * nit change * Update ContinuePlayViewModel.kt * fixed nit * Add UI and finctionality for Switch Profile * Add UI Tests for switch profile option in navigation drawer * Add UI Tests for switch profile option in navigation drawer * Minor styling changes Co-authored-by: Akash Koradia <[email protected]> Co-authored-by: Veena <[email protected]>
The Navigation Drawer needs
Switch Profile
option. (The svg file for the icon will be shared on email.)When learner clicks on this option, it should open the alert dialog which is shown when learner presses back button on home screen.
Also, add test cases to test this functionality.
Checklist
home_activity_back_dialog_message
in strings.xml file as per mocks.Switch Profile
option along with its functionality.Switch Profile
options. (CheckNavigationDrawerTestActivity
andNavigationDrawerTestActivityTest
files for writing test cases)The text was updated successfully, but these errors were encountered: