[go: nahoru, domu]

  1. 9f60cc7 Update FocusableDemo to use the new Focus Api by Ralston Da Silva · 4 years ago
  2. 7cf1c48 Deprecate Old Focus API by Ralston Da Silva · 4 years ago
  3. a8f4f2f Merge "Add TextDecoration plus operator" into androidx-master-dev by Siyamed Sinir · 4 years ago
  4. edfaac9 Merge "Implement accessibility granularity traversal" into androidx-master-dev by Treehugger Robot · 4 years ago
  5. c8c1ab4 Instantiate a ModifiedFocusNode2 corresponding to a Modifier.focus() modifier by Ralston Da Silva · 4 years ago
  6. 5398d76 Merge "Fix the rest of tests failing on cut-outs." into androidx-master-dev by Treehugger Robot · 4 years ago
  7. 0683fde Merge "Add Modifier.FocusObserver" into androidx-master-dev by Treehugger Robot · 4 years ago
  8. 0cea772 Merge "Introduce reverse repeat mode" into androidx-master-dev by Doris Liu · 4 years ago
  9. 5202099 Implement accessibility granularity traversal by yingleiw · 4 years ago
  10. a90c172 Merge "Not placed children should also be remeasured as they can affect the parent size" into androidx-master-dev by Andrey Kulikov · 4 years ago
  11. 03da1e41 Add Modifier.FocusObserver by Ralston Da Silva · 4 years ago
  12. a1dc264 Fix the rest of tests failing on cut-outs. by Filip Pavlis · 4 years ago
  13. 5730b29 Merge "Add contentPadding to LazyColumnItems/LazyRowItems" into androidx-master-dev by Treehugger Robot · 4 years ago
  14. dac67f1 Merge "Add a modifier to request focus changes" into androidx-master-dev by Ralston Da Silva · 4 years ago
  15. a9090c2 Merge "Deprecate Rx adapters without explicit initial value" into androidx-master-dev by Andrey Kulikov · 4 years ago
  16. af2a608 Deprecate Rx adapters without explicit initial value by Andrey Kulikov · 4 years ago
  17. b49c998 Add contentPadding to LazyColumnItems/LazyRowItems by Andrey Kulikov · 4 years ago
  18. 3674533 Rename onFocusChange callback to onFocusChanged in text fields by Anastasia Soboleva · 4 years ago
  19. dca7e4b Merge "Support list types other then ArrayList in listSaver()" into androidx-master-dev by Andrey Kulikov · 4 years ago
  20. bbe3d90 Merge "Disable DialogTest due to flakiness" into androidx-master-dev by Treehugger Robot · 4 years ago
  21. a52a858 Add a modifier to request focus changes by Ralston Da Silva · 4 years ago
  22. 28d8d5d Disable DialogTest due to flakiness by Matvei Malkov · 4 years ago
  23. b959839 Merge "Benchmark TextView set_content with first_measure" into androidx-master-dev by Haoyu Zhang · 4 years ago
  24. e576a51 Introduce reverse repeat mode by Doris Liu · 4 years ago
  25. c598b18 Merge "[TextField Selection] Hide FloatingToolbar After Leaving the Activity." into androidx-master-dev by Treehugger Robot · 4 years ago
  26. 2383788 Merge "Add TextDirection.Content" into androidx-master-dev by Treehugger Robot · 4 years ago
  27. 4dd082e Add TextDirection.Content by Siyamed Sinir · 4 years ago
  28. d47e437 [TextField Selection] Hide FloatingToolbar After Leaving the Activity. by Qingqing Deng · 4 years ago
  29. 6ccf33d Merge "Revert "Instantiate a ModifiedFocusNode2 corresponding to a Modifier.focus() modifier"" into androidx-master-dev by Treehugger Robot · 4 years ago
  30. 1049bc6 Merge "Rework how source information is collected" into androidx-master-dev by Treehugger Robot · 4 years ago
  31. ab680d3 Revert "Instantiate a ModifiedFocusNode2 corresponding to a Modifier.focus() modifier" by Ralston Da Silva · 4 years ago
  32. 2ee9227 Rework how source information is collected by Chuck Jazdzewski · 4 years ago
  33. 2829590 Merge "Instantiate a ModifiedFocusNode2 corresponding to a Modifier.focus() modifier" into androidx-master-dev by Treehugger Robot · 4 years ago
  34. eb605fd Merge "Renames androidx.compose.core group to androidx.compose.ui" into androidx-master-dev by Treehugger Robot · 4 years ago
  35. 5aa418d Merge changes I400ce0e6,Iab63cb65 into androidx-master-dev by Treehugger Robot · 4 years ago
  36. 32fb489 Not placed children should also be remeasured as they can affect the parent size by Andrey Kulikov · 4 years ago
  37. 99b0375c Merge "Move Transition to LegacyTransition.kt (due to b/157075847)" into androidx-master-dev by Treehugger Robot · 4 years ago
  38. a15f90f Merge "Kotlin Rebase ComposeUI 1.4" into androidx-master-dev by Jim Sproch · 4 years ago
  39. 235b4fa Deprecate Scroller. Introduce ScrollableColumn / ScrollableRow by Matvei Malkov · 4 years ago
  40. b649fdd Add TextDecoration plus operator by Siyamed Sinir · 4 years ago
  41. 710fb4f Refactor draggable, scrollable and fling config by Matvei Malkov · 4 years ago
  42. 1378cb3 Support list types other then ArrayList in listSaver() by Andrey Kulikov · 4 years ago
  43. 1b467bd Move Transition to LegacyTransition.kt (due to b/157075847) by Nikolay Igotti · 4 years ago
  44. cedf97b Merge "Return Button modifier argument to outermost position" into androidx-master-dev by aelias · 4 years ago
  45. 923ed4c Renames androidx.compose.core group to androidx.compose.ui by Louis Pullen-Freilich · 4 years ago
  46. d38350d Return Button modifier argument to outermost position by Alexandre Elias · 4 years ago
  47. a88c07a Kotlin Rebase ComposeUI 1.4 by Jim Sproch · 4 years ago
  48. f36ba56 Reverts back to ui-test and ui-tooling libraries by Louis Pullen-Freilich · 4 years ago
  49. 690b24f Merge "Mark cascadingOnCommits() test as flaky" into androidx-master-dev by Treehugger Robot · 4 years ago
  50. a4d73a5 Rename runOnIdleCompose to runOnIdle. by Filip Pavlis · 4 years ago
  51. 062db27 Mark cascadingOnCommits() test as flaky by Jelle Fresen · 4 years ago
  52. c1a5000 ui-foundation to MPP by Nikolay Igotti · 4 years ago
  53. 4051957 [TextField Selection] Adjust the Toolbar Menu. by Qingqing Deng · 4 years ago
  54. 79b361f Instantiate a ModifiedFocusNode2 corresponding to a Modifier.focus() modifier by Ralston Da Silva · 4 years ago
  55. 73a7ded Merge "Semantics no-op cleanups" into androidx-master-dev by aelias · 4 years ago
  56. fd01fbb Merge "Migrates internal / unpublished modules to androidx.compose" into androidx-master-dev by Louis Pullen-Freilich · 4 years ago
  57. 46d12bb Benchmark TextView set_content with first_measure by haoyu · 4 years ago
  58. 4ae8f62 Merge "Add @Deprecated tag to Transition" into androidx-master-dev by Treehugger Robot · 4 years ago
  59. c60f33e Semantics no-op cleanups by Alexandre Elias · 4 years ago
  60. bc768cc Fix broken build due to deprecation. by Filip Pavlis · 4 years ago
  61. 44f26f5 Merge "Refactor testing APIs to the final proposal." into androidx-master-dev by Treehugger Robot · 4 years ago
  62. 3a0264c Add @Deprecated tag to Transition by Doris Liu · 4 years ago
  63. 20a665f Merge "Added error checking for zero sized DrawScope" into androidx-master-dev by Nader Jawad · 4 years ago
  64. 4554869 Merge "New Focus Modifier Implementation" into androidx-master-dev by Treehugger Robot · 4 years ago
  65. 659ea72 Refactor testing APIs to the final proposal. by Filip Pavlis · 4 years ago
  66. 3d03099 Migrates internal / unpublished modules to androidx.compose by Louis Pullen-Freilich · 4 years ago
  67. 1dad2c7 Merge "ui-animation to MPP" into androidx-master-dev by Andrey Kulikov · 4 years ago
  68. 473ccad ui-animation to MPP by Nikolay Igotti · 4 years ago
  69. dcde340 Add positional thresholds to BottomDrawerLayout by Calin Tataru · 4 years ago
  70. be2d34a Merge "Introduce Segment.breakSegments" into androidx-master-dev by Treehugger Robot · 4 years ago
  71. c6432f2 Merge changes Ic483ee24,I3103a4dd into androidx-master-dev by Treehugger Robot · 4 years ago
  72. 3d7bca9 Merge "Use MutableVector in LayoutNode" into androidx-master-dev by George Mount · 4 years ago
  73. b2ae0a8 New Focus Modifier Implementation by Ralston Da Silva · 4 years ago
  74. c840393 Added error checking for zero sized DrawScope by Nader Jawad · 4 years ago
  75. 2b955c06 Merge "Fix layer invalidation during modifier change." into androidx-master-dev by Treehugger Robot · 4 years ago
  76. 4105f64 Merge "Add Experimental annotation for KeyInput" into androidx-master-dev by Treehugger Robot · 4 years ago
  77. 1c8352e Merge "Support Compose in ViewGroups during composition" into androidx-master-dev by Treehugger Robot · 4 years ago
  78. 682f397 Support Compose in ViewGroups during composition by Mihai Popa · 4 years ago
  79. 411eb49 Moves some runtime extension libraries to androidx.compose.runtime: by Louis Pullen-Freilich · 4 years ago
  80. d5e9ae9 Merge "Turn off debugging logs in ConstraintLayout" into androidx-master-dev by Treehugger Robot · 4 years ago
  81. 1a9238b Merge "[TextField Selection] Add FloatingToolbar" into androidx-master-dev by Treehugger Robot · 4 years ago
  82. 99f549a Merge "Moves androidx.compose:compose-runtime to androidx.compose.runtime:runtime" into androidx-master-dev by Treehugger Robot · 4 years ago
  83. e4b8cc5 [TextField Selection] Add FloatingToolbar by Qingqing Deng · 4 years ago
  84. a309ee79 Add Experimental annotation for KeyInput by Ralston Da Silva · 4 years ago
  85. 5aeb1796 Merge "Add ExperimentalFocus annotation to FocusState2" into androidx-master-dev by Ralston Da Silva · 4 years ago
  86. dfc9ad7 Use MutableVector in LayoutNode by George Mount · 4 years ago
  87. f0b5098 Moves androidx.compose:compose-runtime to androidx.compose.runtime:runtime by Louis Pullen-Freilich · 4 years ago
  88. ac97c38 Introduce Segment.breakSegments by Seigo Nonaka · 4 years ago
  89. f3f61bb Fix horizontal position for Bidi text with space chars by Seigo Nonaka · 4 years ago
  90. a98c9be Merge "Moves androidx.ui:ui-text to androidx.compose.foundation:foundation-text" into androidx-master-dev by Treehugger Robot · 4 years ago
  91. af94176 Fix layer invalidation during modifier change. by George Mount · 4 years ago
  92. 8ee636a Add ExperimentalFocus annotation to FocusState2 by Ralston Da Silva · 4 years ago
  93. 627516b Merge "Default TextDirection is determined by LayoutDirection" into androidx-master-dev by Siyamed Sinir · 4 years ago
  94. 077cba5 Default TextDirection is determined by LayoutDirection by Siyamed Sinir · 4 years ago
  95. af7e5fc Merge "Add FocusState2 Enum" into androidx-master-dev by Treehugger Robot · 4 years ago
  96. 414c34b Merge "Use View.dispatchKeyEvent to dispatch key events" into androidx-master-dev by Treehugger Robot · 4 years ago
  97. 7fe0e87 Merge "Add an ExperimentalFocus annotation" into androidx-master-dev by Treehugger Robot · 4 years ago
  98. e018259 Moves androidx.ui:ui-text to androidx.compose.foundation:foundation-text by Louis Pullen-Freilich · 4 years ago
  99. e0e64c0 Merge "Moves androidx.ui:ui-core to androidx.compose.core:core" into androidx-master-dev by Louis Pullen-Freilich · 4 years ago
  100. 87d0d0c Merge "[Text Field] Calculate TextDirections After Layout Again." into androidx-master-dev by Treehugger Robot · 4 years ago