1. e708e18 Support queries in AppSearchImpl and FakeIcing. by Alexander Dorokhine · 4 years, 7 months ago
  2. a95f44f Port the getDocuments() API to be synchronous. by Alexander Dorokhine · 4 years, 7 months ago
  3. 69a8d9f Implement getDocuments() support in AppSearchImpl. by Alexander Dorokhine · 4 years, 7 months ago
  4. 969f446 Switch AppSearchBatchResult from Throwable to error code and message. by Alexander Dorokhine · 4 years, 7 months ago
  5. f1018ce Merge "setSchema() API adjustments from API review." by Alexander Dorokhine · 4 years, 7 months ago
  6. 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, 7 months ago
  7. f6c21f0 Merge "Changes getProperty methods to return primitive type" by Terry Wang · 4 years, 7 months ago
  8. 4eacaf4 Changes getProperty methods to return primitive type by Terry Wang · 4 years, 9 months ago
  9. b8729e2 DO NOT MERGE: Remove AppSearch from Android R. by Alexander Dorokhine · 4 years, 7 months ago
  10. e1a6952 setSchema() API adjustments from API review. by Alexander Dorokhine · 4 years, 8 months ago
  11. 91de77e Merge "Revert "Implement getDocuments() support in AppSearchImpl."" by Alexander Dorokhine · 4 years, 8 months ago
  12. 067255c Revert "Implement getDocuments() support in AppSearchImpl." by Alexander Dorokhine · 4 years, 8 months ago
  13. 40a118d Merge "Implement getDocuments() support in AppSearchImpl." by Alexander Dorokhine · 4 years, 8 months ago
  14. 6a7d8d4 Adds support for index Document properties in AppSearch.Document. by Terry Wang · 4 years, 9 months ago
  15. 2a1f614 Adds ttl and support for index byte array in AppSearch.Document. by Terry Wang · 4 years, 9 months ago
  16. 6b38829 Refactor AppSearch to split into AppSearchDocument and AppSearchEmail. by Terry Wang · 4 years, 9 months ago
  17. 4277cf4 Implement getDocuments() support in AppSearchImpl. by Alexander Dorokhine · 4 years, 9 months ago
  18. f2f5106 Set version to 300000000 by Baligh Uddin · 4 years, 9 months ago
  19. 70184aa Merge "Added ResultSpec, SnippetSpec and ScoringSpec." by Siddhartha Chhabra · 4 years, 9 months ago
  20. b009838 Added ResultSpec, SnippetSpec and ScoringSpec. by sidchhabra · 4 years, 9 months ago
  21. 953c4ec FakeIcing#query should return Status.Code.OK Test: atest by Lucia Rossazza · 4 years, 9 months ago
  22. 1846584 Port the putDocuments() API to be synchronous. by Alexander Dorokhine · 4 years, 9 months ago
  23. cc22345 Implement putDocuments() support in AppSearchImpl. by Alexander Dorokhine · 4 years, 9 months ago
  24. 321e4b1 Switch setSchema API to be synchronous, based on discussion with API council. by Alexander Dorokhine · 4 years, 9 months ago
  25. 2de4886 Merge "Add forceSetSchema and fix the setSchema API comment." by Alexander Dorokhine · 4 years, 9 months ago
  26. 54adc9d Merge "Update appsearch with new upstream changes" by Cassie Wang · 4 years, 9 months ago
  27. 03f041f Merge "Remove IndexingConfig and merge its constants into PropertyConfig." by Alexander Dorokhine · 4 years, 9 months ago
  28. 7166697 Update appsearch with new upstream changes by Cassie Wang · 4 years, 9 months ago
  29. 74d8d9d Merge "Add permitted_packages to framework-appsearch." by Alexander Dorokhine · 4 years, 9 months ago
  30. fecfedc Add forceSetSchema and fix the setSchema API comment. by Alexander Dorokhine · 4 years, 9 months ago
  31. d44f987 Remove IndexingConfig and merge its constants into PropertyConfig. by Alexander Dorokhine · 4 years, 9 months ago
  32. a7c8f8a Added query and SearchResults. by sidchhabra · 4 years, 9 months ago
  33. afcd9a3 Add permitted_packages to framework-appsearch. by Alexander Dorokhine · 4 years, 9 months ago
  34. 270d4f1 Implement schema type rewriting for setSchema. by Alexander Dorokhine · 4 years, 9 months ago
  35. f07ae8d Merge "Add AppSearch.java, containing the Document class, base Builder, and Email." by Terry Wang · 4 years, 9 months ago
  36. 179c8b8 Add AppSearch.java, containing the Document class, base Builder, and Email. by Alexander Dorokhine · 4 years, 9 months ago
  37. 09c0b9d Add implementation tests for AppSearchSchema framework classes. by Alexander Dorokhine · 4 years, 9 months ago
  38. fd07eba Add a SetSchema API and builders. by Alexander Dorokhine · 4 years, 9 months ago
  39. d7b896e Merge "Revert "Use framework-appsearch-stubs instead of framework-appsearch"" by TreeHugger Robot · 4 years, 9 months ago
  40. 69723f6 Revert "Use framework-appsearch-stubs instead of framework-appsearch" by Alexander Dorokhine · 4 years, 9 months ago
  41. fdd8c0a Merge "Use framework-appsearch-stubs instead of framework-appsearch" by TreeHugger Robot · 4 years, 9 months ago
  42. 138f6ce Use framework-appsearch-stubs instead of framework-appsearch by Jiyong Park · 4 years, 9 months ago
  43. c2d0bc2 Set apex_available for service-appsearch by Anton Hansson · 4 years, 9 months ago
  44. bd67b1e Platform shouldn't directly link to jars in APEXes by Jiyong Park · 4 years, 9 months ago
  45. 12f993c Move framework-appsearch out of framework.jar. by Alexander Dorokhine · 4 years, 10 months ago
  46. d6bcb93 Merge "Switch FakeIcing to return a SearchResults proto instead of a List<Document>" by Alexander Dorokhine · 4 years, 10 months ago
  47. 39ede99 Add TEST_MAPPING files for AppSearch. by Alexander Dorokhine · 4 years, 10 months ago
  48. 862ac02 Switch FakeIcing to return a SearchResults proto instead of a List<Document> by Alexander Dorokhine · 4 years, 10 months ago
  49. b6ad279 Add FakeIcing unit tests to presubmit. by Alexander Dorokhine · 4 years, 10 months ago
  50. f9c2758 Refactor FakeIcing to use the real Icing lib's protos. by Alexander Dorokhine · 4 years, 11 months ago
  51. 05cd562 Add a simple fake implementation of Icing to unblock development. by Alexander Dorokhine · 4 years, 11 months ago
  52. 69df302 Merge "Add apex structure and sign keys to appsearch." by TreeHugger Robot · 4 years, 10 months ago
  53. f088937 Add apex structure and sign keys to appsearch. by Terry Wang · 4 years, 11 months ago
  54. eeb84cd Rename framework and service jars by Anton Hansson · 4 years, 11 months ago
  55. febbead Add a new system service for app search project by Terry Wang · 5 years ago
  56. 54e0c99 Initial empty repository by Qiwen Zhao · 10 years ago