1. bfbfcac Add GlobalSearchSession to AppSearch platform. by Terry Wang · 3 years, 8 months ago
  2. d48f236 Add SearchResults and support pagination in query. by Alexander Dorokhine · 3 years, 9 months ago
  3. 178366b Pull upstream changes from AndroidX to support removeByQuery. by Alexander Dorokhine · 3 years, 9 months ago
  4. dbd1dca Porting the async AppSearchSession to platform. by Terry Wang · 3 years, 8 months ago
  5. 26b9e5c Pull upstream changes from AndroidX. by Terry Wang · 3 years, 9 months ago
  6. f660d8f Merge frontend changes from Jetpack into Framework. by Alexander Dorokhine · 3 years, 9 months ago
  7. 6413aee Support platform AppSearchManager(backend) to accept database name. by Terry Wang · 3 years, 9 months ago
  8. a883ea7 Remove protos from sdk. by Alexander Dorokhine · 3 years, 9 months ago
  9. db7771c Merge "Merge request objects from Jetpack into Framework." by Alexander Dorokhine · 3 years, 9 months ago
  10. bfcc0d4 Merge "Merge GenericDocument and SearchResult work from Jetpack." by Alexander Dorokhine · 3 years, 9 months ago
  11. 4e724d8 Merge "Merge over AppSearchResult, AppSearchBatchResult and setSchema error improvements." by Alexander Dorokhine · 3 years, 9 months ago
  12. af9b650 Merge "Convert appsearch to java_sdk_library" by Anton Hansson · 3 years, 9 months ago
  13. 03acdb2 Merge request objects from Jetpack into Framework. by Alexander Dorokhine · 3 years, 9 months ago
  14. c66d67c Merge GenericDocument and SearchResult work from Jetpack. by Alexander Dorokhine · 3 years, 9 months ago
  15. b2ae73f Merge over AppSearchResult, AppSearchBatchResult and setSchema error improvements. by Alexander Dorokhine · 3 years, 9 months ago
  16. 21d00be Merge "Merge Jetpack SearchSpec work from last two quarters." by Alexander Dorokhine · 3 years, 9 months ago
  17. 43905ad Merge changes from topic "oct6" by Jeff Sharkey · 3 years, 9 months ago
  18. 07f121f Convert appsearch to java_sdk_library by Anton Hansson · 3 years, 9 months ago
  19. ea5328c Tighten up Binder.clearCallingIdentity() usage. by Jeff Sharkey · 3 years, 9 months ago
  20. c9fc960 Merge Jetpack SearchSpec work from last two quarters. by Alexander Dorokhine · 3 years, 9 months ago
  21. 92ce353 Merge Jetpack AppSearchSchema work from last two quarters. by Alexander Dorokhine · 3 years, 9 months ago
  22. ebd3774 Merge AppSearchImpl Jetpack work from last two quarters. by Alexander Dorokhine · 3 years, 10 months ago
  23. a460d9b [automerger skipped] Merge "Merge Android R" am: 8ac6741e47 -s ours am: b9db5b54f6 -s ours am: a9f9ccbc9a -s ours am: 8db7491422 -s ours am: a0c9117211 -s ours by Xin Li · 3 years, 10 months ago
  24. a43e0fa Merge Android R by Xin Li · 3 years, 10 months ago
  25. 859d01c Fix compilation against latest checkout of external/icing. by Alexander Dorokhine · 4 years ago
  26. 56c5d3b Remove framework annotations from appsearch stubs by Anton Hansson · 4 years, 2 months ago
  27. d666135 Jarjaring AppSearch framework and service. by sidchhabra · 4 years, 3 months ago
  28. a46c159 Merge "Implement AppSearch.deleteByTypes()" by Alexander Dorokhine · 4 years, 3 months ago
  29. 7f46d6f Implement AppSearch.deleteByTypes() by Alexander Dorokhine · 4 years, 3 months ago
  30. 9b4c934 Merge "Implement the AppSearch.delete API." by TreeHugger Robot · 4 years, 3 months ago
  31. a039778 Stop appsearch manually linking stubs by Anton Hansson · 4 years, 3 months ago
  32. ff82fba Implement the AppSearch.delete API. by Alexander Dorokhine · 4 years, 4 months ago
  33. f6c66ae Implement the AppSearch.deleteAll API. by Alexander Dorokhine · 4 years, 4 months ago
  34. e708e18 Support queries in AppSearchImpl and FakeIcing. by Alexander Dorokhine · 4 years, 4 months ago
  35. a95f44f Port the getDocuments() API to be synchronous. by Alexander Dorokhine · 4 years, 4 months ago
  36. 69a8d9f Implement getDocuments() support in AppSearchImpl. by Alexander Dorokhine · 4 years, 4 months ago
  37. 969f446 Switch AppSearchBatchResult from Throwable to error code and message. by Alexander Dorokhine · 4 years, 4 months ago
  38. f1018ce Merge "setSchema() API adjustments from API review." by Alexander Dorokhine · 4 years, 4 months ago
  39. 2e7dc24 [automerger skipped] DO NOT MERGE: Remove AppSearch from Android R. am: b8729e2dc5 am: 0c71d1f454 am: 7c06a370f9 am: 67eb54ee4a -s ours by Automerger Merge Worker · 4 years, 4 months ago
  40. f6c21f0 Merge "Changes getProperty methods to return primitive type" by Terry Wang · 4 years, 4 months ago
  41. 4eacaf4 Changes getProperty methods to return primitive type by Terry Wang · 4 years, 6 months ago
  42. b8729e2 DO NOT MERGE: Remove AppSearch from Android R. by Alexander Dorokhine · 4 years, 5 months ago
  43. e1a6952 setSchema() API adjustments from API review. by Alexander Dorokhine · 4 years, 6 months ago
  44. 91de77e Merge "Revert "Implement getDocuments() support in AppSearchImpl."" by Alexander Dorokhine · 4 years, 6 months ago
  45. 067255c Revert "Implement getDocuments() support in AppSearchImpl." by Alexander Dorokhine · 4 years, 6 months ago
  46. 40a118d Merge "Implement getDocuments() support in AppSearchImpl." by Alexander Dorokhine · 4 years, 6 months ago
  47. 6a7d8d4 Adds support for index Document properties in AppSearch.Document. by Terry Wang · 4 years, 6 months ago
  48. 2a1f614 Adds ttl and support for index byte array in AppSearch.Document. by Terry Wang · 4 years, 6 months ago
  49. 6b38829 Refactor AppSearch to split into AppSearchDocument and AppSearchEmail. by Terry Wang · 4 years, 6 months ago
  50. 4277cf4 Implement getDocuments() support in AppSearchImpl. by Alexander Dorokhine · 4 years, 6 months ago
  51. f2f5106 Set version to 300000000 by Baligh Uddin · 4 years, 6 months ago
  52. 70184aa Merge "Added ResultSpec, SnippetSpec and ScoringSpec." by Siddhartha Chhabra · 4 years, 6 months ago
  53. b009838 Added ResultSpec, SnippetSpec and ScoringSpec. by sidchhabra · 4 years, 6 months ago
  54. 953c4ec FakeIcing#query should return Status.Code.OK Test: atest by Lucia Rossazza · 4 years, 6 months ago
  55. 1846584 Port the putDocuments() API to be synchronous. by Alexander Dorokhine · 4 years, 6 months ago
  56. cc22345 Implement putDocuments() support in AppSearchImpl. by Alexander Dorokhine · 4 years, 6 months ago
  57. 321e4b1 Switch setSchema API to be synchronous, based on discussion with API council. by Alexander Dorokhine · 4 years, 6 months ago
  58. 2de4886 Merge "Add forceSetSchema and fix the setSchema API comment." by Alexander Dorokhine · 4 years, 6 months ago
  59. 54adc9d Merge "Update appsearch with new upstream changes" by Cassie Wang · 4 years, 6 months ago
  60. 03f041f Merge "Remove IndexingConfig and merge its constants into PropertyConfig." by Alexander Dorokhine · 4 years, 6 months ago
  61. 7166697 Update appsearch with new upstream changes by Cassie Wang · 4 years, 6 months ago
  62. 74d8d9d Merge "Add permitted_packages to framework-appsearch." by Alexander Dorokhine · 4 years, 6 months ago
  63. fecfedc Add forceSetSchema and fix the setSchema API comment. by Alexander Dorokhine · 4 years, 6 months ago
  64. d44f987 Remove IndexingConfig and merge its constants into PropertyConfig. by Alexander Dorokhine · 4 years, 6 months ago
  65. a7c8f8a Added query and SearchResults. by sidchhabra · 4 years, 6 months ago
  66. afcd9a3 Add permitted_packages to framework-appsearch. by Alexander Dorokhine · 4 years, 6 months ago
  67. 270d4f1 Implement schema type rewriting for setSchema. by Alexander Dorokhine · 4 years, 6 months ago
  68. f07ae8d Merge "Add AppSearch.java, containing the Document class, base Builder, and Email." by Terry Wang · 4 years, 6 months ago
  69. 179c8b8 Add AppSearch.java, containing the Document class, base Builder, and Email. by Alexander Dorokhine · 4 years, 6 months ago
  70. 09c0b9d Add implementation tests for AppSearchSchema framework classes. by Alexander Dorokhine · 4 years, 6 months ago
  71. fd07eba Add a SetSchema API and builders. by Alexander Dorokhine · 4 years, 6 months ago
  72. d7b896e Merge "Revert "Use framework-appsearch-stubs instead of framework-appsearch"" by TreeHugger Robot · 4 years, 6 months ago
  73. 69723f6 Revert "Use framework-appsearch-stubs instead of framework-appsearch" by Alexander Dorokhine · 4 years, 6 months ago
  74. fdd8c0a Merge "Use framework-appsearch-stubs instead of framework-appsearch" by TreeHugger Robot · 4 years, 6 months ago
  75. 138f6ce Use framework-appsearch-stubs instead of framework-appsearch by Jiyong Park · 4 years, 6 months ago
  76. c2d0bc2 Set apex_available for service-appsearch by Anton Hansson · 4 years, 6 months ago
  77. bd67b1e Platform shouldn't directly link to jars in APEXes by Jiyong Park · 4 years, 6 months ago
  78. 12f993c Move framework-appsearch out of framework.jar. by Alexander Dorokhine · 4 years, 7 months ago
  79. d6bcb93 Merge "Switch FakeIcing to return a SearchResults proto instead of a List<Document>" by Alexander Dorokhine · 4 years, 7 months ago
  80. 39ede99 Add TEST_MAPPING files for AppSearch. by Alexander Dorokhine · 4 years, 7 months ago
  81. 862ac02 Switch FakeIcing to return a SearchResults proto instead of a List<Document> by Alexander Dorokhine · 4 years, 7 months ago
  82. b6ad279 Add FakeIcing unit tests to presubmit. by Alexander Dorokhine · 4 years, 8 months ago
  83. f9c2758 Refactor FakeIcing to use the real Icing lib's protos. by Alexander Dorokhine · 4 years, 8 months ago
  84. 05cd562 Add a simple fake implementation of Icing to unblock development. by Alexander Dorokhine · 4 years, 8 months ago
  85. 69df302 Merge "Add apex structure and sign keys to appsearch." by TreeHugger Robot · 4 years, 8 months ago
  86. f088937 Add apex structure and sign keys to appsearch. by Terry Wang · 4 years, 8 months ago
  87. eeb84cd Rename framework and service jars by Anton Hansson · 4 years, 8 months ago
  88. febbead Add a new system service for app search project by Terry Wang · 4 years, 9 months ago
  89. 54e0c99 Initial empty repository by Qiwen Zhao · 10 years ago