aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-10Ignore .DS_STORE files in git.Douglas Sigelbaum
Test: manual Change-Id: I09bad9a253b78a0c5b1b512ebd689d82ba9ad253
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: use AppCompatActivity for AuthActivity.Douglas Sigelbaum
Bug: 38182790 Test: manual Change-Id: Ie0133dc9ca1386d08296e9f2e4be653665df3900
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-21Move chat database operations to background. am: 00a58f9203 am: f833289842oreo-devBenjamin Baxter
am: f98c9b4f46 Change-Id: Ib89691a346f63be75220367dfa7c9684eec8abcd
2017-06-21Move chat database operations to background. am: 00a58f9203Benjamin Baxter
am: f833289842 Change-Id: I82a9b13335db1f38487b4054aa2d6a8a09ead3ba
2017-06-21Move chat database operations to background.Benjamin Baxter
am: 00a58f9203 Change-Id: I788cfb000bc8767c02d73347cb58243b8b72ec02
2017-06-20Move chat database operations to background.Benjamin Baxter
Bug: 34841755 Change-Id: I3b6ff8ae125bd9d6637972db342e9e141b2c7c2f
2017-06-16Move contact database operations to background. am: 5ab73b969e am: b9d634469fBenjamin Baxter
am: 59690f1cb6 Change-Id: I80eef74736e0337944d11df4bf464028030e065f
2017-06-16Move contact database operations to background. am: 5ab73b969eBenjamin Baxter
am: b9d634469f Change-Id: Ie8e3478662702a3e7fc281bca212991ce4ba5a20
2017-06-16Move contact database operations to background.Benjamin Baxter
am: 5ab73b969e Change-Id: I14d7ef5d5d3651f83af80664e6b057f439fc3c9a
2017-06-15Move contact database operations to background.Benjamin Baxter
Bug: 34841755 Change-Id: I37a3460446fa961fe54f2372a08cb2b7270b3e74
2017-06-08Merge "Renamed autofill Field classes." into oc-devTreeHugger Robot
2017-06-08Merge "Renaming sample autofill service to Multidataset AutofillService." ↵TreeHugger Robot
into oc-dev
2017-06-08Merge "Using Beta2 autofill APIs in autofill sample." into oc-devTreeHugger Robot
2017-06-08Merge "Remove usages of ActionBarActivity." into oc-devTreeHugger Robot
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-06-07Merge "Updates read me to focus more on teaching Wear 2.0 analog watch ↵Jeremy Walker
face." into oc-dev
2017-06-07Merge "Removes unused classes in Application side of watch face sample" into ↵Jeremy Walker
oc-dev
2017-06-06Moving chatlist database operations to background. am: 59cffafaff am: 1ee759cc83Benjamin Baxter
am: 3d928e7596 Change-Id: Ia1d7ed30daecb135122d2b0ce20916bf0a5ef282
2017-06-06Moving chatlist database operations to background. am: 59cffafaffBenjamin Baxter
am: 1ee759cc83 Change-Id: Ice7e24207206a11a7f99c3b33accc4053f571395
2017-06-06Moving chatlist database operations to background.Benjamin Baxter
am: 59cffafaff Change-Id: I32fbbcdedbd057c3aa6097266b0990f39512e84f
2017-06-06Updates read me to focus more on teaching Wear 2.0 analog watch face.Jeremy Walker
Bug: 32214858 Test: Manually tested app (but only changes to read me). Change-Id: I4da8a5b917b605ae8c7be2fb417c1cca7ec95e7f
2017-06-06Removes unused classes in Application side of watch face sampleJeremy Walker
Bug: 32214858 Test: Manually tested template. Change-Id: Iabc553277fed45eb11c042d1f28ccb1a4f8ef337
2017-06-06Moving chatlist database operations to background.Benjamin Baxter
Bug: 34841755 Change-Id: Ib56ff48e891364e90dba0ea8f43d0f805bf15c35
2017-06-06Remove usages of ActionBarActivity.Aurimas Liutikas
ActionBarActivity has been deprecated for 2+ years and has been extending AppCompatActivity for all that time. These changes should be no-ops. Bug: 35253513 Test: None Change-Id: I0105b020ef7f860f03f6528e7fee981a8748c9ed
2017-06-02Update Wear samples for new version of support libraries.Jeremy Walker
Bug: Change-Id: Ia668544cca2a98737c275a8a93ce376725dfbd20 Test: Script changed versioning, manually tested all Wear samples impacted by change.
2017-06-01Merge changes Ib265ff8b,I756725c1 into oc-devTreeHugger Robot
* changes: Add WearComplicationProvidersTestSuite to project list Add new script for globally compiling samples
2017-06-01Merge "Fix DRAFT status for DownloadableFont sample" into oc-devTreeHugger Robot
2017-06-01Merge "Update Kotlin to v1.1.2-4" into oc-devTreeHugger Robot
2017-06-01Update Kotlin to v1.1.2-4Trevor Johns
Test: ./gradlew assembleDebug Change-Id: I465012fa05f5d5a57552c726ffc6fa862c623511
2017-06-01Fix DRAFT status for DownloadableFont sampleTrevor Johns
Test: manual Change-Id: If3a212c72ae051ccdeb1b0eb9c245f2a1f304477
2017-06-01Fix licensing and packaging files for Kotlin samplesTrevor Johns
Test: manual Change-Id: I27563785671c984e8581d29de72fb35d0188b2a9
2017-06-01Merge changes Id24d3147,Iac2c95f3 into oc-devYuichi Araki
* changes: Tidy up some Kotlin implementation PictureInPicture: Fix view state update on PiP
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-31Implemented autofill callbacks in autofill sample.Douglas Sigelbaum
Disable AutoComplete in AutoCompleteTextView when AFF is working. Bug: 38182790 Test: manual Change-Id: I0acf9ebc1b2085af22c36c3c18263f86ae110dd1
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-26Merge "Cleanup Kotlin code" into oc-devTakeshi Hagikura
2017-05-25Merge "Various kotlin anti-pattern fixes in Autofill sample." into oc-devDouglas Sigelbaum
2017-05-25Merge "Fixed NPE in autofill sample service." into oc-devDouglas Sigelbaum