[go: nahoru, domu]

  1. ab19475 Refactors androidx.compose.ui:ui-text to the androidx.compose.ui.text package name by Louis Pullen-Freilich · 4 years ago
  2. fa97018 Merge "Hide DropdownPopup." into androidx-master-dev by Treehugger Robot · 4 years ago
  3. 480bb79 Use new Focus API for KeyInput by Ralston Da Silva · 4 years ago
  4. c016ae91 Fix demos by bringing back BaseTextField instead of CoreTextField. by Matvei Malkov · 4 years ago
  5. fd05f667 Hide DropdownPopup. by Filip Pavlis · 4 years ago
  6. ca6eca2 Refactors androidx.compose.foundation:foundation-text to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years ago
  7. 623e405 Refactors androidx.compose.foundation:foundation-layout to the androidx.compose.foundation.layout package name by Louis Pullen-Freilich · 4 years ago
  8. ddda7be Refactors androidx.compose.foundation:foundation to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years ago
  9. 356ab3e Refactors runtime extension libraries to their new androidx.compose.runtime package name by Louis Pullen-Freilich · 4 years ago
  10. 790b311 Rename material.FilledTextField to material.TextField and foundation.TextField to foundation.BaseTextField with experimental marker. by Matvei Malkov · 4 years ago
  11. bf014c1 Modifier.drawBackground -> Modifier.background by Matvei Malkov · 4 years ago
  12. 9f60cc7 Update FocusableDemo to use the new Focus Api by Ralston Da Silva · 4 years ago
  13. 7cf1c48 Deprecate Old Focus API by Ralston Da Silva · 4 years ago
  14. 3674533 Rename onFocusChange callback to onFocusChanged in text fields by Anastasia Soboleva · 4 years ago
  15. 235b4fa Deprecate Scroller. Introduce ScrollableColumn / ScrollableRow by Matvei Malkov · 4 years ago
  16. 3d03099 Migrates internal / unpublished modules to androidx.compose by Louis Pullen-Freilich · 4 years ago
  17. 4105f64 Merge "Add Experimental annotation for KeyInput" into androidx-master-dev by Treehugger Robot · 4 years ago
  18. 682f397 Support Compose in ViewGroups during composition by Mihai Popa · 4 years ago
  19. a309ee79 Add Experimental annotation for KeyInput by Ralston Da Silva · 4 years ago
  20. 854eadb Make KeyEvent an inline class by Ralston Da Silva · 4 years, 1 month ago
  21. ce9fa0d Merge "Parse <clip-path> of VectorDrawable" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  22. 543845e Parse <clip-path> of VectorDrawable by Yuichi Araki · 4 years, 1 month ago
  23. 5e382dd Remove layoutDirection parameter from MeasureBlock and IntrinsicsMeasureBlock by Anastasia Soboleva · 4 years, 1 month ago
  24. ca62bbb Implemention of scroll orientation locking. by Shep Shapard · 4 years, 2 months ago
  25. f2e0973 Delete PassThroughLayout, its users and layout flags by Alexandre Elias · 4 years, 1 month ago
  26. 19285b1 Composable Emits === by Leland Richardson · 4 years, 1 month ago
  27. 4d1d814 Rename Modifier.tag to Modifier.layoutId by Mihai Popa · 4 years, 1 month ago
  28. 6decc02 Rename AdapterList to LazyColumnItems by Andrey Kulikov · 4 years, 1 month ago
  29. 80c903f ui-core/autofill to MPP, tweaks. by Nikolay Igotti · 4 years, 1 month ago
  30. d6ab431 Merge "Remove obsolete comment in ViewInCompose.kt" into androidx-master-dev by Treehugger Robot · 4 years, 1 month ago
  31. a48d8f6 Remove obsolete comment in ViewInCompose.kt by Mihai Popa · 4 years, 1 month ago
  32. d6062f7 Add ability to get ViewModels from inside a composable function by Andrey Kulikov · 4 years, 2 months ago
  33. c2e5559 Use TextFieldValue in all TextFields by Siyamed Sinir · 4 years, 1 month ago
  34. 5934521 Handle removing PointerInputFilters synchronously by Shep Shapard · 4 years, 1 month ago
  35. ed111c7 Revert "Handling the removal of PointerInputFilters synchronously." by Shep Shapard · 4 years, 1 month ago
  36. 5953748 Fix Demo App - Replace IntPxSize with IntSize by Ralston Da Silva · 4 years, 1 month ago
  37. 7d0292f Merge "Handling the removal of PointerInputFilters synchronously." into androidx-master-dev by Shep Shapard · 4 years, 1 month ago
  38. 8f23757 Remove IntPx by George Mount · 4 years, 3 months ago
  39. 6069973 Handling the removal of PointerInputFilters synchronously. by Shep Shapard · 4 years, 1 month ago
  40. 78f4289 Updated pointer input bounds behavior. by Shep Shapard · 4 years, 2 months ago
  41. 6df0612 Replace PxPosition with Offset by Nader Jawad · 4 years, 1 month ago
  42. e6a9b33 Removal of Px usages part 5 of n by Nader Jawad · 4 years, 2 months ago
  43. 07c9e2c Reorganizing Gesture Demos by Shep Shapard · 4 years, 2 months ago
  44. 7b309d9 Merge "Improve TouchSlopExceededGestureFilter." into androidx-master-dev by Shep Shapard · 4 years, 2 months ago
  45. dd9e2bc Improve TouchSlopExceededGestureFilter. by Shep Shapard · 4 years, 2 months ago
  46. 765646f Merge "Share DrawScope instance across composition hierarchy" into androidx-master-dev by Nader Jawad · 4 years, 2 months ago
  47. 83a44b7 Share DrawScope instance across composition hierarchy by Nader Jawad · 4 years, 2 months ago
  48. 63fbc24 Dropdown menus - first iteration by Mihai Popa · 4 years, 3 months ago
  49. c271628 Merge "Removal of Px usages part 2 of n" into androidx-master-dev by Nader Jawad · 4 years, 2 months ago
  50. 22de791 Removal of Px usages part 2 of n by Nader Jawad · 4 years, 2 months ago
  51. 323b745 Modifier.clickable reimagined by Matvei Malkov · 4 years, 3 months ago
  52. 7cd98f7 Add onKeyEvent and onPreviewKeyEvent callbacks to Modifier.keyInputFilter by Ralston Da Silva · 4 years, 2 months ago
  53. 57f200f Merge "Report tap location on release." into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  54. e7d051f Report tap location on release. by Shep Shapard · 4 years, 2 months ago
  55. 965f21f Moved DrawScope out of painter package by Nader Jawad · 4 years, 2 months ago
  56. 7fea2ee Add a key input modifier by Ralston Da Silva · 4 years, 2 months ago
  57. acba7af Merge "Differentiate between tap and double tap." into androidx-master-dev by Treehugger Robot · 4 years, 2 months ago
  58. a6a588e Differentiate between tap and double tap. by Shep Shapard · 4 years, 3 months ago
  59. e9faa86 Move all focus code to androidx.ui.core.focus by Ralston Da Silva · 4 years, 2 months ago
  60. 5f4b5fd Add a placeholder Demo for KeyInput by Ralston Da Silva · 4 years, 2 months ago
  61. 3a54b94 Removes no longer needed parentheses in @Composable() annotations by Louis Pullen-Freilich · 4 years, 2 months ago
  62. 54370f1 Fix-ups from code review comments. by George Mount · 4 years, 2 months ago