1. fd0b8af Populate useReadOnlySearch flag. by Grace Zhao · 1 year, 1 month ago
  2. 4e4b818 Merge "Removes a few TODOs around join logging" into androidx-platform-dev by Alex Saveliev · 1 year, 1 month ago
  3. e5345cd Removes a few TODOs around join logging by Alex Saveliev · 1 year, 2 months ago
  4. e11587e Populate allowCircularSchemaReferences, fix setMaxJoinedResultCount. by Tim · 1 year, 2 months ago
  5. 15044f4 Rename API call types to align on public API names by Brian Xiao · 1 year, 2 months ago
  6. 2657555 Add helpers to CallStats to map CallTypes to AppSearchManagerService APIs by Brian Xiao · 1 year, 2 months ago
  7. c84eacd Merge "Adds Join metrics to SearchStats" into androidx-platform-dev by Treehugger Robot · 1 year, 2 months ago
  8. 985372f Adds Join metrics to SearchStats by Alex Saveliev · 1 year, 3 months ago
  9. 31610cb Merge "Rename JetpackIcingOptionsConfig to DefaultIcingOptionsConfig and export DefaultIcingOptionsConfig and UnlimitedLimitConfig to framework test tree instead." into androidx-platform-dev by Brian Xiao · 1 year, 2 months ago
  10. dc00ea8 Merge "Add missing CallStats call type and remove unnecessarily restrictive @NonNull's from CallStats and SearchStats builders" into androidx-platform-dev by Brian Xiao · 1 year, 2 months ago
  11. ae5e5dd Rename JetpackIcingOptionsConfig to DefaultIcingOptionsConfig and by Brian Xiao · 1 year, 2 months ago
  12. def3ec2 Update AppSearch to set `compression_level` in IcingSearchEngineOptions by Brian Xiao · 1 year, 2 months ago
  13. ed45850 Update AppSearchImpl to pass in optional IcingSearchEngineOptions settings by Brian Xiao · 1 year, 3 months ago
  14. c6f4dcd Add missing CallStats call type and remove unnecessarily restrictive by Brian Xiao · 1 year, 3 months ago
  15. edd5a19 Removes verification of setDeletionPropagation in schemas. by Alex Saveliev · 1 year, 4 months ago
  16. bb8cd23 Update AppSearch to set new options of IcingSearchEngineOptions by Jiayu Hu · 1 year, 4 months ago
  17. d1da777 Merge "Add suggestion multiple terms and property restriction." into androidx-platform-dev by Terry Wang · 1 year, 4 months ago
  18. 432568a Add suggestion multiple terms and property restriction. by Terry Wang · 1 year, 4 months ago
  19. fd9be1f Add CallStat call types for the remaining APIs in AppSearchManagerService by Brian Xiao · 1 year, 4 months ago
  20. 88ebc02 Merge "Unhide LocalStorage.createGlobalSearchSession." into androidx-main am: ac3737b967 by Alexander Dorokhine · 1 year, 4 months ago
  21. ac3737b Merge "Unhide LocalStorage.createGlobalSearchSession." into androidx-main by Alexander Dorokhine · 1 year, 4 months ago
  22. 23ebdab Merge "Implement ResultGrouping by Schema Type." into androidx-platform-dev by Armaan Danewalia · 1 year, 4 months ago
  23. c784033 Implement ResultGrouping by Schema Type. by Terry Wang · 1 year, 5 months ago
  24. 306f4db Merge "Adding a delete propagation boolean to StringPropertyConfig" into androidx-platform-dev by Alex Saveliev · 1 year, 5 months ago
  25. 364a4d5 Merge "Add @CanIgnoreReturnValue annotation to appsearch code." into androidx-platform-dev by Siddhartha Chhabra · 1 year, 5 months ago
  26. 48a6dff Add @CanIgnoreReturnValue annotation to appsearch code. by Siddhartha Chhabra · 1 year, 5 months ago
  27. 599ab03 Adding a delete propagation boolean to StringPropertyConfig by Alex Saveliev · 1 year, 5 months ago
  28. ba55c85 Merge "Minor refactors to AppSearch code." into androidx-platform-dev by Siddhartha Chhabra · 1 year, 5 months ago
  29. e921a1c Minor refactors to AppSearch code. by Siddhartha Chhabra · 1 year, 5 months ago
  30. 5a5a8c8 Merge "Fixes issue noticed in framework" into androidx-platform-dev by Alex Saveliev · 1 year, 5 months ago
  31. 19ffd7d Merge "Add simple feature checking in AppSearch." into androidx-main am: fb6219c601 by Grace Zhao · 1 year, 5 months ago
  32. fb6219c Merge "Add simple feature checking in AppSearch." into androidx-main by Grace Zhao · 1 year, 5 months ago
  33. 02efd34 Fixes issue noticed in framework by Alex Saveliev · 1 year, 5 months ago
  34. 2a9ed18 Add simple feature checking in AppSearch. by Grace Zhao · 1 year, 6 months ago
  35. 5457087 Merge "Add debug log when AppSearch remove package data." into androidx-platform-dev by TreeHugger Robot · 1 year, 5 months ago
  36. 9bb0619 Add debug log when AppSearch remove package data. by Terry Wang · 1 year, 5 months ago
  37. cfe69ff Applies removeInaccessibleSchemaFilter to nested SearchSpec by Alex Saveliev · 1 year, 5 months ago
  38. 07b356f Merge "Not allowing joinspec in remove by query searchspecs" into androidx-main by Alex Saveliev · 1 year, 5 months ago
  39. c72b5143 Not allowing joinspec in remove by query searchspecs by Alex Saveliev · 1 year, 6 months ago
  40. 3683fd2 Handle JoinSpec in ProtoConverter by Alex Saveliev · 1 year, 7 months ago
  41. 3f23348 Fix javadoc link and comment format by Yen-Chieh Sung · 1 year, 6 months ago
  42. fd3d513 Add TOKENIZER_TYPE_VERBATIM and the VERBATIM_SEARCH feature. by Grace Zhao · 1 year, 6 months ago
  43. f9ae053 Adding JoinableConfig into StringPropertyConfig by Yen-Chieh Sung · 1 year, 7 months ago
  44. 657f376 Expose the Advanced Scoring API from Icing by Jiayu Hu · 1 year, 7 months ago
  45. f175052 Merge "Update AppSearch to be in sync google3 update." into androidx-main by Tim Barron · 1 year, 6 months ago
  46. 2ad1187 Update AppSearch to be in sync google3 update. by Tim Barron · 1 year, 7 months ago
  47. 0728ea1 Add property weights to SearchSpec by Dan Saadati · 2 years, 8 months ago
  48. 6f6395b Add indexing type enum (NONE, RANGE) into AppSearch LongPropertyConfig by Yen-Chieh Sung · 1 year, 7 months ago
  49. ad32122 Move schemaMigrationStats into SDK side and log the stats. by Terry Wang · 1 year, 8 months ago
  50. 3ac46cc Unhide LocalStorage.createGlobalSearchSession. by Alexander Dorokhine · 1 year, 7 months ago
  51. b2bc64a Merge "Log stats for SetSchema" into androidx-main by Treehugger Robot · 1 year, 7 months ago
  52. 042f0a6 Log stats for SetSchema by Terry Wang · 1 year, 8 months ago
  53. 4e08a47 Add Document ID filter in Search Suggestion API. by Terry Wang · 1 year, 9 months ago
  54. 135f794 Merge "Add SchemaType filter and Property filter in Search Suggestion API." into androidx-main by Treehugger Robot · 1 year, 8 months ago
  55. 46a9193 Merge "Adding RFC822 tokenization to AppSearch" into androidx-main by Alex Saveliev · 1 year, 8 months ago
  56. 131105e Add SchemaType filter and Property filter in Search Suggestion API. by Terry Wang · 1 year, 9 months ago
  57. fda29e2 Minor fixes to facilitate framework sync. by Alexander Dorokhine · 1 year, 8 months ago
  58. 4df8c57 Add latency loggings for SearchStats in AppSearch-local-storage. by Grace Zhao · 1 year, 8 months ago
  59. 3f95179 Adding RFC822 tokenization to AppSearch by Alex Saveliev · 1 year, 9 months ago
  60. 172da11 Add RankingStrategy to SearchSuggestion API by Terry Wang · 1 year, 9 months ago
  61. a8999f5 Removal of methods replaced by async rename. by Alex Saveliev · 1 year, 10 months ago
  62. e920648 Minor refactors: Add nullness checks. by Siddhartha Chhabra · 1 year, 11 months ago
  63. 9d5af8e Replace Log.wtf with Log.e. by Siddhartha Chhabra · 2 years ago
  64. b4d95f7 Add the logic for syncing Android logging level to Icing by Jiayu Hu · 2 years, 1 month ago
  65. 652b9cf Export getDebugInfo from Icing to AppSearch by Jiayu Hu · 2 years, 2 months ago
  66. 16c7fc7 Revert "Revert "Optimize removeByQuery by using the new API from Icing Lib"" by Jiayu Hu · 2 years, 1 month ago
  67. b5ccff1 Revert "Optimize removeByQuery by using the new API from Icing Lib" by Terry Wang · 2 years, 1 month ago
  68. b6bc099 Revert "Check #isLoggable before every log call in AppSearch." by Alexander Dorokhine · 2 years, 2 months ago
  69. 0cdad1e Merge "Check #isLoggable before every log call in AppSearch." into androidx-platform-dev by Alexander Dorokhine · 2 years, 2 months ago
  70. 2a34dcf Expose Suggestion API in AppSearch (3) by Terry Wang · 2 years, 3 months ago
  71. f09072c Expose Suggestion API in AppSearch (2) by Terry Wang · 2 years, 2 months ago
  72. aa9512f Check #isLoggable before every log call in AppSearch. by Alexander Dorokhine · 2 years, 2 months ago
  73. c6f84ff Merge "Optimize removeByQuery by using the new API from Icing Lib" into androidx-platform-dev by Jiayu Hu · 2 years, 2 months ago
  74. 799799f Merge "Fix setSchema that doesn't indicate the call is failed or not." into androidx-platform-dev by Terry Wang · 2 years, 2 months ago
  75. 498ee7c Merge "Remove deprecated ToDos from AppSearch." into androidx-platform-dev by Terry Wang · 2 years, 2 months ago
  76. b662355 Optimize removeByQuery by using the new API from Icing Lib by Jiayu Hu · 2 years, 2 months ago
  77. 5489645 Fix setSchema that doesn't indicate the call is failed or not. by Terry Wang · 2 years, 2 months ago
  78. 05a3d51 Fix fail to remove VisibilitySettings when remove a schema. by Terry Wang · 2 years, 2 months ago
  79. 88144d2 Remove deprecated ToDos from AppSearch. by Terry Wang · 2 years, 2 months ago
  80. e0300f0 Add a TODO in AppSearchImpl.setSchema with ways to improve the API. by Alexander Dorokhine · 2 years, 2 months ago
  81. 2e1a38c Correctly handle change notifications during schema migrations. by Alexander Dorokhine · 2 years, 2 months ago
  82. 02c2a1f Fix issue with change observers dispatching schema notifications. by Alexander Dorokhine · 2 years, 2 months ago
  83. b3a4541 Merge "Sync AppSearch with google3 update ag/17245674" into androidx-platform-dev by TreeHugger Robot · 2 years, 3 months ago
  84. 16e8c37 Sync AppSearch with google3 update ag/17245674 by Tim Barron · 2 years, 3 months ago
  85. 3f4deb2 Copy Features into the framework test tree (instead of prod tree). by Alexander Dorokhine · 2 years, 3 months ago
  86. f5e2222 Address API council feedback on Observer API. by Alexander Dorokhine · 2 years, 4 months ago
  87. 00d6c5e Merge "Deprecate the AppSearch API methods that return ListenableFuture but don't have the Async suffix." into androidx-platform-dev by TreeHugger Robot · 2 years, 4 months ago
  88. 56502e3 Deprecate the AppSearch API methods that return ListenableFuture but by Alex Saveliev · 2 years, 4 months ago
  89. 2a2616a Adding getByGlobalId to local storage and platform storage in Jetpack. by Alex Saveliev · 2 years, 5 months ago
  90. 8536da5 Clear Visibility Setting when a package got removed. by Terry Wang · 2 years, 4 months ago
  91. 5121f0b Upload renaming upstream - rename feature name. by Terry Wang · 2 years, 4 months ago
  92. d538f89 Merge changes from topic "permission-sets" into androidx-platform-dev by Terry Wang · 2 years, 5 months ago
  93. 8e973b2 Add Visibility migrator to handle version bump from 1 to 2. by Terry Wang · 2 years, 5 months ago
  94. db12ce6 Address API feedback for set Permission and Role Visibility. by Terry Wang · 2 years, 5 months ago
  95. 0bf6550 Merge "Added new call type to call stats" into androidx-platform-dev by Alex Saveliev · 2 years, 5 months ago
  96. dcafa91 Merge "Fixes for framework sync." into androidx-platform-dev by TreeHugger Robot · 2 years, 5 months ago
  97. f25a75c Fixes for framework sync. by Alexander Dorokhine · 2 years, 5 months ago
  98. 65a60e9 Remove CallingUID and callerHasSystemAccess from CallerAccess. by Terry Wang · 2 years, 5 months ago
  99. f431798c Send schema change notifications. by Alexander Dorokhine · 2 years, 5 months ago
  100. 579fbfb Create a CallerAccess object to encapsulate (package, uid, hasSystemAccess). by Alexander Dorokhine · 2 years, 5 months ago