1. 771c3da Baseline for metalava update by Sam Gilbert · 2 years, 2 months ago
  2. bcbd33a Update to Kotlin 1.6.20 by Jim Sproch · 2 years, 5 months ago
  3. c040b16 Improper Handling of Display Cutout by Samuel Solomon · 2 years, 2 months ago
  4. 00a8061 Merge "Display Features Rotation Invariance" into androidx-main by Sam Solomon · 2 years, 2 months ago
  5. 05d8ae0 Merge "Fix background bug for fold samples." into androidx-main by Diego Vela · 2 years, 2 months ago
  6. f7dc537 Merge "Update Metalava to build 8281375" into androidx-main by Treehugger Robot · 2 years, 2 months ago
  7. 446d2a1 Fix background bug for fold samples. by Diego Vela · 2 years, 2 months ago
  8. a8568c9b Display Features Rotation Invariance by Samuel Solomon · 2 years, 4 months ago
  9. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 3 months ago
  10. ecefa44 Bulk update of all AndroidX lint baseline files by Tiem Song · 2 years, 3 months ago
  11. 6c59111 Merge "Remove redudant try-catch statements in Jetpack API. 1.1.0-alpha wasn't released so we don't expect impact." into androidx-main by An An Yu · 2 years, 3 months ago
  12. fc9d4b8 Remove redudant try-catch statements in Jetpack API. by An An Yu · 2 years, 3 months ago
  13. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  14. 0a73305 Add return type in proguard rule. by Diego Vela · 2 years, 3 months ago
  15. 7b8b543 Use Kotlinx coroutines 1.6.0 by Oleksandr Karpovich · 2 years, 5 months ago
  16. 3c01de6 Upgrade to AGP 7.3.0-alpha03 by Aurimas Liutikas · 2 years, 4 months ago
  17. 39ff735 Merge "Update ignore files" into androidx-main by Treehugger Robot · 2 years, 4 months ago
  18. bd40631 Update ignore files by Jeremy Woods · 2 years, 4 months ago
  19. 7295f11f Allow checking if an activity is embedded by Andrii Kulian · 2 years, 5 months ago
  20. 9aa32a9 Merge "Move to TOML as source of truth for library groups and versions" into androidx-main by Aurimas Liutikas · 2 years, 4 months ago
  21. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago
  22. 37c9ee0 Fix window-testing tests by Aurimas Liutikas · 2 years, 4 months ago
  23. ab4b011 Merge "Edit WindowInfoTracker Description" into androidx-main by Sam Solomon · 2 years, 4 months ago
  24. ec3008b Edit WindowInfoTracker Description by Samuel Solomon · 2 years, 5 months ago
  25. d9a44f7 Use reflection to access Java 8 Consumer API. by Diego Vela · 2 years, 5 months ago
  26. 0a3d4b6 Use reflection to access Java 8 Predicate API. by Diego Vela · 2 years, 5 months ago
  27. d71b553 Minimize references to Predicate and Consumer. by Diego Vela · 2 years, 5 months ago
  28. 042ad23 Add custom finishing behaviors for split pairs by Andrii Kulian · 2 years, 5 months ago
  29. 8d28541 Add support for sticky placeholders by Andrii Kulian · 2 years, 5 months ago
  30. 812d3ee Add temporary extension method call wrapper by Andrii Kulian · 2 years, 6 months ago
  31. 4a13c56 Ignore VisibleForTests in all test libraries by Jelle Fresen · 2 years, 7 months ago
  32. 5035fbb Merge "Update proguard to only keep classes that extend SidecarCallback." into androidx-main by Diego Vela · 2 years, 6 months ago
  33. 71e9e57 Update proguard to only keep classes that extend SidecarCallback. by Diego Vela · 2 years, 7 months ago
  34. 7c50f6b Merge "Fix type erasure when using Extensions" into androidx-main by Diego Vela · 2 years, 6 months ago
  35. 820b479 Merge "Initial tests for window-sample" into androidx-main by Pietro Maggi · 2 years, 7 months ago
  36. 3511fea Fix type erasure when using Extensions by Andrii Kulian · 2 years, 7 months ago
  37. 641e9b7 Initial tests for window-sample by Pietro Maggi · 2 years, 7 months ago
  38. 0824a90 Update test to support version 1.0 by Diego Vela · 2 years, 7 months ago
  39. ad74550 Merge changes from topic "specification-computer-wm" into androidx-main by Diego Vela · 2 years, 7 months ago
  40. c41eb3c Update SidecarAdapter to use SpecificationComputer. by Diego Vela · 2 years, 7 months ago
  41. 9ad524c Add SpecificationComputer to help validate objects. by Diego Vela · 2 years, 7 months ago
  42. f710acb Validate the API of window extensions. by Diego Vela · 2 years, 7 months ago
  43. 37ed14d 'Update versions for release id 1637172000000 by Nick Anthony · 2 years, 7 months ago
  44. d78d857 Integrate window-extensions with library. by Diego Vela · 2 years, 7 months ago
  45. 29ba5a1 Update LibraryGroups for Window by Diego Vela · 2 years, 9 months ago
  46. a4baa26 AGP 7.1.0-beta02 by Jeff Gaston · 2 years, 7 months ago
  47. c9e63b6 Update document to mention how to match Intent by Charles Chen · 2 years, 8 months ago
  48. 9929eca Add isEmpty in ActivityStack by Charles Chen · 2 years, 8 months ago
  49. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 8 months ago
  50. 99d2fb9 Use method injection for Activity in WindowInfoTracker. by Diego Vela · 2 years, 8 months ago
  51. 1a3ce2e Merge "Upgrade to Metalava ab/7856580" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  52. 727dc6b Upgrade to Metalava ab/7856580 by Aurimas Liutikas · 2 years, 8 months ago
  53. 3f79e44 SplitActivity samples by Andrii Kulian · 2 years, 10 months ago
  54. e90bbb5 Merge "Make #matchesActivity pass by matching Activity's" into androidx-main by Treehugger Robot · 2 years, 8 months ago
  55. de40345 Merge "Add a fake implementation of WindowMetricsCalculator." into androidx-main by Diego Vela · 2 years, 8 months ago
  56. 2d62dff Merge "Add a sample that does not handle Config changes." into androidx-main by Diego Vela · 2 years, 8 months ago
  57. a57aa28 Add a sample that does not handle Config changes. by Diego Vela · 2 years, 8 months ago
  58. a14a2fa Add a fake implementation of WindowMetricsCalculator. by Diego Vela · 2 years, 8 months ago
  59. 3ac88bc Merge "Update beta version." into androidx-main by Diego Vela · 2 years, 8 months ago
  60. 8043ab1 Make #matchesActivity pass by matching Activity's by Charles Chen · 2 years, 8 months ago
  61. 599c485 Update beta version. by Diego Vela · 2 years, 8 months ago
  62. c5807ef Merge "Add Java Docs for a FoldingFeature overload function." into androidx-main by Diego Vela · 2 years, 8 months ago
  63. 7d4dfd3 Use Application Context to get Sidecar. by Diego Vela · 2 years, 8 months ago
  64. 6bba26e Add Java Docs for a FoldingFeature overload function. by Diego Vela · 2 years, 8 months ago
  65. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 8 months ago
  66. fd94f08 Merge "Update samples code to make it easier to develop" into androidx-main by Diego Vela · 2 years, 8 months ago
  67. 4c11f7a Remove currentWindowMetrics api. by Diego Vela · 2 years, 9 months ago
  68. a6f130c Update samples code to make it easier to develop by Diego Vela · 2 years, 8 months ago
  69. f70992d Merge "Rename WindowLayoutInfo to TestWindowLayoutInfo" into androidx-main by Diego Vela · 2 years, 8 months ago
  70. 59e392f Rename WindowLayoutInfo to TestWindowLayoutInfo by Diego Vela · 2 years, 8 months ago
  71. 23b6bdf2 Use nullable to determine if window-extension components are available by Diego Vela · 2 years, 8 months ago
  72. 353a74b SplitActivity API by Andrii Kulian · 2 years, 10 months ago
  73. 9260eed SplitActivity Extensions API by Andrii Kulian · 2 years, 10 months ago
  74. fc69bb6 Link sample projects from projects using these samples. by Aurimas Liutikas · 2 years, 9 months ago
  75. a66982d Merge "Centralize provider factory." into androidx-main by Treehugger Robot · 2 years, 9 months ago
  76. 9231566 Centralize provider factory. by Diego Vela · 2 years, 9 months ago
  77. 92a5103 Merge "Hide constructors in WindowManager library." into androidx-main by Diego Vela · 2 years, 9 months ago
  78. f787a86 Upgrade metalava to ab/7738715 by Aurimas Liutikas · 2 years, 9 months ago
  79. 6a2aa00 Hide constructors in WindowManager library. by Diego Vela · 2 years, 9 months ago
  80. b2a22e1 Update lint baselines for tip of tree android lint by Aurimas Liutikas · 2 years, 9 months ago
  81. 1199854 Create WindowMetrics Sample by Diego Vela · 2 years, 9 months ago
  82. 9a2664f Merge "Convert WindowLayoutComponent to interface." into androidx-main by Diego Vela · 2 years, 9 months ago
  83. 841535a Merge "Fix Old WindowMetrics being reported." into androidx-main by Diego Vela · 2 years, 9 months ago
  84. adbfb31 Fix Old WindowMetrics being reported. by Diego Vela · 2 years, 9 months ago
  85. 06f47f9 Convert WindowLayoutComponent to interface. by Diego Vela · 2 years, 9 months ago
  86. a5d12be Update method name to be getVendorApiLevel by Diego Vela · 2 years, 9 months ago
  87. 045b655 Add Context as a parameter to initialize singletons. by Diego Vela · 2 years, 9 months ago
  88. 16f2f5d Merge "Convert WindowlayoutComponent to Singleton." into androidx-main by Diego Vela · 2 years, 9 months ago
  89. dab2550 Convert WindowlayoutComponent to Singleton. by Diego Vela · 2 years, 9 months ago
  90. 95cefdf Add method to report Window API Level by Diego Vela · 2 years, 9 months ago
  91. b6d9886 Merge "Add WindowLayoutComponent" into androidx-main by Diego Vela · 2 years, 10 months ago
  92. 022470f Merge "Upgrade to Kotlin 1.5.30" into androidx-main by Treehugger Robot · 2 years, 10 months ago
  93. 4ccc9e7 Add WindowLayoutComponent by Diego Vela · 2 years, 10 months ago
  94. e883899 Merge "Update Window Sidecar to 1.0.0-beta01" into androidx-main by Nick Anthony · 2 years, 10 months ago
  95. 666614b Upgrade to Kotlin 1.5.30 by Jim Sproch · 2 years, 10 months ago
  96. da0b618 Update versions for release id 1630515600000 by Nick Anthony · 2 years, 10 months ago
  97. e3f8c14 Merge "Update Beta." into androidx-main by Diego Vela · 2 years, 10 months ago
  98. fb7497a Update Beta. by Diego Vela · 2 years, 10 months ago
  99. e756a13 Merge "Add toString method for FakeFoldingFeature" into androidx-main by Diego Vela · 2 years, 10 months ago
  100. 5596b1e Update Window Sidecar to 1.0.0-beta01 by Nick Anthony · 2 years, 10 months ago