-
Notifications
You must be signed in to change notification settings - Fork 526
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
* fixed one test * fix 4 remaining tests * try fixing tests bu introducing scrollview * tried adding scrollview * fix AndroidManifest.xml * fix nit * fix basic set of tests * fixed 3 failing tests * removed extra changes * removed extra changes * try fixing tests with testCoroutineDispatchers * try advancedUntilIdle() * tried migrating to viewpager2 * tried implementing new methods * Replace ViewPager with ViewPager2 * Add ignore annotations * fix lint * add dependencies to BUILD.bazel * remove unnecessary ignore annotations * fix lint * fix lint * fix lint * fix lint error * remove redundant lines * Fix Viewpager2 regressions * Fix lint errors. * Remove comments * Fix all test cases on Robolectric * Try fixing flakiness in espresso * Revert "Try fixing flakiness in espresso" This reverts commit 2151c45 * Replace isDisplayed() with isCompletelyDisplayed() * Fix suggested changes * Try fixing test cases by using isADescendantOf() * Revert changes * Try stabilizing ttion est cases by changing configuration * Revert last commit to remove unwanted configuration changes * Fix ktlint error * Try adding custom ViewMatcher * Add custom ViewMatcher * Add custom ViewAction for scrolling ViewPager pages * Disable smooth scrolling to fix test cases * Remove holder.setIsRecycleable(false) and optimise perform() * Remove unnecessary id of constraintLayout in onboarding_slide.xml * Replace advancedUntilIdle bu runCurrent wherever applicable * Remove unnecessary delay * Add argument comment for smoothScroll * Add a space after argument comment * Fix suggested changes.
- Loading branch information
Showing
8 changed files
with
142 additions
and
99 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
Oops, something went wrong.