1. 75f75c1 DO NOT MERGE - Merge pie-platform-release (PPRL.181205.001) into stage-aosp-master by Xin Li · 6 years ago
  2. 10eacbf Fix JE in RemoteFillService,Make sure onServiceConnected operation to be handled in same thread. by Ethon_Hu · 6 years ago
  3. fcb10a0 Fixed OneTimeListener so AUTOFILL_SAVE_UI metric is properly saved. by Felipe Leme · 6 years ago
  4. 125c19a Merge "Minor autofill logging improvements." into pi-dev by TreeHugger Robot · 6 years ago
  5. 5b4c4a8 Log FIELD_AUTOFILL_SESSION_ID as string. by Felipe Leme · 6 years ago
  6. ce3ae87 New Autofill field: FIELD_AUTOFILL_SESSION_ID by Felipe Leme · 6 years ago
  7. 212b161 Added the class name of activity being autofilled on (most) autofill metrics. by Felipe Leme · 6 years ago
  8. f61ba5c Merged many autofill session metrics into AUTOFILL_REQUEST: by Felipe Leme · 6 years ago
  9. f125bbf Autofill: fix ClassCastException in SaveUi by Dake Gu · 6 years ago
  10. 76ee20e Autofill: fix missing focus/ripple effect for authentication view by Dake Gu · 6 years ago
  11. 1b4c807 Fixed autofill compat mode so it works on secondary user. by Felipe Leme · 6 years ago
  12. b55cd8e Added support to run autofill service from instant apps. by Felipe Leme · 6 years ago
  13. ed2bba1 Fixed name of autofill service on save UI. by Felipe Leme · 6 years ago
  14. 1116652 New FIELD_AUTOFILL_COMPAT_MODE field. by Felipe Leme · 6 years ago
  15. 3d84813 Unbind autofill service when the service package is updated. by Hongming Jin · 6 years ago
  16. 89d4cd4 Minor autofill logging improvements. by Felipe Leme · 6 years ago
  17. 36b86c2 Autofill: new UX for TV and support themes by Dake Gu · 6 years ago
  18. a7f3e9c Revert "Always set FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE on SaveInfo when on compat mode." by Felipe Leme · 6 years ago
  19. 43857fa Fixed autofill forged package check to only compare the package name. by Felipe Leme · 6 years ago
  20. 156a7eb Autofill should clear the UI filter when a value is updated to null. by Felipe Leme · 6 years ago
  21. 2b26f83 Merge "autofill: fix window location in splitwindow and dialog" into pi-dev by TreeHugger Robot · 6 years ago
  22. c2e6878 Merge "Log when save UI is not showing because of the service's response." into pi-dev by Felipe Leme · 6 years ago
  23. 0cfb6e3 Log when save UI is not showing because of the service's response. by Felipe Leme · 6 years ago
  24. 640e9b9 autofill: fix window location in splitwindow and dialog by Dake Gu · 6 years ago
  25. d7b9720 Removed redundant autofill response info from ViewState dump() by Felipe Leme · 6 years ago
  26. cc24ebc Fixed mClientState dump. by Felipe Leme · 6 years ago
  27. dac0fe9 Merge "Don't print contents of user-provided bundles." into pi-dev by TreeHugger Robot · 6 years ago
  28. d85ff98 Don't print contents of user-provided bundles. by Felipe Leme · 6 years ago
  29. 4c2afcb Created framework resource for autofill_max_visible_datasets. by Felipe Leme · 6 years ago
  30. b8c0093 Merge "Fixed autofill dataset picker so header and footer are sticky." into pi-dev by TreeHugger Robot · 6 years ago
  31. 39531e2 Merge "Added autofill cmds to get and set full-screen mode." into pi-dev by TreeHugger Robot · 6 years ago
  32. c6c026a Added autofill cmds to get and set full-screen mode. by Felipe Leme · 6 years ago
  33. 9076c1b Fixed autofill dataset picker so header and footer are sticky. by Felipe Leme · 6 years ago
  34. 49f08ed Recover dataset picker when view fail to autofill. by Felipe Leme · 6 years ago
  35. 0c8ce32 Integrate autofill session lifecycle with URL bar changes when on compat mode. by Felipe Leme · 6 years ago
  36. 63df4e2 Merge "Improved autofill logging and dumping." into pi-dev by Felipe Leme · 6 years ago
  37. 0cdac33 Merge "Always set FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE on SaveInfo when on compat mode." into pi-dev by Felipe Leme · 6 years ago
  38. da9ea34 Improved autofill logging and dumping. by Felipe Leme · 6 years ago
  39. 3a31f6c Merge "Removed urlBarResourceId." into pi-dev by TreeHugger Robot · 6 years ago
  40. 9bea504 Merge "Enable Autofill Field Classification by default." into pi-dev by Felipe Leme · 6 years ago
  41. 4f74a01 Always set FLAG_SAVE_ON_ALL_VIEWS_INVISIBLE on SaveInfo when on compat mode. by Felipe Leme · 6 years ago
  42. 88b745cc Removed urlBarResourceId. by Felipe Leme · 6 years ago
  43. 4e561f8 Merge "Renamed AUTOFILL_COMPAT_MODE_ALLOWED_PACKAGES." into pi-dev by Felipe Leme · 6 years ago
  44. 1c6b605 Enable Autofill Field Classification by default. by Felipe Leme · 6 years ago
  45. fd4003b Renamed AUTOFILL_COMPAT_MODE_ALLOWED_PACKAGES. by Felipe Leme · 6 years ago
  46. 2568de0 Set FIELD_AUTOFILL_NUM_DATASETS to -1 when service return no response. by Felipe Leme · 6 years ago
  47. a594510 Fixed Save logic so it's not triggered when field was not autofilled. by Felipe Leme · 6 years ago
  48. 4cd1ae0 Cosmetic changes on Field Classification TODOs and docs. by Felipe Leme · 6 years ago
  49. 86e9405b Add default URL bar resource id for autofill compat mode. by Felipe Leme · 6 years ago
  50. 1c7eb0c Moved urlBarResourceId from autofill service manifest to whitelist settings. by Felipe Leme · 6 years ago
  51. 8c55e8c Merge "DO NOT MERGE - Disable warning on blocking one-way call from autofill server." into pi-dev by TreeHugger Robot · 6 years ago
  52. f99b1d8 Merge "Implemented notifyViewClicked() on compat mode." into pi-dev by TreeHugger Robot · 6 years ago
  53. 385ee53 DO NOT MERGE - Disable warning on blocking one-way call from autofill server. by Felipe Leme · 6 years ago
  54. 54cc683 Implemented notifyViewClicked() on compat mode. by Felipe Leme · 6 years ago
  55. d71f902 Destroy fill UI when app dies. by Felipe Leme · 6 years ago
  56. cd11321 Merge "Added cmd to change number of visible datasets on Autofill dataset picker." by TreeHugger Robot · 6 years ago
  57. b0fa378 autofill: touch on IME should not close autofill by Dake Gu · 6 years ago
  58. 63ed15b Merge "Fix: Double-free error on RemoteFillService" am: 5b04f89343 am: b23ec4eaa7 by Tetsutoki Shiozawa · 6 years ago
  59. fddb86a Merge "Fix: Double-free error on RemoteFillService" am: 5b04f89343 by Tetsutoki Shiozawa · 6 years ago
  60. 11353c8 Added cmd to change number of visible datasets on Autofill dataset picker. by Felipe Leme · 6 years ago
  61. 26c93c9 Fix: Double-free error on RemoteFillService by Tetsutoki Shiozawa · 6 years ago
  62. e05cd3d Merge "Reset compat mode settings on settings change." by TreeHugger Robot · 6 years ago
  63. 09571f8 Merge "autofill: pass keyevent from fillui to app" by Dake Gu · 6 years ago
  64. 3e813b4 Reset compat mode settings on settings change. by Felipe Leme · 6 years ago
  65. 6a20a19 autofill: pass keyevent from fillui to app by Dake Gu · 6 years ago
  66. e2e3b77 Merge "Use PooledLambda in autofill code" by Eugene Susla · 6 years ago
  67. 9f1921f Use PooledLambda in autofill code by Eugene Susla · 6 years ago
  68. 607223f Remove uses of libcore.util.Objects.hashCode / equals. by Narayan Kamath · 6 years ago
  69. 0c200ba Merge "Minor autofill changes to support compat mode CTS tests." by TreeHugger Robot · 6 years ago
  70. 58f1668 Merge "Address comments for ag/3587350" by TreeHugger Robot · 6 years ago
  71. fee7bd2 Merge "Another Autofill counter metric fix (plus some minor doc touches)." by TreeHugger Robot · 6 years ago
  72. 47b37aa Minor autofill changes to support compat mode CTS tests. by Svet Ganov · 6 years ago
  73. 1e132a4 Address comments for ag/3587350 by Svet Ganov · 6 years ago
  74. 75f5f23 Merge "Revert an incorrectly changed API call" by Felipe Leme · 6 years ago
  75. 020731e Revert an incorrectly changed API call by Svet Ganov · 6 years ago
  76. 6ef61b8 Another Autofill counter metric fix (plus some minor doc touches). by Felipe Leme · 6 years ago
  77. a2d250e Autofill: failing testClickCustomButton caused by fullscreen CL by Dake Gu · 6 years ago
  78. eb46f6f Merge "autofill: render autofill ui in fullscreen for tv" by Dake Gu · 6 years ago
  79. e9aa338 Merge "Autofill Field Classification improvements." by TreeHugger Robot · 6 years ago
  80. febb733 Autofill Field Classification improvements. by Felipe Leme · 6 years ago
  81. a6ebff0f0 Don't hold the autofill lock when looking up fill compat packages by Svetoslav Ganov · 6 years ago
  82. 9f879a2 autofill: render autofill ui in fullscreen for tv by Dake Gu · 6 years ago
  83. 185de72 Add support for url_bar sanitization on autofill compat mode. by Felipe Leme · 6 years ago
  84. 5f52116 Frameworks: Annotate trivial @GuardedBy in services/autofill by Andreas Gampe · 6 years ago
  85. 44ba81c Merge "Improved logging on Autofill Save." by TreeHugger Robot · 6 years ago
  86. d1d0e4a Dump autofill compat packages. by felipeal · 6 years ago
  87. 24c9045 Autofill compatibility mode. by Svetoslav Ganov · 7 years ago
  88. b715810 Merge "Changed dataset methods that take a Pattern filter to accept null." by TreeHugger Robot · 6 years ago
  89. 09d58a4 Changed dataset methods that take a Pattern filter to accept null. by Felipe Leme · 6 years ago
  90. 8fe62be Merge "New autofill APIs: DateTransformation and DateValueSanitizer." by TreeHugger Robot · 6 years ago
  91. c8c0a82 New autofill APIs: DateTransformation and DateValueSanitizer. by Felipe Leme · 6 years ago
  92. f0baef74 New Autofill APIs for UserData id. by Felipe Leme · 6 years ago
  93. 463b307 Fixed AUTOFILL_SERVICE_DISABLED_APP and AUTOFILL_SERVICE_DISABLED_ACTIVITY. by Felipe Leme · 6 years ago
  94. e53c1a1 Merge "Fixed AUTOFILL_UI_LATENCY metric." into oc-mr1-dev am: 5e687224bd by Felipe Leme · 6 years ago
  95. 2418109 Merge "Fixed AUTOFILL_UI_LATENCY metric." into oc-mr1-dev am: 5e687224bd by Felipe Leme · 6 years ago
  96. 5e68722 Merge "Fixed AUTOFILL_UI_LATENCY metric." into oc-mr1-dev by TreeHugger Robot · 6 years ago
  97. fe05a52 Don't crash the app when the assist structure cannot be retrieve. by Felipe Leme · 6 years ago
  98. d11a662 Minor API changes on Autofill Field Classification: by Felipe Leme · 7 years ago
  99. e4ac740 Implemented getAlgorithm() and getDefaultAlgorithm() using manifest metadata. by Felipe Leme · 7 years ago
  100. e30dcb5 Fixed method name that was changed in a previous CL. by Felipe Leme · 7 years ago