1. 6754caa Merge changes I39f2457f,I090f2022 into androidx-master-dev by Treehugger Robot · 5 years ago
  2. d9dd946 Remove unnessary configuration code in build.gradle files. by Aurimas Liutikas · 5 years ago
  3. d9610e0 Move to kapt instead of annotationProcessor for paging testapp by Aurimas Liutikas · 5 years ago
  4. 87b4193 Overload static methods PositionalDataSource to keep ABI compatibility. by Daniel Santiago Rivera · 5 years ago
  5. 75789c7 Add package to paging ktx tests missing it by Chris Craik · 5 years ago
  6. 3979d96 Rename TEST_* to ANDROIDX_TEST_* by Dustin Lam · 5 years ago
  7. cdb9f9f Delete SupportAndroidLibraryPlugin by Aurimas Liutikas · 5 years ago
  8. 2cc275f Delete SupportJavaLibraryPlugin! by Aurimas Liutikas · 5 years ago
  9. 994bff7 Fix Warnings in paging by Chris Craik · 5 years ago
  10. 3130085 Remove useMetalava from AndroidXExtension. by Aurimas Liutikas · 5 years ago
  11. b63ef63 Rename SupportLibraryExtension to AndroidXExtension. by Aurimas Liutikas · 5 years ago
  12. 2ad3161 Move DSL namespace from supportLibrary to androidx. by Aurimas Liutikas · 5 years ago
  13. 63a2733 Updated annotation to 1.1.0-beta01! by Nick Anthony · 5 years ago
  14. a3d28a7 Reenabling Doclava to run against sources too by Jeff Gaston · 6 years ago
  15. 557c882 ListenableFuture API Overhaul by Chris Craik · 6 years ago
  16. 8e8df2c5 Updating restricted API txts by Jeff Gaston · 6 years ago
  17. cac14c8 Merge changes I9d832701,Ibb975b68,Id33a6abe into androidx-master-dev by Jeff Gaston · 6 years ago
  18. ac5f95fe Merge "Add ListenableFuture dependency and transform support" into androidx-master-dev by Chris Craik · 6 years ago
  19. 1fd3657 Merge "Center positional loads around last access when placeholders disabled" into androidx-master-dev by Chris Craik · 6 years ago
  20. 79285e9 Generating restricted API txts by Jeff Gaston · 6 years ago
  21. 9908bea Regenerating restricted API files based on the source jars by Jeff Gaston · 6 years ago
  22. 439b6413 Center positional loads around last access when placeholders disabled by Chris Craik · 6 years ago
  23. c11203f Add ListenableFuture dependency and transform support by Chris Craik · 6 years ago
  24. 237c894 Migrate shared restricted apis to LIBRARY_GROUP_PREFIX by Oussama Ben Abdelbaki · 6 years ago
  25. 0b43d17 Support to ignore api violations by adding baseline error files by Jeff Gaston · 6 years ago
  26. 5d65a6a Updating Metalava to version 1.2.5 by Jeff Gaston · 6 years ago
  27. 532eef4 Updates annotations for tests previously marked small/medium by Louis Pullen-Freilich · 6 years ago
  28. badf2f8 Migrate away from deprecated test classes by Alan Viverette · 6 years ago
  29. 86267e3 Added support for keeping track of public resource surface by Oussama Ben Abdelbaki · 6 years ago
  30. fdd7a81 Enable lintMinDepVersions in buildOnServer by Oussama Ben Abdelbaki · 6 years ago
  31. 6690c17 Move Room to prebuilts. by Yigit Boyar · 6 years ago
  32. f02d885 Update paging dependencies to explicit version numbers by Chris Craik · 6 years ago
  33. be98433 Merge "Correct Paging 2.0.0 API to omit APIs added in 2.1" into androidx-master-dev by Treehugger Robot · 6 years ago
  34. 014c33b Correct Paging 2.0.0 API to omit APIs added in 2.1 by Chris Craik · 6 years ago
  35. 2a3b582 Merge "Check in paging beta API files, adapted from release branch" into androidx-master-dev by Treehugger Robot · 6 years ago
  36. 4a7837b Check in paging beta API files, adapted from release branch by Chris Craik · 6 years ago
  37. cf72bdc Initial support for PagedList loading state by Chris Craik · 6 years ago
  38. c21caf9 Enabling metalava by default by Jeff Gaston · 6 years ago
  39. 73677b1 All released apis are now recorded by Oussama Ben Abdelbaki · 6 years ago
  40. c64f363 Merge changes I22b43415,Ic1727b00 into androidx-master-dev by Treehugger Robot · 6 years ago
  41. 2c74308 Merge "Make paging arch dependencies explicit, on stable versions" into androidx-master-dev by Treehugger Robot · 6 years ago
  42. 968e383 Make paging arch dependencies explicit, on stable versions by Chris Craik · 6 years ago
  43. 1f94d31 Remove Math.round usage on integers by Jake Wharton · 6 years ago
  44. 6cb6f6b Avoid loadAround crash on empty list by Chris Craik · 6 years ago
  45. 8da7192 Merge "Trigger load after pagedlist swap" into androidx-master-dev by Treehugger Robot · 6 years ago
  46. f78707a Trigger load after pagedlist swap by Chris Craik · 6 years ago
  47. 3cf783a Undoing the recent enabling of Metalava by Jeff Gaston · 6 years ago
  48. d06ee86 Adding checkApiRelease for projects using Metalava by Jeff Gaston · 6 years ago
  49. 87318cb Enabling Metalava everywhere by Jeff Gaston · 6 years ago
  50. ede006e Updates for latest Metalava by Jeff Gaston · 6 years ago
  51. c2daec8 Merge "Fix IndexOutOfBoundException in position lookup" into androidx-master-dev by Treehugger Robot · 6 years ago
  52. 1a04fbc Fix IndexOutOfBoundException in position lookup by Chris Craik · 6 years ago
  53. 792bd53 Lint Java projects and distinguish between host vs. device libraries by Jake Wharton · 6 years ago
  54. 1e6c4ff Add missing nullability annotations to paging by Jake Wharton · 6 years ago
  55. 21ff5d1 Delete SupportAndroidTestAppPlugin. by Aurimas Liutikas · 6 years ago
  56. 4f28749 Merge "Add PagedList.getLoadedCount" into androidx-master-dev by Chris Craik · 6 years ago
  57. 00cf205 Add PagedList.getLoadedCount by Chris Craik · 6 years ago
  58. f3b83b3 Merge "Add commitCallback to (Paged)List Differs/Adapters" into androidx-master-dev by Chris Craik · 6 years ago
  59. 5bbb3901 Add commitCallback to (Paged)List Differs/Adapters by Chris Craik · 6 years ago
  60. e82879b Merge "Move Paging room sample code out of room integration testapp" into androidx-master-dev by Treehugger Robot · 6 years ago
  61. 2de179f Move Paging room sample code out of room integration testapp by Chris Craik · 6 years ago
  62. d70aa34 Fix unchecked warnings in Paging by Chris Craik · 6 years ago
  63. 41aec14 Merge "Add page dropping in TiledPagedList" into androidx-master-dev by Chris Craik · 6 years ago
  64. 51eaeb2 Add page dropping in TiledPagedList by Chris Craik · 6 years ago
  65. 302a230 Standardize listening for (Paged)ListAdapter and Differ list updates by Chris Craik · 6 years ago
  66. ff734dd Add missing nullability annotations to paging-runtime by Jake Wharton · 6 years ago
  67. d717656 Add missing nullability annotations to paging-rxjava2 by Jake Wharton · 6 years ago
  68. bb828d6 Fix synthetic calls in paging module by Jake Wharton · 6 years ago
  69. 61a0793 Fix race condition when reusing Lists/PagedLists in differs by Chris Craik · 6 years ago
  70. 724a121 Merge "Fix PageKeyedDataSource + BoundaryCallback" by TreeHugger Robot · 6 years ago
  71. beddab8 Merge "Remove LivePagedListProvider" into pi-androidx-dev am: 04a3d5acdd by Chris Craik · 6 years ago
  72. 04a3d5a Merge "Remove LivePagedListProvider" into pi-androidx-dev by TreeHugger Robot · 6 years ago
  73. 458c1e3 Fix PageKeyedDataSource + BoundaryCallback by Chris Craik · 6 years ago
  74. 2e64e77 Fix PageKeyedDataSource + BoundaryCallback - DO NOT MERGE by Chris Craik · 6 years ago
  75. 82ea5bd Remove LivePagedListProvider by Chris Craik · 6 years ago
  76. d93c5d4 Merge "Clarify key type parameter" into pi-androidx-dev am: 0482d5c8e8 by Chris Craik · 6 years ago
  77. 3742154 Merge "Throw OutOfBoundsException in loadAround when index invalid" by Chris Craik · 6 years ago
  78. dd2c203 Clarify key type parameter by Chris Craik · 6 years ago
  79. 091d390 Merge "Improve api traction." by Sergey Vasilinets · 6 years ago
  80. e8d12f2 Improve api traction. by Sergey Vasilinets · 6 years ago
  81. d40cf60 Throw OutOfBoundsException in loadAround when index invalid by Chris Craik · 6 years ago
  82. 707d9e1 Merge "Enable full error-prone configuration on samples" by TreeHugger Robot · 6 years ago
  83. fff1cf4 Enable full error-prone configuration on samples by Jake Wharton · 6 years ago
  84. b7eeda4 Move to androidx.test for tests. by Aurimas Liutikas · 6 years ago
  85. 3f9ceb6 Move to androidx.test for tests. by Aurimas Liutikas · 6 years ago
  86. ff72126 Enable Metalava API tracking for non-Android by Jake Wharton · 6 years ago
  87. 5b46599 Create API files for Android KTX libraries. by Jake Wharton · 6 years ago
  88. 1ff8075 Merge "Fix positional prepend" into pi-androidx-dev am: a1bc6a9162 by Chris Craik · 6 years ago
  89. a1bc6a9 Merge "Fix positional prepend" into pi-androidx-dev by TreeHugger Robot · 6 years ago
  90. c438d32 Merge "Fix PagedList key conversion" into pi-androidx-dev am: 210e118ac0 by Chris Craik · 6 years ago
  91. 5d747dc Fix PagedList key conversion by Chris Craik · 6 years ago
  92. c062ed89 Fix positional prepend by Chris Craik · 6 years ago
  93. f65d672 Merge "Fix PagedList diffing move" into pi-androidx-dev am: 942ec15b58 by Chris Craik · 6 years ago
  94. 2e33cf6 Fix PagedList diffing move by Chris Craik · 6 years ago
  95. a97ea03 Move to beta01 version for AndroidX 1.0.0 release by Aurimas Liutikas · 6 years ago
  96. 3478ef7 Move to beta01 version for AndroidX 1.0.0 release by Aurimas Liutikas · 6 years ago
  97. 347f1f5 Merge "Replace old EMPTY_LIST field with emptyList() method" into pi-androidx-dev by TreeHugger Robot · 6 years ago
  98. 0792e04 Merge "Replace old EMPTY_LIST field with emptyList() method" by TreeHugger Robot · 6 years ago
  99. 36e8571 Merge changes I63827b12,I04b5d283,Ie02fa718,Id22d3329 into pi-androidx-dev by Jake Wharton · 6 years ago
  100. eb3a902 Merge changes I63827b12,I04b5d283,Ie02fa718,Id22d3329 into pi-androidx-dev by TreeHugger Robot · 6 years ago