[go: nahoru, domu]

  1. cad5eb8 Deprecate resource loaders in favor of painterResource by Alexandre Elias · 3 years, 6 months ago
  2. dc48bf4 Removes `toggle` parameter from DropdownMenu by Louis Pullen-Freilich · 3 years, 6 months ago
  3. c287d1b Deprecate drag-related input filters by Matvei Malkov · 3 years, 6 months ago
  4. d42e107 Migrates CompositionLocal usages away from the deprecated Ambient* named properties by Louis Pullen-Freilich · 3 years, 6 months ago
  5. 9390271 Deprecate savedInstanceState() by Andrey Kulikov · 3 years, 6 months ago
  6. 18f7455 Avoid reallocating capture-less composable lambdas, deprecate emptyContent and orEmpty helpers by Leland Richardson · 3 years, 6 months ago
  7. 8edd1ba Merge "Add layoutDirection param to Shape's createOutline" into androidx-main by Andrey Kulikov · 3 years, 6 months ago
  8. eb4ba29 Add layoutDirection param to Shape's createOutline by Andrey Kulikov · 3 years, 6 months ago
  9. 4a7bdad Rework WithConstraints as BoxWithConstraints by Mihai Popa · 3 years, 6 months ago
  10. 1ad57c4 Rename animateAsState (yet again) by Doris Liu · 3 years, 6 months ago
  11. 0b8299e Add contentDescription parameter to Image and Icon by Anastasia Soboleva · 3 years, 6 months ago
  12. e0c52d3 Add decorationBox to the CoreTextField by Anastasia Soboleva · 3 years, 7 months ago
  13. b7b8df5 Merge "Migrate first batch of transitionDefinition-based usage to transition v2" into androidx-main by Treehugger Robot · 3 years, 6 months ago
  14. 918cd4a Migrate first batch of transitionDefinition-based usage to transition v2 by Doris Liu · 3 years, 6 months ago
  15. 35401c2 Merge "Make Easing a fun interface" into androidx-main by Doris Liu · 3 years, 6 months ago
  16. ded0367 Make Easing a fun interface by Doris Liu · 3 years, 6 months ago
  17. 05c18b2 Deprecate ScrollableColumn/Row by Andrey Kulikov · 3 years, 7 months ago
  18. 0816558 Fix minor sample issue by Anastasia Soboleva · 3 years, 6 months ago
  19. 18d3982 Add support for disabled and read-only text fields by Anastasia Soboleva · 3 years, 7 months ago
  20. 05c20be Deprecate animate() and replace with animateAsState() by Doris Liu · 3 years, 7 months ago
  21. f0e22bb Renamed Position to DpOffset by George Mount · 3 years, 7 months ago
  22. 4421a87 Merge "Apply new spec for vertical alignment in the TextField/OutlinedTextField" into androidx-master-dev by Anastasia Soboleva · 3 years, 7 months ago
  23. 3505ca9 Apply new spec for vertical alignment in the TextField/OutlinedTextField by Anastasia Soboleva · 3 years, 7 months ago
  24. 1e6d8aa provide SemanticsActions when a SemanticsNode is marked as disabled by yingleiw · 3 years, 7 months ago
  25. e9f976c Add support for deferred brush creation by Nader Jawad · 3 years, 7 months ago
  26. f77bb24 Adds lint check to enforce that calls to `remember` do not return Unit. by Louis Pullen-Freilich · 3 years, 7 months ago
  27. bfdc10f Renames *Constants objects to *Defaults by Louis Pullen-Freilich · 3 years, 7 months ago
  28. 75c7797 Fix positioning of DropdownMenu by Mihai Popa · 3 years, 8 months ago
  29. 0367a37 Fix accessibility for Checkbox/RadioButton/Switch by Alexandre Elias · 3 years, 8 months ago
  30. b89a33a Added convenience APIs for layer transforms by Nader Jawad · 3 years, 8 months ago
  31. ccdb868 Box: alignment -> contentAlignment; improve docs by Mihai Popa · 3 years, 8 months ago
  32. 70d5495 Added SweepGradient support to compose by Nader Jawad · 3 years, 8 months ago
  33. dc68dd50 Adds lint check for composable lambda parameters in composable functions by Louis Pullen-Freilich · 3 years, 8 months ago
  34. 209df68 Renames Ambients to follow API guidelines by Louis Pullen-Freilich · 3 years, 8 months ago
  35. cb1f903 Adds lint check for @Composable Modifier factories by Louis Pullen-Freilich · 3 years, 8 months ago
  36. 283fbf8 Merge "Fix MenuDemo" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  37. 6ac9fc7 Merge "Rename ImageAsset to ImageBitmap" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  38. dd562a4 Rename ImageAsset to ImageBitmap by Nader Jawad · 3 years, 8 months ago
  39. 13f5117 Fix MenuDemo by Mihai Popa · 3 years, 8 months ago
  40. 9305a4d Initial runtime lint checks by Louis Pullen-Freilich · 3 years, 8 months ago
  41. 4e34e19 Single line textfield with horizontal scrolling by Anastasia Soboleva · 3 years, 9 months ago
  42. d879302 Improve the Alignment interfaces by Mihai Popa · 3 years, 9 months ago
  43. 3772ac5 Deprecates Emphasis and adds AmbientContentAlpha to represent alpha provided by components by Louis Pullen-Freilich · 3 years, 9 months ago
  44. dea1c5d Deprecates foundation content color and text style ambients, replacing them with Material theming ambients by Louis Pullen-Freilich · 3 years, 9 months ago
  45. 051800b Deprecates foundation.Text in favour of material.Text by Louis Pullen-Freilich · 3 years, 9 months ago
  46. 68db1e3 Move related files to ui/layout by Mihai Popa · 3 years, 9 months ago
  47. 4c7e122 Moves Icon to the Material library by Louis Pullen-Freilich · 3 years, 9 months ago
  48. b036537 Renamed Radius to CornerRadius by Nader Jawad · 3 years, 9 months ago
  49. 61474e0 Adds ButtonElevation and ButtonColors interfaces to represent elevation and colors used by buttons in different states. by Louis Pullen-Freilich · 3 years, 9 months ago
  50. cd46cc3 Rename Color.Unset to Color.Unspecified by Nader Jawad · 3 years, 10 months ago
  51. e243833 Refactors Scaffold to use SubcomposeLayout, avoiding frame delays in calculating the content padding / FAB cutout location by Louis Pullen-Freilich · 3 years, 10 months ago
  52. 5074c81 Formatting for ktlint 0.39.0 by Jeff Gaston · 3 years, 10 months ago
  53. e176189 Deprecates contentColor() and currentTextStyle() APIs, preferring direct use of the underlying ambients. Also renames Material and Foundation ambients to follow latest guidelines. by Louis Pullen-Freilich · 3 years, 10 months ago
  54. 0189e8a Deprecate foundation.Box for the layout one by Mihai Popa · 3 years, 10 months ago
  55. 60a90cc Rename Stack to Box by Mihai Popa · 3 years, 10 months ago
  56. 0de3d28 Remove parameters from Box by Matvei Malkov · 3 years, 11 months ago
  57. c4bc704 Merge "Bottom sheet scaffold component" into androidx-master-dev by Calin Tataru · 3 years, 10 months ago
  58. bedeebb Merge "Modal bottom sheet component" into androidx-master-dev by Calin Tataru · 3 years, 10 months ago
  59. 1f2a233 Merge "Prevent static imports of layout scopes' contents" into androidx-master-dev by Treehugger Robot · 3 years, 10 months ago
  60. 3d1833b Backdrop polishing by Calin Tataru · 3 years, 10 months ago
  61. 4ebbce5 Bottom sheet scaffold component by Calin Tataru · 3 years, 10 months ago
  62. e20b859 Modal bottom sheet component by Calin Tataru · 3 years, 10 months ago
  63. c8deeac Prevent static imports of layout scopes' contents by Mihai Popa · 3 years, 10 months ago
  64. 2a4260e Rename InnerPadding to PaddingValues by Mihai Popa · 3 years, 11 months ago
  65. 74cb777 TextField appearance fix: error state and indicator color by Anastasia Soboleva · 3 years, 11 months ago
  66. d0e8f05 Rename gravity to align[ment] in layouts by Mihai Popa · 3 years, 11 months ago
  67. 49eeadb BackdropScaffold material component by Calin Tataru · 3 years, 11 months ago
  68. 3b625fb Migrates internal demo API to androidx.compose.integration.demos by Louis Pullen-Freilich · 4 years ago
  69. 3d1a29e Optimizes imports for compose:material:* after the package migration by Louis Pullen-Freilich · 4 years ago
  70. ba7da08 Moves ui-material to compose/material/material by Louis Pullen-Freilich · 4 years ago