-
Notifications
You must be signed in to change notification settings - Fork 526
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 #1762: NavigationDrawer cancel switch profile always mark home #1816
Closed
prayutsu
wants to merge
57
commits into
oppia:develop
from
prayutsu:navigation-drawer-switch-profile-fix
Closed
Changes from 52 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
d415788
fixed major bugs
prayutsu 519c36a
fixed marking correct last item in navigation drawer
prayutsu 803ce83
fixed nits
prayutsu e3f336e
fixed lint errors
prayutsu 1931f22
test without any marking
prayutsu c56d9c4
fixed almost all the bugs
prayutsu 5098c10
tried fixing last bug
prayutsu 0799f75
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 245014b
fixed all the bugs
prayutsu 80a5a8f
removed extra code
prayutsu f9a8600
Nit change
prayutsu 2f9d2b7
test for reason of admin controls bug
prayutsu d271dfe
Optimized code
prayutsu 99215f8
fixed lint error
prayutsu cf488c5
fixed lint error
prayutsu f5d2fcb
fixed reviewed changes
prayutsu b071e2b
fixed ktlint failures
prayutsu 56d5250
fixed suggested changes
prayutsu 78e2d62
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 7eccac7
add few test cases
prayutsu 8e4fdc0
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 0ef2f5a
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu bfe6192
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 5d4f8ee
Add more test cases
prayutsu 6639420
Fix imports
prayutsu 0c8b43d
Fix Administrator Controls test cases
prayutsu 007407d
Uncomment All other test cases
prayutsu 05f48f0
Make a function to uncheck all items when Administrator Controls is c…
prayutsu a1777e5
Fix lint
prayutsu f9f086c
Fix lint
prayutsu 6c477fc
Improve code
prayutsu 0733811
Replace .isCheckable with .isChecked
prayutsu 72a3fe2
Improve quality of the code by using function
prayutsu 544c814
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu b23869f
Add test cases related to color for all menu items
prayutsu b03b57e
Restore deleted line
prayutsu 38c09c8
Add @RunOn(TestPlatform.ESPRESSO) notation to added test cases
prayutsu 52ae75d
Fix lint errors
prayutsu de003c6
Fix suggested changes
prayutsu 08f59d3
Fix lint errors
prayutsu 6fba236
Fix the names of the new test cases
prayutsu cc45211
Fix suggested changes
prayutsu 72d243c
Fix nits
prayutsu 3774af2
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 4c7f798
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 08deb4b
Correct dialog box dependency
prayutsu 91d75b1
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 6ffd6ed
Replace different keys with a single proto object.
prayutsu caf0f48
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu 93828e2
Fix lint and bazel build errors.
prayutsu 4ff38db
Add ":arguments_java_proto_lite" in the android_library in BUILD.bazel
prayutsu d65710b
Improve comments' explanation and make the variable names consistent.
prayutsu 381509d
Try implementing suggested changes.
prayutsu 8ec8a2d
Merge branch 'develop' of https://github.com/oppia/oppia-android into…
prayutsu d9a4608
Fix lint errors.
prayutsu fe5191f
Make use of enum defined in arguments.proto
prayutsu b29f8e5
Fix protobuf error.
prayutsu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ktlint doesn't enforce this correctly, but continuation for call chains like this should be broken up such that each operation at the same logical "level" should also be at the same syntactical "level" (meaning on its own line in this case).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.