1. 2c8d2c7 Update lint baseline after bumping minSdkVersion to 19 by Aurimas Liutikas · 8 months ago
  2. fa68841 Add maps for primitive keys and values by George Mount · 10 months ago
  3. 7beeab1 Merge "Update lint baselines after AGP upgrade" into androidx-main by Treehugger Robot · 10 months ago
  4. db58f34 Update lint baselines after AGP upgrade by Aurimas Liutikas · 10 months ago
  5. 999075e Opt-in Metalava w/ K2 UAST (R1) by Jinseong Jeon · 10 months ago
  6. 02e5c92 Reland upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 11 months ago
  7. 284ef8f Revert "Upgrade to AGP 8.2.0-alpha15" by Aurimas Liutikas · 11 months ago
  8. fd8c8aa Upgrade to AGP 8.2.0-alpha15 by Aurimas Liutikas · 11 months ago
  9. d8995f9 Revert "Upgrade to AGP 8.2.0-alpha14" by Nader Jawad · 11 months ago
  10. dc93f80 Upgrade to AGP 8.2.0-alpha14 by Aurimas Liutikas · 11 months ago
  11. 4d53400 Add new lines at the end of of every kotlin file by Aurimas Liutikas · 12 months ago
  12. 67dd445 Opt-in h- thru m-prefixed projects to Suppress Compatibility migration by Alan Viverette · 1 year, 1 month ago
  13. 8105059 Merge "JankStatsTest fixes" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  14. a0a8d70 JankStatsTest fixes by Chet Haase · 1 year, 2 months ago
  15. 769a78e Merge changes from topic "281081899_component_names" into androidx-main by Alan Viverette · 1 year, 2 months ago
  16. bcaacc8 ktlintFormat for import-ordering rule by Jeff Gaston · 1 year, 2 months ago
  17. c9e1fd7 Clean up component names, add build-time enforcement by Alan Viverette · 1 year, 2 months ago
  18. 6ed5750 Remove empty AndroidManifest.xml files: for realz this time by Aurimas Liutikas · 1 year, 2 months ago
  19. 0a00776 Merge "Revert "Remove empty AndroidManifest.xml files"" into androidx-main by Treehugger Robot · 1 year, 2 months ago
  20. 5aa8f6e Merge "Fix test flakiness in JankStatsTest" into androidx-main by Chet Haase · 1 year, 2 months ago
  21. 6d079f3 Fix test flakiness in JankStatsTest by Chet Haase · 1 year, 2 months ago
  22. d1c7a0a Revert "Remove empty AndroidManifest.xml files" by Aurimas Liutikas · 1 year, 2 months ago
  23. a66d08b Remove empty AndroidManifest.xml files by Aurimas Liutikas · 1 year, 2 months ago
  24. 13ff572 Revert "Clean up an assortment of build.gradle files" by Aurimas Liutikas · 1 year, 2 months ago
  25. ebe6f00 Clean up an assortment of build.gradle files by Aurimas Liutikas · 1 year, 2 months ago
  26. 83ef949 adding a build.gradle for projects that don't have one by Jeff Gaston · 1 year, 4 months ago
  27. 6e4ecf7 Add a lint check to flag usages of Thread.sleep by Aurimas Liutikas · 1 year, 4 months ago
  28. 4080c22 Update OWNERS files by Aurimas Liutikas · 1 year, 5 months ago
  29. 0a35d65 removing explicit setting of library groups by Jeff Gaston · 1 year, 7 months ago
  30. 8ee2f6e Validating that the autodetected groupId matches the explicitly set groupId for non-published projects too by Jeff Gaston · 1 year, 7 months ago
  31. beb8222 Merge "Nullability updates for consistency with platform SDK" into androidx-main by Alan Viverette · 1 year, 7 months ago
  32. 472e3f0 Nullability updates for consistency with platform SDK by Alan Viverette · 1 year, 7 months ago
  33. 07a6cf3b fix memory leak in JankStats by Chet Haase · 1 year, 7 months ago
  34. 1de6215c Fix cpuDuration calculation and expose totalDuration by Chet Haase · 1 year, 10 months ago
  35. f3035e9 Updated javadocs to clarify state usage by Chet Haase · 2 years ago
  36. 571a490 Fixed double-removal of listener delegator by Chet Haase · 2 years ago
  37. 9a8c7dd Minor changes in PerformanceMetricsState APIs for clarity by Chet Haase · 2 years ago
  38. 61f73b2 Benchmark and allocation reduction for JankStats by Chet Haase · 2 years, 3 months ago
  39. 4cf7234 Send preDraw message at front of queue pre API 24 by Chet Haase · 2 years ago
  40. f6e347f Fix ConcurrentModificationException bug by Chet Haase · 2 years ago
  41. 344623c Merge "Allow for concurrent modification of delegators list" into androidx-main by Chet Haase · 2 years, 1 month ago
  42. 4d93a2a Upgrade to espresso 3.5.0-alpha06 by Aurimas Liutikas · 2 years, 2 months ago
  43. ad83745 Allow for concurrent modification of delegators list by Chet Haase · 2 years, 2 months ago
  44. be9c1aa Fixing frame timing issue, plus minor API change by Chet Haase · 2 years, 3 months ago
  45. 98bab3f Update Metalava to build 8385786 by Ember Rose · 2 years, 3 months ago
  46. 9c40838 Merge "Refine startTime value" into androidx-main by Treehugger Robot · 2 years, 3 months ago
  47. dcfa035 Migrate from AndroidManifest to build.gradle for namespace by Aurimas Liutikas · 2 years, 4 months ago
  48. f069d60 Refine startTime value by Chet Haase · 2 years, 3 months ago
  49. 6f0184a Merge "Remove obsolete function for processing single frame states" into androidx-main by Chet Haase · 2 years, 3 months ago
  50. 8aad270 Remove obsolete function for processing single frame states by Chet Haase · 2 years, 3 months ago
  51. 0fc37ec Fixed FrameData equality problem, added tests and docs by Chet Haase · 2 years, 4 months ago
  52. 4c93f63 [GH] Fix equals in FrameDataApi24 and FrameDataApi31 by Rancune · 2 years, 4 months ago
  53. d084e36 Move to TOML as source of truth for library groups and versions by Aurimas Liutikas · 2 years, 7 months ago
  54. 7173e42 Align timing metrics with other performance libraries by Chet Haase · 2 years, 5 months ago
  55. 4ed809a Fix problem with multiple JankStats per window by Chet Haase · 2 years, 6 months ago
  56. eca418b Reduce Thread+handler creation for JankStats by Chet Haase · 2 years, 6 months ago
  57. a3e2759 Refactored API to clean up singleton usage by Chet Haase · 2 years, 7 months ago
  58. db82ebd Explicitly declare type to specify nullness by Tiem Song · 2 years, 8 months ago
  59. f127da5 Merge "Added Executor for listeners, sample data aggregation, factory creation" into androidx-main by Chet Haase · 2 years, 8 months ago
  60. 6890048 Added Executor for listeners, sample data aggregation, factory creation by Chet Haase · 2 years, 9 months ago
  61. 5603340 Reenabling MissingTestSizeAnnotation on tests by Jeff Gaston · 2 years, 9 months ago
  62. c8b641a More dependable timing for frameStart calculation by Chet Haase · 2 years, 9 months ago
  63. 45139d4 Update lint baselines to fix androidx-studio-integration by Aurimas Liutikas · 2 years, 9 months ago
  64. f092c3d Switching androidx.sh from running lintRelease back to lintDebug by Tiem Song · 2 years, 9 months ago
  65. 1d34c5d Limit use of VSYNC_TIMESTAMP metric to API26+ by Chet Haase · 2 years, 9 months ago
  66. 523d7a1 Initial implementation of JankStats library by Chet Haase · 3 years, 6 months ago