1. 6ba1287 Merge "Calls CancellationSignal when onFillRequest() times out." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  2. 2220049 Merge "Additional documentation about Autofill / WebView security." into oc-dev am: 36cbdef880 by Felipe Leme · 7 years ago
  3. 303b609 Additional documentation about Autofill / WebView security. by Felipe Leme · 7 years ago
  4. dedf8f1 Fix CustomDescription so it allows multiple transformations per view id. by Felipe Leme · 7 years ago
  5. 052562c Calls CancellationSignal when onFillRequest() times out. by Felipe Leme · 7 years ago
  6. a5083c4 CharSequenceTransformation should not change anything when comparision fails. by Felipe Leme · 7 years ago
  7. be3e4a6 Merge "Minor Autofill changes after API council review." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  8. 67f9d50 Fix broken javadocs. by Jeff Sharkey · 7 years ago
  9. c7cea5b Minor Autofill changes after API council review. by Felipe Leme · 7 years ago
  10. d25050e Merge "Clarifies how the autofill service should check for signature hashes." into oc-dev am: c8f0fd7076 by Felipe Leme · 7 years ago
  11. c8f0fd7 Merge "Clarifies how the autofill service should check for signature hashes." into oc-dev by Felipe Leme · 7 years ago
  12. 2fb64c0 Clarifies how the autofill service should check for signature hashes. by Felipe Leme · 7 years ago
  13. 33681a9 Cherry-picked some Autofill Javadoc improvements from master. by Felipe Leme · 7 years ago
  14. c0c6ab4 Minor Autofill javadoc fix. by Felipe Leme · 7 years ago
  15. cb96f39 Uses ParceledListSlice to allow larger number of datasets. by Felipe Leme · 7 years ago
  16. d0b18d6 Don't show Save UI when values filled by user belong to a dataset. by Felipe Leme · 7 years ago
  17. 22101ca Don't show a custom description if any transformation fail. by Felipe Leme · 7 years ago
  18. 906b853 Uses Pattern instead of String for new Autofill Save API. by Felipe Leme · 7 years ago
  19. 7fc29dd Changed SaveInfo so it supports just optional ids. by Felipe Leme · 7 years ago
  20. d16aedd Merge "Make CustomDescription safe against crashes" by TreeHugger Robot · 7 years ago
  21. 72c3239 Merge "Verify regex for SimpleRegexVerifier" by TreeHugger Robot · 7 years ago
  22. 3858aa6 Make CustomDescription safe against crashes by Philip P. Moltmann · 7 years ago
  23. f28764d Verify regex for SimpleRegexVerifier by Philip P. Moltmann · 7 years ago
  24. 0e3e6f8 Handle failures in validators by Philip P. Moltmann · 7 years ago
  25. 071072f Merge "Implement Luhn checksum algo" by TreeHugger Robot · 7 years ago
  26. 4e5ce39 Implement Luhn checksum algo by Philip P. Moltmann · 7 years ago
  27. 2a9a771 Stabilize order of options in ImageTransformation by Philip P. Moltmann · 7 years ago
  28. 99f0e0e Merge "Verify regex on ImageTransformation" by TreeHugger Robot · 7 years ago
  29. de78fab Verify regex on ImageTransformation by Philip P. Moltmann · 7 years ago
  30. ebbe2d4 Verify regex on CharSequenceTransformation by Philip P. Moltmann · 7 years ago
  31. 979013d Initial implementation of the new Save APIs. by Felipe Leme · 7 years ago
  32. 2ef19c1 Improved documentation for AutofillService package: by Felipe Leme · 7 years ago
  33. 4f7fd18 Merge changes from topics 'bug_62802026_take_2', 'bug_62802026' into oc-dev by TreeHugger Robot · 7 years ago
  34. d013bce Don't add FillEventHistory events to the wrong session. by Felipe Leme · 7 years ago
  35. 2e30c6f Fixed how FillEventHistory is reset and clarified javadoc. by Felipe Leme · 7 years ago
  36. bce4b7f Removed deprecated, hidden method. by Felipe Leme · 7 years ago
  37. 2667523 Fixed updateAutofillValue() when mText is not set. by Felipe Leme · 7 years ago
  38. a894149 Merge "Use an optimized findViewNodeByAutofillId(id) to get just one node." into oc-dev by TreeHugger Robot · 7 years ago
  39. 94b5620 Use an optimized findViewNodeByAutofillId(id) to get just one node. by Felipe Leme · 7 years ago
  40. 18d0ef7 Throw IAE when service add null AutofillIds on SaveInfo methods. by Felipe Leme · 7 years ago
  41. d526112 Removed deprecated setExtras() method. by Felipe Leme · 7 years ago
  42. e8f6808 Use initial value on save when value didn't change. by Felipe Leme · 7 years ago
  43. 73fedac Removed deprecated APIs. by Felipe Leme · 7 years ago
  44. 22567d3 Speed up structure update before OnFillRequest by Philip P. Moltmann · 7 years ago
  45. a9379d0 Allow null fill values to support authentication case by Svetoslav Ganov · 7 years ago
  46. 1c38d29 Merge "Fixed scenario where an authentication response has no dataset." into oc-dev by TreeHugger Robot · 7 years ago
  47. ecfa58a Add call super by Svet Ganov · 7 years ago
  48. 8fd0575 Fixed scenario where an authentication response has no dataset. by Felipe Leme · 7 years ago
  49. 136a48e Merge "Removed deprecated setAuthentication() method that didn't take ids." into oc-dev by TreeHugger Robot · 7 years ago
  50. c2430f3c4d6 Removed deprecated setAuthentication() method that didn't take ids. by Felipe Leme · 7 years ago
  51. 000ce80 Updates based on API council guidance. by Jeff Sharkey · 7 years ago
  52. 9f9ee25 Improved Autofill logging. by Felipe Leme · 7 years ago
  53. 0aa4c50 Refactored Autofill to move starting flag out of Session. by Felipe Leme · 7 years ago
  54. decd887 Autofill binding permission fixes. by Felipe Leme · 7 years ago
  55. dc6cccb Get rid of custom negaitve save button label by Svetoslav Ganov · 7 years ago
  56. 121e526 Return all previous FillContexts onFill by Philip P. Moltmann · 7 years ago
  57. c761963 Report multiple FillContext-s onSave by Philip P. Moltmann · 7 years ago
  58. 6a77849 Make new onFill/onSave methods abstract. by Felipe Leme · 7 years ago
  59. f40d1cb Merge "Take new autofill structure for each partition" into oc-dev by TreeHugger Robot · 7 years ago
  60. 59fe310 Merge "Hide deprecated APIs." into oc-dev by TreeHugger Robot · 7 years ago
  61. 2f517c2 Take new autofill structure for each partition by Philip P. Moltmann · 7 years ago
  62. 85d1c2d Minor fixes on Autofill Framework: by Felipe Leme · 7 years ago
  63. cb4dd80 Hide deprecated APIs. by Felipe Leme · 7 years ago
  64. 0d3db06 Removed deprecated SaveInfo methods. by Felipe Leme · 7 years ago
  65. 01ded10 Implemented FillResponse.setIgnoredIds(). by Felipe Leme · 7 years ago
  66. fe1bddf Merge "Some Autofill API changes." into oc-dev by Felipe Leme · 7 years ago
  67. e5f9c30 Some Autofill API changes. by Felipe Leme · 7 years ago
  68. cc684ed Add a way to read the last AutofillSelection. by Philip P. Moltmann · 7 years ago
  69. 9023d14 Change saveOnAllViewsInsible from boolean to flags by Philip P. Moltmann · 7 years ago
  70. 494c3f5 Allow to finish session when all views are gone by Philip P. Moltmann · 7 years ago
  71. 013efe1 Add support for multiple fill contexts by Svet Ganov · 7 years ago
  72. 43574b0 Add autofill feature API by Svet Ganov · 7 years ago
  73. fc4a300 Keep a removed API to not break GCore presubmit by Svet Ganov · 7 years ago
  74. f20a037 Move API for disabling an autofill service to the manager by Svet Ganov · 7 years ago
  75. eab62ba Restore session on new window after app kill by Philip P. Moltmann · 7 years ago
  76. 7d5adb5 Autofill Partitioning: support multiple SaveInfos. by Felipe Leme · 7 years ago
  77. 7a7c0ac Merge "Removed deprecated onFillRequest() method" into oc-dev by TreeHugger Robot · 7 years ago
  78. 52d5d3d Pass FillResponse bundle on subsequent onFillRequest() calls. by Felipe Leme · 7 years ago
  79. aaca304 Merge "Created SaveInfo types for email and username." into oc-dev by TreeHugger Robot · 7 years ago
  80. a9baa4c Merge "Changed FillResponse.setAuthentication() to require field ids." into oc-dev by Felipe Leme · 7 years ago
  81. b3c3537 Changed FillResponse.setAuthentication() to require field ids. by Felipe Leme · 7 years ago
  82. a86aee6 Removed deprecated onFillRequest() method by Felipe Leme · 7 years ago
  83. f78e952 Removed deprecated auto(F)ill classes. by Felipe Leme · 7 years ago
  84. 0962262 Created SaveInfo types for email and username. by Felipe Leme · 7 years ago
  85. f43ca79 Initial implementation of autofill partitioning. by Felipe Leme · 7 years ago
  86. 78696bf Moar pre-partitioning refactoring. by Felipe Leme · 7 years ago
  87. 24d5893 Added a UserManager.DISALLOW_AUTOFILL restriction. by Felipe Leme · 7 years ago
  88. 5311206 Add custom presentation (RemoteViews) on Dataset values. by Felipe Leme · 7 years ago
  89. fe4e6a2 Temporarily removed check for null requiredIds on SaveInfo builder. by Felipe Leme · 7 years ago
  90. 2ac463e Allow users to manually request Autofill. by Felipe Leme · 7 years ago
  91. 82e3793 Decouple Dataset ids from SaveInfo. by Felipe Leme · 7 years ago
  92. 104b932 Fixed obsolete TODOs. by Felipe Leme · 7 years ago
  93. 43818a7 Temporarily re-added addSavableIds() with AutoFillId. by Felipe Leme · 7 years ago
  94. 640f30a Replaced auto-fill by autofill to keep it consistent with API style. by Felipe Leme · 7 years ago
  95. 6ee1ed4 Removed deprecated setSavableids(). by Felipe Leme · 7 years ago
  96. 5048c1c Merge "Fill-provider can control the negative button label and listener" by TreeHugger Robot · 7 years ago
  97. 33d06fc Fill-provider can control the negative button label and listener by Svet Ganov · 7 years ago
  98. 7ad1128 Allow auto-fill services to disable themselves by Svet Ganov · 7 years ago
  99. b72f012 Added customization to SaveInfo. by Felipe Leme · 7 years ago
  100. f69761f Refactored savableIds() into a SaveInfo class. by Felipe Leme · 7 years ago