History log of /frameworks/base/core/java/android/service/autofill/LuhnChecksumValidator.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0e3e6f8274b9d4c1c9646a1d39aed6a9f8a6a28d 12-Jul-2017 Philip P. Moltmann <moltmann@google.com> Handle failures in validators

Test: cts-tradefed run cts-dev -m CtsAutoFillServiceTestCases
--test=android.autofillservice.cts.ValidatorTest
Bug: 62534917

Change-Id: I3aad06cd2e8b6caf7238e420727aca0cb3703bc5
/frameworks/base/core/java/android/service/autofill/LuhnChecksumValidator.java
4e5ce390399a77d47aa775e9eb7d04b5e8061483 11-Jul-2017 Philip P. Moltmann <moltmann@google.com> Implement Luhn checksum algo

Ignore all non-digits. If only digits should be allowed, the
developer can use a combination of SimpleRegexValidator and
RequiredValidators.

Bug: 62534917
Test: cts-tradefed run cts-dev -m CtsAutoFillServiceTestCases
--test=android.autofillservice.cts.LuhnChecksumValidatorTest

Change-Id: I4a7c68a236c3d4cb967f1bc61115df89e584a86d
/frameworks/base/core/java/android/service/autofill/LuhnChecksumValidator.java
979013d027d828f404e71f48b88403e562ccbc7b 22-Jun-2017 Felipe Leme <felipeal@google.com> Initial implementation of the new Save APIs.

Test: manual verification with sample app (CTS tests coming later)

Bug: 62534917

Change-Id: I085a9c933bb5e8316d673976e059e13abd7098e5
/frameworks/base/core/java/android/service/autofill/LuhnChecksumValidator.java