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