1. 387c7a1 Add test infra to create profile scenerios by Yigit Boyar · 2 years, 10 months ago
  2. 7fa74425 Merge "Converted AndroidImageProxyTest from Java to Kotlin" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  3. 6195781 Merge "Auto-fix ClassVerificationIssues in appcompat" into androidx-main by Tiem Song · 2 years, 10 months ago
  4. b33dea95 Converted AndroidImageProxyTest from Java to Kotlin by Kimberly Crevecoeur · 2 years, 10 months ago
  5. 6df43c4 Merge "[GH] Avoid duplicate project dirs in playground" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  6. 23682fa Merge "Add flag for building/testing Linux" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  7. be67549 Merge "Restructure buildSrc libraries" into androidx-main by Aurimas Liutikas · 2 years, 10 months ago
  8. b3d6130 Merge "Don't expose receiver scopes for touch and mouse injection" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  9. 3fd06a3 Merge "Do not propagate down in scrollable when fling is caught." into androidx-main by Treehugger Robot · 2 years, 10 months ago
  10. 9dbda72 Merge "Fix typo in documentation in Finders.kt" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  11. 9872abf Merge "Update public build.gradle files for car app samples to use 1.2.0-alpha01" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  12. 69bbaee Merge "[GH] Move `interrupt()` outside the critical section." into androidx-main by Treehugger Robot · 2 years, 10 months ago
  13. afabc53 Merge "Creates `GlanceNode` to simplify creating nodes" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  14. 4209691 Restructure buildSrc libraries by Aurimas Liutikas · 2 years, 10 months ago
  15. f525750 Merge "Derive valid duration for swipeWithVelocity" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  16. 69f8724 Update public build.gradle files for car app samples to use 1.2.0-alpha01 by Billy Lam · 2 years, 10 months ago
  17. 1991530 Merge "Added screenshot test for image in glance-wear" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  18. 37b0ab9 Merge "Update tests and startup metric for regenerated API 24 traces" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  19. aee0ae1 Merge "Support contentKey in Crossfade" into androidx-main by Doris Liu · 2 years, 10 months ago
  20. a8ece95 Merge "Add support for text colors in Wear and App Widgets" into androidx-main by Steven Kideckel · 2 years, 10 months ago
  21. 101a028 Merge "Use medium-low stiffness for the interruption specs for Lazy lists item animations" into androidx-main by Andrey Kulikov · 2 years, 10 months ago
  22. 661b98c [GH] Move `interrupt()` outside the critical section. by Rahul Ravikumar · 2 years, 10 months ago
  23. c4984d7 Creates `GlanceNode` to simplify creating nodes by Pierre Barbier de Reuille · 2 years, 10 months ago
  24. 5d625ee Update tests and startup metric for regenerated API 24 traces by Chris Craik · 2 years, 10 months ago
  25. 3e8540e Add support for text colors in Wear and App Widgets by Stevie Kideckel · 2 years, 10 months ago
  26. 80fd058 Don't expose receiver scopes for touch and mouse injection by Jelle Fresen · 2 years, 10 months ago
  27. a191695 Fix typo in documentation in Finders.kt by Jelle Fresen · 2 years, 10 months ago
  28. 7044d77 Merge "Lazily resolve raw types" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  29. 3ce4be8 Do not propagate down in scrollable when fling is caught. by Matvei Malkov · 2 years, 10 months ago
  30. e3fb7b3 Derive valid duration for swipeWithVelocity by Jelle Fresen · 2 years, 11 months ago
  31. 464a121 Merge changes from topic "crashNot" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  32. 94c8174 Added screenshot test for image in glance-wear by Xiangyin Ma · 2 years, 10 months ago
  33. 6da32de Ignore attributes we don't know but are not critical. by Pierre Barbier de Reuille · 2 years, 10 months ago
  34. cf1d1dd Catch exceptions and display an error Ui by Pierre Barbier de Reuille · 2 years, 10 months ago
  35. 6212748 Merge "Update document to mention how to match Intent" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  36. c9e63b6 Update document to mention how to match Intent by Charles Chen · 2 years, 11 months ago
  37. 3fbaf43 Merge changes Ia4d372a4,I1e150d9c into androidx-main by Treehugger Robot · 2 years, 10 months ago
  38. 77be903 Merge "Add isEmpty in ActivityStack" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  39. f84abed Fix lint check failure by ProcessingSurfaceTest (NewApi) by leo huang · 2 years, 10 months ago
  40. 9929eca Add isEmpty in ActivityStack by Charles Chen · 2 years, 11 months ago
  41. ef2fb87 Fix lint check failure by CaptureConfig.Builder.isUseRepeatingSurface() by leo huang · 2 years, 10 months ago
  42. 4553026 Merge "Resolving issue in relational query methods occurring specifically in LEFT JOIN queries." into androidx-main by Elif Bilgin · 2 years, 10 months ago
  43. d8a13c8 Merge "Allow background to take an ImageProvider." into androidx-main by Steven Kideckel · 2 years, 10 months ago
  44. 0976f7f Support contentKey in Crossfade by Doris Liu · 2 years, 11 months ago
  45. 9c9bee1 Resolving issue in relational query methods occurring specifically in LEFT JOIN queries. by Elif Bilgin · 2 years, 10 months ago
  46. 7099dc4 Merge "Change pane default list limit to 4" into androidx-main by Rafael Lima · 2 years, 10 months ago
  47. d3e5fd4 Merge "Updated Canvas documentation" into androidx-main by Nader Jawad · 2 years, 10 months ago
  48. 77dc081 Auto-fix ClassVerificationIssues in appcompat by Tiem Song · 2 years, 10 months ago
  49. 6f1d42e Lazily resolve raw types by Yigit Boyar · 2 years, 10 months ago
  50. fc72f4f Merge "Revert^4 "Update versions for release id 1635958800000"" into androidx-main by Nick Anthony · 2 years, 10 months ago
  51. e88942e Merge "Add translation for Image in Glance-Wear" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  52. 07b4417 Add translation for Image in Glance-Wear by Xiangyin Ma · 2 years, 10 months ago
  53. 6bfeb49 Merge "Add an initialize() lifecycle method to XBasicAnnotationProcessor" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  54. 44793eb Merge "Fix flaky test testSetSchemaStats_withSchemaMigration" into androidx-main by Terry Wang · 2 years, 10 months ago
  55. dee2a2e Merge "Update KDoc for Wear Card" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  56. b8244bd Use medium-low stiffness for the interruption specs for Lazy lists item animations by Andrey Kulikov · 2 years, 10 months ago
  57. 193e2ad Change pane default list limit to 4 by Rafael Lima · 2 years, 10 months ago
  58. 073c8ea Allow background to take an ImageProvider. by Pierre Barbier de Reuille · 2 years, 10 months ago
  59. 9c5519d Update KDoc for Wear Card by jnichol · 2 years, 10 months ago
  60. 957ce9c Updated Canvas documentation by Nader Jawad · 2 years, 10 months ago
  61. 1f9a4ae Merge "Fix very short WF delays" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  62. b2b65b3 [GH] Avoid duplicate project dirs in playground by Yigit Boyar · 2 years, 10 months ago
  63. 0609b58 Add an initialize() lifecycle method to XBasicAnnotationProcessor by Daniel Santiago Rivera · 2 years, 10 months ago
  64. 7372542 Fix very short WF delays by Alex Clarke · 2 years, 10 months ago
  65. 505085b Merge "Add an example of PaneTemplate large image" into androidx-main by Billy Lam · 2 years, 10 months ago
  66. ff942dc Merge "Don't create content description labels for empty or no data complications" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  67. b4731b0 Revert^4 "Update versions for release id 1635958800000" by Nick Anthony · 2 years, 10 months ago
  68. d9471be Merge "Restructures padding modifiers to avoid iterating again" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  69. 5b19980 Restructures padding modifiers to avoid iterating again by Pierre Barbier de Reuille · 2 years, 10 months ago
  70. e787b48 Don't create content description labels for empty or no data complications by Alex Clarke · 2 years, 10 months ago
  71. 23a504d Merge "Remove wait before killing perfetto" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  72. 9f53d7a Merge "Only enable demos on the correct APIs" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  73. 3484b6c Only enable demos on the correct APIs by Pierre Barbier de Reuille · 2 years, 10 months ago
  74. 881dc94 Merge "Fix flash being trigger during tap-to-focus" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  75. a59fbfa Add an example of PaneTemplate large image by Billy Lam · 2 years, 10 months ago
  76. f9f4845 Merge "Eliminated (isJs || isJvm), no need for native to differ from js and jvm" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  77. 8c3f399 Fix flaky test testSetSchemaStats_withSchemaMigration by Terry Wang · 2 years, 10 months ago
  78. c357b8e Merge "Add onInitialize() to LayoutNodeWrapper" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  79. 2561cff Merge "Fix NPE when convert Document to proto." into androidx-main by Terry Wang · 2 years, 10 months ago
  80. 1c2e7d0 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  81. 31fcf64 Merge "Import translations. DO NOT MERGE ANYWHERE" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  82. 2331d09 Merge "Rename a couple fields and extract a constant" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  83. 6e8dc41 Merge "Correctly open pre-package database during PrepackagedDatabaseCallback invocation." into androidx-main by Treehugger Robot · 2 years, 10 months ago
  84. 6cafcfb Remove wait before killing perfetto by Chris Craik · 2 years, 10 months ago
  85. 717bc4e Merge "Revert "Revert "Revert "Update versions for release id 1635958800000"""" into androidx-main by Nick Anthony · 2 years, 10 months ago
  86. b75c5d2 Revert "Revert "Revert "Update versions for release id 1635958800000""" by Nick Anthony · 2 years, 10 months ago
  87. 020715d Merge "Documentation about the ability to publish a previous build scan" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  88. af37fd9 Merge "Support async sections in TraceSectionMetric" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  89. 576ad74 Merge "Add a number of missing gradle properties to playground" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  90. e4ab9d6 Merge "Revert "Revert "Update versions for release id 1635958800000""" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  91. f90bbc0 Rename a couple fields and extract a constant by Stevie Kideckel · 2 years, 10 months ago
  92. b170ba9 Support async sections in TraceSectionMetric by Chris Craik · 2 years, 10 months ago
  93. 8df0ecc Add a number of missing gradle properties to playground by Aurimas Liutikas · 2 years, 10 months ago
  94. 2fde413 Merge "Introduce Magnifier composable to wrap the Magnifier widget." into androidx-main by Zach Klippenstein (he/him) · 2 years, 10 months ago
  95. a463f2d Merge "Removes the samples references from the tests." into androidx-main by Treehugger Robot · 2 years, 10 months ago
  96. ffa9b6d Documentation about the ability to publish a previous build scan by Jeff Gaston · 2 years, 10 months ago
  97. ecddeb5 Merge changes from topic "viewStub" into androidx-main by Steven Kideckel · 2 years, 10 months ago
  98. b22c483 Merge "Address API council review feedback for YUV/RGB rotation in CameraX" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  99. 2ee5146 Merge "Added Conversion from XMethodType to ExecutableType in XConverters" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  100. 6d0c432 Add onInitialize() to LayoutNodeWrapper by Ralston Da Silva · 2 years, 11 months ago