1. acba7ac Merge "Migrate from AndroidManifest to build.gradle for namespace" into androidx-main by Aurimas Liutikas · 2 years, 3 months ago
  2. 30d467c Merge "Change BeyondBoundsLayout API" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  3. d3e03f4 Merge "KeyInputModifier is now implemented based on ModifierLocals" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  4. c1fb830 Merge "Move FocusModifier to use ModifierLocals" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  5. 61af070 Merge "Updated Composable Annotation Usage" into androidx-main by Nader Jawad · 2 years, 3 months ago
  6. fec4977 Change BeyondBoundsLayout API by Ralston Da Silva · 2 years, 3 months ago
  7. fe26f87 Merge "Move focusRequester() implementation to ModifierLocals." into androidx-main by Treehugger Robot · 2 years, 3 months ago
  8. 0b7c14d KeyInputModifier is now implemented based on ModifierLocals by George Mount · 2 years, 3 months ago
  9. 6c53925 Move FocusModifier to use ModifierLocals by George Mount · 2 years, 3 months ago
  10. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 3 months ago
  11. 38c23bb Merge "Streamline the layout state changes to simplify the state machine" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  12. 7054ae3 Merge "Move FocusEventModifier to use ModifierLocals" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  13. cce9a6b6 Streamline the layout state changes to simplify the state machine by Doris Liu · 2 years, 3 months ago
  14. b69f60f Updated Composable Annotation Usage by Nader Jawad · 2 years, 3 months ago
  15. 0823947 Merge changes Ic65b64dd,Ie215cdd0 into androidx-main by Jens Ole Lauridsen · 2 years, 3 months ago
  16. 246fb5a Generate identity even when we dont have a location by Jens Ole Lauridsen · 2 years, 3 months ago
  17. d2d626a Add field to UpdateSettingsCommand by Jens Ole Lauridsen · 2 years, 3 months ago
  18. e856b42 Move focusRequester() implementation to ModifierLocals. by George Mount · 2 years, 3 months ago
  19. b9b8548 Move FocusEventModifier to use ModifierLocals by George Mount · 2 years, 3 months ago
  20. 82bda79 Merge "Change ModifierLocalConsumers to issue event when detached" into androidx-main by George Mount · 2 years, 3 months ago
  21. e677ec6 Merge "Fix distance check for minimum touch target" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  22. ce4e548 Change ModifierLocalConsumers to issue event when detached by George Mount · 2 years, 3 months ago
  23. a1b866f Fix distance check for minimum touch target by George Mount · 2 years, 3 months ago
  24. 1455455 Merge "Add support for VectorPainter auto mirroring" into androidx-main by Nader Jawad · 2 years, 3 months ago
  25. 37524bd Merge changes I3f864583,I1ba1a4da into androidx-main by Nader Jawad · 2 years, 3 months ago
  26. 7453850 Merge "Fix typo in tooling project" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  27. 1a3dd40 Merge "Fix size issues" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  28. 3621f0a Merge "Add event time to rsb events." into androidx-main by Sergio Sancho · 2 years, 3 months ago
  29. 76b9565 Fix size issues by Igor Demin · 2 years, 7 months ago
  30. b577272 Add support for VectorPainter auto mirroring by Nader Jawad · 2 years, 3 months ago
  31. eb5a07a Minor tweaks to support shadow colors by Nader Jawad · 2 years, 3 months ago
  32. 8611d55 Merge "Moved test resources to corresponding test directory" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  33. 1b2339f Fix typo in tooling project by Cagdas Caglak · 2 years, 3 months ago
  34. c2dc5c4 Merge "Add reference devices to the Devices list" into androidx-main by Diego Perez · 2 years, 3 months ago
  35. 82eef90e Add reference devices to the Devices list by Diego Perez · 2 years, 3 months ago
  36. 8edcbf9 Add ambientShadowColor and spotShadowColor layer properties by Tad Fisher · 2 years, 4 months ago
  37. aa5c2d0 Moved test resources to corresponding test directory by Nader Jawad · 2 years, 3 months ago
  38. 33967c96 Add event time to rsb events. by Sergio Sancho · 2 years, 3 months ago
  39. 48c7541 Merge "Suppress deprecation warnings from new Android T SDK." into androidx-main by Treehugger Robot · 2 years, 3 months ago
  40. 065e0b1 Merge "Remove FocusOrder DelegatingLayoutNodeWrapper" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  41. e3af0e4 Suppress deprecation warnings from new Android T SDK. by Alan Viverette · 2 years, 3 months ago
  42. efc1a70 Merge "Integrate PoolingContainer into Compose UI" into androidx-main by Ryan Mentley · 2 years, 3 months ago
  43. 87970cae Merge "Remove crossinline from AnnotatedString.Builder.withStyle" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  44. a5f58d2 Remove crossinline from AnnotatedString.Builder.withStyle by Sean McQuillan · 2 years, 3 months ago
  45. cbfa339 Merge "Add annotation classes as possible target for Compose Preview" into androidx-main by Luis Santiago Re · 2 years, 3 months ago
  46. 27adb88 Merge "Add support for plurals resources in Compose" into androidx-main by Zach Klippenstein · 2 years, 3 months ago
  47. 9b7e86f Merge "Update documentation of debugInspectorInfo" into androidx-main by Jens Ole Lauridsen · 2 years, 3 months ago
  48. 0790743 Remove FocusOrder DelegatingLayoutNodeWrapper by George Mount · 2 years, 3 months ago
  49. 212a307 Integrate PoolingContainer into Compose UI by Ryan Mentley · 2 years, 7 months ago
  50. b149dbe Add annotation classes as possible target for Compose Preview by Luis Santiago Re · 2 years, 4 months ago
  51. d2cc33e Add support for plurals resources in Compose by Karl Lindmark · 2 years, 3 months ago
  52. 5f3b1fc Update documentation of debugInspectorInfo by Jens Ole Lauridsen · 2 years, 4 months ago