[go: nahoru, domu]

  1. a7eeb10 Refactors androidx.compose.ui:ui-unit to the androidx.compose.ui.unit package name by Louis Pullen-Freilich · 4 years ago
  2. 4dc4dac Refactors androidx.compose.ui:ui-graphics to the androidx.compose.ui.graphics package name by Louis Pullen-Freilich · 4 years ago
  3. 56f5ea8 Add tests for Text/TextField Semantics by yingleiw · 4 years ago
  4. fdf0807 ui-material to MPP by Louis Pullen-Freilich · 4 years ago[Renamed from ui/ui-material/src/androidTest/java/androidx/ui/material/TabTest.kt]
  5. 623e405 Refactors androidx.compose.foundation:foundation-layout to the androidx.compose.foundation.layout package name by Louis Pullen-Freilich · 4 years ago
  6. ddda7be Refactors androidx.compose.foundation:foundation to the androidx.compose.foundation package name by Louis Pullen-Freilich · 4 years ago
  7. bf014c1 Modifier.drawBackground -> Modifier.background by Matvei Malkov · 4 years ago
  8. 659ea72 Refactor testing APIs to the final proposal. by Filip Pavlis · 4 years ago
  9. 028c0d5 Final migration of material size tests. by Filip Pavlis · 4 years ago
  10. d7ead69 Fixes TabTest failing on wide (landscape) devices by Louis Pullen-Freilich · 4 years ago
  11. b06d5d9 Migrate snackbar tests and clean up TabTest. by Filip Pavlis · 4 years, 1 month ago
  12. 0794a7a Add testing APIs for positions. by Filip Pavlis · 4 years, 1 month ago
  13. 08c4795 Return non-null from Placeable#get(AlignmentLine) by Mihai Popa · 4 years, 1 month ago
  14. 8f23757 Remove IntPx by George Mount · 4 years, 2 months ago
  15. 6df0612 Replace PxPosition with Offset by Nader Jawad · 4 years, 1 month ago
  16. 16e330a Removal of Px usages part 7 of 7 by Nader Jawad · 4 years, 2 months ago
  17. 63153c1 Removal of Px usages part 6 of n by Nader Jawad · 4 years, 2 months ago
  18. e6a9b33 Removal of Px usages part 5 of n by Nader Jawad · 4 years, 2 months ago
  19. feb99f8 Removal of Px usages part 3 of n by Nader Jawad · 4 years, 2 months ago
  20. 21b8c20 Redesign SemanticsMatcher and nodes collection. by Filip Pavlis · 4 years, 3 months ago
  21. ba4927c Enable more inline classes after inline class cross-module fix. by Mads Ager · 4 years, 3 months ago
  22. 68c8699 Change package name for CoreText and CoreTextField by Siyamed Sinir · 4 years, 3 months ago
  23. 6fdb250 Migrate sync methods out of ComposeTestRule. by Filip Pavlis · 4 years, 3 months ago
  24. 5f07ae8 State<T> property delegation by Adam Powell · 4 years, 3 months ago
  25. 75c42d0 Deprecate ColoredRect by Matvei Malkov · 4 years, 3 months ago
  26. 999a89b Fluent modifiers by Adam Powell · 4 years, 4 months ago
  27. 152f727 Fixes TabTest on wide devices, such as tablets by Louis Pullen-Freilich · 4 years, 4 months ago
  28. 864876b Merge changes I8e1d6459,I87ce5661,I3ab49b12 into androidx-master-dev by Louis Pullen-Freilich · 4 years, 4 months ago
  29. 0d04438 Migrates consumers to ui-foundation Text from ui-framework Text by Louis Pullen-Freilich · 4 years, 4 months ago
  30. 9dcdc12 Adds modifiers to TabRow and Tab by Louis Pullen-Freilich · 4 years, 4 months ago
  31. 201726d Replace Container with Box for material components by Matvei Malkov · 4 years, 4 months ago
  32. 5e1cce4 Remove OnChildPositioned from TabTest by George Mount · 4 years, 4 months ago
  33. 602ef01 Move Surface and Card by Andrey Kulikov · 4 years, 4 months ago
  34. ac9b440 Refactors Tabs to have slots for text and icon by Louis Pullen-Freilich · 4 years, 4 months ago
  35. cd255fb Wrap conditions with SemanticsPredicate. by Filip Pavlis · 4 years, 6 months ago
  36. 47f0e1a Merge Density and DensityScope. Remove ambientDensity() by Andrey Kulikov · 4 years, 5 months ago
  37. 30f5669 Adds light/dark theme default mappings for AppBar and Tabs by Louis Pullen-Freilich · 4 years, 5 months ago
  38. 8baef7a Change LayoutCoordinates to have size in IntPxSize. by George Mount · 4 years, 6 months ago
  39. 842c8c1 Change module and package of Dp, IntPx, etc to unit. by George Mount · 4 years, 6 months ago
  40. e63b30c Cleanup material tests. by Filip Pavlis · 4 years, 6 months ago
  41. 7f848ab Refactor effects to @Composable by Leland Richardson · 4 years, 7 months ago
  42. 4d44814 Tab polishing by Louis Pullen-Freilich · 4 years, 9 months ago
  43. dde079c Use ViewComposer as fallback during compile, remove unused composer imports by Leland Richardson · 4 years, 9 months ago
  44. b3f8bce Scrooooooooooooooooooooooollable tabs by Louis Pullen-Freilich · 4 years, 10 months ago
  45. a0c2bec Remove RippleSurface, simplify Ripple implementation by Andrey Kulikov · 4 years, 10 months ago
  46. 2e85a74 Fix drawing without layout after recomposition by Mihai Popa · 4 years, 10 months ago
  47. 2f85f62 Ignore tabRow_indicatorPosition test by Calin Tataru · 4 years, 10 months ago
  48. 8c5d038 Move Alignment to ui-core. by Qingqing Deng · 4 years, 10 months ago
  49. ad98353 Moved graphics APIs out of painting package by Nader Jawad · 4 years, 10 months ago
  50. 6cd5719 New Semantics API by Ryan Mentley · 5 years ago
  51. 14bbf89 Adds support for custom indicators in TabRow by Louis Pullen-Freilich · 5 years ago
  52. 804bee4 Add missing tests for ui-foundation by Matvei Malkov · 5 years ago
  53. 18a13a6 Updates compose module structure to AndroidX guidelines by Louis Pullen-Freilich · 5 years ago[Renamed from ui/material/src/androidTest/java/androidx/ui/material/TabTest.kt]
  54. 664b254 Merge "Wire up intrinsic measurements for Text" into androidx-master-dev by Mihai Popa · 5 years ago