-
Notifications
You must be signed in to change notification settings - Fork 521
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
* Fix #4186 Uncheck all selection on developer options not working * Fix #4186 Add changes to code as suggested on code review. * Fix #4186 Undo changes on line wrap as advised by code reviewer. * Fix #2581 Marquee restarts automatically in certain scenarios. * Fix #2581 Marquee restarts automatically in certain scenarios. * Fix #2581 Marquee restarts automatically in certain scenarios. * Fix #2581 Marquee restarts automatically in certain scenarios. * Revert "Fix #4186 Undo changes on line wrap as advised by code reviewer." This reverts commit ca5bca5. * Revert "Fix #4186 Add changes to code as suggested on code review." This reverts commit 5295364. * Revert "Fix #4186 Uncheck all selection on developer options not working" This reverts commit 0cff83a. * Insert timer in OnClick listener to enable unselect during subsequent clicks. * Introduce custom translation animation logic to fix issue with the core marquee api. * Introduce custom translation animation logic to fix issue with the core marquee api. * Fix some of the failing tests. * Fix some of the failing tests. * Fix some of the failing tests, exclude MarqueeView from tests. * Revert some of the changes. * Add MarqueeView to bazel list of custom views that import resources. * Remove Marquee tests to fix some failures. * Update exploration_activity.xml to fix failing tests. * Update exploration_activity.xml to fix failing tests. * Fix failing tests. * Fix some of the failing tests. * Fix some of the failing tests. * Fix some of the failing tests. * Fix some of failing test cases. * Update magic value textViewVirtualWidth to use the device width. * Fix Buildifier issue with bazel. * Update to use Library forked to oppia as advised. * Fix custom res import issues. * Add binding adapters for "app:speed" and "app:pause". * Revert to "app" from "marquee". * Revert unnecessary file exemption. * Fix Nit. * Fix failing tests and revert from previous fix, which could not be used in alpha. * Change to pass "app" and "speed" values in code. * Fix import NIT. * Fix failing tests by updating Bazel config files to add Android-MarqueeView as external dependency. * Fix buildifier issues after bazel file changes. * Revert tests for this feature and fix NITs. * Migrate to Oppia's fork of AndroidMarquee-View remove ellipsize assertion on some tests. * Change width to matchParent on exploration_activity.xml. * Update speed and pause to animationSpeed and animationDelay respectively to make it clear. * Change Bazel workspace config to point to Oppia's official fork. * Change to click on MarqueeView as it is parent to the ToolbarTitle on ExplorationActivityTest.kt. * Add indentations to layouts and shallow_since from CI logs. * Revert shallow since. * Update shallow since. * Add class assertion tests. * Fix spacing NIT.
- Loading branch information
1 parent
0520a97
commit 846657e
Showing
20 changed files
with
147 additions
and
60 deletions.
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
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
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
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.