1. ab78906 Update Framework from Jetpack. by Alexander Dorokhine · 3 years, 7 months ago
  2. da6bf24 Sync Framework from Jetpack. by Alexander Dorokhine · 3 years, 7 months ago
  3. 2da1785 Update Framework from Jetpack. by Terry Wang · 3 years, 8 months ago
  4. 11cdbb9 Merge "Update framework from Jetpack" by Alexander Dorokhine · 3 years, 7 months ago
  5. 6ffad29 Update framework from Jetpack by Alexander Dorokhine · 3 years, 7 months ago
  6. f209307 Support Multi-User AppSearch within SystemServer by Terry Wang · 3 years, 8 months ago
  7. 4cf2fb8 Limit build visibility of modules in apex/... by Anton Hansson · 3 years, 8 months ago
  8. 8c5ba91 Sync platform from Jetpack. by Alexander Dorokhine · 3 years, 8 months ago
  9. 83a2493 Porting AppSearch jetpack upstream changes to platform by Terry Wang · 3 years, 8 months ago
  10. 0d39387 Revert "Split getInstance and createInstance in AppSearchImpl" by Terry Wang · 3 years, 8 months ago
  11. 847a978 Split getInstance and createInstance in AppSearchImpl by Terry Wang · 3 years, 8 months ago
  12. 6a99f94 Update AppSearch code from Jetpack. by Alexander Dorokhine · 3 years, 8 months ago
  13. 2e5e8fc Merge "Add GlobalSearchSession to AppSearch platform." by Terry Wang · 3 years, 8 months ago
  14. 24bbc8e Merge "Add SearchResults and support pagination in query." by Terry Wang · 3 years, 8 months ago
  15. bfbfcac Add GlobalSearchSession to AppSearch platform. by Terry Wang · 3 years, 9 months ago
  16. d48f236 Add SearchResults and support pagination in query. by Alexander Dorokhine · 3 years, 9 months ago
  17. 1cbd26e Merge "Pull upstream changes from AndroidX to support removeByQuery." by Terry Wang · 3 years, 8 months ago
  18. 72a3e28 Merge "Porting the async AppSearchSession to platform." by Terry Wang · 3 years, 8 months ago
  19. 178366b Pull upstream changes from AndroidX to support removeByQuery. by Alexander Dorokhine · 3 years, 9 months ago
  20. dbd1dca Porting the async AppSearchSession to platform. by Terry Wang · 3 years, 9 months ago
  21. d2b7d14 Re-export with google-java-format --aosp running on all exported classes by Alexander Dorokhine · 3 years, 8 months ago
  22. eca66fd Update framework from androidx. by Alexander Dorokhine · 3 years, 8 months ago
  23. b1fd5b4 Sync framework from jetpack. by Alexander Dorokhine · 3 years, 9 months ago
  24. 26b9e5c Pull upstream changes from AndroidX. by Terry Wang · 3 years, 9 months ago
  25. f660d8f Merge frontend changes from Jetpack into Framework. by Alexander Dorokhine · 3 years, 9 months ago
  26. 6413aee Support platform AppSearchManager(backend) to accept database name. by Terry Wang · 3 years, 10 months ago
  27. c66d67c Merge GenericDocument and SearchResult work from Jetpack. by Alexander Dorokhine · 3 years, 10 months ago
  28. b2ae73f Merge over AppSearchResult, AppSearchBatchResult and setSchema error improvements. by Alexander Dorokhine · 3 years, 10 months ago
  29. 21d00be Merge "Merge Jetpack SearchSpec work from last two quarters." by Alexander Dorokhine · 3 years, 10 months ago
  30. 43905ad Merge changes from topic "oct6" by Jeff Sharkey · 3 years, 10 months ago
  31. ea5328c Tighten up Binder.clearCallingIdentity() usage. by Jeff Sharkey · 3 years, 10 months ago
  32. c9fc960 Merge Jetpack SearchSpec work from last two quarters. by Alexander Dorokhine · 3 years, 10 months ago
  33. 92ce353 Merge Jetpack AppSearchSchema work from last two quarters. by Alexander Dorokhine · 3 years, 10 months ago
  34. ebd3774 Merge AppSearchImpl Jetpack work from last two quarters. by Alexander Dorokhine · 3 years, 10 months ago
  35. d666135 Jarjaring AppSearch framework and service. by sidchhabra · 4 years, 3 months ago
  36. 7f46d6f Implement AppSearch.deleteByTypes() by Alexander Dorokhine · 4 years, 4 months ago
  37. ff82fba Implement the AppSearch.delete API. by Alexander Dorokhine · 4 years, 5 months ago
  38. f6c66ae Implement the AppSearch.deleteAll API. by Alexander Dorokhine · 4 years, 5 months ago
  39. e708e18 Support queries in AppSearchImpl and FakeIcing. by Alexander Dorokhine · 4 years, 5 months ago
  40. a95f44f Port the getDocuments() API to be synchronous. by Alexander Dorokhine · 4 years, 5 months ago
  41. 69a8d9f Implement getDocuments() support in AppSearchImpl. by Alexander Dorokhine · 4 years, 5 months ago
  42. 969f446 Switch AppSearchBatchResult from Throwable to error code and message. by Alexander Dorokhine · 4 years, 5 months ago
  43. 067255c Revert "Implement getDocuments() support in AppSearchImpl." by Alexander Dorokhine · 4 years, 6 months ago
  44. 4277cf4 Implement getDocuments() support in AppSearchImpl. by Alexander Dorokhine · 4 years, 6 months ago
  45. 70184aa Merge "Added ResultSpec, SnippetSpec and ScoringSpec." by Siddhartha Chhabra · 4 years, 6 months ago
  46. b009838 Added ResultSpec, SnippetSpec and ScoringSpec. by sidchhabra · 4 years, 6 months ago
  47. 953c4ec FakeIcing#query should return Status.Code.OK Test: atest by Lucia Rossazza · 4 years, 6 months ago
  48. 1846584 Port the putDocuments() API to be synchronous. by Alexander Dorokhine · 4 years, 6 months ago
  49. cc22345 Implement putDocuments() support in AppSearchImpl. by Alexander Dorokhine · 4 years, 6 months ago
  50. 321e4b1 Switch setSchema API to be synchronous, based on discussion with API council. by Alexander Dorokhine · 4 years, 6 months ago
  51. 2de4886 Merge "Add forceSetSchema and fix the setSchema API comment." by Alexander Dorokhine · 4 years, 6 months ago
  52. fecfedc Add forceSetSchema and fix the setSchema API comment. by Alexander Dorokhine · 4 years, 7 months ago
  53. a7c8f8a Added query and SearchResults. by sidchhabra · 4 years, 7 months ago
  54. 270d4f1 Implement schema type rewriting for setSchema. by Alexander Dorokhine · 4 years, 7 months ago
  55. 179c8b8 Add AppSearch.java, containing the Document class, base Builder, and Email. by Alexander Dorokhine · 4 years, 7 months ago
  56. fd07eba Add a SetSchema API and builders. by Alexander Dorokhine · 4 years, 7 months ago
  57. d7b896e Merge "Revert "Use framework-appsearch-stubs instead of framework-appsearch"" by TreeHugger Robot · 4 years, 7 months ago
  58. 69723f6 Revert "Use framework-appsearch-stubs instead of framework-appsearch" by Alexander Dorokhine · 4 years, 7 months ago
  59. fdd8c0a Merge "Use framework-appsearch-stubs instead of framework-appsearch" by TreeHugger Robot · 4 years, 7 months ago
  60. 138f6ce Use framework-appsearch-stubs instead of framework-appsearch by Jiyong Park · 4 years, 7 months ago
  61. c2d0bc2 Set apex_available for service-appsearch by Anton Hansson · 4 years, 7 months ago
  62. d6bcb93 Merge "Switch FakeIcing to return a SearchResults proto instead of a List<Document>" by Alexander Dorokhine · 4 years, 8 months ago
  63. 39ede99 Add TEST_MAPPING files for AppSearch. by Alexander Dorokhine · 4 years, 8 months ago
  64. 862ac02 Switch FakeIcing to return a SearchResults proto instead of a List<Document> by Alexander Dorokhine · 4 years, 8 months ago
  65. f9c2758 Refactor FakeIcing to use the real Icing lib's protos. by Alexander Dorokhine · 4 years, 8 months ago
  66. 05cd562 Add a simple fake implementation of Icing to unblock development. by Alexander Dorokhine · 4 years, 8 months ago
  67. eeb84cd Rename framework and service jars by Anton Hansson · 4 years, 8 months ago
  68. febbead Add a new system service for app search project by Terry Wang · 4 years, 10 months ago