Skip to content
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 #150, #151, #155: TextInputInteractionView, NumericInputInteractionView, FractionInputInteractionView #190

Closed
wants to merge 55 commits into from

Conversation

Rajat Talesra and others added 17 commits September 13, 2019 14:03
…ractionView

Kdoc for inputinteractioncustomviews
added color resourses for edittext
Merge branches 'develop' and 'exploration-player-3-interaction' of https://github.com/oppia/oppia-android into exploration-player-3-interaction

# Conflicts:
#	app/src/main/java/org/oppia/app/fragment/FragmentComponent.kt
#	app/src/main/java/org/oppia/app/player/state/StateFragment.kt
#	app/src/main/java/org/oppia/app/player/state/StateFragmentPresenter.kt
#	app/src/main/res/layout/exploration_fragment.xml
#	app/src/main/res/layout/state_fragment.xml
#	app/src/main/res/values/dimens.xml
#	app/src/sharedTest/java/org/oppia/app/player/exploration/ExplorationActivityTest.kt
Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PTAL

…ractionView

Kdoc for inputinteractioncustomviews
added color resourses for edittext
Merge branches 'develop' and 'exploration-player-3-interaction' of https://github.com/oppia/oppia-android into exploration-player-3-interaction

# Conflicts:
#	app/src/main/java/org/oppia/app/fragment/FragmentComponent.kt
#	app/src/main/java/org/oppia/app/player/state/StateFragment.kt
#	app/src/main/java/org/oppia/app/player/state/StateFragmentPresenter.kt
#	app/src/main/res/layout/exploration_fragment.xml
#	app/src/main/res/layout/state_fragment.xml
#	app/src/main/res/values/dimens.xml
#	app/src/sharedTest/java/org/oppia/app/player/exploration/ExplorationActivityTest.kt
@rt4914
Copy link
Contributor

rt4914 commented Sep 27, 2019

@nikitamarysolomanpvt Please update your PR title to point to issues.

Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rt4914
Copy link
Contributor

rt4914 commented Oct 3, 2019

Resolve merge conflicts

@rt4914 rt4914 removed their assignment Oct 3, 2019
…tps://github.com/oppia/oppia-android into exploration-player-3-interaction-input-type

# Conflicts:
#	app/src/main/java/org/oppia/app/player/state/StateFragment.kt
#	app/src/main/java/org/oppia/app/player/state/StateFragmentPresenter.kt
#	app/src/main/res/values/colors.xml
#	app/src/main/res/values/dimens.xml
Copy link
Contributor

@veena14cs veena14cs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@rt4914 rt4914 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes in test-cases

// The function to test text,number,and fraction inputs in interaction views.
@Test
fun testTextInputContentCard_displaySoftInputAccordingToInputType_userTypeInput() {
ActivityScenario.launch(HomeActivity::class.java).use {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First, remove pause. We don't need this pause as a developer.

Also, break down this test case in multiple test-cases to check TextInput, FractionInput and NumberInput separately.

@rt4914 rt4914 assigned nikitamarysolomanpvt and unassigned rt4914 Oct 7, 2019
@rt4914
Copy link
Contributor

rt4914 commented Oct 21, 2019

@nikitamarysolomanpvt If you are not using this PR anymore, please deassign and close this PR.

@nikitamarysolomanpvt
Copy link
Contributor Author

#263 is Duplicate PR of this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants