1. a9379d0 Allow null fill values to support authentication case by Svetoslav Ganov · 7 years ago
  2. f512575 Merge changes I7c2c9411,Ibc72c84d,Ib3968644 into oc-dev by TreeHugger Robot · 7 years ago
  3. 370b040 Merge "Fixed placemente of Autofill UI for virtual views." into oc-dev by Felipe Leme · 7 years ago
  4. 8554812 Merge "Properly measure dataset presentations" into oc-dev by TreeHugger Robot · 7 years ago
  5. 134cee2 No need to deal with windowTokens by Philip P. Moltmann · 7 years ago
  6. 3394804 Check callbacks when operting on UI by Philip P. Moltmann · 7 years ago
  7. 1c38d29 Merge "Fixed scenario where an authentication response has no dataset." into oc-dev by TreeHugger Robot · 7 years ago
  8. 2e3b0c1 Properly measure dataset presentations by Svetoslav Ganov · 7 years ago
  9. 6bfcc82 Merge "Only clear state for force stopped fill service" into oc-dev by TreeHugger Robot · 7 years ago
  10. f37ba74 Only clear state for force stopped fill service by Svet Ganov · 7 years ago
  11. 8fd0575 Fixed scenario where an authentication response has no dataset. by Felipe Leme · 7 years ago
  12. f539389 Prune abandoned autofill sessions by Philip P. Moltmann · 7 years ago
  13. 4745fb6 Fixed placemente of Autofill UI for virtual views. by Felipe Leme · 7 years ago
  14. 1f8b07b Improved dump() on Autofill UI. by Felipe Leme · 7 years ago
  15. 9a2e605 Always start a manual request, even if view was already autofilled. by Felipe Leme · 7 years ago
  16. 395f0ec Send AutofillValue of Views that originated a forced request. by Felipe Leme · 7 years ago
  17. c0851e7 Merge "Make auth fill UI size sane size" into oc-dev by TreeHugger Robot · 7 years ago
  18. 640a135 Make auth fill UI size sane size by Svetoslav Ganov · 7 years ago
  19. c2430f3c4d6 Removed deprecated setAuthentication() method that didn't take ids. by Felipe Leme · 7 years ago
  20. b4ff3bb Apply proper theme to SaveUi by Philip P. Moltmann · 7 years ago
  21. c21f723 Merge "Changed EXTRA_DATA_EXTRAS to EXTRA_CLIENT_STATE." into oc-dev by Felipe Leme · 7 years ago
  22. 37a440fd Changed EXTRA_DATA_EXTRAS to EXTRA_CLIENT_STATE. by Felipe Leme · 7 years ago
  23. 9f9ee25 Improved Autofill logging. by Felipe Leme · 7 years ago
  24. 0aa4c50 Refactored Autofill to move starting flag out of Session. by Felipe Leme · 7 years ago
  25. 70c0221 Merge "Implement the rest of autofill importance modes" into oc-dev by Svetoslav Ganov · 7 years ago
  26. fd31f85 Implement the rest of autofill importance modes by Svet Ganov · 7 years ago
  27. 8abf3cb Fix LoginActivityTest#testIsServiceEnabled by Philip P. Moltmann · 7 years ago
  28. 6249eff Do not autofill twice by Philip P. Moltmann · 7 years ago
  29. d915c42 Merge "Autofill binding permission fixes." into oc-dev by TreeHugger Robot · 7 years ago
  30. 48f10a2 Handle package changes in autofill manager service by Svet Ganov · 7 years ago
  31. decd887 Autofill binding permission fixes. by Felipe Leme · 7 years ago
  32. bb81092 Provide support for optimized ACTION_REQUEST_SET_AUTOFILL_SERVICE. by Felipe Leme · 7 years ago
  33. dc6cccb Get rid of custom negaitve save button label by Svetoslav Ganov · 7 years ago
  34. 121e526 Return all previous FillContexts onFill by Philip P. Moltmann · 7 years ago
  35. c761963 Report multiple FillContext-s onSave by Philip P. Moltmann · 7 years ago
  36. fc513f9 Merge "Added APIs that let AutofillService implementations set themselves as such." into oc-dev by TreeHugger Robot · 7 years ago
  37. db04118 Added APIs that let AutofillService implementations set themselves as such. by Felipe Leme · 7 years ago
  38. 2f517c2 Take new autofill structure for each partition by Philip P. Moltmann · 7 years ago
  39. 85d1c2d Minor fixes on Autofill Framework: by Felipe Leme · 7 years ago
  40. 05204cb Merge "Added accessibility type on Autofill save dialog." into oc-dev by TreeHugger Robot · 7 years ago
  41. ede054a Merge "Fine tune the Autofill Save UI" into oc-dev by TreeHugger Robot · 7 years ago
  42. 56d86dd Added accessibility type on Autofill save dialog. by Felipe Leme · 7 years ago
  43. ab8238e Merge "Don't trigger new partition on fields from SaveInfo" into oc-dev by TreeHugger Robot · 7 years ago
  44. bb21986 Merge "Implemented FillResponse.setIgnoredIds()." into oc-dev by TreeHugger Robot · 7 years ago
  45. 6d24c30 Don't trigger new partition on fields from SaveInfo by Felipe Leme · 7 years ago
  46. 01ded10 Implemented FillResponse.setIgnoredIds(). by Felipe Leme · 7 years ago
  47. 49e9696 Fixed NPE on dump() and other minor fixes... by Felipe Leme · 7 years ago
  48. c530c9d Fine tune the Autofill Save UI by Philip P. Moltmann · 7 years ago
  49. 42775f2 Merge "Add a way to read the last AutofillSelection." into oc-dev by TreeHugger Robot · 7 years ago
  50. fad9b07 Merge "Clone autofill service settings on managed profile." into oc-dev by TreeHugger Robot · 7 years ago
  51. cc684ed Add a way to read the last AutofillSelection. by Philip P. Moltmann · 7 years ago
  52. 7fa4198 Merge "Change saveOnAllViewsInsible from boolean to flags" into oc-dev by Philip P. Moltmann · 7 years ago
  53. 461fd10 Merge "Fixed WTF that happens on race condition." into oc-dev by TreeHugger Robot · 7 years ago
  54. aa00896 Clone autofill service settings on managed profile. by Felipe Leme · 7 years ago
  55. 9023d14 Change saveOnAllViewsInsible from boolean to flags by Philip P. Moltmann · 7 years ago
  56. 0ed99bc Fixed WTF that happens on race condition. by Felipe Leme · 7 years ago
  57. 494c3f5 Allow to finish session when all views are gone by Philip P. Moltmann · 7 years ago
  58. 41200ea Merge "Add support for multiple fill contexts" into oc-dev by Svetoslav Ganov · 7 years ago
  59. 013efe1 Add support for multiple fill contexts by Svet Ganov · 7 years ago
  60. e048a65 Fix some racines in AutofillManager by Philip P. Moltmann · 7 years ago
  61. 833c68e Fix NPE in autofill by Svet Ganov · 7 years ago
  62. c3d1c85 Allow custom buttons in autofill UI by Svet Ganov · 7 years ago
  63. 19ffd1d Fill UI polish by Svet Ganov · 7 years ago
  64. f20a037 Move API for disabling an autofill service to the manager by Svet Ganov · 7 years ago
  65. eab62ba Restore session on new window after app kill by Philip P. Moltmann · 7 years ago
  66. 7d5adb5 Autofill Partitioning: support multiple SaveInfos. by Felipe Leme · 7 years ago
  67. 53b6f00 Merge "Who wants...to live...forever? The "Save for Autofill?" dialog does!" into oc-dev by TreeHugger Robot · 7 years ago
  68. db5f6c0 Who wants...to live...forever? The "Save for Autofill?" dialog does! by Felipe Leme · 7 years ago
  69. 6f5db9a Merge "Don't start a partition when session is pending FillResponse authentication." into oc-dev by TreeHugger Robot · 7 years ago
  70. 11d1a39 Merge "Shows a Toast when manual autofill request cannot be fulfilled." into oc-dev by TreeHugger Robot · 7 years ago
  71. abe54cb Don't start a partition when session is pending FillResponse authentication. by Felipe Leme · 7 years ago
  72. 3365315 Do not show UI when currentID changed. by Philip P. Moltmann · 7 years ago
  73. c7ed8c3 Shows a Toast when manual autofill request cannot be fulfilled. by Felipe Leme · 7 years ago
  74. 52d5d3d Pass FillResponse bundle on subsequent onFillRequest() calls. by Felipe Leme · 7 years ago
  75. cde040a Improvements on ViewNodes received on partitioned requests: by Felipe Leme · 7 years ago
  76. aaca304 Merge "Created SaveInfo types for email and username." into oc-dev by TreeHugger Robot · 7 years ago
  77. 98d5c7f Dump autofill service component from settings. by Felipe Leme · 7 years ago
  78. 24bac61 Merge "Temporarily hardcoded dimensions of autofill authentication UI." into oc-dev by Felipe Leme · 7 years ago
  79. 045c71f Merge "Adds a config for default autofill service." into oc-dev by TreeHugger Robot · 7 years ago
  80. 0962262 Created SaveInfo types for email and username. by Felipe Leme · 7 years ago
  81. f43ca79 Initial implementation of autofill partitioning. by Felipe Leme · 7 years ago
  82. a759c03 Temporarily hardcoded dimensions of autofill authentication UI. by Felipe Leme · 7 years ago
  83. ff35509 Adds a config for default autofill service. by Felipe Leme · 7 years ago
  84. 7c6e8e6 Fixed NPE when FillService replies with a null FillResponse. by Felipe Leme · 7 years ago
  85. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  86. 78696bf Moar pre-partitioning refactoring. by Felipe Leme · 7 years ago
  87. 0f9464e Refactored ViewState. by Felipe Leme · 7 years ago
  88. 7320ca9 Adds FillResponse extra to passed to authentication intent. by Felipe Leme · 7 years ago
  89. 6fa8a07 Moved Session and ViewState to its own classes. by Felipe Leme · 7 years ago
  90. 4753bb0 Make auto-fill UI robust by Felipe Leme · 7 years ago
  91. 81b034d Merge "Added shadow to RemoteViews used by authentication requests." by TreeHugger Robot · 7 years ago
  92. 6078588 Temporarily ignore RuntimeException when displaying the UI. by Felipe Leme · 7 years ago
  93. 17b3afc Added shadow to RemoteViews used by authentication requests. by Felipe Leme · 7 years ago
  94. 24d5893 Added a UserManager.DISALLOW_AUTOFILL restriction. by Felipe Leme · 7 years ago
  95. a94c527 Merge "Autofill a manual request directly when it only has one dataset." by TreeHugger Robot · 7 years ago
  96. f7a7bb6 Autofill a manual request directly when it only has one dataset. by Felipe Leme · 7 years ago
  97. 5311206 Add custom presentation (RemoteViews) on Dataset values. by Felipe Leme · 7 years ago
  98. d66c84f Removed redundant call to session.removeSelf() by Felipe Leme · 7 years ago
  99. 4bb2ccc Merge "Fixed cancel() and commit():" by TreeHugger Robot · 7 years ago
  100. b096e58 Merge "Sets accessibility title for autofill dataset picker." by TreeHugger Robot · 7 years ago