[go: nahoru, domu]

  1. 4dc4dac Refactors androidx.compose.ui:ui-graphics to the androidx.compose.ui.graphics package name by Louis Pullen-Freilich · 4 years ago
  2. fdf0807 ui-material to MPP by Louis Pullen-Freilich · 4 years ago[Renamed (99%) from ui/ui-material/src/main/java/androidx/ui/material/TextFieldImpl.kt]
  3. ab19475 Refactors androidx.compose.ui:ui-text to the androidx.compose.ui.text package name by Louis Pullen-Freilich · 4 years ago
  4. bb77c7b Refactors androidx.compose.animation:animation to the androidx.compose.animation package name by Louis Pullen-Freilich · 4 years ago
  5. 5bb0c471 Refactors androidx.compose.animation:animation-core to the androidx.compose.animation.core package name by Louis Pullen-Freilich · 4 years ago
  6. 623e405 Refactors androidx.compose.foundation:foundation-layout to the androidx.compose.foundation.layout package name by Louis Pullen-Freilich · 4 years ago
  7. ddda7be Refactors androidx.compose.foundation:foundation to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years ago
  8. 356ab3e Refactors runtime extension libraries to their new androidx.compose.runtime package name by Louis Pullen-Freilich · 4 years ago
  9. 790b311 Rename material.FilledTextField to material.TextField and foundation.TextField to foundation.BaseTextField with experimental marker. by Matvei Malkov · 4 years ago
  10. 7cf1c48 Deprecate Old Focus API by Ralston Da Silva · 4 years ago
  11. 3674533 Rename onFocusChange callback to onFocusChanged in text fields by Anastasia Soboleva · 4 years ago
  12. 235b4fa Deprecate Scroller. Introduce ScrollableColumn / ScrollableRow by Matvei Malkov · 4 years ago
  13. 710fb4f Refactor draggable, scrollable and fling config by Matvei Malkov · 4 years ago
  14. c60f33e Semantics no-op cleanups by Alexandre Elias · 4 years ago
  15. d2aa99c Make transition API consistent with other animation APIs by Doris Liu · 4 years ago
  16. e6d6691 Refactor textfield structure by Anastasia Soboleva · 4 years ago
  17. 0a81b58 Rename TextField.kt to TextFieldImpl.kt by Anastasia Soboleva · 4 years ago[Renamed from ui/ui-material/src/main/java/androidx/ui/material/TextField.kt]
  18. d66cc3e [Semantics] mergeAllDescendants improvements by Alexandre Elias · 4 years ago
  19. 758a5ef Update position of the input text in FilledTextField by Anastasia Soboleva · 4 years ago
  20. 0c5bd22 Merge "Remove layoutDirection parameter from MeasureBlock and IntrinsicsMeasureBlock" into androidx-master-dev by Anastasia Soboleva · 4 years ago
  21. 0a90de9 Replace frames with snapshots by Chuck Jazdzewski · 4 years, 2 months ago
  22. 5e382dd Remove layoutDirection parameter from MeasureBlock and IntrinsicsMeasureBlock by Anastasia Soboleva · 4 years, 1 month ago
  23. a69d17b Make AnimationSpec the prevailing term for static anim config by Doris Liu · 4 years, 1 month ago
  24. e77de54 Merge "Support OutlinedTextField border in RTL" into androidx-master-dev by Anastasia Soboleva · 4 years, 1 month ago
  25. 121fffd Support OutlinedTextField border in RTL by Anastasia Soboleva · 4 years, 1 month ago
  26. 6899f82 Add TextRange.constrain() by Siyamed Sinir · 4 years, 1 month ago
  27. 4d1d814 Rename Modifier.tag to Modifier.layoutId by Mihai Popa · 4 years, 1 month ago
  28. 08c4795 Return non-null from Placeable#get(AlignmentLine) by Mihai Popa · 4 years, 1 month ago
  29. 3bba190 Merge "Update API docs for TextFields and TextFieldValue" into androidx-master-dev by Siyamed Sinir · 4 years, 1 month ago
  30. 91d3310 Update DrawScope based on API council feedback by Nader Jawad · 4 years, 1 month ago
  31. 4e172c9 Update API docs for TextFields and TextFieldValue by Siyamed Sinir · 4 years, 1 month ago
  32. 940afa2 Outlined text field by Anastasia Soboleva · 4 years, 2 months ago
  33. 4695a1e Replaces Semantics() composable usages with Modifier.semantics by Matvei Malkov · 4 years, 1 month ago
  34. c2e5559 Use TextFieldValue in all TextFields by Siyamed Sinir · 4 years, 1 month ago
  35. c457043 Fix crash in TextFieldScroller on save instance by Anastasia Soboleva · 4 years, 1 month ago
  36. 8f23757 Remove IntPx by George Mount · 4 years, 2 months ago
  37. 7f7b882 Add vertical scrolling behaviour to the FilledTextField by Anastasia Soboleva · 4 years, 1 month ago
  38. ef9b7f3 Fix keyboard is not being appeared in FilledTextField issue by Anastasia Soboleva · 4 years, 2 months ago
  39. 323b745 Modifier.clickable reimagined by Matvei Malkov · 4 years, 2 months ago
  40. f866325 Fix issue with transparent colors in FilledTextField by Anastasia Soboleva · 4 years, 2 months ago
  41. bed9a1b Merge "Renames Emphasis.emphasize() to Emphasis.applyEmphasis()" into androidx-master-dev by Louis Pullen-Freilich · 4 years, 2 months ago
  42. 965f21f Moved DrawScope out of painter package by Nader Jawad · 4 years, 2 months ago
  43. f2d2a9b Renames Emphasis.emphasize() to Emphasis.applyEmphasis() by Louis Pullen-Freilich · 4 years, 2 months ago
  44. 25d1ba0 Merge "Update usages of DrawScope to leverage Density receiver scope" into androidx-master-dev by Nader Jawad · 4 years, 2 months ago
  45. e9faa86 Move all focus code to androidx.ui.core.focus by Ralston Da Silva · 4 years, 2 months ago
  46. 5306073 Update usages of DrawScope to leverage Density receiver scope by Nader Jawad · 4 years, 2 months ago
  47. 3a54b94 Removes no longer needed parentheses in @Composable() annotations by Louis Pullen-Freilich · 4 years, 2 months ago
  48. 1514caf Upgrades ktlint to 0.36.0 and re-enables no-unused-imports by Louis Pullen-Freilich · 4 years, 2 months ago
  49. dcb7220 Updated DrawScope and ContentDrawScope by Nader Jawad · 4 years, 2 months ago
  50. 4de16fe Refactor DrawScope size to be an instance of Size instead of PxSize by Nader Jawad · 4 years, 2 months ago
  51. 56c4f4a TextField has overridable default width by Anastasia Soboleva · 4 years, 2 months ago
  52. 73ff5e2 Use VisualTransformation.None instead of null by Anastasia Soboleva · 4 years, 2 months ago
  53. 155c3f3 Update TextField to use FocusModifier by Seigo Nonaka · 4 years, 2 months ago
  54. 57dca23 Add IME action, keyboard type, visual transformation by Anastasia Soboleva · 4 years, 2 months ago
  55. cd99ce7 Fix placeholder position issue when no label by Anastasia Soboleva · 4 years, 2 months ago
  56. 7e135dd Cursor color customisation. by Anastasia Soboleva · 4 years, 2 months ago
  57. 5f9e753 Rename LayoutModifier2 to LayoutModifier by Mihai Popa · 4 years, 3 months ago
  58. 6c044f9 Remove focusIdentifier and use FocusNode instance instead by Seigo Nonaka · 4 years, 3 months ago
  59. 0c8ddf5 Add trailing/leading and error state support by Anastasia Soboleva · 4 years, 3 months ago
  60. 49e27d2 Add tests to FilledTextField and renamed the file by Anastasia Soboleva · 4 years, 3 months ago[Renamed (88%) from ui/ui-material/src/main/java/androidx/ui/material/MaterialTextField.kt]
  61. 4410421 Merge onFocus/onBlur into a single callback in TextField by Anastasia Soboleva · 4 years, 3 months ago
  62. fbd7f9a Merge "Stop merging and providing text style as part of ProvideContentColor" into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  63. 68c8699 Change package name for CoreText and CoreTextField by Siyamed Sinir · 4 years, 3 months ago
  64. b6d8db2 Modifier is the new Modifier.None by Adam Powell · 4 years, 3 months ago
  65. c392cdd Stop merging and providing text style as part of ProvideContentColor by Louis Pullen-Freilich · 4 years, 3 months ago
  66. 54010b3 Change DrawModifier.drawContent() to accept Canvas. by George Mount · 4 years, 3 months ago
  67. 4a2564d Add Filled Text Field (first iteration). by Anastasia Soboleva · 4 years, 4 months ago