1. 3a73f14 Refactor UnsafeNewApiCall to ClassVerificationFailure by Alan Viverette · 3 years, 5 months ago
  2. df480f3 @Ignore broken tests by Andrea Falcone · 3 years, 5 months ago
  3. b05f143 Revert "Ignore tests that are breaking in post submit" by Andrea Falcone · 3 years, 5 months ago
  4. 7a70f08 Ignore tests that are breaking in post submit by Andrea Falcone · 3 years, 5 months ago
  5. 9f3d95e Migrate WindowManager Jetpack to Kotlin. by Diego Vela · 3 years, 5 months ago
  6. c952615 Remove deprecated DisplayFeature members. by Diego Vela · 3 years, 6 months ago
  7. 7f2123b Remove Deprecated method by Diego Vela · 3 years, 6 months ago
  8. d3dbe73 Remove Deprecated method by Diego Vela · 3 years, 6 months ago
  9. c51600f Remove flipped state from folding feature. by Diego Vela · 3 years, 6 months ago
  10. 93316e6 Remove min sdk lines by Diego Vela · 3 years, 6 months ago
  11. dc9e3d6 Merge "Remove Deprecated apis" into androidx-main by Diego Vela · 3 years, 6 months ago
  12. 9473f15 Update mid-screen fold backend to use window metrics. by Diego Vela · 3 years, 6 months ago
  13. 9398ce10 Remove Deprecated apis by Diego Vela · 3 years, 6 months ago
  14. 5af8241 Merge changes from topic "Hide FoldingFeature Type" into androidx-main by Diego Vela · 3 years, 6 months ago
  15. d52aec6 Merge "Remove Deprecated Methods from WM" into androidx-main by Diego Vela · 3 years, 6 months ago
  16. 6a86d7e Merge hinge and fold features. by Diego Vela · 3 years, 7 months ago
  17. a6f3a64 Fix activity background bug. by Diego Vela · 3 years, 7 months ago
  18. 3cc96b5 Gen per-project-zips for window extensions/sidecar by Trevor McGuire · 3 years, 7 months ago
  19. a506540 Fix Proguard error. by Diego Vela · 3 years, 7 months ago
  20. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 3 years, 7 months ago
  21. adf7ec5 Ignore warning for missing Sidecar/Extension dependencies by Diego Vela · 3 years, 7 months ago
  22. 4537886 Lower min SDK to 14 by Diego Vela · 3 years, 7 months ago
  23. e18ccef Remove Deprecated Methods from WM by Diego Vela · 3 years, 7 months ago
  24. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 8 months ago
  25. 4e85103 Fix and enforce ObjectToString errorprone warnings by Sergey Zakharov · 3 years, 7 months ago
  26. 1796246 Clean up extension window backend test. by Diego Vela · 3 years, 7 months ago
  27. e9e2b9a Merge "Filter out duplicates in Sidecar" into androidx-main by Diego Vela · 3 years, 7 months ago
  28. 82a56ef Emit empty WindowLayoutInfo when extensions are missing. by Diego Vela · 3 years, 8 months ago
  29. 65676ef Filter out duplicates in Sidecar by Diego Vela · 3 years, 8 months ago
  30. 38f35d5 Unify Test Helpers by Diego Vela · 3 years, 8 months ago
  31. 0489aca Remove lambda in SidecarCompat by Diego Vela · 3 years, 8 months ago
  32. d4bf9ec Make proguard rule more broad by Diego Vela · 3 years, 8 months ago
  33. 6a069ed Disable display feature bounds check by Andrii Kulian · 3 years, 8 months ago
  34. 1353d27 Merge "Add removed APIs" into androidx-main by Diego Vela · 3 years, 8 months ago
  35. e636025 Add removed APIs by Diego Vela · 3 years, 8 months ago
  36. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 8 months ago
  37. 3229ebc Merge "Don't report unknown display features" into androidx-main by Andrii Kulian · 3 years, 8 months ago
  38. bdfc6ce Don't report unknown display features by Andrii Kulian · 3 years, 9 months ago
  39. 0d55bbe Remove dependency on kotlin-extensions in WM Jetpack sample by Andrii Kulian · 3 years, 8 months ago
  40. 619ad70 Enforce java warnings for android library test code by Alan Viverette · 3 years, 9 months ago
  41. a0ac4ef Relax test for distinct values by Diego Vela · 3 years, 9 months ago
  42. 1dd09ea Allow multiple callbacks from WM Sidecar in tests by Andrii Kulian · 3 years, 9 months ago
  43. 0a97d7c Merge "Relax test when checking device state callbacks." into androidx-master-dev by Diego Vela · 3 years, 9 months ago
  44. 5566ecd Merge "Unwrap asumption exception thrown in activity scenario." into androidx-master-dev by Darryl Johnson · 3 years, 9 months ago
  45. ae75b62 Relax test when checking device state callbacks. by Diego Vela · 3 years, 9 months ago
  46. 5de09ba Merge "Fix WM Jetpack device state updates and test failures" into androidx-master-dev by Andrii Kulian · 3 years, 9 months ago
  47. 6d64250 Fix WM Jetpack device state updates and test failures by Andrii Kulian · 3 years, 9 months ago
  48. ff2b5a3 Check orientation change before veryfing layout in tests by Andrii Kulian · 3 years, 9 months ago
  49. b773dd8 Unwrap asumption exception thrown in activity scenario. by Darryl L Johnson · 3 years, 9 months ago
  50. 5e7b78c Merge "Sidecar compatibility wrapper - 2" into androidx-master-dev by Andrii Kulian · 3 years, 10 months ago
  51. f857fcf Fix typo in test by Diego Vela · 3 years, 10 months ago
  52. ff0d19a Sidecar compatibility wrapper - 2 by Andrii Kulian · 3 years, 10 months ago
  53. a23bf00 Fix sidecar issue. by Diego Vela · 3 years, 10 months ago
  54. 92f281e Merge DeviceState and WindowLayoutInfo by HEO SEUNG · 4 years, 3 months ago
  55. bb700e3 Sidecar compatibility wrapper by Andrii Kulian · 3 years, 10 months ago
  56. 46ce842c Merge "Skip loading non-final versions of WM Extensions" into androidx-master-dev by Andrii Kulian · 3 years, 10 months ago
  57. 8c799bb Merge "Replace Context with explicit Activity references." into androidx-master-dev by Darryl Johnson · 3 years, 10 months ago
  58. 440335d Skip loading non-final versions of WM Extensions by Andrii Kulian · 3 years, 10 months ago
  59. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 11 months ago
  60. f4fbd59 Replace Context with explicit Activity references. by Darryl L Johnson · 3 years, 11 months ago
  61. 5859af5 Add WindowMetrics APIs to the WindowManager library. by Darryl L Johnson · 4 years ago
  62. 0db72ea Ban reflection that is not enclosed within a API check conditional by Oussama Ben Abdelbaki · 3 years, 11 months ago
  63. 7985492 Remove legacy documentation configuration code by Aurimas Liutikas · 3 years, 11 months ago
  64. d093f59 Handle exception when reading WindowLayoutInfo early by Diego Vela · 4 years, 1 month ago
  65. 63c2310 Updating to ktlint 0.39.0 by Jeff Gaston · 4 years ago
  66. 2b5c8ead Update dependencies by Diego Vela · 4 years ago
  67. 21e6905 Merge "Update extension validation logic for Context method signatures." into androidx-master-dev by Treehugger Robot · 4 years ago
  68. 555b79e Remove legacy alpha and dev signature files by Aurimas Liutikas · 4 years ago
  69. ebfac5d Merge "Update to use Metalava V4 file format" into androidx-master-dev by Aurimas Liutikas · 4 years ago
  70. 3aa5a20 Update to use Metalava V4 file format by Aurimas Liutikas · 4 years ago
  71. 84e4c13 Update baselines with tip of tree Android Lint by Aurimas Liutikas · 4 years ago
  72. 49741c4 Update the dependencies in Window Samples by Diego Vela · 4 years ago
  73. 765b858 Update extension validation logic for Context method signatures. by Darryl L Johnson · 4 years ago
  74. 7ee3abc Merge "Make WindowBackend required for WindowManager" into androidx-master-dev by Diego Vela · 4 years ago
  75. 0b5fd3c Merge "Clarify context documentation in ExtensionInterface." into androidx-master-dev by Darryl Johnson · 4 years ago
  76. e0cdb2d Merge "Publish WindowExtensions to track releases" into androidx-master-dev by Diego Vela · 4 years ago
  77. ab8579b Clarify context documentation in ExtensionInterface. by Darryl L Johnson · 4 years, 1 month ago
  78. 2b091c5 Make WindowBackend required for WindowManager by Diego Vela · 4 years, 1 month ago
  79. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 4 years, 1 month ago
  80. 0a943b0 Merge changes If4768905,I7cb8ff29 into androidx-master-dev by Darryl Johnson · 4 years, 1 month ago
  81. 5e078d9 Enfore rect format for HINGE and FOLD feaures. by Darryl L Johnson · 4 years, 6 months ago
  82. b6a13c5 Add proguard rule to keep entire library. by Diego Vela · 4 years, 1 month ago
  83. de30684 Publish WindowExtensions to track releases by Diego Vela · 4 years, 1 month ago
  84. 89c67c0 Merge "Refactor ExtensionInterfaceCompat and ExtensionInterface to accept a contexts instead of window tokens." into androidx-master-dev by Darryl Johnson · 4 years, 1 month ago
  85. d2369d7 Add bounds to support lib WindowManager. by Darryl L Johnson · 4 years, 6 months ago
  86. 06ba110 Refactor ExtensionInterfaceCompat and ExtensionInterface to accept a by Darryl L Johnson · 4 years, 6 months ago
  87. b15f1af Merge "Proguard keeps only what is window extensions now instead of all of window." into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  88. 4a6bc89 API lint check for the ExecutorRegistration is enabled for androidx by Sergey · 4 years, 7 months ago
  89. c592db9 Proguard keeps only what is window extensions now instead of all of window. by Oussama Ben Abdelbaki · 4 years, 1 month ago
  90. d4cad59 Merge "Update sample to have fold along each axis" into androidx-master-dev by Diego Vela · 4 years, 2 months ago
  91. e1ddd70 Merge "Remove DeviceState Documentation Ascii art" into androidx-master-dev by Diego Vela · 4 years, 2 months ago
  92. 6ff75dd Use inclusive language by Kirill Grouchnikov · 4 years, 2 months ago
  93. 0444d68 Update sample to have fold along each axis by Diego Vela · 4 years, 3 months ago
  94. 9473e97 Remove DeviceState Documentation Ascii art by Diego Vela · 4 years, 3 months ago
  95. 6a1a0e6 Unify top-level API task configuration by Alan Viverette · 4 years, 3 months ago
  96. 59d77d9 Disable unused features in AGP by Aurimas Liutikas · 4 years, 6 months ago
  97. 2d3bd4b Deliver initial state from window manager. by Diego Vela · 4 years, 3 months ago
  98. 76d2adb Merge "Add simple proguard rule to keep window classes" into androidx-master-dev by Diego Vela · 4 years, 3 months ago
  99. b408dda Merge "Apply api council feedback for window classes." into androidx-master-dev by Diego Vela · 4 years, 3 months ago
  100. 655d1f9 Add simple proguard rule to keep window classes by Diego Vela · 4 years, 3 months ago