1. a2912b7 Fix null pointer exception while invalidating the page token by Xiaoyu Jin · 3 years, 11 months ago
  2. 1652ecf Merge "Upgrade to junit 4.13.2" into androidx-main by Treehugger Robot · 3 years, 11 months ago
  3. bcdd360 Merge "Minor improvements to documentation around null/empty repeated values." into androidx-main by Treehugger Robot · 3 years, 11 months ago
  4. b20296a Upgrade to junit 4.13.2 by Aurimas Liutikas · 4 years ago
  5. cb95c54 Export fixes for syncing to framework. by Alexander Dorokhine · 4 years ago
  6. cc91561 Minor improvements to documentation around null/empty repeated values. by Alexander Dorokhine · 4 years ago
  7. 5670471 Add Alarm and AlarmInstance to appsearch-builtin-types by David Dong · 4 years ago
  8. bd2a278 Merge changes from topics "appsearch_timer", "timer_converter2" into androidx-main by David Dong · 4 years ago
  9. fd62efd Update Timer builtin type by David Dong · 4 years ago
  10. 64f39cf Merge changes I9ddab711,I37217bc0 into androidx-main by Treehugger Robot · 4 years ago
  11. 2c18e2c Remove QueryProcessor and make SearchSpecToProtoConverter instanceable. by Terry Wang · 4 years ago
  12. 6f01872 Refactor AppSearchImpl namespace and schema look up logic. by Terry Wang · 4 years ago
  13. e1ebc55 Port observer cts tests to existing conventions around Features. by Alexander Dorokhine · 4 years ago
  14. 766e021 Hook up GlobalSearchSession#removeObserver. by Alexander Dorokhine · 4 years ago
  15. 4600a6a Merge "Rework threading and concurrency in AppSearchObserver." into androidx-main by Alexander Dorokhine · 4 years ago
  16. febb5b6 Merge "Hook up removeByQuery to send change notifications to AppSearchObserver." into androidx-main by Alexander Dorokhine · 4 years ago
  17. e9163ce0 Merge "Hook up removeById to send change notifications to AppSearchObserver." into androidx-main by Alexander Dorokhine · 4 years ago
  18. b5b5256 Merge "Hook up AppSearchObserverCallback to be triggered on document puts." into androidx-main by Alexander Dorokhine · 4 years ago
  19. 9514a8c Merge "Add an API to create and register an Observer for AppSearch changes." into androidx-main by Alexander Dorokhine · 4 years ago
  20. b008044 Rework threading and concurrency in AppSearchObserver. by Alexander Dorokhine · 4 years ago
  21. 2c0e6e8 Hook up removeByQuery to send change notifications to AppSearchObserver. by Alexander Dorokhine · 4 years ago
  22. 36f7297 Hook up removeById to send change notifications to AppSearchObserver. by Alexander Dorokhine · 4 years ago
  23. ff3bc65 Hook up AppSearchObserverCallback to be triggered on document puts. by Alexander Dorokhine · 4 years ago
  24. 166f03d Add an API to create and register an Observer for AppSearch changes. by Alexander Dorokhine · 4 years ago
  25. e98d86f Merge "Ignore VisibleForTests in all test libraries" into androidx-main by Treehugger Robot · 4 years ago
  26. 4fa59465 Merge "Add RequiresFeature annotation, renames Capabilities to Features." into androidx-main by Tim Barron · 4 years ago
  27. 4683a29 Add RequiresFeature annotation, renames Capabilities to Features. by Tim Barron · 4 years ago
  28. 4a13c56 Ignore VisibleForTests in all test libraries by Jelle Fresen · 4 years ago
  29. 9969a1f Merge "Update BuildCompat for Sv2 and Tiramisu" into androidx-main by Alan Viverette · 4 years ago
  30. 07009d8 Update BuildCompat for Sv2 and Tiramisu by Alan Viverette · 4 years ago
  31. 3243f40 Create ShortcutAdapter that converts document to shortcut and vice versa by Pinyao Ting · 4 years ago
  32. 3d2af4c Merge "Revert "Create ShortcutAdapter that converts document to shortcut and vice versa"" into androidx-main by Aurimas Liutikas · 4 years ago
  33. 1ef1872 Revert "Create ShortcutAdapter that converts document to shortcut and vice versa" by Aurimas Liutikas · 4 years ago
  34. 46f52ae Merge "Create ShortcutAdapter that converts document to shortcut and vice versa" into androidx-main by Treehugger Robot · 4 years ago
  35. 8f31164 Create ShortcutAdapter that converts document to shortcut and vice versa by Pinyao Ting · 4 years ago
  36. 06a4361 update owners file for shortcut and appsearch builtin types by Pinyao Ting · 4 years ago
  37. ebf84c9 Create appsearch-builtin-types artifact under appsearch library by David Dong · 4 years ago
  38. f167992 Merge "Support isFoo() getters for booleans in the annotation processor." into androidx-main by Alexander Dorokhine · 4 years ago
  39. 056af09 Support isFoo() getters for booleans in the annotation processor. by Alexander Dorokhine · 4 years ago
  40. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 4 years ago
  41. 44793eb Merge "Fix flaky test testSetSchemaStats_withSchemaMigration" into androidx-main by Terry Wang · 4 years ago
  42. 8c3f399 Fix flaky test testSetSchemaStats_withSchemaMigration by Terry Wang · 4 years ago
  43. 2561cff Merge "Fix NPE when convert Document to proto." into androidx-main by Terry Wang · 4 years, 1 month ago
  44. 2efadbd Fix NPE when convert Document to proto. by Terry Wang · 4 years, 1 month ago
  45. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 4 years, 1 month ago
  46. 0075787 Merge "Update CMake version to 3.18.1" into androidx-main by Fred Sladkey · 4 years, 1 month ago
  47. 2532d8ca Suppress flaky tests by Ember Rose · 4 years, 1 month ago
  48. 57907d7 Suppress flaky tests by Ember Rose · 4 years, 1 month ago
  49. 83d23c5 Update CMake version to 3.18.1 by Fred Sladkey · 4 years, 1 month ago
  50. 1412650 Partial set of export script fixes for framework. by Alexander Dorokhine · 4 years, 1 month ago
  51. fdf1b7b Merge "Clarify docs on SHA256 cert generation for PackagerIdentifier" into androidx-main by Dan Saadati · 4 years, 1 month ago
  52. 73c0bb8 Clarify docs on SHA256 cert generation for PackagerIdentifier by Dan Saadati · 4 years, 1 month ago
  53. 0241f62d Fix fail to filter by Namespace in remove. by Terry Wang · 4 years, 1 month ago
  54. e489d0b Add isSubmatchSupported to check if MatchInfo#getSubmatch works. by Tim Barron · 4 years, 1 month ago
  55. 210f875 Update lint baselines once again. by Aurimas Liutikas · 4 years, 1 month ago
  56. bcceba1 Merge "Update lint baselines to fix androidx-studio-integration" into androidx-main by Aurimas Liutikas · 4 years, 1 month ago
  57. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 4 years, 1 month ago
  58. f92e61a Merge "Add an API dependency onto guava listenablefuture." into androidx-main by Alexander Dorokhine · 4 years, 1 month ago
  59. baf6583 Add an API dependency onto guava listenablefuture. by Alexander Dorokhine · 4 years, 1 month ago
  60. 047464b Revert "Revert "Reland of "Updates SampledAnnotationEnforcer to work with partial analysis"""" by Louis Pullen-Freilich · 4 years, 2 months ago
  61. d23d92f Merge "Revert "Reland of "Updates SampledAnnotationEnforcer to work with partial analysis"""" into androidx-main by Aurimas Liutikas · 4 years, 2 months ago
  62. fcc574f Revert "Reland of "Updates SampledAnnotationEnforcer to work with partial analysis""" by Louis Pullen-Freilich · 4 years, 2 months ago
  63. 9fb1327 Merge "Reland of "Updates SampledAnnotationEnforcer to work with partial analysis""" into androidx-main by Treehugger Robot · 4 years, 2 months ago
  64. 1da0b3c Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 4 years, 2 months ago
  65. 6a9b275 Reland of "Updates SampledAnnotationEnforcer to work with partial analysis"" by Louis Pullen-Freilich · 4 years, 2 months ago
  66. c3a5f0f Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 4 years, 2 months ago
  67. f787a86 Upgrade metalava to ab/7738715 by Aurimas Liutikas · 4 years, 2 months ago
  68. c7820aa Update AppSearch to be in sync with update aosp/1825231. by Tim Barron · 4 years, 2 months ago
  69. 4b81525 Update baselines to fix androidx-studio-integration lint errors by Tiem Song · 4 years, 2 months ago
  70. 106daa8 Fix if none of user given namespace filter exist, query will return all. by Terry Wang · 4 years, 3 months ago
  71. f4d1bd1 Merge "Prevent same-version libraries from specifying duplicate mavenVersion" into androidx-main by Alan Viverette · 4 years, 3 months ago
  72. cb2034b Merge "Revert "Updates SampledAnnotationEnforcer to work with partial analysis"" into androidx-main by Treehugger Robot · 4 years, 3 months ago
  73. 59b7cc2 Revert "Updates SampledAnnotationEnforcer to work with partial analysis" by Louis Pullen-Freilich · 4 years, 3 months ago
  74. 47c9c0b Prevent same-version libraries from specifying duplicate mavenVersion by Alan Viverette · 4 years, 3 months ago
  75. b45b3b8 Merge "Updates SampledAnnotationEnforcer to work with partial analysis" into androidx-main by Treehugger Robot · 4 years, 3 months ago
  76. 91a6537 Fix AppSearchSessionCtsTest. by Tim Barron · 4 years, 3 months ago
  77. b8af5ae Add submatch information to MatchInfo. by Tim Barron · 4 years, 3 months ago
  78. e8750cd Port our Kotlin testcase to the new test-util project. by Alexander Dorokhine · 4 years, 3 months ago
  79. 370c3e5 Add new module to hold test utils for AppSearch by Xiaoyu Jin · 4 years, 3 months ago
  80. 6c879c6 Fix AppSearch unit tests to clean up AppSearchImpl on teardown. by Alexander Dorokhine · 4 years, 3 months ago
  81. 5c20253 Updates SampledAnnotationEnforcer to work with partial analysis by Louis Pullen-Freilich · 4 years, 3 months ago
  82. b290370 Align Gradle paths to Maven coordinates for appsearch by Alan Viverette · 4 years, 3 months ago
  83. bd53b06 Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 4 years, 4 months ago
  84. 52811ae Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-platform-dev by TreeHugger Robot · 4 years, 4 months ago
  85. 0d8a942c Import translations. DO NOT MERGE ANYWHERE by Bill Yi · 4 years, 4 months ago
  86. 75eb71b Clean up appsearch build files. by Aurimas Liutikas · 4 years, 4 months ago
  87. 9e342e4 Merge "Start targeting API 31" into androidx-platform-dev by TreeHugger Robot · 4 years, 4 months ago
  88. 611d6ea Start targeting API 31 by Aurimas Liutikas · 4 years, 4 months ago
  89. e011e66 Merge "Add unit tests for stats logged in SetSchema." into androidx-platform-dev by TreeHugger Robot · 4 years, 4 months ago
  90. 3bc2616 Log the stats for SearchResults.getNextPage() by Xiaoyu Jin · 4 years, 4 months ago
  91. d110ba5 Move put large document tests to LocalCtstest by Terry Wang · 4 years, 4 months ago
  92. 61a82b8 Add unit tests for stats logged in SetSchema. by Yang Yu · 4 years, 4 months ago
  93. 89e1c33 Use the user-defined logger in SearchResultsImpl by Xiaoyu Jin · 4 years, 4 months ago
  94. a02f715 Merge "Remove deprecated, hidden versions of changed public APIs." into androidx-platform-dev by TreeHugger Robot · 4 years, 4 months ago
  95. 0785cc3 Fix validation crash for nextPageToken. by Terry Wang · 4 years, 4 months ago
  96. 3c0b131 Merge "Allow GenericDocument accept a String property longer than 20_000." into androidx-platform-dev by TreeHugger Robot · 4 years, 4 months ago
  97. 6309e84 Allow GenericDocument accept a String property longer than 20_000. by Terry Wang · 4 years, 4 months ago
  98. 6d45014 Remove deprecated, hidden versions of changed public APIs. by Alexander Dorokhine · 4 years, 4 months ago
  99. 210edf2 Merge "Log stats for optimize" into androidx-platform-dev by Xiaoyu Jin · 4 years, 4 months ago
  100. 0d1353d Merge "Remove the FrameworkOptimizeStrategy from Jetpack." into androidx-platform-dev by Terry Wang · 4 years, 4 months ago