[go: nahoru, domu]

  1. 9191781 Turn on screen on profile verifier tests by Marcello Albano · 8 months ago
  2. b3dae5e Remove @RequiresApi(16) by Sergey Vasilinetc · 8 months ago
  3. 8bad382 Remove KITKAT mentions in *.java files by Sergey Vasilinetc · 9 months ago
  4. 6738962 Fix method bitmap storage for V015S formats. by Rahul Ravikumar · 9 months ago
  5. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 10 months ago
  6. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 12 months ago
  7. aae1f87 Avoid race-conditions with ProfileSaver when writing to `cur` directory. (#2) by Rahul Ravikumar · 1 year, 1 month ago
  8. dfe7027 Avoid race-conditions with ProfileSaver when writing to `cur` directory. by Rahul Ravikumar · 1 year, 1 month ago
  9. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 1 year, 2 months ago
  10. 63b9b29 Add bug components to various OWNERS files that were missing them by Aurimas Liutikas · 1 year, 2 months ago
  11. 02661a2 Remove public_plus_experimental API files files by Julia McClellan · 1 year, 2 months ago
  12. f814c1e Extended build type will now copy base build type sources by Marcello Albano · 1 year, 3 months ago
  13. 40fa806 Opt-in n- thru t-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 3 months ago
  14. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 3 months ago
  15. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 3 months ago
  16. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 4 months ago
  17. d80729f Remove macrobenchmark workarounds from androidX repo by Marcello Albano · 1 year, 4 months ago
  18. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 4 months ago
  19. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 4 months ago
  20. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 4 months ago
  21. 8d80f9b Handle new shader directory on U / API 34 by Chris Craik · 1 year, 4 months ago
  22. b38a39e Improved documentation prof RESULT_CODE_PROFILE_ENQUEUED_FOR_COMPILATION by Marcello Albano · 1 year, 4 months ago
  23. 77d1431 Allow multiple expected values for cuttlefish api29 and taimen api28 by Marcello Albano · 1 year, 4 months ago
  24. 34042ed Merge "Enable support for sdk 34 in profile installer" into androidx-main by Marcello Albano · 1 year, 4 months ago
  25. 6a90bf6 Enable support for sdk 34 in profile installer by Marcello Albano · 1 year, 4 months ago
  26. 8fdc8c5 Changed expected value in ProfileVerificationTestWithProfileInstallerInitializer by Marcello Albano · 1 year, 4 months ago
  27. c7768f8 Disable failing profile tests by Alan Viverette · 1 year, 4 months ago
  28. a3cc2de Fixed profile verifier in Android U and reenabled tests by Marcello Albano · 1 year, 4 months ago
  29. 8e58e2e Fixed current profile can write check to work on Android U by Marcello Albano · 1 year, 4 months ago
  30. 01d7d10 Disabled profile installer tests for api 34 by Marcello Albano · 1 year, 5 months ago
  31. 81a436d Improved test coverage for baseline profile gradle plugin by Marcello Albano · 1 year, 5 months ago
  32. da8b25a Disabled profile verifier tests for api 34 by Marcello Albano · 1 year, 5 months ago
  33. 187e9a2 First pass of removing redundant usages of @hide javadoc tag by Aurimas Liutikas · 1 year, 7 months ago
  34. dd5c1ef Update release version by natnaelbelay · 1 year, 6 months ago
  35. 5b8e076 Clarify minimum recommended bundletool version by Ben Weiss · 1 year, 7 months ago
  36. c792b54 Move profileinstaller to 1.3 beta by Chris Craik · 1 year, 7 months ago
  37. b7fc1b0 More detailed compressed profile handling by Ben Weiss · 1 year, 8 months ago
  38. e59998a Merge "Allow handling of compressed profiles" into androidx-main by Chris Craik · 1 year, 9 months ago
  39. 6f89950 Allow handling of compressed profiles by Ben Weiss · 1 year, 9 months ago
  40. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 9 months ago
  41. 483b47a Fix failed broadcast in ProfileInstaller by Chris Craik · 1 year, 9 months ago
  42. 19520d8 Merge "Fix deleteShaderCache by using Profileinstaller or fallback correctly with root" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  43. 0ba5c3d Fix deleteShaderCache by using Profileinstaller or fallback correctly with root by Chris Craik · 1 year, 10 months ago
  44. 14b4496 Update MacrobenchUtils to support Baseline Profiles on newer APIs by Chris Craik · 1 year, 10 months ago
  45. 1561910 Merge "Fixed installRelease before connected checks for macrobenchmark example" into androidx-main by Treehugger Robot · 1 year, 10 months ago
  46. 2ea6ff9 Fixed installRelease before connected checks for macrobenchmark example by Marcello Albano · 2 years ago
  47. e8c6a38 Share constants among tests for ProfileVerifier by Marcello Albano · 1 year, 10 months ago
  48. a1b7ce7 Remove oatdump parsing from ProfileVerifier by Marcello Albano · 1 year, 10 months ago
  49. 928fdc3 Created ProfileVerifier to check whether a compilation profile exists by Marcello Albano · 2 years ago
  50. 5d7c041 Support for generating baseline profiles without root (API33+) by Chris Craik · 1 year, 11 months ago
  51. 3092741 Fix NPE in `ProfileInstallReceiver`. by Rahul Ravikumar · 2 years ago
  52. 9e8ff1f Merge "Add comments about trace benchmark" into androidx-main am: 0bafc3675c by Treehugger Robot · 2 years, 1 month ago
  53. f0c8f4a Add comments about trace benchmark by Sean McQuillan · 2 years, 1 month ago
  54. f33b4d6 Merge "'Update versions for release id 1654102800000" into androidx-main am: 4b7bbd7996 by Treehugger Robot · 2 years, 3 months ago
  55. ab0a2f5 'Update versions for release id 1654102800000 by Nick Anthony · 2 years, 3 months ago
  56. 8b12f2c [conflict] Merge "Update versions for release id 1652893200000" into androidx-main am: 72e5e02096 by Treehugger Robot · 2 years, 3 months ago
  57. a8a6d92 Update versions for release id 1652893200000 by Nick Anthony · 2 years, 3 months ago
  58. 9cdd408 Merge "Update documentation for `RESULT_META_FILE_REQUIRED_BUT_NOT_FOUND`." into androidx-main am: ebc32ea7f7 by Rahul Ravikumar · 2 years, 3 months ago
  59. 655e641 Update documentation for `RESULT_META_FILE_REQUIRED_BUT_NOT_FOUND`. by Rahul Ravikumar · 2 years, 3 months ago
  60. 9f6368f Merge "Revert^2 Update versions for release id 1652288400000" into androidx-main am: 9269aeaf83 by Nick Anthony · 2 years, 3 months ago
  61. 13dd38a Revert^2 Update versions for release id 1652288400000 by Nick Anthony · 2 years, 4 months ago
  62. 4b8a4b0 Merge "Revert "Update versions for release id 1652288400000"" into androidx-main am: 155a90e9de by Nick Anthony · 2 years, 4 months ago
  63. 15bf846 Revert "Update versions for release id 1652288400000" by Nick Anthony · 2 years, 4 months ago
  64. cd7fbb06 Merge "Update versions for release id 1652288400000" into androidx-main am: 56d046cf33 by Nick Anthony · 2 years, 4 months ago
  65. cda9f78 Update versions for release id 1652288400000 by Nick Anthony · 2 years, 4 months ago
  66. b9d2046 Merge "Move Compose, Wear-Compose, ProfileInstaller, & Customview-poolingcontainer to Beta" into androidx-main am: 53d512be6f by Nick Anthony · 2 years, 4 months ago
  67. 380668e Move Compose, Wear-Compose, ProfileInstaller, & Customview-poolingcontainer to Beta by Nick Anthony · 2 years, 4 months ago
  68. b7f7d7b7 Merge "Move to the latest stable version of `androidx.startup`." into androidx-main am: 69f3420b0b by Treehugger Robot · 2 years, 4 months ago
  69. 2f0772ff Move to the latest stable version of `androidx.startup`. by Rahul Ravikumar · 2 years, 4 months ago
  70. 771c3da Baseline for metalava update by Sam Gilbert · 2 years, 4 months ago
  71. eba339b Baseline for metalava update by Sam Gilbert · 2 years, 4 months ago
  72. 583453f Enable TIRAMISU (API 33) for S ART format. by Jon Boekenoogen · 2 years, 4 months ago
  73. d955851 Merge "Update Metalava to build 8281375" into androidx-main am: f7dc537b5c by Treehugger Robot · 2 years, 5 months ago
  74. 0a64a66 Update Metalava to build 8281375 by Ember Rose · 2 years, 5 months ago
  75. a4af51e Merge "Migrate from AndroidManifest to build.gradle for namespace" into androidx-main am: acba7ac82c by Aurimas Liutikas · 2 years, 5 months ago
  76. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 5 months ago
  77. 19a9a3d Merge "Kill process after writing skip file. Otherwise the process is warm." into androidx-main am: 247a156fd2 by Rahul Ravikumar · 2 years, 6 months ago
  78. a98093d Kill process after writing skip file. Otherwise the process is warm. by Rahul Ravikumar · 2 years, 6 months ago
  79. ef9fa190 Merge changes from topic "macrobench-baseline-profiles" into androidx-main am: 520af3dd04 by Treehugger Robot · 2 years, 6 months ago
  80. 520af3d Merge changes from topic "macrobench-baseline-profiles" into androidx-main by Treehugger Robot · 2 years, 6 months ago
  81. ef5e710 Upstream deprecation suppressions for Android T by Aurimas Liutikas · 2 years, 6 months ago
  82. 419a359 Add Profile Installer actions to add and remove skip files. by Rahul Ravikumar · 2 years, 6 months ago
  83. 44e74cd Merge "Profile Installer now throws a helpful error when trying to use Metadata 001 for V015 profiles." into androidx-main am: 98e48014b6 by Rahul Ravikumar · 2 years, 6 months ago
  84. d6b8510 Profile Installer now throws a helpful error when trying to use Metadata 001 for V015 profiles. by Rahul Ravikumar · 2 years, 6 months ago
  85. 555d327 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 9 months ago
  86. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 9 months ago
  87. b4b4c38 Merge "Add rahulrav@ to OWNERS for `profile-installer`." into androidx-main am: ec3dfee33f by Treehugger Robot · 2 years, 8 months ago
  88. 28e872b Add rahulrav@ to OWNERS for `profile-installer`. by Rahul Ravikumar · 2 years, 8 months ago
  89. fbdaa67 Merge "Enable S_V2 (API 32) for S ART format" into androidx-platform-dev by TreeHugger Robot · 2 years, 8 months ago
  90. fefa51a Update Jetpack to build against new SDK drop. by Alexander Dorokhine · 2 years, 8 months ago
  91. dd444ed Enable S_V2 (API 32) for S ART format by Jon Boekenoogen · 2 years, 8 months ago
  92. e539ec8 Merge metadata based on `dexName`s in `ProfileInstaller`. by Rahul Ravikumar · 2 years, 8 months ago
  93. 91b95a6 Add support for Android 12 profile format. by Rahul Ravikumar · 2 years, 8 months ago
  94. 80279fe Update versions for release id 1638381600000 by Nick Anthony · 2 years, 9 months ago
  95. 2e0a370 Fix baselineprofile in non-compose macrobenchmarks by Chris Craik · 2 years, 9 months ago
  96. 240ef68 Merge "Lower profileinstaller macrobench minapi" into androidx-main by Treehugger Robot · 2 years, 9 months ago
  97. 37ed14d 'Update versions for release id 1637172000000 by Nick Anthony · 2 years, 9 months ago
  98. 3fb8fec Lower profileinstaller macrobench minapi by Chris Craik · 2 years, 9 months ago
  99. b4731b0 Revert^4 "Update versions for release id 1635958800000" by Nick Anthony · 2 years, 10 months ago
  100. b75c5d2 Revert "Revert "Revert "Update versions for release id 1635958800000""" by Nick Anthony · 2 years, 10 months ago