summaryrefslogtreecommitdiff
path: root/library/gingerbread/src
AgeCommit message (Collapse)Author
2017-12-14Merge "Revert "Revert "Changes needed to upgrade to new gradle version"""Maurice Lam
2017-12-13Revert "Revert "Changes needed to upgrade to new gradle version""Maurice Lam
This reverts commit 46216d0e61318e7af168e9e903ef8d943bb49b2e. Reason for revert: Roll forward - Added ag/3351790 to the topic Change-Id: I64990e558d3f77165ab3fe89006a02225b712257
2017-12-13Merge "Revert "Changes needed to upgrade to new gradle version""Colin Cross
2017-12-13Revert "Changes needed to upgrade to new gradle version"Colin Cross
This reverts commit ba1332d1b4dd525a2ef313246482708cb2016052. Reason for revert: Broke taimen builds in master Change-Id: Iffffadbacae8c6c69907dcecc447f958cf6ce909
2017-12-13Merge "Changes needed to upgrade to new gradle version"TreeHugger Robot
2017-12-06Changes needed to upgrade to new gradle versionMaurice Lam
- Add ignore for various lint errors that is introduced in the lint update - Remove GLIF Pixel themes as they are unused and causing lint errors - Add flavor dimension "compat" as it is now required - Replace *Compile with *Implementation in the gradle files, as needed by the newer Gradle version - Use build tools 27.0.0 to avoid the Gradle warning - Use new Robolectric configuration mechanism and removed our old hack, per http://robolectric.org/getting-started/ Reference: https://developer.android.com/studio/build/gradle-plugin-3-0-0-migration.html Test: Existing tests pass Bug: 70287447 Change-Id: I505476ae3695cd06349766c5e6280299f779f272
2017-12-05Add missing @Override annotationsMaurice Lam
Test: Existing tests pass Change-Id: I9bf733b3591a1bc02e4bd4898f04d30e14e5fd45
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-08-01Allow keyboard to focus on switch itemMaurice Lam
Test: ./gradlew connectedAndroidTest test Bug: 63115991 Change-Id: If03b3e469fd740631b5eabb6031f11fd2165bdb3
2017-05-15Fix infinite loop in LinkAccessibilityHelperPhil Weaver
Not that this, this this. Bug: 38315555 Test: Turned on TalkBack, opened Wifi settings. No longer crashes. Change-Id: Ib7e756bfc41a5b1cf17c4685d7846dd72b60d102
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-04-18Fix tests for platform variantMaurice Lam
RichTextView was only available in compat variants because of ExploreByTouchHelper. This creates a copy of RichTextView for platform builds without the accessibility features. Also make RichTextView extend AppCompatTextView so it will inherit support lib customizations. Test: ./gradlew connectedAndroidTest Change-Id: Ifce63a42aeb9bc25c543f4a5b9abea72435a76d6
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