Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…View low-fi (#246) * NumberInputInteractionView dynamically created on state interaction id NumericInput from dummy data welcome.json ,welcome.json file "init_state_name"modified to "Numeric input", * NumberInputInteractionView dynamically created on state interaction id NumericInput from dummy data welcome.json * added fetch button, and fetch textview to fetch the data from dynamic numbertextinputlayout onbutton click. on button click listner implemented * nit changes * nit changes * nit changes * nit changes * nit changes * numericInputTypeView test case is in progress * numericInputTypeView test case is in progress * nit changes as per #223 * nit changes as per #223 * On configuration changes save and restore the text of numericInputType * Test Cases for NumericInputInteractionView, Moved test case to StateFragment * Test Cases for NumericInputInteractionView, Moved test case to StateFragment,PR suggestions updated * PR suggestions updated * PR suggestions updated * Merge branch 'develop' of https://github.com/oppia/oppia-android into topic-player-multiple-tabs # Conflicts: # app/build.gradle # app/src/main/AndroidManifest.xml # app/src/main/res/values/styles.xml * nit changes as per PR review * nit changes as per PR review * nit changes as per PR review * nit changes as per PR review * Number input test Activity test cases * nit changes * nit changes * nit changes * nit changes * nit changes * nit changes * nit changes * nit changes * nit changes * nit changes * nit changes * setReal type in getPendingAnswer * updated test cases, disabled long click to prevent pasting value * nit changes * nit changes * nit changes * nit changes * nit changes * nit changes * nit changes * nit changes * nit changes * NumericInputInteractionViewTestActivity renamed to InputInteractionViewTestActivity and test case updated * nit changes * nit changes * nit changes * nit * NumericInputInteractionView attributes are moved to xml,testcases updated as per PR review of Ben, other nit changes * NumericInputInteractionView attributes are moved to xml,testcases updated as per PR review of Ben, other nit changes * TextInputInteractionView * TextInputInteractionView * test cases * nit * nit * nit * nit * nit * Merge branches 'develop' and 'lowfi-input-interaction-views' of https://github.com/oppia/oppia-android into lowfi-input-interaction-views # Conflicts: # app/src/main/java/org/oppia/app/activity/InputInteractionViewTestActivity.kt # app/src/main/java/org/oppia/app/customview/interaction/NumericInputInteractionView.kt # app/src/main/res/layout/activity_numeric_input_interaction_view_test.xml # app/src/main/res/values/dimens.xml # app/src/sharedTest/java/org/oppia/app/activity/InputInteractionViewTestActivityTest.kt * nit * nit * nit * nit * Merge branches 'develop' and 'text-input-lowfi-numeric-input-interaction-view-part-2' of https://github.com/oppia/oppia-android into text-input-lowfi-numeric-input-interaction-view-part-2 # Conflicts: # app/src/sharedTest/java/org/oppia/app/activity/InputInteractionViewTestActivityTest.kt * nit * NumberWithUnitsInputInteractionView * nit * nit * NumberWithUnitsInputInteractionView * moved InputInteractionViewTestActivityTest to testing folder
- Loading branch information