aboutsummaryrefslogtreecommitdiff
path: root/input/autofill/AutofillFramework/kotlinApp
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
2020-07-23Update language to comply with Android’s inclusive language guidanceXevi Miro Bruix
See https://source.android.com/setup/contribute/respectful-code for reference inclusivefixit Bug: 161896447 Test: Modified documentation Change-Id: I380dd26d5d609900c59da4fc6afc251c3741e5b4
2019-01-16Update to AGP 3.3.0Yuichi Araki
Bug: 122926695 Test: './gradlew assembleDebug' in every project Change-Id: I0c72b409eae50e6f85a024469b6bfea0cfddb80b
2019-01-16Update versions for build dependenciespie-b4s4-devYuichi Araki
This updates Gradle wrapper and Android Gradle Plugin. './gradlew assembleDebug' passes in every project in project.txt (after './gradlew preflight' if necessary). LICENSE was modified in Change-Id: I0b7143eadf2eb17b1ebf0b58e84286f9f87283d9 Test: './gradlew preflight && assembleDebug' in all projects Bug: 122916118 Change-Id: I51f02b1fa5740090d8e75850df54053bb0440863
2018-12-04moving jcenter() below google()Jisha Abubaker
Bug: 114236837 Change-Id: I24ed5fc173bf68775512eecf31d52b3a2daa4709
2018-10-17Replace maven.google.com with google()Ben Weiss
Bug: 117481637 Test: Manually built samples Change-Id: If9c1ee4a8cc26329c9e4f52bf36bf70387414842
2018-02-16Add maintainer's note to AutofillFramework am: 614f070360Trevor Johns
am: b1762a98ed Change-Id: Id9ab3a8518be6cbdbfd83dee0ce33fa65652d315
2018-02-15Add maintainer's note to AutofillFrameworkTrevor Johns
The Kotlin version of this sample is temporarily out of date due to API changes. Add a maintainer's note to let users know that the Java version is more current at the moment. It looks like this change was made to Github directly, but will be wiped out by the next push. Also, it was a <h1> element, which means the samples parser is interpreting it as the title of the sample. Test: N/A Bug: 73495046 Change-Id: I41e56bcf511b6a238bc32ebbc628d581a8e4e584
2018-02-03Autofill kotlin sample: warn that it is outdated.Doug Sigelbaum
Bug: 72888430 Test: not needed Change-Id: Ibdd4a0de19297a38a5d4f72be9ecad82b7ff644f
2018-01-22Autofill Kotlin sample: fix permission in service manifest.Douglas Sigelbaum
Bug: 72333583 Test: manual Change-Id: I9555aa58d5158c86e453e4f00012b0fd858a3b9c
2018-01-18Add missing packaging info for Kotlin samplesTiem Song
Also update README files as necessary. Bug: 64766094 Test: N/A, project metadata change only. Change-Id: Icc77b2fa2a3d52f8faaf49c6c0610cce6b59c574
2017-12-18Update versions for build toolsTrevor Johns
- Update Gradle Wrapper to v4.4 Fixes incompatibility with older Gradle versions and Android projects. - Update build tool and dependency versions in build.gradle Test: compileSamples.sh Bug: 70645270 Change-Id: Id4608bf5d56259427d847c356b40d743773ea3d9 Merged-In: Id4608bf5d56259427d847c356b40d743773ea3d9
2017-09-13Showcase autofill in webviews.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: Iad970ced29cd82dd22f79d30afa1a16f0834f904
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-08-31Autofill sample: Update versions in gradle files.Douglas Sigelbaum
Use SDK 26 (non-beta) and revert gradle versions to be compatible with non-preview Studio. Bug: 38182790 Test: manual Change-Id: Id410a113334411ca823d5b2a19c230b7137dccc7
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-10Autofill sample: updating screenshots.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: I1a278a8016fbf95a1ac8b3aa688739ba8eca2986
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-22Updating gradle dependencies for beta2 autofill sample.Douglas Sigelbaum
Also removed .gitignore for java sample. Bug: 38182790 Test: manual Change-Id: I5044b0a9aabda7437f9988244d3987b7893c1efb
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-25Merge "Various kotlin anti-pattern fixes in Autofill sample." into oc-devDouglas Sigelbaum
2017-05-23Fixed RTE in Autofill sample service's settings.Douglas Sigelbaum
Bug: 38182790 Test: Manual Change-Id: I512dbb71ab775ff3a3ca1142db914dc1071fe147
2017-05-23Various kotlin anti-pattern fixes in Autofill sample.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: I8bfbb606a6cb5b228255f7640c5cc7c312761ec4
2017-05-17AutofillFramework: Make kotlinApp module self-containedTrevor Johns
Update directory structure for AutofillFramework's Kotlin subproject so that it can run independently. Test: ./gradlew assembleDebug Change-Id: I5bd958f3d6fa77b9bf94cce6b85bf42b85fd3ff0
2017-05-17Initial kotlin commit for client app in the autofill sample.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: Ib76173768461528f52297a7acd2f40d532b14d0a