[go: nahoru, domu]

  1. ab19475 Refactors androidx.compose.ui:ui-text to the androidx.compose.ui.text package name by Louis Pullen-Freilich · 4 years ago
  2. fa97018 Merge "Hide DropdownPopup." into androidx-master-dev by Treehugger Robot · 4 years ago
  3. 37dba24 Merge "Add an interface for deconstructing a parameter for tooling" into androidx-master-dev by Treehugger Robot · 4 years ago
  4. 99d3217 Add an interface for deconstructing a parameter for tooling by Jens Ole Lauridsen · 4 years ago
  5. 65e1098 Merge "SubcomposeLayout" into androidx-master-dev by Treehugger Robot · 4 years ago
  6. 96f956a Merge "Use new Focus API for KeyInput" into androidx-master-dev by Ralston Da Silva · 4 years ago
  7. eeade15d Merge "Inline `Row` and `Column`" into androidx-master-dev by Chuck Jazdzewski · 4 years ago
  8. ef18c63 Inline `Row` and `Column` by Chuck Jazdzewski · 4 years, 1 month ago
  9. 5bb0c471 Refactors androidx.compose.animation:animation-core to the androidx.compose.animation.core package name by Louis Pullen-Freilich · 4 years ago
  10. 2ca0701 SubcomposeLayout by Andrey Kulikov · 4 years ago
  11. f1efe67 Use unclipped bounds when asserting node bounds by Jelle Fresen · 4 years ago
  12. 8e10539 Merge "Passing MotionEvents all the way through." into androidx-master-dev by Shep Shapard · 4 years ago
  13. c1f303a Passing MotionEvents all the way through. by Shep Shapard · 4 years ago
  14. 480bb79 Use new Focus API for KeyInput by Ralston Da Silva · 4 years ago
  15. 09e8b06 Merge "Remove ErrorMessages.kt" into androidx-master-dev by Treehugger Robot · 4 years ago
  16. fd05f667 Hide DropdownPopup. by Filip Pavlis · 4 years ago
  17. e11880a Remove ErrorMessages.kt by George Mount · 4 years ago
  18. 356ab3e Refactors runtime extension libraries to their new androidx.compose.runtime package name by Louis Pullen-Freilich · 4 years ago
  19. 1ce05e0 Fix popup placement with cut-outs. by Filip Pavlis · 4 years ago
  20. 8946c6b Add text location api for accessibility by yingleiw · 4 years ago
  21. 839b35c Add RemeasurementModifier by Andrey Kulikov · 4 years ago
  22. 9f60cc7 Update FocusableDemo to use the new Focus Api by Ralston Da Silva · 4 years ago
  23. 7cf1c48 Deprecate Old Focus API by Ralston Da Silva · 4 years ago
  24. c8c1ab4 Instantiate a ModifiedFocusNode2 corresponding to a Modifier.focus() modifier by Ralston Da Silva · 4 years ago
  25. 0683fde Merge "Add Modifier.FocusObserver" into androidx-master-dev by Treehugger Robot · 4 years ago
  26. 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
  27. 03da1e41 Add Modifier.FocusObserver by Ralston Da Silva · 4 years ago
  28. a52a858 Add a modifier to request focus changes by Ralston Da Silva · 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. ab680d3 Revert "Instantiate a ModifiedFocusNode2 corresponding to a Modifier.focus() modifier" by Ralston Da Silva · 4 years ago
  31. 2829590 Merge "Instantiate a ModifiedFocusNode2 corresponding to a Modifier.focus() modifier" into androidx-master-dev by Treehugger Robot · 4 years ago
  32. 32fb489 Not placed children should also be remeasured as they can affect the parent size by Andrey Kulikov · 4 years ago
  33. a88c07a Kotlin Rebase ComposeUI 1.4 by Jim Sproch · 4 years, 1 month ago
  34. 4051957 [TextField Selection] Adjust the Toolbar Menu. by Qingqing Deng · 4 years ago
  35. 79b361f Instantiate a ModifiedFocusNode2 corresponding to a Modifier.focus() modifier by Ralston Da Silva · 4 years ago
  36. c60f33e Semantics no-op cleanups by Alexandre Elias · 4 years ago
  37. 4554869 Merge "New Focus Modifier Implementation" into androidx-master-dev by Treehugger Robot · 4 years ago
  38. 3d7bca9 Merge "Use MutableVector in LayoutNode" into androidx-master-dev by George Mount · 4 years ago
  39. b2ae0a8 New Focus Modifier Implementation by Ralston Da Silva · 4 years ago
  40. 2b955c06 Merge "Fix layer invalidation during modifier change." into androidx-master-dev by Treehugger Robot · 4 years ago
  41. 4105f64 Merge "Add Experimental annotation for KeyInput" into androidx-master-dev by Treehugger Robot · 4 years ago
  42. e4b8cc5 [TextField Selection] Add FloatingToolbar by Qingqing Deng · 4 years ago
  43. a309ee79 Add Experimental annotation for KeyInput by Ralston Da Silva · 4 years ago
  44. dfc9ad7 Use MutableVector in LayoutNode by George Mount · 4 years ago
  45. af94176 Fix layer invalidation during modifier change. by George Mount · 4 years ago
  46. 8ee636a Add ExperimentalFocus annotation to FocusState2 by Ralston Da Silva · 4 years ago
  47. af7e5fc Merge "Add FocusState2 Enum" into androidx-master-dev by Treehugger Robot · 4 years ago
  48. 7fe0e87 Merge "Add an ExperimentalFocus annotation" into androidx-master-dev by Treehugger Robot · 4 years ago
  49. 51728d7 Add FocusState2 Enum by Ralston Da Silva · 4 years ago
  50. 3379812 Add an ExperimentalFocus annotation by Ralston Da Silva · 4 years ago
  51. db76e86 Moves androidx.ui:ui-layout to androidx.compose.foundation:foundation-layout by Louis Pullen-Freilich · 4 years ago
  52. ba55567 Merge "Remove notifyObjectsInitialized() calls from WithConstraints and LazyItemsState" into androidx-master-dev by Andrey Kulikov · 4 years ago
  53. b7ffbed Add IntBounds. Use it in Menus and ui-tooling. by Mihai Popa · 4 years ago
  54. 48b32a0 [TextField Selection] Drag Handle. by Qingqing Deng · 4 years, 1 month ago
  55. 81e3adc Remove notifyObjectsInitialized() calls from WithConstraints and LazyItemsState by Andrey Kulikov · 4 years, 1 month ago
  56. ec4005d Merge "Remove LayoutNode.ref variable" into androidx-master-dev by Andrey Kulikov · 4 years ago
  57. a361ea7 Merge "Composition disposal improvements" into androidx-master-dev by Treehugger Robot · 4 years ago
  58. 8dec9b7 Composition disposal improvements by Adam Powell · 4 years, 1 month ago
  59. 854eadb Make KeyEvent an inline class by Ralston Da Silva · 4 years, 1 month ago
  60. b3b6079 ui-text to MPP (also involves some ui-core) by Nikolay Igotti · 4 years ago
  61. c6d20b3 [Semantics] Add test finders for unmerged semantics. by Alexandre Elias · 4 years ago
  62. d66cc3e [Semantics] mergeAllDescendants improvements by Alexandre Elias · 4 years ago
  63. f2624a9 ui-core to MPP (part 5) - gestures by Nikolay Igotti · 4 years ago
  64. d1d483b Execute onPositioned callbacks when the Compose View's global position has been changed. by Andrey Kulikov · 4 years, 1 month ago
  65. 9ea0c1f ui-core to MPP (part 4) by Nikolay Igotti · 4 years, 1 month ago
  66. 009493b Remove LayoutNode.ref variable by Andrey Kulikov · 4 years, 1 month ago
  67. 438fdbf ui-core to MPP (part 3) by Nikolay Igotti · 4 years, 1 month ago
  68. 746f782 Merge "Split Key class into expect and actual classes" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  69. 98f3450 ui-core to MPP (part 2). by Nikolay Igotti · 4 years, 1 month ago
  70. 8f34d34 Split Key class into expect and actual classes by Ralston Da Silva · 4 years, 1 month ago