[go: nahoru, domu]

  1. 3932121 Throw IllegalStateException on re-using keys by Dustin Lam · 4 years, 3 months ago
  2. 937dfa9 Mark RemoteMediator as experimental API by Dustin Lam · 4 years, 4 months ago
  3. 2fb5762 Merge "Mark PagingSource.getRefreshKey as experimental" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  4. 34f31e4 Mark PagingSource.getRefreshKey as experimental by Dustin Lam · 4 years, 4 months ago
  5. 4fbc22b Merge "Fix retry for RemoteMediator loads from APPEND / PREPEND" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  6. 3d6d60b Fix retry for RemoteMediator loads from APPEND / PREPEND by Dustin Lam · 4 years, 4 months ago
  7. 9c350b9 Merge "Move RemoteMediatorAccessor into its own file and add tests" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  8. c44fdb2 Replace LoadParams with a sealed class by Yigit Boyar · 4 years, 4 months ago
  9. d60125a Merge "Rename START / END to PREPEND / APPEND" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  10. be1814d Move RemoteMediatorAccessor into its own file and add tests by Dustin Lam · 4 years, 4 months ago
  11. bab6f38 Add OWNERS to testutils/testutils-paging by Dustin Lam · 4 years, 4 months ago
  12. 9c71367 Rename START / END to PREPEND / APPEND by Dustin Lam · 4 years, 4 months ago
  13. 15a724e Merge "Disable artifact generation for internal testutils" into androidx-master-dev by Dustin Lam · 4 years, 4 months ago
  14. 30b26f5 Disable artifact generation for internal testutils by Dustin Lam · 4 years, 4 months ago
  15. 6ea008b Fixing improper use of reflection in AnimationActivityTestRule.kt by Sam Gilbert · 4 years, 4 months ago
  16. cf0fb61 Set targetSdkVersion to API 29. by Aurimas Liutikas · 4 years, 5 months ago
  17. 6b98755 Adds `generateDocs` flag to allow opting out for docs generation by Louis Pullen-Freilich · 4 years, 5 months ago
  18. c351bfc Update kotlin to 1.3.70 by Dustin Lam · 4 years, 5 months ago
  19. 17e29be Update kotlin-coroutines to 1.3.4 by Dustin Lam · 4 years, 5 months ago
  20. 1cce672 Fix comments, notes and typos in LocaleTestUtils by Jelle Fresen · 4 years, 5 months ago
  21. 5e83ed3 Wait until activity has been destroyed to start recreation timeout by Alan Viverette · 4 years, 6 months ago
  22. 9cba029 Merge "Enable Activity Launch Avoidance" into androidx-master-dev by Sam Gilbert · 4 years, 6 months ago
  23. b947b35 Enable Activity Launch Avoidance by Chris Craik · 5 years ago
  24. 28f8a0a Merge "Test animation in an Activity" into androidx-master-dev by Dake Gu · 4 years, 7 months ago
  25. df60176 Test animation in an Activity by Dake Gu · 4 years, 7 months ago
  26. 0bc25bb Ensure onInflate is always called before Fragment is attached by Jeremy Woods · 4 years, 7 months ago
  27. 827a6a6 Merge "InspectionPlugin: dex code in aar" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  28. 9473104 Buffer / conflate last hint sent to hintChannel across generations by Dustin Lam · 4 years, 8 months ago
  29. 511969f InspectionPlugin: dex code in aar by Sergey Vasilinets · 4 years, 7 months ago
  30. 95235c5e Add signing config back by Sergey Vasilinets · 4 years, 8 months ago
  31. fe3324b Clean up code duplication in tests with gradleRunner by Sergey Vasilinets · 4 years, 8 months ago
  32. ea17a76 Merge "Add a new test rule to enable animation scale" into androidx-master-dev by Yigit Boyar · 4 years, 8 months ago
  33. c29430e Add a new test rule to enable animation scale by Yigit Boyar · 4 years, 8 months ago
  34. d3c7e85 Ensure StrictFragment does not ascend state with destroyed activity by Jeremy Woods · 4 years, 8 months ago
  35. 6f4a2ed Move RepeatRule to testutils-runtime by Jeremy Woods · 4 years, 8 months ago
  36. 9502ef7 Many, many night mode tests fixes by Chris Banes · 5 years ago
  37. 47fd275 ComponentActivity and Fragment set ViewTreeLifecycleOwner by Adam Powell · 4 years, 9 months ago
  38. c05561f Update android lint baseline by Aurimas Liutikas · 4 years, 9 months ago
  39. 1c2fe046 Migrate existing navigation-testing to internal testutils by Matthew Fraschilla · 4 years, 9 months ago
  40. 5e1cddb Move appcompat to the new proper directory structure by Sergey · 4 years, 10 months ago
  41. 2920620 Adds -PupdateLintBaseline parameter for lint by Louis Pullen-Freilich · 4 years, 10 months ago
  42. 09c38ac Fix nullability issues in testutils-runtime by Ian Lake · 4 years, 10 months ago
  43. f14ad35 Upgrade to AGP 3.6.0-alpha12 by Dustin Lam · 4 years, 11 months ago
  44. 2e75cdb Ensure that override configuration is always a diff of the base config by Alan Viverette · 5 years ago
  45. 0780f18 Create Truth assertion for NavController current destination by Matthew Fraschilla · 5 years ago
  46. 5ae985a Merge "Create LoadResult.Page, LoadResult.Error" into androidx-master-dev by Chris Craik · 5 years ago
  47. 9e5b63a Create LoadResult.Page, LoadResult.Error by Chris Craik · 5 years ago
  48. a20cbfd Merge changes I42fa22de,I046c1078 into androidx-master-dev by Dustin Lam · 5 years ago
  49. 05cf44d Remove Android dependency from testutils-ktx by Dustin Lam · 5 years ago
  50. bb8909f Move StrictFragment and TargetTracking to testutils by Jeremy Woods · 5 years ago
  51. 391dc4b Replace RC dependencies with stable releases by Ian Lake · 5 years ago
  52. 4f0002c Make PagedStorage private to paging-common by Chris Craik · 5 years ago
  53. 4dc5d13 Add padding test to PagerSnapHelper by Jelle Fresen · 5 years ago
  54. 3901aa0 Split testutils-truth into its own dependency by Ian Lake · 5 years ago
  55. 19dc44d Split testutils-appcompat into its own dependency by Ian Lake · 5 years ago
  56. 9c00f40 Split testutils-espresso into its own dependency by Ian Lake · 5 years ago
  57. 7abd043 Move testutils to new directory structure by Ian Lake · 5 years ago
  58. 7ce6c0a5 Remove unneeded deps from internal-testutils by Ian Lake · 5 years ago
  59. ae0d62a Disallow intercept touch after nested scroll consumed by Jelle Fresen · 5 years ago
  60. 4e1b012 Have NestedScrollView do nested scrolling in response to a11y scroll calls. by shepshapard · 5 years ago
  61. 73a6643 Use ToT Lifecycle for activity and fragment, v2 by Ian Lake · 5 years ago
  62. cda6105 Revert "Use ToT Lifecycle for activity and fragment" by Aurimas Liutikas · 5 years ago
  63. 559cd39 Use ToT Lifecycle for activity and fragment by Ian Lake · 5 years ago
  64. 695d670 Convert LifecycleOwnerUtils to LifecycleEventObserver by Ian Lake · 5 years ago
  65. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  66. 32a7dec Suppresses / fixes all unchecked javac errors and enables error tracking by Louis Pullen-Freilich · 5 years ago
  67. b5257d0 Move ActivityScenario.withActivity to testutils by Ian Lake · 5 years ago
  68. 8ad38ba Enables Kotlin interop lint checks by Louis Pullen-Freilich · 5 years ago
  69. 06305aa Update fragment to new directory structure by Ian Lake · 5 years ago
  70. 5d56896 Merge "Attempt to fix night mode test failures" into androidx-master-dev by Chris Banes · 5 years ago
  71. 47095f5 Attempt to fix night mode test failures by Chris Banes · 5 years ago
  72. 62d8f4b Merge changes I55a6714f,I7229feec into androidx-master-dev am: e5744803de by Aurimas Liutikas · 5 years ago
  73. e574480 Merge changes I55a6714f,I7229feec into androidx-master-dev by Aurimas Liutikas · 5 years ago
  74. e6f2ca4 Added a test for SwipeRefreshLayout to make sure the refresh state persists. by Sergey · 5 years ago
  75. 7184e9c Merge "Convert utils to ActivityTestRule Kotlin extensions" into androidx-master-dev by Ian Lake · 5 years ago
  76. aaf1247 Merge changes I0e2ddaf2,Ib6149248 into androidx-master-dev am: 0c38a3644b by Ian Lake · 5 years ago
  77. c9b7a7a Convert utils to ActivityTestRule Kotlin extensions by Ian Lake · 5 years ago
  78. c8050c6 Removed unused waitForActivityDrawn() methods by Ian Lake · 5 years ago
  79. 872846b Convert RecreatedAppCompatActivity to Kotlin by Ian Lake · 5 years ago
  80. bdd9fcc Merge "Fix spinner horizontal offset" into androidx-master-dev am: 5480ef7882 by Cătălin Tudor · 5 years ago
  81. 212b927 Fix spinner horizontal offset by Cătălin Tudor · 5 years ago
  82. af15c68 Attempt to fix various NightModeTestCase failures by Chris Banes · 5 years ago
  83. 612c635 Merge "Manually perform SwipeToLocation for API < 16" into androidx-master-dev by Jelle Fresen · 5 years ago
  84. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  85. 6c1744d Manually perform SwipeToLocation for API < 16 by Jelle Fresen · 5 years ago
  86. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  87. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  88. 2f634ee Convert @ContentView to constructor annotation by Ian Lake · 5 years ago
  89. 7ffd65e Convert RecreatedActivity and subclasses to Kotlin by Ian Lake · 5 years ago
  90. 16b8c8b Fixes for Night Mode tests by Chris Banes · 6 years ago
  91. c8a0f77 Add new ActivityCompat.recreate() by Chris Banes · 6 years ago
  92. 87099db Add ability to disable user swiping in ViewPager2 by Jelle Fresen · 6 years ago
  93. 4f32791 Make waitForActivityDrawn work on API < 16 by Jelle Fresen · 6 years ago
  94. b66cc69 Wait until TestActivity is drawn before continuing by Jelle Fresen · 6 years ago
  95. badf2f8 Migrate away from deprecated test classes by Alan Viverette · 6 years ago
  96. 7ae0b21 Send idle event when fling ends at snapped position by Jelle Fresen · 6 years ago
  97. 5ba2d41 migrating from NO_DOCS to toolingProject by Jeff Gaston · 6 years ago
  98. ceeb304 RecyclerView nested scrolling 3 implementaiton. by shepshapard · 6 years ago
  99. 3f9ceb6 Move to androidx.test for tests. by Aurimas Liutikas · 6 years ago
  100. fd945dc Fix remaining error-prone warnings and enable it for debug variant. by Aurimas Liutikas · 6 years ago