[go: nahoru, domu]

  1. fbfc721 Restructure Macrobenchmark modules by Chris Craik · 3 years, 7 months ago
  2. 4cc61bc [GH] Add fromSavedState handle method to generated nav args by Simon Schiller · 3 years, 7 months ago
  3. b9074a7 Workaround for lint check severity issue in 27.2.0-beta02 by Alan Viverette · 3 years, 7 months ago
  4. 81b1652 Allow differ.refresh() to also trigger remote refresh by Dustin Lam · 3 years, 8 months ago
  5. f0470c4 Merge "Add PackageInfoCompat signature verification APIs" into androidx-master-dev by Treehugger Robot · 3 years, 8 months ago
  6. 53c68e3 Fix direct transition from VIEW_CREATED to CREATED by Ian Lake · 3 years, 9 months ago
  7. 2ed00f1 Merge "Add a callback for AsyncDiffer to update presenter state before ListUpdateCallback triggers" into androidx-master-dev by Dustin Lam · 3 years, 9 months ago
  8. 07cd249 Add a callback for AsyncDiffer to update presenter state before ListUpdateCallback triggers by Dustin Lam · 3 years, 9 months ago
  9. fb2969a Make PagingSource.getRefreshKey stable API by Dustin Lam · 3 years, 9 months ago
  10. aba42ee RxDataMigration and RxSharedPreferencesMigration. by rohitsat13 · 3 years, 9 months ago
  11. cfd1258 Ensure legacy data source is always created on the fetcher by Yigit Boyar · 3 years, 9 months ago
  12. b03819f Make CombinedLoadState helpers more useful. by Dustin Lam · 3 years, 9 months ago
  13. 6d4cbbf Preserve PagingState across generations if no hint received by Dustin Lam · 3 years, 10 months ago
  14. 19b28c0 Android Gradle Plugin 4.2.0-alpha15 by Jeff Gaston · 3 years, 10 months ago
  15. 0db72ea Ban reflection that is not enclosed within a API check conditional by Oussama Ben Abdelbaki · 3 years, 10 months ago
  16. 24227ee Make internal-testutils-navigation available to compose studio by Jeremy Woods · 3 years, 10 months ago
  17. b309cde Add PackageInfoCompat signature verification APIs by Winson · 4 years ago
  18. 34074ac testutils-appcompat depend on latest annotation-experimental by Jeff Gaston · 3 years, 10 months ago
  19. f86129d RemoteMediatorAccessor Refactor by Yigit Boyar · 3 years, 11 months ago
  20. 0680b89 Ensure kotlin invalidate callbacks are called by WrapperDataSources by Dustin Lam · 4 years ago
  21. 1d9d100 Merge "Formatting for ktlint 0.39.0" into androidx-master-dev by Treehugger Robot · 3 years, 11 months ago
  22. 5d7cebf Formatting for ktlint 0.39.0 by Jeff Gaston · 4 years ago
  23. cc52496 Formatting for ktlint 0.39.0 by Jeff Gaston · 4 years ago
  24. a003ad0 [GH] PagingData transformation functions by Simon Schiller · 4 years ago
  25. dd0931f Add new lint check to detect practices that could inhibit ART optimization by Oussama Ben Abdelbaki · 4 years, 1 month ago
  26. c3d1fd7 Remove empty baseline files by Oussama Ben Abdelbaki · 4 years ago
  27. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 4 years ago
  28. 93e69a2 Prevent ClosedSendChannelException when using synchronous submitData by Dustin Lam · 4 years, 1 month ago
  29. b5e4aa03 Allow local REFRESH even if remote REFRESH fails by Dustin Lam · 4 years, 2 months ago
  30. 347182a Update baselines for Android 11, fix weird Kotlin compiler error by Alan Viverette · 4 years, 2 months ago
  31. 506ab64d Upgrade to androidx.test 1.3.0-rc01 by Aurimas Liutikas · 4 years, 3 months ago
  32. fa0bb11 Merge "Move coverage to only be enabled in CI." into androidx-master-dev by Treehugger Robot · 4 years, 3 months ago
  33. edd82e7 Move coverage to only be enabled in CI. by Aurimas Liutikas · 4 years, 5 months ago
  34. 79fc883 Always verifyAndClear each transition in tests by Ian Lake · 4 years, 3 months ago
  35. 992af3f Track entering and exiting Views separately in tests by Ian Lake · 4 years, 3 months ago
  36. fa82269 Use LoadStates in LoadStateListener public API by Dustin Lam · 4 years, 3 months ago
  37. 3932121 Throw IllegalStateException on re-using keys by Dustin Lam · 4 years, 3 months ago
  38. 937dfa9 Mark RemoteMediator as experimental API by Dustin Lam · 4 years, 4 months ago
  39. 2fb5762 Merge "Mark PagingSource.getRefreshKey as experimental" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  40. 34f31e4 Mark PagingSource.getRefreshKey as experimental by Dustin Lam · 4 years, 4 months ago
  41. 4fbc22b Merge "Fix retry for RemoteMediator loads from APPEND / PREPEND" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  42. 3d6d60b Fix retry for RemoteMediator loads from APPEND / PREPEND by Dustin Lam · 4 years, 4 months ago
  43. 9c350b9 Merge "Move RemoteMediatorAccessor into its own file and add tests" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  44. c44fdb2 Replace LoadParams with a sealed class by Yigit Boyar · 4 years, 4 months ago
  45. d60125a Merge "Rename START / END to PREPEND / APPEND" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  46. be1814d Move RemoteMediatorAccessor into its own file and add tests by Dustin Lam · 4 years, 4 months ago
  47. bab6f38 Add OWNERS to testutils/testutils-paging by Dustin Lam · 4 years, 4 months ago
  48. 9c71367 Rename START / END to PREPEND / APPEND by Dustin Lam · 4 years, 4 months ago
  49. 15a724e Merge "Disable artifact generation for internal testutils" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  50. 30b26f5 Disable artifact generation for internal testutils by Dustin Lam · 4 years, 4 months ago
  51. 6ea008b Fixing improper use of reflection in AnimationActivityTestRule.kt by Sam Gilbert · 4 years, 4 months ago
  52. cf0fb61 Set targetSdkVersion to API 29. by Aurimas Liutikas · 4 years, 5 months ago
  53. 6b98755 Adds `generateDocs` flag to allow opting out for docs generation by Louis Pullen-Freilich · 4 years, 5 months ago
  54. c351bfc Update kotlin to 1.3.70 by Dustin Lam · 4 years, 5 months ago
  55. 17e29be Update kotlin-coroutines to 1.3.4 by Dustin Lam · 4 years, 5 months ago
  56. 1cce672 Fix comments, notes and typos in LocaleTestUtils by Jelle Fresen · 4 years, 6 months ago
  57. 5e83ed3 Wait until activity has been destroyed to start recreation timeout by Alan Viverette · 4 years, 6 months ago
  58. 9cba029 Merge "Enable Activity Launch Avoidance" into androidx-master-dev by Sam Gilbert · 4 years, 6 months ago
  59. b947b35 Enable Activity Launch Avoidance by Chris Craik · 5 years ago
  60. 28f8a0a Merge "Test animation in an Activity" into androidx-master-dev by Dake Gu · 4 years, 7 months ago
  61. df60176 Test animation in an Activity by Dake Gu · 4 years, 7 months ago
  62. 0bc25bb Ensure onInflate is always called before Fragment is attached by Jeremy Woods · 4 years, 7 months ago
  63. 827a6a6 Merge "InspectionPlugin: dex code in aar" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  64. 9473104 Buffer / conflate last hint sent to hintChannel across generations by Dustin Lam · 4 years, 8 months ago
  65. 511969f InspectionPlugin: dex code in aar by Sergey Vasilinets · 4 years, 8 months ago
  66. 95235c5e Add signing config back by Sergey Vasilinets · 4 years, 8 months ago
  67. fe3324b Clean up code duplication in tests with gradleRunner by Sergey Vasilinets · 4 years, 8 months ago
  68. ea17a76 Merge "Add a new test rule to enable animation scale" into androidx-master-dev by Yigit Boyar · 4 years, 8 months ago
  69. c29430e Add a new test rule to enable animation scale by Yigit Boyar · 4 years, 8 months ago
  70. d3c7e85 Ensure StrictFragment does not ascend state with destroyed activity by Jeremy Woods · 4 years, 8 months ago
  71. 6f4a2ed Move RepeatRule to testutils-runtime by Jeremy Woods · 4 years, 8 months ago
  72. 9502ef7 Many, many night mode tests fixes by Chris Banes · 5 years ago
  73. 47fd275 ComponentActivity and Fragment set ViewTreeLifecycleOwner by Adam Powell · 4 years, 9 months ago
  74. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 9 months ago
  75. 1c2fe046 Migrate existing navigation-testing to internal testutils by Matthew Fraschilla · 4 years, 9 months ago
  76. 5e1cddb Move appcompat to the new proper directory structure by Sergey · 4 years, 10 months ago
  77. 2920620 Adds -PupdateLintBaseline parameter for lint by Louis Pullen-Freilich · 4 years, 10 months ago
  78. 09c38ac Fix nullability issues in testutils-runtime by Ian Lake · 4 years, 10 months ago
  79. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 5 years ago
  80. 2e75cdb Ensure that override configuration is always a diff of the base config by Alan Viverette · 5 years ago
  81. 0780f18 Create Truth assertion for NavController current destination by Matthew Fraschilla · 5 years ago
  82. 5ae985a Merge "Create LoadResult.Page, LoadResult.Error" into androidx-master-dev by Chris Craik · 5 years ago
  83. 9e5b63a Create LoadResult.Page, LoadResult.Error by Chris Craik · 5 years ago
  84. a20cbfd Merge changes I42fa22de,I046c1078 into androidx-master-dev by Dustin Lam · 5 years ago
  85. 05cf44d Remove Android dependency from testutils-ktx by Dustin Lam · 5 years ago
  86. bb8909f Move StrictFragment and TargetTracking to testutils by Jeremy Woods · 5 years ago
  87. 391dc4b Replace RC dependencies with stable releases by Ian Lake · 5 years ago
  88. 4f0002c Make PagedStorage private to paging-common by Chris Craik · 5 years ago
  89. 4dc5d13 Add padding test to PagerSnapHelper by Jelle Fresen · 5 years ago
  90. 3901aa0 Split testutils-truth into its own dependency by Ian Lake · 5 years ago
  91. 19dc44d Split testutils-appcompat into its own dependency by Ian Lake · 5 years ago
  92. 9c00f40 Split testutils-espresso into its own dependency by Ian Lake · 5 years ago
  93. 7abd043 Move testutils to new directory structure by Ian Lake · 5 years ago
  94. 7ce6c0a5 Remove unneeded deps from internal-testutils by Ian Lake · 5 years ago
  95. ae0d62a Disallow intercept touch after nested scroll consumed by Jelle Fresen · 5 years ago
  96. 4e1b012 Have NestedScrollView do nested scrolling in response to a11y scroll calls. by shepshapard · 5 years ago
  97. 73a6643 Use ToT Lifecycle for activity and fragment, v2 by Ian Lake · 5 years ago
  98. cda6105 Revert "Use ToT Lifecycle for activity and fragment" by Aurimas Liutikas · 5 years ago
  99. 559cd39 Use ToT Lifecycle for activity and fragment by Ian Lake · 5 years ago
  100. 695d670 Convert LifecycleOwnerUtils to LifecycleEventObserver by Ian Lake · 5 years ago