1. ed7a9cd Merge "Make ui-tooling-data an mpp module." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  2. 73f4d6d Make ui-tooling-data an mpp module. by Jim Sproch · 1 year, 11 months ago
  3. 46e5671 Merge "Add test for remeasuring from intrinsic change." into androidx-main by George Mount · 1 year, 11 months ago
  4. 41dab68 Merge "Don't clip the Android View holder" into androidx-main by George Mount · 1 year, 11 months ago
  5. 2cd0fa2 Quick fix of unexpected commit just after switching IMEs. by Seigo Nonaka · 1 year, 11 months ago
  6. 7b5c9c0 Merge "Clip to ComposeView root." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  7. d30c9dfd Merge "Fix Dp documentation" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  8. d4ac992 Add test for remeasuring from intrinsic change. by George Mount · 1 year, 11 months ago
  9. 625cf50 Don't clip the Android View holder by George Mount · 1 year, 11 months ago
  10. 458f931 Fix Dp documentation by George Mount · 1 year, 11 months ago
  11. dcefe30 Merge "Adds gesture demo of pressure to integration tests." into androidx-main by Jeremy Walker · 1 year, 11 months ago
  12. 2d4f5da6 Merge "Force recomposition when subcompose reuses item" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  13. 38822f4 Merge "Fix NPE in AnnotatedString.toUpperCase()" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  14. 3da7e86 Merge "Fix Flake on API 21" into androidx-main by Sean McQuillan · 1 year, 11 months ago
  15. f2f939f Clip to ComposeView root. by George Mount · 1 year, 11 months ago
  16. 439df3d Force recomposition when subcompose reuses item by Andrei Shikov · 1 year, 11 months ago
  17. 22d9e32 Merge "Change Compose Preview annotation retention to Binary" into androidx-main by Luis Santiago Re · 1 year, 11 months ago
  18. 68ac083 Fix NPE in AnnotatedString.toUpperCase() by Sean McQuillan · 1 year, 11 months ago
  19. fa7afbe Adds gesture demo of pressure to integration tests. by Jeremy Walker · 1 year, 11 months ago
  20. cb124a7 Fix Flake on API 21 by Sean McQuillan · 1 year, 11 months ago
  21. bdbd645 Merge "Change a11y announcement for third state of tri-state checkboxes" into androidx-main by Alexandre Elias · 1 year, 11 months ago
  22. 3af7d25 Change Compose Preview annotation retention to Binary by Luis Santiago Re · 1 year, 11 months ago
  23. 323000c Merge "Add validation to troubleshoot b/228862731." into androidx-main by Zach Klippenstein · 1 year, 11 months ago
  24. 5c204e1 Merge "Use JVM getChars function to copy from a string into a CharArray." into androidx-main by Zach Klippenstein · 1 year, 11 months ago
  25. 90a75a8 Migrate the rest of annotations to Kotlin by Aurimas Liutikas · 1 year, 11 months ago
  26. 7c3f1e7 Change a11y announcement for third state of tri-state checkboxes by Alexandre Elias · 1 year, 11 months ago
  27. 9bfe4c7 Add validation to troubleshoot b/228862731. by Zach Klippenstein · 1 year, 11 months ago
  28. f92c61c Use JVM getChars function to copy from a string into a CharArray. by Zach Klippenstein · 1 year, 11 months ago
  29. ac7ef3d Merge "Mark flaky tests" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  30. 81327c1 Mark flaky tests by Julia McClellan · 1 year, 11 months ago
  31. 8a87200 Merge "Add expect/actual for JvmDefaultWithCompatibility annotation" into androidx-main by Treehugger Robot · 1 year, 11 months ago
  32. 6f98648 Add expect/actual for JvmDefaultWithCompatibility annotation by Oleksandr Karpovich · 2 years ago
  33. fe90508 Add pressure to Compose input events. by Jeremy Walker · 2 years ago
  34. 53ae28f Merge "Make contains function an operator on Rect, RoundRect, and MutableRect." into androidx-main by Treehugger Robot · 1 year, 11 months ago
  35. 1ecd58d Make contains function an operator on Rect, RoundRect, and MutableRect. by Zach Klippenstein · 1 year, 11 months ago
  36. 1db1473 Set isImportantForAccessibility = true by Alexandre Elias · 1 year, 11 months ago
  37. 663e558 Remove extra allocations in drawText TextLayoutResult overload. by Halil Ozercan · 1 year, 11 months ago
  38. 276e16b Merge changes from topic "typeface-backport" into androidx-main by Treehugger Robot · 2 years ago
  39. daf1221 When TypefaceCompat.create fallback fails don't throw by Sean McQuillan · 2 years, 2 months ago
  40. 1f602ac Move ui-test-font to testutils-fonts by Sean McQuillan · 2 years ago
  41. 4e2ea3c Merge "Mark flaky compose tests" into androidx-main by Treehugger Robot · 2 years ago
  42. 5e5ae01 Merge "Decrease API surface area in KeyInjectionScope" into androidx-main by Izer Onadim · 2 years ago
  43. 0398d56 Merge changes I16a6226a,I8d66e806,I17101177 into androidx-main by Halil Ozercan · 2 years ago
  44. 7f572db Decrease API surface area in KeyInjectionScope by Izer Onadim · 2 years ago
  45. 7eecd5d Correctly warn about override target mismatches by Chuck Jazdzewski · 2 years, 2 months ago
  46. f8827dc Add DrawScope.drawText method to enable drawing text on Compose Canvas using TextMeasurer. by Halil Ozercan · 2 years ago
  47. 4e1e7aa7 Improvements on how to calculate velocity based on pointer position by Levi Albuquerque · 2 years ago
  48. 64a8a95 Add rememberTextMeasurer function to provide an easy way to create and remember a TextMeasurer instance that reads default values from Composition Locals. by Halil Ozercan · 2 years ago
  49. a883678 Introduce TextMeasurer and TextLayoutCache to enable arbitrary text layout computation. by Halil Ozercan · 2 years ago
  50. c782265 Adds more events to Tap Benchmark for testing pressure. by Jeremy Walker · 2 years ago
  51. 3e0a618 Merge "Add switch to CustomFocusOrderDemo" into androidx-main by Treehugger Robot · 2 years ago
  52. cbdc4c1 Merge "Update lint baseline files after Lint Fixit" into androidx-main by Treehugger Robot · 2 years ago
  53. 4b3a49b Update lint baseline files after Lint Fixit by Tiem Song · 2 years ago
  54. 38a7175 Add switch to CustomFocusOrderDemo by Ralston Da Silva · 2 years ago
  55. 45cda04 Merge "KeyPressTest flaky test" into androidx-main by Treehugger Robot · 2 years ago
  56. ceaa764 TempListUtils in ui/text - Fixes lint errors, consider Contracts stable by Jeremy Walker · 2 years ago
  57. 01839f1 Merge "Fix Compose project KotlinCompile task remote caching" into androidx-main by Aurimas Liutikas · 2 years ago
  58. 8722a6b Merge "AndroidLayoutDrawTest - Fixes min sdk lint errors." into androidx-main by Jeremy Walker · 2 years ago
  59. 7d70c38 Merge "Move CompositionData.asLazyTree to ui-tooling-data" into androidx-main by Treehugger Robot · 2 years ago
  60. 1ae51a0f Merge "Fix lint problems for LinearLayoutManager" into androidx-main by George Mount · 2 years ago
  61. 29ce280 Merge "Fix TempListUtils lint-baseline issues" into androidx-main by Treehugger Robot · 2 years ago
  62. 9cbb8e2 Move CompositionData.asLazyTree to ui-tooling-data by Jens Ole Lauridsen · 2 years ago
  63. 87e3bd0 Fix Compose project KotlinCompile task remote caching by Aurimas Liutikas · 2 years ago
  64. 406fdc3 Merge "Refactor duration value names in KeyInjectionScope" into androidx-main by Izer Onadim · 2 years ago
  65. 935c55f Fix TempListUtils lint-baseline issues by George Mount · 2 years ago
  66. 7ceaf16 Merge "Update Compose dependencies from 1.2.0-rc01 to 1.2.0-rc02" into androidx-main by Treehugger Robot · 2 years ago
  67. 4c99ebd KeyPressTest flaky test by David Saff · 2 years ago
  68. 85e1c9b Merge "BlurTest - Fixes missing MissingTestSizeAnnotation, so lint passes." into androidx-main by Jeremy Walker · 2 years ago
  69. 7d6e83c Fix lint problems for LinearLayoutManager by George Mount · 2 years ago
  70. c9b0ed9 Refactor duration value names in KeyInjectionScope by Izer Onadim · 2 years ago
  71. 47e75e7 Merge "Remove background color from Brush sample due to unexpected interaction between Brush and Background color." into androidx-main by Halil Ozercan · 2 years ago
  72. 4127db3 AndroidLayoutDrawTest - Fixes min sdk lint errors. by Jeremy Walker · 2 years ago
  73. 462c1a0 BlurTest - Fixes missing MissingTestSizeAnnotation, so lint passes. by Jeremy Walker · 2 years ago
  74. 791c8f1 Update Compose dependencies from 1.2.0-rc01 to 1.2.0-rc02 by Nick Anthony · 2 years ago
  75. 988b046 Mark flaky compose tests by David Saff · 2 years ago
  76. 158f0c1 Remove background color from Brush sample due to unexpected interaction between Brush and Background color. by Halil Ozercan · 2 years ago