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 #821: Question player toolbar shadow #888

Merged
merged 154 commits into from
Jun 12, 2020

Conversation

nikitamarysolomanpvt
Copy link
Contributor

Explanation

Question player toolbar shadow duplicate of #822.
Only branch name changed.

Mock

https://xd.adobe.com/view/e8aa4198-3940-47f9-514a-f41cc54457f6-9e9b/screen/8fbb663a-39aa-4be1-83bd-73bde6f85dcc/PM-Q1-Fraction-Input-No-Answer-

Checklist

  • The PR title starts with "Fix #bugnum: ", followed by a short, clear summary of the changes. (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".)
  • The PR explanation includes the words "Fixes #bugnum: ..." (or "Fixes part of #bugnum" if the PR only partially fixes an issue).
  • The PR follows the style guide.
  • The PR does not contain any unnecessary auto-generated code from Android Studio.
  • The PR is made from a branch that's not called "develop".
  • The PR is made from a branch that is up-to-date with "develop".
  • The PR's branch is based on "develop" and not on any other branch.
  • The PR is assigned to an appropriate reviewer in both the Assignees and the Reviewers sections.

vinitamurthi and others added 30 commits October 7, 2019 20:07
…ler-interface

Conflicts:
	domain/src/main/java/org/oppia/domain/question/QuestionAssessmentProgressController.kt
	domain/src/main/java/org/oppia/domain/question/QuestionTrainingController.kt
	domain/src/test/java/org/oppia/domain/question/QuestionTrainingControllerTest.kt
	model/src/main/proto/question.proto
This includes some basic refactoring of internal structures used by the
exploration progress controller to share common functionality between the
two progress controllers. There's still some duplication, but this seems
like a reasonable split since there's likely to be further differences in
the progress controllers in the future.

The question assessment progress controller tests pass, but no new ones
have yet been added to thoroughly test the implementation.
ExplorationProgressController. They haven't yet been verified as correct.
…terface

Conflicts:
	domain/src/main/assets/sample_questions.json
	domain/src/main/java/org/oppia/domain/question/QuestionAssessmentProgressController.kt
	domain/src/main/java/org/oppia/domain/question/QuestionTrainingController.kt
	domain/src/main/java/org/oppia/domain/util/JsonAssetRetriever.kt
	domain/src/test/java/org/oppia/domain/question/QuestionTrainingControllerTest.kt
BenHenning added 17 commits May 27, 2020 19:50
…-progress-controller-implementation

Conflicts:
	domain/src/main/java/org/oppia/domain/exploration/ExplorationProgressController.kt
…into temp-base-branch-for-question-player

Conflicts:
	domain/src/main/java/org/oppia/domain/exploration/ExplorationProgressController.kt
…estion-player-ui-structure

Conflicts:
	app/src/main/java/org/oppia/app/player/exploration/ExplorationActivityPresenter.kt
	app/src/main/java/org/oppia/app/player/state/StateFragmentPresenter.kt
	app/src/main/java/org/oppia/app/player/state/hintsandsolution/HintsAndSolutionAdapter.kt
	utility/src/main/java/org/oppia/util/parser/UrlImageParser.kt
behavior graph (and added an actual visual representation of this graph
in code to simplify maintaining the solution in the future). Tests will
be added as part of solving #1273.
Conflicts:
	app/src/main/java/org/oppia/app/application/ApplicationComponent.kt
	app/src/main/java/org/oppia/app/player/state/StateFragmentPresenter.kt
@BenHenning BenHenning marked this pull request as draft June 9, 2020 02:00
@BenHenning BenHenning changed the base branch from introduce-question-player-ui-structure to develop June 10, 2020 05:54
@BenHenning BenHenning changed the title Fix #821: Question player toolbar shadow [Blocked: #500] Fix #821: Question player toolbar shadow Jun 10, 2020
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, thanks.

@nikitamarysolomanpvt nikitamarysolomanpvt marked this pull request as ready for review June 12, 2020 04:40
@nikitamarysolomanpvt nikitamarysolomanpvt merged commit 7f8203f into develop Jun 12, 2020
@nikitamarysolomanpvt nikitamarysolomanpvt deleted the question-player-toolbar branch June 12, 2020 06:52
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.

5 participants