[go: nahoru, domu]

  1. ce66f50 Add an animated clock demo by Aurimas Liutikas · 3 years, 5 months ago
  2. d4a0b67 Update signatures and baselines for metalava update by Aurimas Liutikas · 3 years, 5 months ago
  3. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 6 months ago
  4. a6618b5 Bump Compose 1.0.0-beta02 by Nick Anthony · 3 years, 5 months ago
  5. 2ae4491 InteractionState -> [Mutable]InteractionSource rework by Louis Pullen-Freilich · 3 years, 5 months ago
  6. f6b2a3e Polish animation docs and samples by Doris Liu · 3 years, 5 months ago
  7. b1670cd Remove animation package from foundation and trasfer default spline based curves to aniamtion module. by Matvei Malkov · 3 years, 5 months ago
  8. 5f80de6 size -> requiredSize, preferredSize -> size by Mihai Popa · 3 years, 5 months ago
  9. 693e3cc Delete all unnecessary ui.gesture API expect 4 gesture filters. Also move some API to where it belongs. by Matvei Malkov · 3 years, 5 months ago
  10. 0a55e89 Remove AnimationClockObservable and AnimatedFloat by Doris Liu · 3 years, 5 months ago
  11. 7899f7f Refine draggable API to allow for suspend motion intergration. by Matvei Malkov · 3 years, 5 months ago
  12. b98e676 Remove deprecated animate, animatedValue, AnimatedValue by Doris Liu · 3 years, 5 months ago
  13. a3f9fc2 Add key params to Modifier.pointerInput by Adam Powell · 3 years, 5 months ago
  14. 619be1f Rename Bounds to DpRect by Doris Liu · 3 years, 5 months ago
  15. 3286e61 Migrate AnimatedVisibility from AnimatedFoo to Animatable by Doris Liu · 3 years, 5 months ago
  16. 0238154 Merge "suspend fun stop/snapTo" into androidx-main by Doris Liu · 3 years, 5 months ago
  17. e232e37 suspend fun stop/snapTo by Doris Liu · 3 years, 6 months ago
  18. 83533a1 Fix a regression in Crossfade related to states restoration by Andrey Kulikov · 3 years, 6 months ago
  19. d42e107 Migrates CompositionLocal usages away from the deprecated Ambient* named properties by Louis Pullen-Freilich · 3 years, 6 months ago
  20. 9390271 Deprecate savedInstanceState() by Andrey Kulikov · 3 years, 6 months ago
  21. b78571e Migrate Crossfade from using AnimatedFloat to using transition v2 by Doris Liu · 3 years, 6 months ago
  22. 4415453 Merge "Migrate animateContentSize to Animatable" into androidx-main by Doris Liu · 3 years, 6 months ago
  23. cfa4a35 Rename rememberSavedInstanceState() to rememberSaveable() by Andrey Kulikov · 3 years, 6 months ago
  24. 4aa5cb9 Rename RestorableStateHolder to SaveableStateHolder by Andrey Kulikov · 3 years, 6 months ago
  25. e908f36 Migrate animateContentSize to Animatable by Doris Liu · 3 years, 6 months ago
  26. 782fd20 Remove deprecated transition v1 by Doris Liu · 3 years, 6 months ago
  27. 2fe50f0 Merge "Deprecate AnimatedValue/Float" into androidx-main by Doris Liu · 3 years, 6 months ago
  28. 082882b Deprecate AnimatedValue/Float by Doris Liu · 3 years, 6 months ago
  29. 55ceda7 Merge "Deprecate tap/press based gesture filters." into androidx-main by Treehugger Robot · 3 years, 6 months ago
  30. 7099ca2 Remove some deprecated APIs by Doris Liu · 3 years, 6 months ago
  31. 0ad5f54 Deprecate tap/press based gesture filters. by Matvei Malkov · 3 years, 6 months ago
  32. 66b9205c Deprecate onCommit, onDispose, onActive by Leland Richardson · 3 years, 6 months ago
  33. c4567ed Deprecate Transition v1 by Doris Liu · 3 years, 6 months ago
  34. 41a265d Support initial State by Doris Liu · 3 years, 6 months ago
  35. c3bdae5 Seeking support for Transition v2 Tooling by Doris Liu · 3 years, 6 months ago
  36. 1ad57c4 Rename animateAsState (yet again) by Doris Liu · 3 years, 6 months ago
  37. 0b8299e Add contentDescription parameter to Image and Icon by Anastasia Soboleva · 3 years, 6 months ago
  38. 37f9f3f Merge "Deprecate invalidate, compositionReference. Introduce currentRecomposeScope, rememberCompositionReference" into androidx-main by Leland Richardson · 3 years, 6 months ago
  39. 029c8a1 Merge "Remove use of Uptime and Duration from pointer input" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  40. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 6 months ago
  41. d1c5b8ba Deprecate invalidate, compositionReference. Introduce currentRecomposeScope, rememberCompositionReference by Leland Richardson · 3 years, 6 months ago
  42. 8c41a23 Remove use of Uptime and Duration from pointer input by George Mount · 3 years, 6 months ago
  43. c5b0ee8 Merge "Rework tap-based foundation modifiers" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  44. 3eaeebc Merge "Moves useIR configuration to AndroidXUiPlugin" into androidx-main by Louis Pullen-Freilich · 3 years, 6 months ago
  45. f82ff94 Rework tap-based foundation modifiers by Matvei Malkov · 3 years, 7 months ago
  46. c2830bf Moves useIR configuration to AndroidXUiPlugin by Louis Pullen-Freilich · 3 years, 6 months ago
  47. 35401c2 Merge "Make Easing a fun interface" into androidx-main by Doris Liu · 3 years, 6 months ago
  48. 7f9a156 Merge changes Ib976b534,I803fc5f2 into androidx-main by Andrey Kulikov · 3 years, 6 months ago
  49. ded0367 Make Easing a fun interface by Doris Liu · 3 years, 6 months ago
  50. cf4f007 Infinite transition by Doris Liu · 3 years, 6 months ago
  51. bb05cd7 Add items(count: Int) overload for LazyColumn/LazyRow/LazyVerticalGrid by Andrey Kulikov · 3 years, 7 months ago
  52. a4da1bb Remove androidx.compose.ui.util annotations by George Mount · 3 years, 6 months ago
  53. bbb8666 Merge "Leverage TestCoroutineDispatcher in testing" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  54. e9a8670 Leverage TestCoroutineDispatcher in testing by Filip Pavlis · 3 years, 7 months ago
  55. 66b3962b Change PointerInputChange API by George Mount · 3 years, 7 months ago
  56. b40ab8e Animatable is the new AnimatedValue by Jelle Fresen · 3 years, 10 months ago
  57. f1ed355 Make Velocity more like Offset by George Mount · 3 years, 7 months ago
  58. 8e55c4f Rename ExperimentalTesting to ExperimentalTestApi by Jelle Fresen · 3 years, 7 months ago
  59. 05c20be Deprecate animate() and replace with animateAsState() by Doris Liu · 3 years, 7 months ago
  60. c4a0615 Merge "Renamed Position to DpOffset" into androidx-main by George Mount · 3 years, 7 months ago
  61. 3af23bf Fix typo in the filename by Yuichi Araki · 3 years, 7 months ago
  62. f0e22bb Renamed Position to DpOffset by George Mount · 3 years, 7 months ago
  63. 97f3101 Merge "Use IntOffset in the offset with lambda modifier" into androidx-master-dev by Treehugger Robot · 3 years, 7 months ago
  64. c7d40e2 Use IntOffset in the offset with lambda modifier by Mihai Popa · 3 years, 8 months ago
  65. 67a29d6 Merge "Rename HandlePointerInputScope and handlePointerInput API" into androidx-master-dev by Treehugger Robot · 3 years, 7 months ago
  66. 97cae28 Merge "Remove long deprecated APIs and deprecate more" into androidx-master-dev by Doris Liu · 3 years, 7 months ago
  67. 6d420b3 Merge "Reset animations when target state is changed" into androidx-master-dev by Doris Liu · 3 years, 7 months ago
  68. f489ce2 Reset animations when target state is changed by Doris Liu · 3 years, 7 months ago
  69. 1e8ebd3 Deprecate LazyColumnFor, LazyRowFor, LazyColumnForIndexed and LazyRowForIndexed by Andrey Kulikov · 3 years, 7 months ago
  70. 910c25c Rename HandlePointerInputScope and handlePointerInput API by George Mount · 3 years, 7 months ago
  71. 02c7657 Remove long deprecated APIs and deprecate more by Doris Liu · 3 years, 7 months ago
  72. c055b08 Merge "Transition v2" into androidx-master-dev by Doris Liu · 3 years, 7 months ago
  73. 7964cc3 Transition v2 by Doris Liu · 3 years, 8 months ago
  74. f77bb24 Adds lint check to enforce that calls to `remember` do not return Unit. by Louis Pullen-Freilich · 3 years, 7 months ago
  75. 34d8470 Merge "Remove ExperimentalPointerInput annotation" into androidx-master-dev by George Mount · 3 years, 7 months ago
  76. 2bca476 A new constructor for infinite animations by Doris Liu · 3 years, 8 months ago
  77. d7dfe7f Remove ExperimentalPointerInput annotation by George Mount · 3 years, 7 months ago
  78. 38a668d Update demos to use coroutine based gesture & animation by Doris Liu · 3 years, 8 months ago
  79. 91e7c3d Rename Modifier.drawLayer to Modifier.graphicsLayer by Nader Jawad · 3 years, 8 months ago
  80. 21b6328 Merge "Added convenience APIs for layer transforms" into androidx-master-dev by Nader Jawad · 3 years, 8 months ago
  81. b89a33a Added convenience APIs for layer transforms by Nader Jawad · 3 years, 8 months ago
  82. b247c3b Make all PointerInputData values non-null. by George Mount · 3 years, 8 months ago
  83. 22fe675 Use lambda parameters in offset modifiers by Mihai Popa · 3 years, 8 months ago
  84. 1f43daf Suspend Fun for Animation by Doris Liu · 3 years, 11 months ago
  85. dc68dd50 Adds lint check for composable lambda parameters in composable functions by Louis Pullen-Freilich · 3 years, 8 months ago
  86. 5577fc5 Revert "Revert "Make TestAnimationClock & friends experimental"" by Jelle Fresen · 3 years, 8 months ago
  87. 209df68 Renames Ambients to follow API guidelines by Louis Pullen-Freilich · 3 years, 8 months ago
  88. 352e42b Move to Compose to RequiresSameVersion by Nick Anthony · 3 years, 8 months ago
  89. 95a3607 Merge "Revert "Make TestAnimationClock & friends experimental"" into androidx-master-dev by Aurimas Liutikas · 3 years, 8 months ago
  90. 6a51b0f Revert "Make TestAnimationClock & friends experimental" by Jeff Gaston · 3 years, 8 months ago
  91. 8b2dd78 Merge "Make TestAnimationClock & friends experimental" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  92. 1cdacde Make TestAnimationClock & friends experimental by Jelle Fresen · 3 years, 9 months ago
  93. a617520 Remove deprecated ui-test module & stubs by Filip Pavlis · 3 years, 8 months ago
  94. 9305a4d Initial runtime lint checks by Louis Pullen-Freilich · 3 years, 8 months ago
  95. d2caaa7 Merge "Rename RestorableStateHolder.withRestorableState functions" into androidx-master-dev by Andrey Kulikov · 3 years, 8 months ago
  96. 7057499 Merge "Cleanup ui:ui-* and animation:animation APIs" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  97. 728fbf7 Cleanup ui:ui-* and animation:animation APIs by Matvei Malkov · 3 years, 8 months ago
  98. 76b9d38 Rename RestorableStateHolder.withRestorableState functions by Andrey Kulikov · 3 years, 8 months ago
  99. d879302 Improve the Alignment interfaces by Mihai Popa · 3 years, 8 months ago
  100. 82c3e84 Add Inspector Info to animation modifier by Jens Ole Lauridsen · 3 years, 8 months ago