aboutsummaryrefslogtreecommitdiff
path: root/input
AgeCommit message (Collapse)Author
2017-05-17Merge "Increment Gradle version to 3.4.1 for all samples" into oc-devTreeHugger Robot
2017-05-17Merge "Initial kotlin commit for client app in the autofill sample." into oc-devTreeHugger Robot
2017-05-17Merge "Ensure autofill sample service doesn't build empty datasets." into oc-devTreeHugger Robot
2017-05-17Merge "Updated icon for Autofill sample." into oc-devTreeHugger Robot
2017-05-17Increment Gradle version to 3.4.1 for all samplesTrevor Johns
Test: gradlew assembleDebug Change-Id: Ifd6ac37af5fff607c1a83056f2f4100ab68c3240
2017-05-17Initial kotlin commit for client app in the autofill sample.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: Ib76173768461528f52297a7acd2f40d532b14d0a
2017-05-16Ensure autofill sample service doesn't build empty datasets.Douglas Sigelbaum
Bug: 38182790 Test: Manual Change-Id: I4b9d7092bc14f0d127f1b1a30a52bc8b67ea5721
2017-05-16Updated icon for Autofill sample.Douglas Sigelbaum
Also addressed logging/styling issues. Bug: 38182790 Test: Manual Change-Id: I5b9c567ffc7915e42812e05bfb45fd0b702b8c55
2017-05-16Fixed autofill for VirtualLoginActivity:Douglas Sigelbaum
- Added autofill hints and types to custom virtual view. - Fixed view focus. Bug: 38182790 Test: manual Change-Id: I82e3d9ec1af77cce92d2f2a6080a9ebcdc71129f
2017-05-16Neatening up autofill settings.Douglas Sigelbaum
Also added auth and option to clear data to settings, and fixed failed master-login issue. Test: manual Bug: 38182790, 37492778 Change-Id: I9f303f9573e4cba57626cc23b5c1dab102983b95
2017-05-16Added support for all AutofillValue types.Douglas Sigelbaum
Also, client pages no longer need to be explicitly supported by the service. The service parses everything and saves everything. Test: manual Bug: 38182790 Change-Id: I212a3a0d90e9d7cd816006bc170ad73dfba2f170
2017-05-16Implemented autofill saving.Douglas Sigelbaum
Also added basic support for autofilling a client's CC info. Refactored a bit to make this possible. Test: manual Bug: 38182790 Change-Id: I7c70ea6a962bf816a7c527012b3fc6918cdbde91
2017-05-16Added hints and save info to Autofill service.Douglas Sigelbaum
Test: manual Bug: 38182790 Change-Id: Ifd0b6b970e5357814376149bc76457ec33ec1e1a
2017-05-16Minor fixes:Felipe Leme
- Fixed virtual view coordinates. - Removed initial focus on login activity. - Added support to android build Test: adb shell settings delete secure autofill_service && mmm -j50 developers/samples/android/input/autofill/AutofillFramework/Application/src/main/ && adb install -r ${OUT}/data/app/AutofillSample/AutofillSample.apk && adb shell settings put secure autofill_service com.example.android.autofillframework/.service.MyAutofillService Test: mmm -j50 developers/samples/android/input/autofill/AutofillFramework/Application/src/main/ && adb install -r ${OUT}/data/app/AutofillSample/AutofillSample.apk && adb shell am start com.example.android.autofillframework/.app.LoginActivity Bug: 38182790 Change-Id: Ic533a3bf50ba280df1b161e9ad3fbae90c54a4a6
2017-05-12Update Autofill sample to use DP2 APIs.Douglas Sigelbaum
Test: manual Bug: 38182790 Change-Id: I7e09f7a9de5853b71e213fb1876466d1c12e7f17
2017-03-20Initial commit for Autofill Framework sample.Douglas Sigelbaum
This sample app demos the Autofill feature introduced in Android O. Test: manual Bug: 35449954 Change-Id: I1afcb587475aedad9c57da748d9d8edae11eb3da
2016-12-14Update dependency versions for 2016-12 releaseTrevor Johns
am: 20238ad55b Change-Id: I19cdb1efd0dd70c76c8dc2ad9d2d91aa09272a85
2016-12-13Fix CommitContent samplesMark Lu
- change applicationId to match manifest package - fix content provider authority string bug: 32595553 bug: 32595760 Change-Id: I95e3fe06d94b7b602bd8dbb49ddd9675bec61093
2016-12-13Update dependency versions for 2016-12 releaseTrevor Johns
- Set targetSDK to 25 - Gradle plugin 2.2.3 - Build tools 25.0.2 - Support library 25.0.1 - Play Services 10.0.1 Change-Id: I3dab4deaba4ca96d62c70f019c1d1dc00f9c2c7b
2016-10-19Update build tools version for N MR1 samplesTrevor Johns
Version should be '25.0.0' instead of '25 rc1'. Change-Id: I975412dc54326292832656511148506ec8b6c855
2016-10-19CommitContent Samples: Add new icons and update template-paramsTrevor Johns
- Add new launcher icons using standard style - Add round icons - Add web icons - Updated icon paths in template-params.xml - Added runtime note in IME sample's template-params.xml Change-Id: Ifa756e1b78422c01bad74b5d0416502ef4777508
2016-10-18Add Commit Content samples to nyc-devTrevor Johns
Samples for new image keyboard / commit content API added in API 25. Change-Id: Ie642eadbb57988b2987b4f3598cd5f5f803a0e7b
2016-09-28Syncing template-generated build artifactsTrevor Johns
Change-Id: I2f782966a41e36c47025e33f80c6f6df16d7299a
2016-09-28Update Gradle wrapper to v2.14.1Trevor Johns
Change-Id: I276f36356c62c4b472cae9eff4be4ab47bbde2ff
2016-08-11Update samples to use API 24Trevor Johns
Template output to update samples to use API 24 instead off 'N'. (Includes manual changes to MultiWindowPlayground.) Also any supplamentary changes to templates that haven't been checked in, since we don't usually check in template output. Change-Id: Id16ec84fddcbf6b11218aaf22475413b156449bd
2016-03-08Set Gradle wrapper to v2.10 for all samplesTrevor Johns
Change-Id: I9e5d292d218d34c6fbb2c889a43dc375bd4a9f59
2015-08-17Resolve conflicts for merge of 6a1d10d from lmp-mr1-ub-dev to mnc-devClare Bayley
Merge: Merge "Add Stylus Info to BasicGestureDetect" into lmp-mr1-ub-docs * commit '39cb9cb98b5241043c56c8ca238cd05e0781f848': Add Stylus Info to BasicGestureDetect Change-Id: I38b1b40c49fa54cc48b261b86ad61a7df8d4979b
2015-08-14Update sample prebuilts to use latest depsTrevor Johns
Pulling in dependency changes from //developers/build commit 5d58bc4802 Change-Id: I66d3c35f03cf0eca6463d22fdb9471f4e4a1dc0a
2015-08-13Update sample templates for android-23 releaseTrevor Johns
Converted "android-MNC" build target references (including min/compile) to use "23" instead, to correspond with recent SDK builds. Includes source file refresh. Change-Id: I441aba7b50d16179cc231531e6aeffd108cdd404
2014-12-18Metadata for BasicMultitouch sampleShailen Tuli
Change-Id: I5a9900e5cae082c895ce22f32fbbfbd44ace948a
2014-12-05Merge "Updates metadata for BasicGestureDetect sample." into lmp-docsJose Alcerreca
2014-12-04Updates metadata for BasicGestureDetect sample.Jose Alcerreca
Change-Id: I7e068778efc33c3c1208ae40deb02e7b6836f20e
2014-12-02Update build dependencies for Android Studio 1.0 RC1Trevor Johns
- Use Gradle version v2.2.1 Change-Id: I3a49b3b89e7cb0a66288ebb1841314109db29fdb
2014-10-16Remove additional <uses-sdk> instancesTrevor Johns
Second pass to find additional instances of <uses-sdk> in AndroidManifest.xml that weren't found in commit '23a2c44d'. Change-Id: I35fd2f955c2c6f3137ee20b28e8be04e9a975394
2014-10-14Remove <uses-sdk> block from all samplesTrevor Johns
This value is now automatically merged in from build.gradle (which is managed by template-params.xml). Removing it prevents conflicts in the event uses-sdk doesn't match properly. Change-Id: Icbe4aabac366a26a326cfa2ecd2cb57192634a1a
2014-09-10Merge "Add README and related files for distribution" into klp-modular-docsTrevor Johns
2014-09-05Add Wear sample and rename other samples modulesRenato Mangini
- Renamed all sample modules from <sampleDir>/<SampleName>Sample to <sampleDir>Application in order to support multi-module samples. - Add a Wear SynchronizedNotification sample Change-Id: I6141df5f3b161a81f389c532f2f9a67a8fe2d525
2014-08-29Add README and related files for distributionTrevor Johns
Includes CONTRIB.md, LICENSE, and README.md to all samples for distribution through GitHub. Also adds packaging.yaml for all samples for indexing purposes. Change-Id: Ia1d27af059185c8aef324c07224e400484df17f3
2014-08-11Update minSdk for BasicGestureDetectSampleTrevor Johns
Fixes error caused by dependency on support library. Change-Id: Ia498a0af34e21a0477ec4d16080bb82adbcd91f7
2014-07-30update gradle from 1.10 to 1.12 in all samplesClare Bayley
Change-Id: I393063987d9c66e8aba6fb8e05f63313ff2d5a5d
2014-03-06Updated samples for Gradle 1.10Alexander Lucas
Change-Id: I1d5231c082938cb63553c96696fc0889f59b7f7a
2013-10-30Fixed GestureDetectAlexander Lucas
Change-Id: Ie74c1aa83c3566ed6e935d1ae45e14c73bf61ecf
2013-10-30Updated remaining samples to gradle 1.8Alexander Lucas
Change-Id: I07b0d46e6bb8eddca0bccaad82883286ce0a70b2
2013-10-30Restore "Merge downstream branch 'developers-dev' into 'klp-dev'"Trevor Johns
This reverts commit ec985147ec781dfff9a229c6b794ee4eac0ced91.
2013-10-30Revert "Merge downstream branch 'developers-dev' into 'klp-dev'"Trevor Johns
Undoing recent merge to get a clean klp-dev samples release without template code. Will un-revert for followup release with templates after that build has been cut. This reverts commit bc6fe0f65025563ab50af193b099a8fca95ff0a2. Change-Id: Icd2b9772986de7c4978a92e7e22bb2c2cef20bd0
2013-10-29Updated all build.gradle files for emit* compatibility. Added index.jd to ↵Alexander Lucas
gitignore Change-Id: Icc1488eb3db924170cd905cb77416fdd5bd36112
2013-10-29Merge "Removed _index.jd files (should be generated). Also removed previous ↵Trevor Johns
jd files." into developers-dev
2013-10-29Removed _index.jd files (should be generated). Also removed previous jd files.Alexander Lucas
Change-Id: I3d3874cf9ef0571058be18f266c5cf64af10951c
2013-10-29Merge "Updated all samples with group categories." into developers-devTrevor Johns
2013-10-29Replaced sample package variable name with actual sample package across samples.Alexander Lucas
Change-Id: I3f747519b2e12030059b61d55df631928694e592