[go: nahoru, domu]

  1. eae0a5a Merge "Remove checkSuccess() from AppSearchResult; make getResultValue() throw." into androidx-master-dev by Alexander Dorokhine · 4 years, 1 month ago
  2. bb49780 Merge "Turn minification off for appsearch.aar." into androidx-master-dev by Alexander Dorokhine · 4 years, 1 month ago
  3. 8582f86 Remove checkSuccess() from AppSearchResult; make getResultValue() throw. by Alexander Dorokhine · 4 years, 1 month ago
  4. 8ad4512 Turn minification off for appsearch.aar. by Alexander Dorokhine · 4 years, 1 month ago
  5. e3c5ee3 Merge "Support AppSearch to trigger IcingSearchEngine.optimize()." into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  6. 947ee4b Support AppSearch to trigger IcingSearchEngine.optimize(). by Terry Wang · 4 years, 1 month ago
  7. d6af5c4 Re-enable IcingSearchEngineTest by including it directly in appsearch. by Alexander Dorokhine · 4 years, 1 month ago
  8. 46873db Move compilation of libicing.so into appsearch:appsearch. by Alexander Dorokhine · 4 years, 1 month ago
  9. 8a5f735 Move icing lib build.gradle to root of repo. by Alexander Dorokhine · 4 years, 1 month ago
  10. 52ef5a3 Merge "Build the external/icing project in a self-contained manner." into androidx-master-dev by Alexander Dorokhine · 4 years, 1 month ago
  11. 1ec2fe5 Build the external/icing project in a self-contained manner. by Alexander Dorokhine · 4 years, 1 month ago
  12. 2a790e7 Merge "Improve status strings when an AppSearchResult comes from an exception." into androidx-master-dev by Alexander Dorokhine · 4 years, 1 month ago
  13. 75f8aba Improve status strings when an AppSearchResult comes from an exception. by Alexander Dorokhine · 4 years, 1 month ago
  14. 4d50cc0 Remove mContext from AppSearchImpl. by Cassie Wang · 4 years, 1 month ago
  15. dfaee535b Integrate IcingSearchEngine into AppSearch. by Cassie Wang · 4 years, 2 months ago
  16. a819b43 Unhide the AppSearchDocument annotations that power the annotation processor. by Alexander Dorokhine · 4 years, 2 months ago
  17. 837bf3d Modifications to AppSearchDocument in order to pass API lint. by Alexander Dorokhine · 4 years, 2 months ago
  18. ef7978e Add removeByNamespaces() in AppSearchManager by Terry Wang · 4 years, 2 months ago
  19. cdc6327 Port removeDocuments() to a request builder and support data classes. by Alexander Dorokhine · 4 years, 2 months ago
  20. 246fe8a Fix deleteAll only apply for current database in AppSearch by Terry Wang · 4 years, 2 months ago
  21. 19ce5c4 Port getDocuments() to a request builder and support data classes. by Alexander Dorokhine · 4 years, 2 months ago
  22. 7316b3c Merge "Support different database in AppSearch" into androidx-master-dev by Terry Wang · 4 years, 2 months ago
  23. dc93e52 Support different database in AppSearch by Terry Wang · 4 years, 2 months ago
  24. da8ab0e unhide GenericDocument and AppSearchException for AppSearch Jetpack. by Terry Wang · 4 years, 3 months ago
  25. eb7f11b Merge "Unhide the AppSearchResult and AppSearchBatchResult API." into androidx-master-dev by Alexander Dorokhine · 4 years, 2 months ago
  26. eaf7cfd Support converting from GenericDocument to data class in the get() call. by Alexander Dorokhine · 4 years, 2 months ago
  27. 1d8c5ea Port putDocuments() to a request builder and support data classes. by Alexander Dorokhine · 4 years, 2 months ago
  28. df27a21 Support data classes in setSchema. by Alexander Dorokhine · 4 years, 2 months ago
  29. e89ed98 Update setSchema to use a request object. by Alexander Dorokhine · 4 years, 2 months ago
  30. 52619a1 Merge "Update AppSearchResult APIs with new methods, bugfixes and conventions." into androidx-master-dev by Alexander Dorokhine · 4 years, 2 months ago
  31. 6f5437e Support namespaces in the annotation processor. by Alexander Dorokhine · 4 years, 2 months ago
  32. 6a159be Support special fields (uri, ttl, score, etc) in annotation processor. by Alexander Dorokhine · 4 years, 2 months ago
  33. 432be8f Minor improvements to annotation processor. by Alexander Dorokhine · 4 years, 2 months ago
  34. f6bd5c4 Unhide the AppSearchResult and AppSearchBatchResult API. by Alexander Dorokhine · 4 years, 2 months ago
  35. 2f690dc Update AppSearchResult APIs with new methods, bugfixes and conventions. by Alexander Dorokhine · 4 years, 2 months ago
  36. 6bba7a4 Support invoking the dataClass constructor and assigning properties. by Alexander Dorokhine · 4 years, 2 months ago
  37. f3e80da Partial implementation of GenericDocument->data class conversion. by Alexander Dorokhine · 4 years, 2 months ago
  38. 9b3d4dc Merge "Porting FakeIcing to have a namespace." into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  39. 7f287fb Porting FakeIcing to have a namespace. by Terry Wang · 4 years, 2 months ago
  40. a0a0c66 Refactor CodeGenerator into separate schema and conversion functions. by Alexander Dorokhine · 4 years, 2 months ago
  41. 18c74d3 Rename code generation scenarios to make them easier to follow. by Alexander Dorokhine · 4 years, 2 months ago
  42. cbae318 Merge "Unhide SchemaBuilder APIs for AppSearch Jetpack." into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  43. 608b217 Change to return ListenableFuture in AppSearchManager. by Terry Wang · 4 years, 3 months ago
  44. 4853127 Unhide SchemaBuilder APIs for AppSearch Jetpack. by Alexander Dorokhine · 4 years, 3 months ago
  45. d14602d Fix incorrect import of PropertyConfig constants. by Alexander Dorokhine · 4 years, 3 months ago
  46. 4c8661c Code generation for the method that turns a data class into a GenericDocument. by Alexander Dorokhine · 4 years, 3 months ago
  47. ffbc1cf Merge "Add complete testcases for schema part of CodeGenerator." into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  48. 7ff0bd6 Implement proguard for appsearch. by Alexander Dorokhine · 4 years, 3 months ago
  49. 1dcd244 Add complete testcases for schema part of CodeGenerator. by Alexander Dorokhine · 4 years, 3 months ago
  50. 29b76e9 Test infrastructure for DocumentProcessorTest, generation phase. by Alexander Dorokhine · 4 years, 3 months ago
  51. 90de1f3 Implement support for writing a schema in the annotation processor. by Alexander Dorokhine · 4 years, 3 months ago
  52. 8f6f4c7 Create an annotation processor for AppSearch. by Alexander Dorokhine · 4 years, 3 months ago
  53. 2a8415d Only generate versioned resource API file when asked to by Alan Viverette · 4 years, 4 months ago
  54. 9832c90 Merge "Implement jarjar for icing protos." into androidx-master-dev by Alexander Dorokhine · 4 years, 4 months ago
  55. 79009a2 Merge "Split icing project into two parts: protos/java, and native lib." into androidx-master-dev by Alexander Dorokhine · 4 years, 4 months ago
  56. 77e77d7 Fix and enforce ParameterName errorprone warnings by Sergey · 4 years, 4 months ago
  57. 9107138 Implement jarjar for icing protos. by Alexander Dorokhine · 4 years, 5 months ago
  58. a887c1a Merge "Add ThreadPool in AppSearchManager." into androidx-master-dev by Terry Wang · 4 years, 5 months ago
  59. 267cb61 Split icing project into two parts: protos/java, and native lib. by Alexander Dorokhine · 4 years, 5 months ago
  60. 670735c Add ThreadPool in AppSearchManager. by Terry Wang · 4 years, 5 months ago
  61. 1954965 Merge "Update AppSearch to reflect change to ResultSpecProto brought in from google3 in go/oag/1266801." into androidx-master-dev by Treehugger Robot · 4 years, 5 months ago
  62. 8d74988d Update AppSearch to reflect change to ResultSpecProto brought in from google3 in go/oag/1266801. by Tim Barron · 4 years, 5 months ago
  63. 341e37a Merge AppSearchManager, AppSearchManagerService to AppSearch. by Terry Wang · 4 years, 6 months ago
  64. fea5586 Migrate AppSearch to Jetpack. by Terry Wang · 4 years, 6 months ago
  65. 801cb74 Add FakeIcing and FakeIcingTest. by Alexander Dorokhine · 4 years, 6 months ago
  66. 7ecc3b3e Add Tim to AppSearch OWNERS by Alexander Dorokhine · 4 years, 6 months ago
  67. ce468a9 Moving LibraryVersion into LibraryGroup for libraries having requireSameVersion == true by Jeff Gaston · 4 years, 8 months ago
  68. 4ac3c12 Add appsearch initial directory structure by Nick Anthony · 5 years ago