aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-01-11Merge "Fix compilation of DragAndDropAcrossApps" into pi-devBen Weiss
2019-01-11Fix compilation of DragAndDropAcrossAppsBen Weiss
Bug: 122618566 Test: compileSamples.sh Change-Id: I29192ab02a410d0c8134f03fccc3b9388def5907
2019-01-11Merge changes Iabfe91d7,I6ca2168d into pi-devPietro Maggi
* changes: Fixed grandle.build Version bump
2019-01-11Merge "Migrate project to AndroidX" into pi-devTreeHugger Robot
2019-01-11Merge "Update watch face to build correctly." into pi-devTreeHugger Robot
2019-01-11Merge "Bump version of dependencies" into pi-devTreeHugger Robot
2019-01-11Merge "Deprecate ScopedDirectoryAccess." into pi-devTreeHugger Robot
2019-01-11Merge "Bump versions of dependencies" into pi-devTreeHugger Robot
2019-01-10Migrate project to AndroidXTiem Song
Bug: 122672693: Test: manual + instrumentation test Change-Id: I81dcbe6e3638fb01da5136d6f9daa7cd6889f5e6
2019-01-10Update watch face to build correctly.Jeremy Walker
Bug: 122676168 Bug: 117822353 Test: Manually tested. Change-Id: Id014265d20149c2cc82e95f0f177dd742dea2415
2019-01-10Bump version of dependenciesTiem Song
Bug: 122672178 Test: manual - verified no regression when running app Change-Id: I0d8c1da22c1d861667c251b7b0fd70fcc0ece6c0
2019-01-10Bump versions of dependenciesTiem Song
Bug: 122660042 Test: manual - ran app and verified there are no regressions Change-Id: I661f19e8b4f0a5dab0503290d49b3b27c8f4f95b
2019-01-10Fixed grandle.buildPietro F. Maggi
- added google() repo - removed jack options - bump version - Fixed AndroidManifest.xml Bug: 122662804 Test: Built Locally Change-Id: Iabfe91d7abe9349d52a5ba667d1e3b61736b4664
2019-01-10Deprecate ScopedDirectoryAccess.Nicole Borrelli
Bug: 122667551 Test: NA Change-Id: I72ca75eb194f609dcc8eeb07573e46a016a96d37
2019-01-10Deprecate googlesamples/android-MediaBrowserService.Cartland
Use https://github.com/googlesamples/android-UniversalMusicPlayer instead. Bug: 122659045 Test: Did not test because the sample is deprecated. Change-Id: If25b075421a32a77c128e0b3eb98e46ff222929c
2019-01-10Version bumpPietro F. Maggi
Bug: 122655401 Test: Built locally Change-Id: I6ca2168dbc5be5396e18861855c9c53119f93907
2019-01-10Fix compilation of MultiWindowPlaygroundBen Weiss
Bug: 122642216 Bug: 122645564 Test: compileSamples.sh Change-Id: I63c16c396c9569d2f6dabaa52cff619c1ea33d09
2019-01-10Fix compilation of RepeatingAlarmsBen Weiss
Bug: 122642754 Test: compileSamples.sh Change-Id: I40e42dd253e344b4c7555b47d6aa7b13d8789a59
2019-01-10Fix compilation of AdvancedImmersiveModeBen Weiss
Bug: 122640131 Test: compileSamples.sh Change-Id: Iadcc6bdb798e8f891b801f4e878ab83a91be47ea
2019-01-10Move jcenter after google repositoryBen Weiss
Bug: 122638172 Test: Built locally Change-Id: I37c6039eddc4ea73fa353206798cbaa2e5087bbe
2019-01-10Move jcenter after google repositoryBen Weiss
Bug: 122638905 Test: Built locally Change-Id: Ief173bf68553a95f3e2ece7b03d223390b8b9745
2019-01-10Move jcenter after google repositoryBen Weiss
Bug: 122637168 Test: Built locally Change-Id: Iec820e3f50aa6b19ba0517ce3836c25fcd225435
2019-01-10Move jcenter after google repositoryBen Weiss
Bug: 122639533 Test: Built locally Change-Id: I8c90d553aa3119f9646d8953ad653306c6f6588b
2019-01-10Move jcenter after google repositoryBen Weiss
Bug: 122637167 Test: Built locally Change-Id: I483c76101bde45b55dc5139c26a8c2839457ca9e
2019-01-10Move jcenter after google repositoryBen Weiss
Bug: 122638680 Test: Built locally Change-Id: Ibac9978c1b0a21ba06674af5f3c0a649932130d1
2019-01-10Move jcenter after google repositoryBen Weiss
Bug: 122638584 Test: Built locally Change-Id: I94ae0b25d3849afa006c1fac6c532a20ff602563
2019-01-10Move jcenter after google repositoryBen Weiss
Bug: 122638901 Test: built locally Change-Id: Ie9d94376015c019a91fefb650f4366e6aec5dc93
2018-12-20Fix case of .DS_Store file to ignoreNicole Borrelli
Bug: 121311112 Test: manual verification (that .DS_Store files are ignored) Change-Id: I51eb3fee418eb54ad9b44f25ee6207ae7474ab1d
2018-12-19Convert DirectorySelection sample to AndroidXNicole Borrelli
Test cases were using ActivityInstrumentationTestCase2 which was deprecated (in API 24) and (seemingly) removed. Since the test cases will need to be rewritten anyway, I've removed them for the time being. Bug: 117822353 Test: Manually verified Change-Id: I40a62a3287d11bc5c7658f5395148d510cfda738
2018-12-07Merge "moving jcenter() below google()" into pi-devJisha Abubaker
2018-12-04moving jcenter() below google()Jisha Abubaker
Bug: 114236837 Change-Id: I24ed5fc173bf68775512eecf31d52b3a2daa4709
2018-11-22Merge "Add checkstyle to developers/samples/android" into pi-devTreeHugger Robot
2018-11-16Fixed build.gradleFelipe Leme
Bug: 119261048 Test: ./gradlew :Application:installDebug Test: ./gradlew :afservice:installDebug Change-Id: I5b41c273562864bdf1ecde06eb4a0625b2e2b22e
2018-10-24Updated graddle properties.felipeal
Bug: 114236837 Test: ./gradlew :afservice:installDebug Test: ./gradlew :Application:installDebug Change-Id: I69a2f2bd37bbd19b0861e73664abc48d17c26d79 (cherry picked from commit fb731854f6d5f00a9d009b0de7532bf08e1d24e7)
2018-10-19Turning off ProGuard warningsJisha Abubaker
Test: ./gradlew :afservice:assemble Bug: 114236837
2018-10-17Add missing google() repositoryBen Weiss
Bug: 117481637 Test: Manually built samples Change-Id: I8a9f28c546bc66fe47931024a6bb6591ee3a05ea
2018-10-17Replace maven.google.com with google()Ben Weiss
Bug: 117481637 Test: Manually built samples Change-Id: If9c1ee4a8cc26329c9e4f52bf36bf70387414842
2018-10-11Merge "Moar changes on Autofill samples." into pi-devTreeHugger Robot
2018-10-10Moar changes on Autofill samples.Felipe Leme
- Renamed HeuristicsService to DebugService. - Removed multi-steps support from MyService (it was broken anyways) - Created a new simple, temporary service to handle multi-step logins. - Added anti-pattern example for login without hints. - Added anti-pattern example for autocomplete without using autofill callbacks. - Added anti-pattern example for multi-step login using activities. - Added edge-case example for custom theme that changes autofilled text. Bug: 114236837 Test: manual verification Change-Id: I7f0f63c090507c247f16eda0075cc20e6dc35139
2018-10-09Replace EXTRA_TOTAL_SIZE with EXTRA_SIZEBen Weiss
Bug: 117481493 Test: Build sample using ./gradlew assemble Change-Id: I4838481eef44882659d34bd129d2fa5e69c01778
2018-10-02Fix ordering of repositoriesBen Weiss
Bug: 117136107 Change-Id: I446b3b770f99fc8d1067d1bcd0e95ceeef6c207a
2018-09-27Merge "Fixed basic autofill services broken on previous CLs." into pi-devTreeHugger Robot
2018-09-27Merge "Update EmojiCompat sample" into pi-devTreeHugger Robot
2018-09-26Fixed basic autofill services broken on previous CLs.Felipe Leme
HeuristicsService: don't generate generic hint on non-autofillable fields, otherwise it will never trigger Save because it would be expecting changes on fields like buttons. BasicService: scan children as well. Bug: 114236837 Test: manual verification Change-Id: I87c335737386f040fec4b036203756cbcaec752c
2018-09-26Change HeuristicsService to always provide a hint.Felipe Leme
This is helpful to help app developers visualize when autofill is triggered when it shouldn't (for example, in a chat conversation window), so they can mark the root view of such activities with android:importantForAutofill=noExcludeDescendants Bug: 114236837 Test: manual verification Change-Id: I33e18e0ed6a274d7918b363e03f90f7decd902b9
2018-09-26Merge "Support Dark Mode on Autofill samples:" into pi-devJisha Abubaker
2018-09-25Support Dark Mode on Autofill samples:Felipe Leme
Bug: 114236837 Bug: 5097842 Fixes: 78028113 Test: manual verification Change-Id: I4137d108f6fd33b3fbef354b9ee1e2e296862cf8
2018-09-25Changes on Autofill Service project:Felipe Leme
- Renamed BasicHeuristicsService to HeuristicsService - Split HeuristicsService from BasicService - Added compat-mode support to Chromium - Supported authentication on HeuristicsService - Changed value to "N-hint" to make it easier to filter out datasets - Added settings to HeuristicService - Made BasicService final, as it's kind of the "smallest" service possible Bug: 114236837 Test: ./gradlew :afservice:installDebug Change-Id: Ie36a8009d5ef39b9f82117f47a86ba11a9a4a9c1
2018-09-25Added antipatterns.BadViewStructureCreationSignInActivity activity.Felipe Leme
This is a simple login page where the view structure is created onStart() instead of onCreate(), which causes autofill to misbehave when the autofill service requires authentication. Bug: 114236837 Bug: 111644535 Test: ./gradlew :Application:installDebug Test: manual verification Change-Id: I8761a3f71ceec44aefd7378da3329643ef015ce4