1. d65723b Merge "Add a demo of building a custom PIN input with BasicTextField2." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  2. c7eec53 Merge "Revert "Fix regression b/276792587"" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  3. a3c2042 Add a demo of building a custom PIN input with BasicTextField2. by Zach Klippenstein · 1 year, 4 months ago
  4. 6d3bc2e Merge "BasicTextField2 further docs polish" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  5. 919184b Revert "Fix regression b/276792587" by Siyamed Sinir · 1 year, 4 months ago
  6. 3cb68bb Merge "Polish the documentation for BasicTextField2." into androidx-main by Zach Klippenstein · 1 year, 4 months ago
  7. a33f98c BasicTextField2 further docs polish by Halil Ozercan · 1 year, 4 months ago
  8. 0916316 Merge "Add extensions to TextFieldState for observing changes." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  9. 896cb13 Polish the documentation for BasicTextField2. by Zach Klippenstein · 1 year, 4 months ago
  10. d5c4ca7 Merge "Apply SingleLineCodepointTransformation to SingleLine BasicTextField2" into androidx-main by Zach Klippenstein · 1 year, 4 months ago
  11. c7d5297 Add extensions to TextFieldState for observing changes. by Zach Klippenstein · 1 year, 4 months ago
  12. 5896bd6 Apply SingleLineCodepointTransformation to SingleLine BasicTextField2 by Halil Ozercan · 1 year, 4 months ago
  13. 12fb272 Merge "SdkSuppress a new test for BasicTextField2" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  14. 7e7c417 Merge "Rename TextFieldState.value property to text." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  15. af1fde5 SdkSuppress a new test for BasicTextField2 by Halil Ozercan · 1 year, 4 months ago
  16. b5bab95 Rename TextFieldState.value property to text. by Zach Klippenstein · 1 year, 4 months ago
  17. aa91a79 Delegate pointer events from TextFieldDecoratorModifierNode by Halil Ozercan · 1 year, 4 months ago
  18. 1d34c11 Re-show keyboard when clicked on already focused BasicTextField2 by Halil Ozercan · 1 year, 4 months ago
  19. 72eedc5 Remove secureContent from BasicTextField2 by Halil Ozercan · 1 year, 4 months ago
  20. 36a0dcd Merge "Misc polish for BTF2 APIs." into androidx-main by Zach Klippenstein · 1 year, 4 months ago
  21. 1134fe9 Merge "Disable flaking cursorNotBlinking_whileTyping test" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  22. 8243c6c Misc polish for BTF2 APIs. by Zach Klippenstein · 1 year, 4 months ago
  23. 54dbe0d Merge changes I979dba84,Ic8d736ff into androidx-main by Zach Klippenstein · 1 year, 4 months ago
  24. 20ef139 Merge "Remove the system settings check from BasicSecureTextField." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  25. 1fd7987 Disable flaking cursorNotBlinking_whileTyping test by Aurimas Liutikas · 1 year, 4 months ago
  26. bf0a022 Remove the system settings check from BasicSecureTextField. by Zach Klippenstein · 1 year, 4 months ago
  27. df51ed6 Merge "Fix regression b/276792587" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  28. 6c133e5 Rename selection to selectionInChars. by Zach Klippenstein · 1 year, 4 months ago
  29. 03aaae1 Get TextFieldValue out of public BasicTextField2 API. by Zach Klippenstein · 1 year, 4 months ago
  30. 84c7b31 Fix regression b/276792587 by Sean McQuillan · 1 year, 4 months ago
  31. dbf154e Merge "Introduce BasicSecureTextField in text2" into androidx-main by Zach Klippenstein · 1 year, 4 months ago
  32. e151795 Merge "Ignoring failing tests" into androidx-main by Radha Nakade · 1 year, 4 months ago
  33. db002ab Introduce BasicSecureTextField in text2 by Halil Ozercan · 1 year, 4 months ago
  34. a5aaaea Merge "Support additional shortcuts in TextField for parity with EditText" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  35. 9d7459f Support additional shortcuts in TextField for parity with EditText by Grant Toepfer · 1 year, 4 months ago
  36. a563e26 Revert "Revert "Combine min/max lines into a single parameter."" by Zach Klippenstein · 1 year, 4 months ago
  37. 1555be3 Merge "Revert "Combine min/max lines into a single parameter."" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  38. 6d9477d Revert "Combine min/max lines into a single parameter." by Aurimas Liutikas · 1 year, 4 months ago
  39. eb5c014 Merge "Combine min/max lines into a single parameter." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  40. 7e091ca Combine min/max lines into a single parameter. by Zach Klippenstein · 1 year, 4 months ago
  41. c6956d3 Add the ability for TextEditFilters to specify default keyboard options. by Zach Klippenstein · 1 year, 4 months ago
  42. ad995a8 Merge "Replace MutableTextFieldValueWithSelection.resetTo with revertAllChanges." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  43. 617e5f2 Merge "Fixes flaky OverscrollTest on API 21" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  44. a878db68 Fixes flaky OverscrollTest on API 21 by Louis Pullen-Freilich · 1 year, 4 months ago
  45. 2c7d816 Merge "Migrate pointerInput handling in clickable to Modifier.Node" into androidx-main by Louis Pullen-Freilich · 1 year, 4 months ago
  46. f884d9f Replace MutableTextFieldValueWithSelection.resetTo with revertAllChanges. by Zach Klippenstein · 1 year, 4 months ago
  47. c1a41f7 Merge "Migrate MouseWheel modifier to Modifier.Node" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  48. 5e83d8c Merge "Re-enable TextField2 failing tests" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  49. 1abc1e0 Merge "Disable some BasicTextField2 tests on API21" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  50. 1466353 Re-enable TextField2 failing tests by Levi Albuquerque · 1 year, 4 months ago
  51. 70407fa8 Migrate MouseWheel modifier to Modifier.Node by Levi Albuquerque · 1 year, 4 months ago
  52. 45f8ce9 Merge "getModifierInfo now correctly returns graphicsLayer info" into androidx-main by Sean McQuillan · 1 year, 4 months ago
  53. 6e4c5dee Merge "Revert "Convert Compose to use Collections KMP Structure"" into androidx-main by Aurimas Liutikas · 1 year, 4 months ago
  54. 9e2473c Disable some BasicTextField2 tests on API21 by Halil Ozercan · 1 year, 4 months ago
  55. f9b6c9a Merge "Improve TextFieldKeyEventTest for BasicTextField2" into androidx-main by Halil Ozercan · 1 year, 4 months ago
  56. 625ae80 Ignoring failing tests by Radha Nakade · 1 year, 4 months ago
  57. 3ef44b3 Merge "Make FlowLayouts inline" into androidx-main by Uchenna Okoye · 1 year, 4 months ago
  58. 22d139f Revert "Convert Compose to use Collections KMP Structure" by Aurimas Liutikas · 1 year, 4 months ago
  59. a6c9f0b Merge "Add change tracking to MutableTextFieldValue." into androidx-main by Zach Klippenstein · 1 year, 4 months ago
  60. 381d861 Improve TextFieldKeyEventTest for BasicTextField2 by Halil Ozercan · 1 year, 4 months ago
  61. 9a64bfc Merge changes from topic "btf2-keyboard-actions" into androidx-main by Halil Ozercan · 1 year, 4 months ago
  62. 80151c2 Merge "Migrate onFocusedBoundsChanged modifier to Modifier.Node" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  63. 0fecbe0 Merge "Migrate FocusableInNonTouchMode to Modifier.Node" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  64. 30907fa Add change tracking to MutableTextFieldValue. by Zach Klippenstein · 1 year, 4 months ago
  65. d20629f getModifierInfo now correctly returns graphicsLayer info by Sean McQuillan · 1 year, 4 months ago
  66. a91ae2e Fix issue with scrollable Column losing touch events. by Levi Albuquerque · 1 year, 4 months ago
  67. 9bb27ce Migrate onFocusedBoundsChanged modifier to Modifier.Node by Levi Albuquerque · 1 year, 4 months ago
  68. b302dea Migrate FocusableInNonTouchMode to Modifier.Node by Levi Albuquerque · 1 year, 4 months ago
  69. a733905 Merge "Fix measure of staggered grid item with multiple placeables" into androidx-main by Andrei Shikov · 1 year, 4 months ago
  70. 8147802 Merge "Migrate Focusable to Modifier.Node" into androidx-main by Levi Albuquerque · 1 year, 4 months ago
  71. 105648d Migrate Focusable to Modifier.Node by Louis Pullen-Freilich · 1 year, 5 months ago
  72. d0cc8a9 Migrate pointerInput handling in clickable to Modifier.Node by Louis Pullen-Freilich · 1 year, 4 months ago
  73. 51cc0c0 Merge "Give TextFieldState a Saver object and rememberTextFieldState." into androidx-main by Treehugger Robot · 1 year, 4 months ago
  74. 1d062e2 Add keyboard visibility controls to TextInputSession by Halil Ozercan · 1 year, 4 months ago
  75. e3602e8 KeyboardActions in BasicTextField2 by Halil Ozercan · 1 year, 4 months ago
  76. 0f82123 Merge "Make TextEditFilter use MutableTextFieldValueWithSelection." into androidx-main by Zach Klippenstein · 1 year, 4 months ago
  77. a747e58 Merge "Convert Compose to use Collections KMP Structure" into androidx-main by Treehugger Robot · 1 year, 4 months ago
  78. ec41c70 Make TextEditFilter use MutableTextFieldValueWithSelection. by Zach Klippenstein · 1 year, 4 months ago
  79. d77017b Convert Compose to use Collections KMP Structure by Jim Sproch · 1 year, 6 months ago
  80. 6f0fb59 Give TextFieldState a Saver object and rememberTextFieldState. by Zach Klippenstein · 1 year, 4 months ago
  81. 687ecbe Fix 2D focus search perf issue by Ralston Da Silva · 1 year, 4 months ago
  82. bccfbdd Fix measure of staggered grid item with multiple placeables by Andrei Shikov · 1 year, 4 months ago
  83. d05adbb Make FlowLayouts inline by Faithful Uchenna Okoye · 1 year, 4 months ago
  84. 79041e8 Address nit feedback on aosp/2512127 and aosp/2500547. by Zach Klippenstein · 1 year, 4 months ago
  85. dd222dff Move filter from property on TextFieldState to param on BasicTextField2. by Zach Klippenstein · 1 year, 4 months ago
  86. cfa70bd Merge "Implement basic TextFieldState.edit." into androidx-main by Zach Klippenstein · 1 year, 4 months ago
  87. 89b9f8e Merge "Modifier.Node migration for Box modifiers" into androidx-main by Uchenna Okoye · 1 year, 4 months ago
  88. 25c0f8f Implement basic TextFieldState.edit. by Zach Klippenstein · 1 year, 4 months ago
  89. b347eb0 Add some hooks to integration test full pipeline from BTF2 to platform. by Zach Klippenstein · 1 year, 4 months ago
  90. 8351f6a Modifier.Node migration for Box modifiers by Faithful Uchenna Okoye · 1 year, 5 months ago