1. 5f52116 Frameworks: Annotate trivial @GuardedBy in services/autofill by Andreas Gampe · 7 years ago
  2. 44ba81c Merge "Improved logging on Autofill Save." by TreeHugger Robot · 7 years ago
  3. d1d0e4a Dump autofill compat packages. by felipeal · 7 years ago
  4. 24c9045 Autofill compatibility mode. by Svetoslav Ganov · 7 years ago
  5. b715810 Merge "Changed dataset methods that take a Pattern filter to accept null." by TreeHugger Robot · 7 years ago
  6. 09d58a4 Changed dataset methods that take a Pattern filter to accept null. by Felipe Leme · 7 years ago
  7. 8fe62be Merge "New autofill APIs: DateTransformation and DateValueSanitizer." by TreeHugger Robot · 7 years ago
  8. c8c0a82 New autofill APIs: DateTransformation and DateValueSanitizer. by Felipe Leme · 7 years ago
  9. f0baef74 New Autofill APIs for UserData id. by Felipe Leme · 7 years ago
  10. 463b307 Fixed AUTOFILL_SERVICE_DISABLED_APP and AUTOFILL_SERVICE_DISABLED_ACTIVITY. by Felipe Leme · 7 years ago
  11. e53c1a1 Merge "Fixed AUTOFILL_UI_LATENCY metric." into oc-mr1-dev am: 5e687224bd by Felipe Leme · 7 years ago
  12. 2418109 Merge "Fixed AUTOFILL_UI_LATENCY metric." into oc-mr1-dev am: 5e687224bd by Felipe Leme · 7 years ago
  13. 5e68722 Merge "Fixed AUTOFILL_UI_LATENCY metric." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  14. fe05a52 Don't crash the app when the assist structure cannot be retrieve. by Felipe Leme · 7 years ago
  15. d11a662 Minor API changes on Autofill Field Classification: by Felipe Leme · 7 years ago
  16. e4ac740 Implemented getAlgorithm() and getDefaultAlgorithm() using manifest metadata. by Felipe Leme · 7 years ago
  17. e30dcb5 Fixed method name that was changed in a previous CL. by Felipe Leme · 7 years ago
  18. b659adb Fixed AUTOFILL_UI_LATENCY metric. by Felipe Leme · 7 years ago
  19. 6047bf4 Merge "Implemented shell cmd to get field classification score." by TreeHugger Robot · 7 years ago
  20. db6b0fe Merge "Moved Field Classification score logic to ExtServices." by Felipe Leme · 7 years ago
  21. afe65dc Implemented shell cmd to get field classification score. by Felipe Leme · 7 years ago
  22. bc055b0 Moved Field Classification score logic to ExtServices. by Felipe Leme · 7 years ago
  23. 67decfa autofill: support dpad/keyboard by Dake Gu · 7 years ago
  24. 2f184df Improved logging on Autofill Save. by Felipe Leme · 7 years ago
  25. 67ca6c5 YAAFFFCR - Yet Another Android Autofill Framework Field Classification Refactoring. by Felipe Leme · 7 years ago
  26. 1e8a6d3 Merge "Refactored Field Classification score logic so it can be moved to ExtServices." by TreeHugger Robot · 7 years ago
  27. 27f4573 Refactored Field Classification score logic so it can be moved to ExtServices. by Felipe Leme · 7 years ago
  28. 3cb35f3 Merge "Moved logContextCommitted() logic to the handler..." by TreeHugger Robot · 7 years ago
  29. c0f8195 Moved logContextCommitted() logic to the handler... by Felipe Leme · 7 years ago
  30. 285eb8a Merge "Always call start a new fill response when the user manually request autofill." by TreeHugger Robot · 7 years ago
  31. 96a3e51 Always call start a new fill response when the user manually request autofill. by Felipe Leme · 7 years ago
  32. 0ce51f6 Merge "Added @TestApi on new Autofill settings for field classification." by TreeHugger Robot · 7 years ago
  33. bbfed90 Added @TestApi on new Autofill settings for field classification. by Felipe Leme · 7 years ago
  34. 23c75ff New Autofill API:AutofillManager.getAutofillServiceComponentName() by Felipe Leme · 7 years ago
  35. 51f6cd7 Implemented multiple matches on FieldClassification.getMatches() by Felipe Leme · 7 years ago
  36. 78172e7 Made Autofill Field Classification API public and documented it. by Felipe Leme · 7 years ago
  37. a30443b1 Merge "Proper autofill fix to let phone process autofill Settings activity." into oc-mr1-dev by Felipe Leme · 7 years ago
  38. 0688ef8 Merge "Convert services to Android.bp" am: 5319777274 am: b8500d4771 by Colin Cross · 7 years ago
  39. eb652a4 Convert services to Android.bp by Colin Cross · 7 years ago
  40. 92b5d27 Proper autofill fix to let phone process autofill Settings activity. by Felipe Leme · 7 years ago
  41. 2a580d1 Proper autofill fix to let phone process autofill Settings activity. by Felipe Leme · 7 years ago
  42. 7066858 Temporaly ignoring UID check when caller is a system app. by Felipe Leme · 7 years ago
  43. c22e773 Merge "Convert services to Android.bp" by TreeHugger Robot · 7 years ago
  44. e0b2ee5 Convert services to Android.bp by Colin Cross · 7 years ago
  45. 7c37167 Merge "Make sure apps cannot forge package name on AssistStructure used for Autofill." into oc-mr1-dev by Felipe Leme · 7 years ago
  46. 5e04720 Autofill metrics improvements: by Felipe Leme · 7 years ago
  47. 24d583d Merge "Fix NPE on logContextCommitted()" by TreeHugger Robot · 7 years ago
  48. 996e03e Fix NPE on logContextCommitted() by Felipe Leme · 7 years ago
  49. ac74dc4 Merge "Further improvements when app forges package info for autofill:" by TreeHugger Robot · 7 years ago
  50. 23e61a9 Make sure apps cannot forge package name on AssistStructure used for Autofill. by Felipe Leme · 7 years ago
  51. 637e05e Further improvements when app forges package info for autofill: by Felipe Leme · 7 years ago
  52. 329d040 Moar changes for Autofill Field Classification mechanism: by Felipe Leme · 7 years ago
  53. 5672def Implemented autofill field classification on multiple fields and user data. by Felipe Leme · 7 years ago
  54. bb6bfea Refactored the FieldsClassification score mechanism. by Felipe Leme · 7 years ago
  55. e932478 New Autofill API: let service set optional header and footer for dataset picker. by Felipe Leme · 7 years ago
  56. 3ce82e3 Merge "Refactored field detection mechanism to support multiple fields." by TreeHugger Robot · 7 years ago
  57. 452886a Refactored field detection mechanism to support multiple fields. by Felipe Leme · 7 years ago
  58. 0d0c397 Merge "Changed Dataset.setValue() methods to allow filtering with authentication." by TreeHugger Robot · 7 years ago
  59. bbf8549 Changed Dataset.setValue() methods to allow filtering with authentication. by Felipe Leme · 7 years ago
  60. 3f3fa1b Make sure apps cannot forge package name on AssistStructure used for Autofill. by Felipe Leme · 7 years ago
  61. 4bcb01a New Autofill API: SaveCallback.onSuccess(IntentSender). by Felipe Leme · 7 years ago
  62. f5059c3 Optimize Autofill Sanitizer to work as a Validator. by Felipe Leme · 7 years ago
  63. eaf2a4e Merge changes from topic "expose_methods" by Winson Chung · 7 years ago
  64. a834309 Merge "Remove AutofillManagerClient after AutofillManager is finalized" am: dd5384a4fe am: 8d36beec24 by Koji Fukui · 7 years ago
  65. 8d36bee Merge "Remove AutofillManagerClient after AutofillManager is finalized" by Koji Fukui · 7 years ago
  66. e210468 Move assist data receiver interface to accessible namespace by Winson Chung · 7 years ago
  67. ccec6a6 Remove AutofillManagerClient after AutofillManager is finalized by Koji Fukui · 7 years ago
  68. 24d7173 Very initial field detection prototype. by Felipe Leme · 7 years ago
  69. 1359f56 Redact filter text when autofill UI is dumped, as it could contain PII. by Felipe Leme · 7 years ago
  70. a17d0ac Merge "2/ Add API to start overview activity with assist callbacks" by Winson Chung · 7 years ago
  71. 941dcba Merge "1/ Refactor out logic to fetch assist data asynchronously" by Winson Chung · 7 years ago
  72. 51e29da Improvements on autofill debugging. by Felipe Leme · 7 years ago
  73. ec1ef09 2/ Add API to start overview activity with assist callbacks by Winson Chung · 7 years ago
  74. da2818f 1/ Refactor out logic to fetch assist data asynchronously by Winson Chung · 7 years ago
  75. 599ef46 Merge "New Autofill API: FillResponse.disableAutofill(duration)" by TreeHugger Robot · 7 years ago
  76. 17292d1 New Autofill API: FillResponse.disableAutofill(duration) by Felipe Leme · 7 years ago
  77. 2c88842 Removed all (?!?!?) references to 'affordance' on Autofill documents. by Felipe Leme · 7 years ago
  78. 6f12e67 Minor improvements on Autofill: by Felipe Leme · 7 years ago
  79. 24604a3 Merge "New Autofill API: TYPE_CONTEXT_COMMITTED events." by Felipe Leme · 7 years ago
  80. 5e9e79c Merge "Allow datasets without presentation to optimize authentication use case." by TreeHugger Robot · 7 years ago
  81. 63f7227 Merge "Improved logging on autofill validators." by TreeHugger Robot · 7 years ago
  82. 9856b19 Allow datasets without presentation to optimize authentication use case. by Felipe Leme · 7 years ago
  83. 3a585a8 Improved logging on autofill validators. by Felipe Leme · 7 years ago
  84. 59c4464 New Autofill API: TYPE_CONTEXT_COMMITTED events. by Felipe Leme · 7 years ago
  85. 63c601a New Autofill API: CustomDescription.batchUpdates() by Felipe Leme · 7 years ago
  86. fac6655 Merge "New Autofill API: SaveInfo.setTriggerId()" by TreeHugger Robot · 7 years ago
  87. a937238 Let service set the SaveRequest.getClientState() on dataset auth responses. by Felipe Leme · 7 years ago
  88. 2fe3ade New Autofill API: SaveInfo.setTriggerId() by Felipe Leme · 7 years ago
  89. 40a1db7 Disable autofill service when new service from Settings is invalid. by Felipe Leme · 7 years ago
  90. d8416b7 Merge "New Autofill API: SaveInfo.addSanitizer()" by TreeHugger Robot · 7 years ago
  91. cd2969c New Autofill API: SaveInfo.addSanitizer() by Felipe Leme · 7 years ago
  92. 27a026a New autofill API: let service explicitly set dataset filter. by Felipe Leme · 7 years ago
  93. 83bf740 Merge "Re-add callback to onCancel() when screen is touched outside Save UI." into oc-mr1-dev am: 87794e95a2 by Felipe Leme · 7 years ago
  94. 6a26e93 Re-add callback to onCancel() when screen is touched outside Save UI. by Felipe Leme · 7 years ago
  95. 021b878 Logs how long it took to show the Autofill UI after a field was focused. by Felipe Leme · 7 years ago
  96. c660c4c Logs how long it took to show the Autofill UI after a field was focused. by Felipe Leme · 7 years ago
  97. 15b9eb5 Merge "Add metrics (and moar logging) for when a service disables itself." into oc-mr1-dev am: 6f50d16338 by Felipe Leme · 7 years ago
  98. 6f50d16 Merge "Add metrics (and moar logging) for when a service disables itself." into oc-mr1-dev by TreeHugger Robot · 7 years ago
  99. 9d41449 Add metrics (and moar logging) for when a service disables itself. by Felipe Leme · 7 years ago
  100. 1123fac Merge "Only call negative listener when SaveUI is dismissed by tapping button." into oc-mr1-dev am: e8041834b1 by Felipe Leme · 7 years ago