summaryrefslogtreecommitdiff
path: root/library/gingerbread/test/instrumentation/src
AgeCommit message (Collapse)Author
2017-12-16Change accent color in GLIF V3Maurice Lam
Change the accent color to Google Blue 600 for better contrast. The button color change in ag/3301076 was mostly reverted because the color will be automatically picked up from the updated accent color. Test: Manual, Existing tests pass Bug: 69930196 Change-Id: I2fad5b029357afec9402ef8de5810fa0e092a713
2017-10-06Add test for LinkAccessibilityHelperMaurice Lam
- For the AccessibilityDelegateCompat methods, add tests that the delegation is done correctly. - Refactored LinkAccessibilityHelper to make the dependency direction clearer. Test: ./gradlew connectedAndroidTest test Change-Id: I6132c0820ee6de1b9cc71a2838bdf05a34d7d2af
2017-05-12Revert "Revert "Remove obsolete workaround for ClickableSpan a11y""Maurice Lam
This reverts commit ee3beb6434aae9f94d1cbc466724c455afb59645. Instead of using BuildCompat.isAtLeastO, use Build.VERSION.SDK_INT check the disable LinkAccessibilityHelper on versions above N MR1. This is required because BuildCompat.isAtLeastO requires support lib version 26, and therefore targetSdk 26. But since GMS core has a dependency on this library, and modules not in the O sidecar cannot target API 26 yet, setup wizard lib cannot use that method. Test: ./gradlew connectedAndroidTest test Bug: 37792269 Change-Id: I2be64e41cc86b4695a1ffd1ee376a774a3570750
2017-05-12Revert "Remove obsolete workaround for ClickableSpan a11y"Maurice Lam
This commit breaks ub-setupwizard-master build Test: ./gradlew connectedAndroidTest test This reverts commit 1dcf260b5556208115dc649534dd66d59ec7a5c6.
2017-05-12Merge "Remove obsolete workaround for ClickableSpan a11y" into oc-dev am: ↵Phil Weaver
cf3c368e44 am: 15eaab36c4 Change-Id: I16b09b3a0d14db203932ebe573273ae3c697b048
2017-04-19Allow set LinkSpan click listener on RichTextViewMaurice Lam
In addition to allowing setting a LinkSpan click listener in the context, also allow setting it on RichTextView itself. Test: ./gradlew connectedAndroidTest Change-Id: I6b300068db0e68d351d635897220535a5aa92c93
2017-03-28Rename SuwLib directoriesMaurice Lam
Rename eclair-mr1 to gingerbread to reflect the min SDK version change, and full-support to recyclerview to better reflect what's inside the directory Also added comments and applied style fixes to keep checkstyle happy. Test: Existing tests pass Change-Id: I20332f718f2aae04092d5e45de944b1efce1a596