1. e4659a4 Match checkstyle import ordering by Alan Viverette · 1 year, 4 months ago
  2. 60e148c Commit changes to Project.xml that Android Studio Flamingo insists on making. by Zach Klippenstein · 1 year, 8 months ago
  3. caf3c1c Remove .idea/vcs.xml that is causing conflicts by Aurimas Liutikas · 2 years ago
  4. 8fd1a4c Revert "Use impulse strategy in VelocityTracker" by George Mount · 2 years ago
  5. 8ba47b7 Studio config to order imports in almost the same way as ktlint by Jeff Gaston · 2 years, 5 months ago
  6. 82cafe4 Stop Wrapping code on typing for Kotlin. by Pierre Barbier de Reuille · 2 years, 9 months ago
  7. 9c8e037 Update codeStyles to align multi-line args properly by Dustin Lam · 2 years, 10 months ago
  8. 04dac80 Disable low-quality IntelliJ lint checks by Alan Viverette · 2 years, 11 months ago
  9. 29b69a4 Update Project.xml by Doris Liu · 3 years, 1 month ago
  10. e1b8458 Start using Gradle dependencies by Aurimas Liutikas · 3 years, 2 months ago
  11. ee8ed4d Suppress deprecation warnings in build output verifier by Alan Viverette · 3 years, 6 months ago
  12. 4b14869 Disable auto rearrange of XML files by Ian Lake · 3 years, 8 months ago
  13. 87720a0 Improvements/fixes to GenerateTestConfigurationTask by Sam Gilbert · 3 years, 8 months ago
  14. 4a3a954 Asking Android Studio to only indent 4 spaces for line continuations by Jeff Gaston · 3 years, 9 months ago
  15. d77fa79 Ban synchronized method usage by Oussama Ben Abdelbaki · 3 years, 10 months ago
  16. dafa1ed Change Matrix4 to Matrix by George Mount · 3 years, 10 months ago
  17. 49a9937 Few fixes for insert + delete/insert unit tests + add and build upon unsubmitted insert unit tests written by @yrezgui by Oussama Ben Abdelbaki · 3 years, 11 months ago
  18. dba0ac1 Add external/icu to .idea/vcs.xml by Aurimas Liutikas · 4 years ago
  19. ea7cd19 Disable SyntheticAccessor warnings in buildSrc. by Aurimas Liutikas · 4 years, 1 month ago
  20. 3a54b94 Removes no longer needed parentheses in @Composable() annotations by Louis Pullen-Freilich · 4 years, 2 months ago
  21. 1b1a97a Remove .idea/misc.xml from version tracking. by Aurimas Liutikas · 4 years, 3 months ago
  22. 14bd246 Fix .idea/misc.xml to point to JDK 8. by Rahul Ravikumar · 4 years, 3 months ago
  23. 4b897cb Update to JDK 11. by Aurimas Liutikas · 4 years, 8 months ago
  24. fa4bd0b Merge "Revert "Attempt to update to JDK 11."" into androidx-master-dev by George Mount · 4 years, 3 months ago
  25. 1dcad3f Revert "Attempt to update to JDK 11." by Aurimas Liutikas · 4 years, 3 months ago
  26. 74cf5ae Merge "Attempt to update to JDK 11." into androidx-master-dev by Aurimas Liutikas · 4 years, 3 months ago
  27. f3132ea Attempt to update to JDK 11. by Aurimas Liutikas · 4 years, 8 months ago
  28. 5eda879 Adds IDEA scope that ignores any *txt files in the API folder by Louis Pullen-Freilich · 4 years, 3 months ago
  29. 9cdbc3e Revert accidental misc.xml change by Chris Craik · 4 years, 3 months ago
  30. 6db7cd7 Correct PagingSource Retrofit samples by Chris Craik · 4 years, 3 months ago
  31. 25cbbcb Update .idea/misc.xml for Studio 3.6.1 changes by Ian Lake · 4 years, 4 months ago
  32. 3741933 Initial implementation of activity contracts by Eugene Susla · 4 years, 5 months ago
  33. 801cb74 Add FakeIcing and FakeIcingTest. by Alexander Dorokhine · 4 years, 4 months ago
  34. f3d28d5 Remove bad VCS entry. by Aurimas Liutikas · 4 years, 4 months ago
  35. 444168d Add a v3 + room paging sample by Dustin Lam · 4 years, 4 months ago
  36. ae04d3c Let IJ navigate to b/ links in code. by Aurimas Liutikas · 4 years, 8 months ago
  37. cfe9214 Update project-jdk-name by Ian Lake · 4 years, 9 months ago
  38. 9e5b63a Create LoadResult.Page, LoadResult.Error by Chris Craik · 4 years, 9 months ago
  39. 7fcdde7 Revert AS inspection profile wrt code style by Jelle Fresen · 5 years ago
  40. 823d54d Studio inspection changes by Louis Pullen-Freilich · 5 years ago
  41. 0f2d2b9 Revert .idea changes introduced in aosp/1056311 by Ian Lake · 5 years ago
  42. 43e569d Merge "Introduce VisualTransform to the InputField" into androidx-master-dev by Seigo Nonaka · 5 years ago
  43. 5cf0382 Introduce VisualTransform to the InputField by Seigo Nonaka · 5 years ago
  44. 94cb961 BaseBundle's mMap may be null on some devices in some situations. by Sumir Kataria · 5 years ago
  45. 641c1ae Update Project.xml for Studio 3.5 Beta 5 by Ian Lake · 5 years ago
  46. 2b8f21b Merge "Make IJ show warning of raw types usages." into androidx-master-dev by Treehugger Robot · 5 years ago
  47. eeb8e1d Make IJ show warning of raw types usages. by Daniel Santiago Rivera · 5 years ago
  48. 1b57674a Enables UnknownNullness lint check by Louis Pullen-Freilich · 5 years ago
  49. 405d6133e Merge "Specify the default nullability annotations to be androidx." into androidx-master-dev by Aurimas Liutikas · 5 years ago
  50. 2690e43 Specify the default nullability annotations to be androidx. by Aurimas Liutikas · 5 years ago
  51. 10d4fac Make IJ "@Nullable and @NonNull problems" check into an error. by Aurimas Liutikas · 5 years ago
  52. b1f0e76 Stop IDE inspection for empty parentheses after annotations by Louis Pullen-Freilich · 5 years ago
  53. 205a94e Uses inspection scopes instead of forking inspectionProfiles for Compose by Louis Pullen-Freilich · 5 years ago
  54. 0f917b9 Merge "Stop IJ from marking @TaskAction methods as unused." into androidx-master-dev by Aurimas Liutikas · 5 years ago
  55. c442294 Stop IJ from marking @TaskAction methods as unused. by Aurimas Liutikas · 5 years ago
  56. a2b6c11 Remove jdiff .idea/vcs.xml entry. by Aurimas Liutikas · 5 years ago
  57. f6d94c8 Cleanup the deprecation of WeableExtender methods. by Aurimas Liutikas · 5 years ago
  58. f0cc540 Update WorkManager to 1.0.0-rc02. by Sumir Kataria · 5 years ago
  59. b548ae2 Remove line inadvertently added in last change by Jelle Fresen · 5 years ago
  60. 85ffcb1d Upstream Browser Actions changes. by Peter E Conn · 5 years ago
  61. e46adb4 Fix xml code style for Android by Jelle Fresen · 5 years ago
  62. 59f269b Add XML rules to project code style and use it by Jelle Fresen · 5 years ago
  63. e100865 Update codeStyle and copyright settings by Jelle Fresen · 5 years ago
  64. dabe071 Use KOTLIN_OFFICIAL for kotlin style-guide by Sergey Vasilinets · 6 years ago
  65. 0c320a8 Return ListenableFuture from WorkerWrapper. by Sumir Kataria · 6 years ago
  66. c53d0df Disable * imports in kotlin files by Chris Craik · 6 years ago
  67. 0dcff0f Add custom @hide tag to intellij's project settings. by Sergey Vasilinets · 6 years ago
  68. 75233b6 Add Kotlin code style settings to not use wildcard imports. by Daniel Santiago Rivera · 6 years ago
  69. 9d82688 Rename SafeParcelable to VersionedParcelable by Jason Monk · 6 years ago
  70. 2d7251e Move .idea style file to the new world. by Aurimas Liutikas · 6 years ago
  71. db3eb01 Make androidx imports sorted next to android. by Aurimas Liutikas · 6 years ago
  72. dc5d71e Pull artifacts from 28.0.0-alpha1 release by Alan Viverette · 6 years ago
  73. 82a5728 Revert "Embed branch in project name display" by Chris Craik · 6 years ago
  74. 3951623 Embed branch in project name display by Chris Craik · 6 years ago
  75. fcfdcd5 Enforce Kotlin fun param alignment by Chris Craik · 7 years ago
  76. fa585c2 Fully disable kotlin '*' imports by Chris Craik · 7 years ago
  77. dd5f4e7 Update Kotlin style wrapping and imports. by Aurimas Liutikas · 7 years ago
  78. 3595d28 Update the copyright not to include (c) by Aurimas Liutikas · 7 years ago
  79. 3c254d2 Revert "Check-in inspection profiles for Intellij." by Aurimas Liutikas · 7 years ago
  80. 54c02fb Check-in inspection profiles for Intellij. by Aurimas Liutikas · 7 years ago
  81. 8d33c2e Merge commit 'c8bb87bf4df1a1cb63a1570c74e6db8c5ec8d524' from by Xin Li · 7 years ago
  82. 30e1e2a Add shared project settings to git. by Aurimas Liutikas · 7 years ago
  83. 2b8cabe DO NOT MERGE. Remove jdiff git config as it was added in master only. by Aurimas Liutikas · 7 years ago
  84. b66f710 Add shared project settings to git. by Aurimas Liutikas · 7 years ago