aboutsummaryrefslogtreecommitdiff
path: root/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example
AgeCommit message (Collapse)Author
2020-08-17Update language to comply with Android's inclusive language guidanceJoanne Chung
See https://source.android.com/setup/contribute/respectful-code for reference Bug: 162536543 Test: ./gradlew :Application:build Test: install success and see the changed text Change-Id: Ia04bd65ed9c7ac2116f0ff898fc57b9d9ecc3745
2017-09-13Autofill sample: formatting.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: Ia77568bdc45e736ea993a96c9508cc224b92335b
2017-09-13Autofill sample: Adding pkg signature check.Douglas Sigelbaum
Also, minor refactor to AutofillDataSource to make getInstance() parameter-less. Bug: 38182790 Test: manual Change-Id: Ib8e6780dfde2e263d9648d78df6b7e70477cf146
2017-08-31Autofill sample: add credit card expiration compound view example.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: Ib611578b811715103666233f84720ef2bb184c00
2017-08-31Autofill kotlin sample: Improve kotlin style.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: I8250c1de268f2dcff7f3aca459a1a6c0a484a844
2017-08-31Autofill sample: ensure text is not empty.Douglas Sigelbaum
Don't set AutofillValue on the custom virtual view if the text is empty. Bug: 38182790 Test: manual Change-Id: I85c8882aa04b70ecb94da3f504f8fedfa0223806
2017-07-10Autofill kotlin sample: fixing auth bug.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: Icc6310d1dceb10dcce8824154341b4b28ecd94bf
2017-07-10Autofill sample: adding email compose activity.Douglas Sigelbaum
To show how to set the importantForAutofill attribute. Bug: 38182790 Test: manual Change-Id: I7f05f367b8b3add8694276a9e063bc53b761df51
2017-07-08Autofill sample: make UI nicer.Douglas Sigelbaum
Also add info dialogs in the app explaining what each client page is showcasing. Bug: 38182790 Test: manual Change-Id: I779f8152ce8f13a1bac28b6964bc7edbd85760af
2017-06-22Autofill sample: Use custom adapter for cc exp years.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: Ieef7e94664b973781e7320c04cdb6d3b3af14eeb
2017-06-22Autofill sample: added icons, fixed an auth bug, added more comments.Douglas Sigelbaum
* Added icons for autofill popups. * Fixed RTE in the service due to autofill being enabled on the autofill login page. * Added more comments to other unrelated functions. * Added helper functions for ensuring only supported hints are supported. * Added string resources. * Changed some method/variable names to match newish class names. Bug: 38182790 Test: manual Change-Id: I1874c7be12ee1b50f5cc94542561d00820ba1874
2017-06-22Check autofillHints to make sure autofillHint is supported by service.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: I5b55445a0a1432d15a34b360f5e7e7713e13eeb8
2017-06-07Renamed autofill Field classes.Douglas Sigelbaum
Also moved AutofillMetadata-related classes out of the model package. Bug: 38182790 Test: manual Change-Id: Ia86bad151a64c0487215622546a0ea7c67de2dcb
2017-06-07Renaming sample autofill service to MultidatasetDouglas Sigelbaum
AutofillService. Bug: 38182790 Test: manual Change-Id: I21784ece130355f9bd1efec811bba7c0bfba5b70
2017-06-07Using Beta2 autofill APIs in autofill sample.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: Id59b54d1c5fb36a49d4f7e3a78d7697b290e18cc
2017-05-31Implemented autofill callbacks in kotlin autofill sample.Douglas Sigelbaum
Disable AutoComplete in AutoCompleteTextView when AFF is working. Bug: 38182790 Test: manual Change-Id: If6de507dc2acf2033f2930d8e1c2cae85903b9a5
2017-05-31Changes to get Kotlin and Java autofill samples in sync.Douglas Sigelbaum
Also fixed a crash when using datasetAuth. Impacted both samples. Bug: 38182790 Test: manual Change-Id: I1bfb00e3a22708d7bcbaade2aff3b00789499fe7
2017-05-30Updated dependencies for autofill sample.Douglas Sigelbaum
* Support lib -> 26.0.0-beta1 * Build tools -> 26.0.0 rc2 * Kotlin -> 1.1.2-4 * Gradle -> 3.0.0-alpha1 * Added google maven repo. Now it can only be run on AS 3.0+. Bug: 38182790 Test: manual Change-Id: Ib927a3a64afc3d9a1acb7dfb61338272fe936843
2017-05-30Converted Autofill sample service to kotlin.Douglas Sigelbaum
Also modified some kotlin in Autofill client activities. Bug: 38182790 Test: manual Change-Id: I09938ae3edf83c7a26855c376a96f69a67f542c1
2017-05-23Various kotlin anti-pattern fixes in Autofill sample.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: I8bfbb606a6cb5b228255f7640c5cc7c312761ec4
2017-05-17Initial kotlin commit for client app in the autofill sample.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: Ib76173768461528f52297a7acd2f40d532b14d0a