1. 979013d Initial implementation of the new Save APIs. by Felipe Leme · 7 years ago
  2. 2ef19c1 Improved documentation for AutofillService package: by Felipe Leme · 7 years ago
  3. 4f7fd18 Merge changes from topics 'bug_62802026_take_2', 'bug_62802026' into oc-dev by TreeHugger Robot · 7 years ago
  4. d013bce Don't add FillEventHistory events to the wrong session. by Felipe Leme · 7 years ago
  5. 2e30c6f Fixed how FillEventHistory is reset and clarified javadoc. by Felipe Leme · 7 years ago
  6. bce4b7f Removed deprecated, hidden method. by Felipe Leme · 7 years ago
  7. 2667523 Fixed updateAutofillValue() when mText is not set. by Felipe Leme · 7 years ago
  8. a894149 Merge "Use an optimized findViewNodeByAutofillId(id) to get just one node." into oc-dev by TreeHugger Robot · 7 years ago
  9. 94b5620 Use an optimized findViewNodeByAutofillId(id) to get just one node. by Felipe Leme · 7 years ago
  10. 18d0ef7 Throw IAE when service add null AutofillIds on SaveInfo methods. by Felipe Leme · 7 years ago
  11. d526112 Removed deprecated setExtras() method. by Felipe Leme · 7 years ago
  12. e8f6808 Use initial value on save when value didn't change. by Felipe Leme · 7 years ago
  13. 73fedac Removed deprecated APIs. by Felipe Leme · 7 years ago
  14. 22567d3 Speed up structure update before OnFillRequest by Philip P. Moltmann · 7 years ago
  15. a9379d0 Allow null fill values to support authentication case by Svetoslav Ganov · 7 years ago
  16. 1c38d29 Merge "Fixed scenario where an authentication response has no dataset." into oc-dev by TreeHugger Robot · 7 years ago
  17. ecfa58a Add call super by Svet Ganov · 7 years ago
  18. 8fd0575 Fixed scenario where an authentication response has no dataset. by Felipe Leme · 7 years ago
  19. 136a48e Merge "Removed deprecated setAuthentication() method that didn't take ids." into oc-dev by TreeHugger Robot · 7 years ago
  20. c2430f3c4d6 Removed deprecated setAuthentication() method that didn't take ids. by Felipe Leme · 7 years ago
  21. 000ce80 Updates based on API council guidance. by Jeff Sharkey · 7 years ago
  22. 9f9ee25 Improved Autofill logging. by Felipe Leme · 7 years ago
  23. 0aa4c50 Refactored Autofill to move starting flag out of Session. by Felipe Leme · 7 years ago
  24. decd887 Autofill binding permission fixes. by Felipe Leme · 7 years ago
  25. dc6cccb Get rid of custom negaitve save button label by Svetoslav Ganov · 7 years ago
  26. 121e526 Return all previous FillContexts onFill by Philip P. Moltmann · 7 years ago
  27. c761963 Report multiple FillContext-s onSave by Philip P. Moltmann · 7 years ago
  28. 6a77849 Make new onFill/onSave methods abstract. by Felipe Leme · 7 years ago
  29. f40d1cb Merge "Take new autofill structure for each partition" into oc-dev by TreeHugger Robot · 7 years ago
  30. 59fe310 Merge "Hide deprecated APIs." into oc-dev by TreeHugger Robot · 7 years ago
  31. 2f517c2 Take new autofill structure for each partition by Philip P. Moltmann · 7 years ago
  32. 85d1c2d Minor fixes on Autofill Framework: by Felipe Leme · 7 years ago
  33. cb4dd80 Hide deprecated APIs. by Felipe Leme · 7 years ago
  34. 0d3db06 Removed deprecated SaveInfo methods. by Felipe Leme · 7 years ago
  35. 01ded10 Implemented FillResponse.setIgnoredIds(). by Felipe Leme · 7 years ago
  36. fe1bddf Merge "Some Autofill API changes." into oc-dev by Felipe Leme · 7 years ago
  37. e5f9c30 Some Autofill API changes. by Felipe Leme · 7 years ago
  38. cc684ed Add a way to read the last AutofillSelection. by Philip P. Moltmann · 7 years ago
  39. 9023d14 Change saveOnAllViewsInsible from boolean to flags by Philip P. Moltmann · 7 years ago
  40. 494c3f5 Allow to finish session when all views are gone by Philip P. Moltmann · 7 years ago
  41. 013efe1 Add support for multiple fill contexts by Svet Ganov · 7 years ago
  42. 43574b0 Add autofill feature API by Svet Ganov · 7 years ago
  43. fc4a300 Keep a removed API to not break GCore presubmit by Svet Ganov · 7 years ago
  44. f20a037 Move API for disabling an autofill service to the manager by Svet Ganov · 7 years ago
  45. eab62ba Restore session on new window after app kill by Philip P. Moltmann · 7 years ago
  46. 7d5adb5 Autofill Partitioning: support multiple SaveInfos. by Felipe Leme · 7 years ago
  47. 7a7c0ac Merge "Removed deprecated onFillRequest() method" into oc-dev by TreeHugger Robot · 7 years ago
  48. 52d5d3d Pass FillResponse bundle on subsequent onFillRequest() calls. by Felipe Leme · 7 years ago
  49. aaca304 Merge "Created SaveInfo types for email and username." into oc-dev by TreeHugger Robot · 7 years ago
  50. a9baa4c Merge "Changed FillResponse.setAuthentication() to require field ids." into oc-dev by Felipe Leme · 7 years ago
  51. b3c3537 Changed FillResponse.setAuthentication() to require field ids. by Felipe Leme · 7 years ago
  52. a86aee6 Removed deprecated onFillRequest() method by Felipe Leme · 7 years ago
  53. f78e952 Removed deprecated auto(F)ill classes. by Felipe Leme · 7 years ago
  54. 0962262 Created SaveInfo types for email and username. by Felipe Leme · 7 years ago
  55. f43ca79 Initial implementation of autofill partitioning. by Felipe Leme · 7 years ago
  56. 78696bf Moar pre-partitioning refactoring. by Felipe Leme · 7 years ago
  57. 24d5893 Added a UserManager.DISALLOW_AUTOFILL restriction. by Felipe Leme · 7 years ago
  58. 5311206 Add custom presentation (RemoteViews) on Dataset values. by Felipe Leme · 7 years ago
  59. fe4e6a2 Temporarily removed check for null requiredIds on SaveInfo builder. by Felipe Leme · 7 years ago
  60. 2ac463e Allow users to manually request Autofill. by Felipe Leme · 7 years ago
  61. 82e3793 Decouple Dataset ids from SaveInfo. by Felipe Leme · 7 years ago
  62. 104b932 Fixed obsolete TODOs. by Felipe Leme · 7 years ago
  63. 43818a7 Temporarily re-added addSavableIds() with AutoFillId. by Felipe Leme · 7 years ago
  64. 640f30a Replaced auto-fill by autofill to keep it consistent with API style. by Felipe Leme · 7 years ago
  65. 6ee1ed4 Removed deprecated setSavableids(). by Felipe Leme · 7 years ago
  66. 5048c1c Merge "Fill-provider can control the negative button label and listener" by TreeHugger Robot · 7 years ago
  67. 33d06fc Fill-provider can control the negative button label and listener by Svet Ganov · 7 years ago
  68. 7ad1128 Allow auto-fill services to disable themselves by Svet Ganov · 7 years ago
  69. b72f012 Added customization to SaveInfo. by Felipe Leme · 7 years ago
  70. f69761f Refactored savableIds() into a SaveInfo class. by Felipe Leme · 7 years ago
  71. eb49515 Move the presentation view to proper location. by Svet Ganov · 7 years ago
  72. fe35e69 Use ArrayList instead of ArraySet for FillResponse.getDatasets()... by Felipe Leme · 7 years ago
  73. 00c771dc Add support for remote views backed auto-fill UI by Svet Ganov · 7 years ago
  74. d633f07 Minor improvements to help diagnose auth workflow. by Felipe Leme · 7 years ago
  75. 782043c Refactor auto-fill by Svet Ganov · 7 years ago
  76. ef0c188 Move auto-fill shell command off IPC by Svet Ganov · 7 years ago
  77. 4997c50 Guarded access to mCallback and check for null before using it. by Felipe Leme · 7 years ago
  78. bab851c Refined session management so Save can be automatically called. by Felipe Leme · 7 years ago
  79. 0f4928f Refactoring of auto fill - lifecycle, auth, improvements by Svet Ganov · 7 years ago
  80. 0200d9e Improved AutoFill Save workflow. by Felipe Leme · 7 years ago
  81. bd00fef Moar AutoFill Framework refactoring... by Felipe Leme · 7 years ago
  82. 436ab6a Added support to authentication. by Felipe Leme · 8 years ago
  83. 000f7cd Merge "Initial IME integration." by TreeHugger Robot · 7 years ago
  84. 3461d3c Initial IME integration. by Felipe Leme · 8 years ago
  85. c121dda Define contract for AutoFillServiceInfo more precisely. by Jason Long · 7 years ago
  86. 4b93f46 Add <autofill-service> that declares AutoFillService metadata. by Jason Long · 8 years ago
  87. 6d55387 YAMAFFR - Yet Another Major AutoFill Framework Refactoring by Felipe Leme · 8 years ago
  88. 1ca634a AutoFill Framework refactoring. by Felipe Leme · 8 years ago
  89. 254c2c9 Added 'oneway' flags on AIDL where appliable. by Felipe Leme · 8 years ago
  90. dfa7fbc Bind AutoFillService on demand. by Felipe Leme · 8 years ago
  91. 29a5b0d Added a callback for AutoFillService. by Felipe Leme · 8 years ago
  92. 5381aa4 Initial implementation of the Auto-Fill Framework classes. by Felipe Leme · 8 years ago