1. 90dcea9 Dejetify LogWriter by Jake Wharton · 4 years, 6 months ago
  2. 009d3aa Merge "Migrate androidx test" into androidx-master-dev by Treehugger Robot · 4 years, 7 months ago
  3. 916e4a0 Migrate androidx test by vineel sadineni · 4 years, 7 months ago
  4. 8a1c039 Stop using deprecated compile/testCompile configurations. by Aurimas Liutikas · 4 years, 7 months ago
  5. dca1574 Update Navigation, Core-ktx, Collection-ktx and fragment-ktx to Google3 by vineel sadineni · 4 years, 7 months ago
  6. 575b359 Revert "Update Navigation, fragment_ktx, core_ktx to Google3" by Vineel Sadineni · 4 years, 7 months ago
  7. e8869f0 Update Navigation, fragment_ktx, core_ktx to Google3 by vineel sadineni · 4 years, 7 months ago
  8. ae42e31 Introduce transition-ktx for standalone transition library by Jake Wharton · 4 years, 7 months ago
  9. c4fbc5d0 Move LogWriter to only consuming artifact by Jake Wharton · 4 years, 7 months ago
  10. aaafea1 Implement ListenableFuturePagedSource by Dustin Lam · 4 years, 9 months ago
  11. 0c88a3f Added camera-lifecycle module by Franklin Wu · 4 years, 8 months ago
  12. b062e6d Merge "Fix proguard regular expression." into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  13. 2d6be2c Merge "Sync migration.config changes from g3." into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  14. fdfcb33 Sync migration.config changes from g3. by Filip Pavlis · 4 years, 8 months ago
  15. 0ca83fa Fix proguard regular expression. by Filip Pavlis · 4 years, 8 months ago
  16. 9e7a543 Merge "Move to using Gradle maven-publish plugin" into androidx-master-dev by Aurimas Liutikas · 4 years, 8 months ago
  17. 4db702b Merge "Suppress jetifier warning for single files." into androidx-master-dev by Treehugger Robot · 4 years, 8 months ago
  18. 34d5f4d Move to using Gradle maven-publish plugin by Aurimas Liutikas · 4 years, 8 months ago
  19. c06ae3a Suppress jetifier warning for single files. by Filip Pavlis · 4 years, 8 months ago
  20. a1611a3 Wrap ASM exception with jetifier's one. by Filip Pavlis · 4 years, 8 months ago
  21. c83e84d Prevent jetifier from rewriting unmodified libs. by Filip Pavlis · 4 years, 8 months ago
  22. 42d78e4 Fix jetify rules for MediaSessionManager by Gyumin Sim · 4 years, 8 months ago
  23. af76b15 Add jetifier ignore for androidx lint modules. by Matthew Fraschilla · 4 years, 9 months ago
  24. f6af259 Add Ads-Identifier and lifecycle-runtime-ktx for support library drop. by vineel sadineni · 4 years, 9 months ago
  25. d9761c7 Fix mappings of navigation in jetifier. by Filip Pavlis · 4 years, 10 months ago
  26. a3b34e7 Actually include tracking version files in jars. by Aurimas Liutikas · 4 years, 10 months ago
  27. af05c08 Fix thread safety issue with Class.getResourceAsStream(). by Hung Nguyen · 5 years ago
  28. 74b7fc4 Merge "Fix and restore Proguard tests." into androidx-master-dev by Treehugger Robot · 4 years, 11 months ago
  29. e5b3e05e Fix and restore Proguard tests. by Filip Pavlis · 4 years, 11 months ago
  30. 7680331 Fix null reference for dir parent in Jetifier. by Filip Pavlis · 4 years, 11 months ago
  31. 3908793 Add Benchmark to partial dejetification by Chris Craik · 5 years ago
  32. b39fd45 Fix migration of fragment resources by Ian Lake · 5 years ago
  33. a5ced89 SwipeRefreshLayout - Add attributes for colors, so that they can be added to the material styles by Ralston Da Silva · 5 years ago
  34. 437c7f6 Move to attrs.xml for <fragment> attributes by Ian Lake · 5 years ago
  35. 05880e4 Fix all the ktlint issues in androidx project. by Aurimas Liutikas · 5 years ago
  36. 0262c2b Move Experimental annotation to androidx.annotation.experimental package by Alan Viverette · 5 years ago
  37. 4ca239d Add @Experimental annotation and Lint check by Alan Viverette · 5 years ago
  38. df21873 Remove mdc lib already migrated targets from migration.config by Mariano Martin · 5 years ago
  39. 421a2c5 Fix sources to have jar extension. by Filip Pavlis · 5 years ago
  40. de40beb Merge "Copy sources as part of TopOfTreeBuild in jetifier" into androidx-master-dev by Treehugger Robot · 5 years ago
  41. c7ff651 Fix Drawerlayout error for partial dejetification by KOUSHIK PANUGANTI · 5 years ago
  42. 9da963b Copy sources as part of TopOfTreeBuild in jetifier by Filip Pavlis · 5 years ago
  43. 12a0a4e Revert "Replace Guava ListenableFuture with Jetpack implementation" by Alan Viverette · 5 years ago
  44. 9cf7c55 Create ktx initLoader / restartLoader methods by Ian Lake · 5 years ago
  45. 375d910 Merge "Sync with custom-tab-client without API changes." into androidx-master-dev by Peter Conn · 5 years ago
  46. 1e89e7e Sync with custom-tab-client without API changes. by Peter E Conn · 5 years ago
  47. 032065f Merge "Move alpha libraries to target Java 8." into androidx-master-dev by Treehugger Robot · 5 years ago
  48. f99c45d Move alpha libraries to target Java 8. by Aurimas Liutikas · 5 years ago
  49. 2a4e5fc Update migration for MDC classes used by navigation-ui by Ian Lake · 5 years ago
  50. 0e104cf Added defStyleRes to Drawerlayout by Sam Gilbert · 5 years ago
  51. 75e93a0 Add a way to create snapshot repository directory by Aurimas Liutikas · 5 years ago
  52. c2ea01c Replace Guava ListenableFuture with Jetpack implementation by Alan Viverette · 5 years ago
  53. 8847641 Partial dejetification for Graphics by KOUSHIK PANUGANTI · 5 years ago
  54. 399adbf Migrate Mediarouter to Androidx by vineel sadineni · 5 years ago
  55. fbf41b2 Coordinatorlayout migration to Androidx by vineel sadineni · 5 years ago
  56. 11a721a Merge changes I304acd54,I84a53ba9 into androidx-master-dev by Treehugger Robot · 5 years ago
  57. 0173839 Change vectordrawable-animated package name. by Aurimas Liutikas · 5 years ago
  58. 45d3f4e Delete legacy core-ui library. by Aurimas Liutikas · 5 years ago
  59. b0c47a4 Delete v13 library. by Aurimas Liutikas · 5 years ago
  60. c8109b6 Add Camera to partial dejetification by Trevor McGuire · 5 years ago
  61. 5972b1e Enable Partial dejetification for drawerlayout by KOUSHIK PANUGANTI · 5 years ago
  62. 7cdf52a Turn koltin warnings into errors. by Aurimas Liutikas · 5 years ago
  63. 45eec1f Delete jetifier-gradle-plugin that we actually never used. by Aurimas Liutikas · 5 years ago
  64. 8543063 Migrate ViewPager to Androidx by vineel sadineni · 5 years ago
  65. fa058f0 Merge "Move dejetifying to Kotlin" into androidx-master-dev by Andrea Falcone · 5 years ago
  66. c391dfc6 Partial dejetification for Cursor adapter by KOUSHIK PANUGANTI · 5 years ago
  67. fd04002 Move dejetifying to Kotlin by Andrea Falcone · 5 years ago
  68. a8c01ac Move lifecycle-runtime-eap to lifecycle-runtime-ktx by Sergey Vasilinets · 5 years ago
  69. 9fe3c83 Merge "Jetifier can now skip libraries with AndroidX refs" into androidx-master-dev by Filip Pavlis · 5 years ago
  70. f9fd8a5 Jetifier can now skip libraries with AndroidX refs by Filip Pavlis · 5 years ago
  71. db43643 Close stream when loading config in jetifier. by Filip Pavlis · 5 years ago
  72. ca133c3 Merge "Extend jetifier to ignore Bundle key Strings." into androidx-master-dev by Treehugger Robot · 5 years ago
  73. f49dbc6 Extend jetifier to ignore Bundle key Strings. by Filip Pavlis · 5 years ago
  74. 2c6face Merge "Add Partial dejetification for Navigation-ui" into androidx-master-dev by Treehugger Robot · 5 years ago
  75. 41d5cfa Add Partial dejetification for Navigation-ui by KOUSHIK PANUGANTI · 5 years ago
  76. 3d425f6 Fix dejetifier typo config for room-ktx. by Daniel Santiago Rivera · 5 years ago
  77. 29ed50a Separate Media2 libraries into media2-{common,player,session}. by Insun Kang · 5 years ago
  78. b7e89c3 Migrate Preference to androidx by vineel sadineni · 5 years ago
  79. 702ec25 Merge "Making source_transformer show the file if it fails to parse" into androidx-master-dev by Treehugger Robot · 5 years ago
  80. ebb011d Partial dejetification for DynamicAnimation by KOUSHIK PANUGANTI · 5 years ago
  81. 64fc3a6 Add WorkManager for partial dejetification by KOUSHIK PANUGANTI · 5 years ago
  82. ec22605 Add Navigation for partial dejetification by KOUSHIK PANUGANTI · 5 years ago
  83. af7c518 Update partial dejetification for Asynclayout and textclassifier by KOUSHIK PANUGANTI · 5 years ago
  84. 65d3d60 Delete SupportKotlinLibraryPlugin. by Aurimas Liutikas · 5 years ago
  85. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  86. e25fedb Add androidx.work to jetifier. by Filip Pavlis · 5 years ago
  87. a3b06e0 Merge "Partial dejetification for SL for Archcomponents/" into androidx-master-dev by Treehugger Robot · 5 years ago
  88. 4e9290f Merge "Migrate Palette library to androidx" into androidx-master-dev by Treehugger Robot · 5 years ago
  89. d4ec82d Partial dejetification for SL for Archcomponents/ by KOUSHIK PANUGANTI · 5 years ago
  90. da269c7 Migrate Palette library to androidx by vineel sadineni · 5 years ago
  91. 7c9b8c0 Restore dejetification of inputmethod. by Filip Pavlis · 5 years ago
  92. 66e04582 SingleFileJetificationTest.doesNotSourceJetifyNonJavaOrXMLFiles fails because /tmp already exists by Andrea Falcone · 5 years ago
  93. 815bb29 Partial dejetification for GridLayout by KOUSHIK PANUGANTI · 5 years ago
  94. db743ec Merge "Update Dejetified Transition" into androidx-master-dev by Treehugger Robot · 5 years ago
  95. a4f96ab Migrate Localbroadcast manager to androidx by vineel sadineni · 5 years ago
  96. 0bbd1c2 Update Dejetified Transition by KOUSHIK PANUGANTI · 5 years ago
  97. ed11a5d Migrating Custom tabs to androidx by vineel sadineni · 5 years ago
  98. b08da2f Merge "Add navigation to jetifier" into androidx-master-dev by Treehugger Robot · 5 years ago
  99. cf62213 Add navigation to jetifier by jbwoods · 5 years ago
  100. 625774d Reformatting default.config to be parseable by python by Jeff Gaston · 5 years ago