[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. 71a237d @return is not supported on Class or Constructor documentation by Andrea Falcone · 3 years, 5 months ago
  4. 5c90131 Merge "Standardize to more kt-compatible syntax" into androidx-main by Jim Sproch · 3 years, 5 months ago
  5. cadb92e Constrain snapTo to bounds if specified by Doris Liu · 3 years, 5 months ago
  6. 3fc12b0 Avoid using iterations for infiniteRepeatables by Doris Liu · 3 years, 5 months ago
  7. 9e38b4f Standardize to more kt-compatible syntax by Jim Sproch · 3 years, 6 months ago
  8. a6618b5 Bump Compose 1.0.0-beta02 by Nick Anthony · 3 years, 5 months ago
  9. 2ae4491 InteractionState -> [Mutable]InteractionSource rework by Louis Pullen-Freilich · 3 years, 5 months ago
  10. b344541 Merge "Polish animation docs and samples" into androidx-main by Doris Liu · 3 years, 5 months ago
  11. f6b2a3e Polish animation docs and samples by Doris Liu · 3 years, 5 months ago
  12. 7a2bf9c Make AtomicReference internal to the runtime by Chuck Jazdzewski · 3 years, 5 months ago
  13. bac224c Remove AnimationEndReason from swipeable and its users and remove AnimationEndReason.Interrupted by Matvei Malkov · 3 years, 5 months ago
  14. 1b90334 Remove TargetAnimation API by Doris Liu · 3 years, 5 months ago
  15. b1670cd Remove animation package from foundation and trasfer default spline based curves to aniamtion module. by Matvei Malkov · 3 years, 5 months ago
  16. 375a906 Merge "size -> requiredSize, preferredSize -> size" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  17. 5f80de6 size -> requiredSize, preferredSize -> size by Mihai Popa · 3 years, 5 months ago
  18. c759ecc Remove deprecated `transitionEnabled` by Doris Liu · 3 years, 5 months ago
  19. 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
  20. 0a55e89 Remove AnimationClockObservable and AnimatedFloat by Doris Liu · 3 years, 5 months ago
  21. 7899f7f Refine draggable API to allow for suspend motion intergration. by Matvei Malkov · 3 years, 5 months ago
  22. b98e676 Remove deprecated animate, animatedValue, AnimatedValue by Doris Liu · 3 years, 5 months ago
  23. b0dd55953 Merge "Rebase Compose to Kotlin 1.4.30" into androidx-main by Jim Sproch · 3 years, 5 months ago
  24. a3f9fc2 Add key params to Modifier.pointerInput by Adam Powell · 3 years, 5 months ago
  25. b09bbc4 Rebase Compose to Kotlin 1.4.30 by Jim Sproch · 3 years, 6 months ago
  26. c2942c1 Merge "Rename Bounds to DpRect" into androidx-main by Treehugger Robot · 3 years, 5 months ago
  27. 619be1f Rename Bounds to DpRect by Doris Liu · 3 years, 5 months ago
  28. ae92240 Cancel infinite animations in tests by Jelle Fresen · 3 years, 6 months ago
  29. 3286e61 Migrate AnimatedVisibility from AnimatedFoo to Animatable by Doris Liu · 3 years, 5 months ago
  30. 0238154 Merge "suspend fun stop/snapTo" into androidx-main by Doris Liu · 3 years, 5 months ago
  31. e232e37 suspend fun stop/snapTo by Doris Liu · 3 years, 6 months ago
  32. 9b3a65a Replace data classes with equals/hashCode/toString by Alexandre Elias · 3 years, 5 months ago
  33. cb08796 Reenable GetterSetterNames check by Aurimas Liutikas · 3 years, 6 months ago
  34. 282f288 Merge "Fix a regression in Crossfade related to states restoration" into androidx-main by Andrey Kulikov · 3 years, 5 months ago
  35. 474af1b Merge "Remove early return from updateInitialAndTargetValue" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  36. 83533a1 Fix a regression in Crossfade related to states restoration by Andrey Kulikov · 3 years, 6 months ago
  37. c9e44ca Remove early return from updateInitialAndTargetValue by Amaury Medeiros · 3 years, 6 months ago
  38. d42e107 Migrates CompositionLocal usages away from the deprecated Ambient* named properties by Louis Pullen-Freilich · 3 years, 6 months ago
  39. 9390271 Deprecate savedInstanceState() by Andrey Kulikov · 3 years, 6 months ago
  40. f1cacae Unify API - make all play time nanos by Doris Liu · 3 years, 6 months ago
  41. b78571e Migrate Crossfade from using AnimatedFloat to using transition v2 by Doris Liu · 3 years, 6 months ago
  42. 4415453 Merge "Migrate animateContentSize to Animatable" into androidx-main by Doris Liu · 3 years, 6 months ago
  43. 9c68567 Merge changes I1366e7fe,I0902eb16,I77fe618a,I6dcac248 into androidx-main by Andrey Kulikov · 3 years, 6 months ago
  44. ea85c8e Merge "Add isInfinite to Animation and VectorizedAnimationSpec" into androidx-main by Jelle Fresen · 3 years, 6 months ago
  45. cfa4a35 Rename rememberSavedInstanceState() to rememberSaveable() by Andrey Kulikov · 3 years, 6 months ago
  46. 4aa5cb9 Rename RestorableStateHolder to SaveableStateHolder by Andrey Kulikov · 3 years, 6 months ago
  47. 0d2661ef Remove compose:runtime-dispatch by Adam Powell · 3 years, 6 months ago
  48. f0649b2 Add isInfinite to Animation and VectorizedAnimationSpec by Jelle Fresen · 3 years, 6 months ago
  49. e908f36 Migrate animateContentSize to Animatable by Doris Liu · 3 years, 6 months ago
  50. 782fd20 Remove deprecated transition v1 by Doris Liu · 3 years, 6 months ago
  51. 2fe50f0 Merge "Deprecate AnimatedValue/Float" into androidx-main by Doris Liu · 3 years, 6 months ago
  52. 082882b Deprecate AnimatedValue/Float by Doris Liu · 3 years, 6 months ago
  53. 93df90f Merge "Remove usage of Uptime in animation" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  54. fb99ac4 Remove usage of Uptime in animation by Doris Liu · 3 years, 6 months ago
  55. 55ceda7 Merge "Deprecate tap/press based gesture filters." into androidx-main by Treehugger Robot · 3 years, 6 months ago
  56. 7099ca2 Remove some deprecated APIs by Doris Liu · 3 years, 6 months ago
  57. 0ad5f54 Deprecate tap/press based gesture filters. by Matvei Malkov · 3 years, 6 months ago
  58. 66b9205c Deprecate onCommit, onDispose, onActive by Leland Richardson · 3 years, 6 months ago
  59. c4567ed Deprecate Transition v1 by Doris Liu · 3 years, 6 months ago
  60. 41a265d Support initial State by Doris Liu · 3 years, 6 months ago
  61. c3bdae5 Seeking support for Transition v2 Tooling by Doris Liu · 3 years, 6 months ago
  62. 1ad57c4 Rename animateAsState (yet again) by Doris Liu · 3 years, 6 months ago
  63. 5af93df Merge "Add contentDescription parameter to Image and Icon" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  64. 0b8299e Add contentDescription parameter to Image and Icon by Anastasia Soboleva · 3 years, 6 months ago
  65. ccd5081 Changes Material stateful parameter interfaces to have @Composable functions that return State<T> by Louis Pullen-Freilich · 3 years, 6 months ago
  66. 37f9f3f Merge "Deprecate invalidate, compositionReference. Introduce currentRecomposeScope, rememberCompositionReference" into androidx-main by Leland Richardson · 3 years, 6 months ago
  67. 029c8a1 Merge "Remove use of Uptime and Duration from pointer input" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  68. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 6 months ago
  69. d1c5b8ba Deprecate invalidate, compositionReference. Introduce currentRecomposeScope, rememberCompositionReference by Leland Richardson · 3 years, 6 months ago
  70. 8c41a23 Remove use of Uptime and Duration from pointer input by George Mount · 3 years, 6 months ago
  71. c5b0ee8 Merge "Rework tap-based foundation modifiers" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  72. 3eaeebc Merge "Moves useIR configuration to AndroidXUiPlugin" into androidx-main by Louis Pullen-Freilich · 3 years, 6 months ago
  73. f82ff94 Rework tap-based foundation modifiers by Matvei Malkov · 3 years, 7 months ago
  74. c2830bf Moves useIR configuration to AndroidXUiPlugin by Louis Pullen-Freilich · 3 years, 6 months ago
  75. 35401c2 Merge "Make Easing a fun interface" into androidx-main by Doris Liu · 3 years, 6 months ago
  76. 7f9a156 Merge changes Ib976b534,I803fc5f2 into androidx-main by Andrey Kulikov · 3 years, 6 months ago
  77. ded0367 Make Easing a fun interface by Doris Liu · 3 years, 6 months ago
  78. cf4f007 Infinite transition by Doris Liu · 3 years, 6 months ago
  79. bb05cd7 Add items(count: Int) overload for LazyColumn/LazyRow/LazyVerticalGrid by Andrey Kulikov · 3 years, 7 months ago
  80. a4da1bb Remove androidx.compose.ui.util annotations by George Mount · 3 years, 6 months ago
  81. bbb8666 Merge "Leverage TestCoroutineDispatcher in testing" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  82. e9a8670 Leverage TestCoroutineDispatcher in testing by Filip Pavlis · 3 years, 7 months ago
  83. 66b3962b Change PointerInputChange API by George Mount · 3 years, 7 months ago
  84. b40ab8e Animatable is the new AnimatedValue by Jelle Fresen · 3 years, 10 months ago
  85. f1ed355 Make Velocity more like Offset by George Mount · 3 years, 7 months ago
  86. 8a02eef Merge "Rename ExperimentalTesting to ExperimentalTestApi" into androidx-main by Jelle Fresen · 3 years, 6 months ago
  87. dda8014 Start observer's coroutine undispatched in MonotonicFrameAnimationClock by Jelle Fresen · 3 years, 7 months ago
  88. 8e55c4f Rename ExperimentalTesting to ExperimentalTestApi by Jelle Fresen · 3 years, 7 months ago
  89. 0f933bc6 Merge "Deprecate animate() and replace with animateAsState()" into androidx-main by Treehugger Robot · 3 years, 7 months ago
  90. 05c20be Deprecate animate() and replace with animateAsState() by Doris Liu · 3 years, 7 months ago
  91. 47be4d9 Merge "Properly support hashCode in AnimationVector" into androidx-main by Doris Liu · 3 years, 7 months ago
  92. d8c2ba9 Properly support hashCode in AnimationVector by Doris Liu · 3 years, 7 months ago
  93. accb402 Remove flakey test for soon-to-be-deprecated animation clock by Doris Liu · 3 years, 7 months ago
  94. c4a0615 Merge "Renamed Position to DpOffset" into androidx-main by George Mount · 3 years, 7 months ago
  95. 3af23bf Fix typo in the filename by Yuichi Araki · 3 years, 7 months ago
  96. f0e22bb Renamed Position to DpOffset by George Mount · 3 years, 7 months ago
  97. 12090a0 Merge changes Idc074b59,I025d720a into androidx-master-dev by Andrey Kulikov · 3 years, 7 months ago
  98. bd1e9a0 Merge "Fix doc for AnimationState" into androidx-master-dev by Treehugger Robot · 3 years, 7 months ago
  99. 00baef7 Remove identityHashCode() public api by Andrey Kulikov · 3 years, 7 months ago
  100. 6780540 Fix doc for AnimationState by Yuichi Araki · 3 years, 7 months ago