[go: nahoru, domu]

  1. 08f1a39 Fix Activity macrobenchmarks by Chris Craik · 5 months ago
  2. acb4252 Update profileinstaller in androidx to 1.3.1 for U support by Chris Craik · 5 months ago
  3. 6e9bc6d Correct nullability of extends and implements lists by Paul Duffin · 5 months ago
  4. 98e7ce5a Remove sanura and aelias from OWNERS by Aurimas Liutikas · 6 months ago
  5. ae9475f Refresh .ignore files prior to updating Metalava by Paul Duffin · 6 months ago
  6. 068def2 Merge "ACTIVITY = "1.9.0-beta01" Test: ./gradlew buildOnServer" into androidx-main by Treehugger Robot · 6 months ago
  7. d6f0f00 Clean up .ignore files by Paul Duffin · 6 months ago
  8. 1e9a16d ACTIVITY = "1.9.0-beta01" Test: ./gradlew buildOnServer by Prajakta Patil · 6 months ago
  9. 6700b61 Remove targetsJavaConsumers by omarismail · 6 months ago
  10. 637932a Merge "Improve performance for Activity startup via back dispatcher" into androidx-main by Jeremy Woods · 6 months ago
  11. 4562d1f Merge "Add MacroBenchmark for Activity Startup" into androidx-main by Jeremy Woods · 6 months ago
  12. 55777c1 Improve performance for Activity startup via back dispatcher by Jeremy Woods · 7 months ago
  13. fb8071a Add MacroBenchmark for Activity Startup by Jeremy Woods · 7 months ago
  14. aa2e982 Fix layoutInDisplayCutoutMode on API29 by Yuichi Araki · 6 months ago
  15. 2c950d0 Add lint rule for calling onBackPressed in BackHandler by Jeremy Woods · 7 months ago
  16. fb548c1 Merge "Add lint rule for calling onBackPressed in callback" into androidx-main by Treehugger Robot · 7 months ago
  17. 1e4222b Add lint rule for calling onBackPressed in callback by Jeremy Woods · 7 months ago
  18. dd5e951 Merge "Harden ActivityResultRegistry's onRestoreInstanceState" into androidx-main by Treehugger Robot · 7 months ago
  19. 5f66a42 Harden ActivityResultRegistry's onRestoreInstanceState by Ian Lake · 7 months ago
  20. 51f09b8 Fix failing back cancel back test by Jeremy Woods · 7 months ago
  21. 69ab3a7 Merge "Do not allow multiple started OnBackPressCallbacks" into androidx-main by Treehugger Robot · 7 months ago
  22. 2b16a2e Do not allow multiple started OnBackPressCallbacks by Jeremy Woods · 7 months ago
  23. d3193fe Fix first dispatcher access on background thread by Ian Lake · 7 months ago
  24. b6168ae Merge changes from topic "convert_consumer" into androidx-main by Treehugger Robot · 7 months ago
  25. 1c85189 Convert Consumer to Kotlin by Ian Lake · 7 months ago
  26. a817dd9 Pin dependencies on androidx annotation by natnaelbelay · 7 months ago
  27. e507324 Merge "Add samples' source jars as published artifacts to sampling libraries" into androidx-main by Owen Gray · 7 months ago
  28. 96be208 Add samples' source jars as published artifacts to sampling libraries by Owen Gray · 9 months ago
  29. c9d1117 Merge "Revert "Disable flaky ComponentActivity test on API 30"" into androidx-main by Treehugger Robot · 7 months ago
  30. 9056bb6 Merge "Revert "Disable flaky tests on API 30 caused by platform leaks"" into androidx-main by Treehugger Robot · 7 months ago
  31. d03062f Revert "Disable flaky ComponentActivity test on API 30" by Jeremy Woods · 7 months ago
  32. c450327 Revert "Disable flaky tests on API 30 caused by platform leaks" by Jeremy Woods · 7 months ago
  33. 108fa4f Merge "Add more context to BanUncheckedReflection lint error message" into androidx-main by Tiem Song · 7 months ago
  34. 7e943e4 Add more context to BanUncheckedReflection lint error message by Tiem Song · 8 months ago
  35. b8eda3d Allow ViewModels to store Closeables by key by Ian Lake · 8 months ago
  36. e087db1 Merge changes from topic "314048186_experimental_lint_bugfix" into androidx-main by Treehugger Robot · 8 months ago
  37. ee0da74 Add comment to build.gradle files by Tiem Song · 8 months ago
  38. 08421e1 Update to annotation-experimental compatible with K2 by Alan Viverette · 8 months ago
  39. 38b2637 Remove @Requires(19) by Sergey Vasilinetc · 8 months ago
  40. 9b88eeb Update API files with improved Kotlin nulls by Julia McClellan · 8 months ago
  41. 2b90971 Merge "Remove code path for older lint versions and reflection" into androidx-main by Treehugger Robot · 8 months ago
  42. b805737 Revert "Bumped agp to 8.3.0-alpha18 in androidx" by Aurimas Liutikas · 8 months ago
  43. 3a770fd Remove code path for older lint versions and reflection by Jeremy Woods · 8 months ago
  44. c6b792b Bumped agp to 8.3.0-alpha18 in androidx by Marcello Albano · 9 months ago
  45. 5e3a36b Disable flaky ComponentActivity test on API 30 by Jeremy Woods · 8 months ago
  46. 70d4cf4 Merge "Broaden the cast type in ActivityResultFragmentVersionDetector" into androidx-main by Treehugger Robot · 8 months ago
  47. 0faa13f Broaden the cast type in ActivityResultFragmentVersionDetector by Aurimas Liutikas · 8 months ago
  48. 31916b2 Merge "Move Kotlin extensions from activity-ktx to activity" into androidx-main by Treehugger Robot · 8 months ago
  49. 9712fad Merge "Disable flaky tests on API 30 caused by platform leaks" into androidx-main by Treehugger Robot · 8 months ago
  50. 150e625 Move Kotlin extensions from activity-ktx to activity by Ian Lake · 8 months ago
  51. 1764ab9 Disable flaky tests on API 30 caused by platform leaks by Jeremy Woods · 8 months ago
  52. 320df28 Convert ImmLeaksCleaner to Kotlin by Ian Lake · 8 months ago
  53. 226e08a Rename ImmLeaksCleaner.java to .kt by Ian Lake · 8 months ago
  54. 199afbb Convert ActivityResultRegistry to Kotlin. by Ian Lake · 8 months ago
  55. f80d369 Rename ActivityResultRegistry.java to .kt by Ian Lake · 8 months ago
  56. 2b9627f Convert ActivityResult to Kotlin by Ian Lake · 8 months ago
  57. d0bd6c7 Rename ActivityResult.java to .kt by Ian Lake · 8 months ago
  58. a4852d0 Remove @RequiresApi(18) by Sergey Vasilinetc · 8 months ago
  59. a3644b9 enableEdgeToEdge draws around display cutout by Yuichi Araki · 9 months ago
  60. ec82991 Merge "Fix flaky Activity result test" into androidx-main by Treehugger Robot · 9 months ago
  61. 962214c Fix flaky Activity result test by Jeremy Woods · 9 months ago
  62. defa995 Fix max image extra for fallback Photo Picker by Ian Lake · 9 months ago
  63. 14450b9 Remove KITKAT mentions in *.kt files by Sergey Vasilinetc · 9 months ago
  64. ff6e33e5 Remove always true Build.VERSION.SDK_INT >= 19 if checks by Sergey Vasilinetc · 9 months ago
  65. a2758d4 Merge "Update lint stubs to be compiled with Kotlinc 1.9.20" into androidx-main by Treehugger Robot · 9 months ago
  66. e0a9476 Update lint stubs to be compiled with Kotlinc 1.9.20 by Louis Pullen-Freilich · 9 months ago
  67. caa68d4 Remove no op SdkSuppress and non-applicable tests by Sergey Vasilinetc · 9 months ago
  68. 0e1390f Merge "[GH] Move playground projects into a separate folder" into androidx-main by Yigit Boyar · 10 months ago
  69. 40e685e Merge "Add OnuserLeaveHintProvider in ComponentActivity" into androidx-main by Perry Wu · 10 months ago
  70. c75f73a Merge "Ensure adding callback doesn't stop current dispatch" into androidx-main by Treehugger Robot · 10 months ago
  71. ef70fed1 Ensure adding callback doesn't stop current dispatch by Jeremy Woods · 10 months ago
  72. 3a98d05 Add OnuserLeaveHintProvider in ComponentActivity by Perry Wu · 10 months ago
  73. 3279445 [GH] Move playground projects into a separate folder by Yigit Boyar · 10 months ago
  74. c03868f Update metalava for build ID 11029641 by Julia McClellan · 10 months ago
  75. 55ddac9 Merge changes from topic "convert_caller" into androidx-main by Treehugger Robot · 10 months ago
  76. d949529 Make ComponentActivity.onNewIntent take a non-null Intent by Ian Lake · 10 months ago
  77. 1ac2124 Convert ActivityResultCaller to Kotlin by Ian Lake · 10 months ago
  78. dc886d9 Rename ActivityResultCaller.java to .kt by Ian Lake · 10 months ago
  79. 86cc089 Convert ActivityResultLauncher to Kotlin by Ian Lake · 10 months ago
  80. e91ba67 Rename ActivityResultLauncher.java to .kt by Ian Lake · 10 months ago
  81. 4e57779e Convert ComponentActivity to Kotlin by Ian Lake · 10 months ago
  82. fff2ee2 Rename ComponentActivity.java to ComponentActivity.kt by Ian Lake · 10 months ago
  83. 6a13eb9 Add ignored lint violations for PairedRegistration by Julia McClellan · 10 months ago
  84. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 10 months ago
  85. add1657 Improve doc for SystemBarStyle.auto() by Yuichi Araki · 10 months ago
  86. 46808a6d Make PickVisualMediaRequest API 19 to match contract by Ian Lake · 10 months ago
  87. 14b91e9 Opt-in Metalava w/ K2 UAST(R1-1) by Jinseong Jeon · 11 months ago
  88. d525483 Include collectIndexed and collectLatest in lint by Jeremy Woods · 11 months ago
  89. c14adc7 Include projects with dependencies in Playground by Yigit Boyar · 11 months ago
  90. b557296 AGP 8.3.0-alpha02 and corresponding Studio by Jeff Gaston · 12 months ago
  91. 4f5f6fd Activity 1.8.0-beta01 Test: ./gradlew buildOnServer by Prajakta Patil · 12 months ago
  92. 9d5eb18 Merge changes I45cb9710,I8a591b4a,I8ac43baa into androidx-main by Jinseong Jeon · 12 months ago
  93. 9cc5fa0 Add extra documentation to BackEventCompat by Jeremy Woods · 12 months ago
  94. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 12 months ago
  95. d933f4c Avoid NPE when calling onBackPressed on Android 13 by Jeremy Woods · 1 year ago
  96. 368a03a Allocate onBackPressedDisptacher lazily by Jeremy Woods · 1 year ago
  97. fd5e32f Merge "[GH] stop using buildSrc symlinks" into androidx-main by Treehugger Robot · 1 year ago
  98. c76af65 Merge "Add a lint rule to ensure progress flow is collected" into androidx-main by Treehugger Robot · 1 year ago
  99. 2c1dce8 [GH] stop using buildSrc symlinks by Yigit Boyar · 1 year ago
  100. ba516f5 Add a lint rule to ensure progress flow is collected by Jeremy Woods · 1 year ago