1. 814caca Merge "Update the imports to androidx.test.filters.*" into main by Treehugger Robot · 12 days ago main master
  2. 00fd91f Update the imports to androidx.test.filters.* by Fangqiu Su · 3 weeks ago
  3. b236248 Merge "Enable windows target" into main by Matt Gilbride · 8 weeks ago
  4. ec36038 Enable windows target by Matt Gilbride · 3 months ago
  5. 9e2c42b Merge "Demote BareDotMetacharacter to a warning" into main by Treehugger Robot · 9 weeks ago
  6. 7028294 Demote BareDotMetacharacter to a warning by Cole Faust · 9 weeks ago
  7. 3a26b44 Merge "Upgrade guava to v33.0.0" into main am: fcb6827395 am: 0be00b5218 am: 422eb80fea by Sadaf Ebrahimi · 5 months ago
  8. 422eb80 Merge "Upgrade guava to v33.0.0" into main am: fcb6827395 am: 0be00b5218 by Sadaf Ebrahimi · 5 months ago
  9. 0be00b5 Merge "Upgrade guava to v33.0.0" into main am: fcb6827395 by Sadaf Ebrahimi · 5 months ago
  10. fcb6827 Merge "Upgrade guava to v33.0.0" into main by Sadaf Ebrahimi · 5 months ago
  11. 1b60467 Upgrade guava to v33.0.0 by Sadaf Ebrahimi · 5 months ago
  12. d258d3e Prepare for release 33.0.0. by cpovirk · 5 months ago
  13. 0243fa6 Bump actions/upload-artifact from 3.1.3 to 4.0.0 by dependabot[bot] · 5 months ago
  14. 9b5387b change behavior of views retu... by Google Java Core Libraries · 5 months ago
  15. dd5f97b Remove dead code. by Google Java Core Libraries · 5 months ago
  16. d812e15 change behavior of views returned by graph accessor methods that take a graph element as input: they now throw IllegalStateException when that element is removed from the graph by Google Java Core Libraries · 5 months ago
  17. 4789972 Reduce `ImmutableSetMultimap.Builder` memory usage by using `CompactHashSet`. by cpovirk · 5 months ago
  18. 0d6dc00 Simplify and micro-optimize `Iterators.forArray`. by cpovirk · 5 months ago
  19. b90e3be Make our nullness checking work with an Android bootclasspath. by cpovirk · 5 months ago
  20. 747924e Make more classes catch `Exception` instead of `RuntimeException` even when only `RuntimeException` is theoretically possible. by cpovirk · 5 months ago
  21. fdd6ead Micro-optimize the memory usage of `singletonIterator`. by cpovirk · 5 months ago
  22. 5141cb1 Remove static singleton field from base classes and ensure singletons follow the same pattern. by Goktug Gokdogan · 5 months ago
  23. 4fe1df5 Defer logger construction, which can be expensive under Android. by cpovirk · 5 months ago
  24. 3566041 Bump github/codeql-action from 2.22.9 to 3.22.11 by dependabot[bot] · 5 months ago
  25. b2baf48 Make the backport's `ClosingFuture` catch any `Exception`, even though only some kinds are theoretically possible. by cpovirk · 5 months ago
  26. 314953c Remove unused logger from the backport copy of `Platform`. by cpovirk · 5 months ago
  27. 5b8681e Automatically bump deps, and manually bump `error_prone_core`. by cpovirk · 5 months ago
  28. 73dbf7e Include our `Collector` APIs as package-private in our open-source Android codebase. by cpovirk · 5 months ago
  29. 64a8435 Bump github/codeql-action from 2.22.8 to 2.22.9 by dependabot[bot] · 5 months ago
  30. 1512730 Make `LocalCache` not use `synchronized` to detect recursive loads. by Christian Ortlepp · 5 months ago
  31. d510872 Make the J2CL version of `ExtraObjectsMethodsForWeb` public. by Julien Dramaix · 5 months ago
  32. 8bdd307 Internal change. by cpovirk · 6 months ago
  33. c294c23 Make various classes catch `Exception` instead of `RuntimeException` even when only `RuntimeException` is theoretically possible. by cpovirk · 6 months ago
  34. f4c1264 Declare "redundant" overrides of all our package-private `writeReplace` methods. by cpovirk · 6 months ago
  35. b252447 Bump actions/setup-java from 3.13.0 to 4.0.0 by dependabot[bot] · 6 months ago
  36. 5b851db Correct Javadoc for CacheBuilder.weigher. by lowasser · 6 months ago
  37. c4477c0 Reenable some tests externally. by cpovirk · 6 months ago
  38. e6f062c Bump github/codeql-action from 2.22.7 to 2.22.8 by dependabot[bot] · 6 months ago
  39. e5cc39c Work around or suppress forthcoming nullness errors. by cpovirk · 6 months ago
  40. 3856cac Defer logger construction in AbstractFuture. by Google Java Core Libraries · 6 months ago
  41. 67e0984 Check compatibility against the Android SDK (including [always-desugared APIs](https://github.com/open-toast/gummy-bears#android) but still not opt-in library desugaring) instead of the JDK. by cpovirk · 6 months ago
  42. 4f12c58 Update http:// links to https:// if available. by Chaoren Lin · 6 months ago
  43. fe50118 Update Public Suffix data. by Google Java Core Libraries · 6 months ago
  44. 2982e9d Bump github/codeql-action from 2.22.6 to 2.22.7 by dependabot[bot] · 6 months ago
  45. 045cd84 Make our Android builds work with an Android bootclasspath. by cpovirk · 6 months ago
  46. 7feac90 Bump github/codeql-action from 2.22.5 to 2.22.6 by dependabot[bot] · 6 months ago
  47. 464bedf Withdraw `SequencedCollection` overrides from the public copy of `ImmutableSortedSet`. by cpovirk · 6 months ago
  48. ed21dbb Prepare to expose (all?) remaining collectors as part of `guava-android`. by cpovirk · 6 months ago
  49. 15fca29 Provide default instances of `MutableNetwork`. by cpovirk · 6 months ago
  50. b81cf39 Remove stray `public` keyword. by cpovirk · 6 months ago
  51. 122873d Document and test how `ImmutableMap.toImmutableMap` behaves when the `mergeFunction` returns `null`. by cpovirk · 6 months ago
  52. b4433e0 Link to some discussion of the Android flavor. by cpovirk · 6 months ago
  53. d9d60f8 Continuing preparing to make immutable-collection `Collector` APIs available in guava-android (but don't do so yet). by cpovirk · 7 months ago
  54. 9b8035d Document why `EqualsTester.addEqualityGroup` has a `@Nullable` parameter. by Éamonn McManus · 7 months ago
  55. 609f029 Upgrade to use Gradle 8.4 by Google Java Core Libraries · 7 months ago
  56. 7aa5b21 Prepare to make `ImmutableMultimap` collectors available in guava-android (but don't do so yet). by cpovirk · 7 months ago
  57. c61f415 Remove bogus nullness annotations from cl/575459262. by cpovirk · 7 months ago
  58. 9e3a9fb Bump github/codeql-action from 2.22.4 to 2.22.5 by dependabot[bot] · 7 months ago
  59. ade79ed Add "Sec-Ad-Auction-Fetch" header. Add "Ad-Auction-Signals" header. by Google Java Core Libraries · 7 months ago
  60. ccec5c3 Add some issue and PR templates for Guava. by Chaoren Lin · 7 months ago
  61. 3695c54 Prepare to make `ImmutableMap.toImmutableMap` available in guava-android (but don't do so yet). by cpovirk · 7 months ago
  62. 1723ddf Prepare to make `ImmutableList.toImmutableList` available in guava-android (but don't do so yet). by cpovirk · 7 months ago
  63. a1d0ad8 Add Maven wrapper distribution checksum by Marcono1234 · 7 months ago
  64. e8f523e Make the J2CL version of Doubles/Floats/Ints/ShortsMethodsForWeb types public. by Julien Dramaix · 7 months ago
  65. 050f89f Prepare to make `ImmutableSet.toImmutableSet` available in guava-android (but don't do so yet). by cpovirk · 7 months ago
  66. adde55e Mark @JsOptional parameters as @Nullable。 by Molly Tian · 7 months ago
  67. 1cb8203 Bump ossf/scorecard-action from 2.3.0 to 2.3.1 by dependabot[bot] · 7 months ago
  68. b49353a Bump github/codeql-action from 2.22.3 to 2.22.4 by dependabot[bot] · 7 months ago
  69. 945ce37 Add [`SequencedCollection`](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/SequencedCollection.html) methods to `ImmutableSortedSet`. by cpovirk · 7 months ago
  70. 9c6b9d9 ensure that Graph/ValueGraph views for a node report empty when that node is removed from the graph by ineuwirth · 7 months ago
  71. 57266cb Bump actions/checkout from 4.1.0 to 4.1.1 by dependabot[bot] · 7 months ago
  72. d587133 Update javadocs for `ImmutableList.subList()`. by Kurt Alfred Kluever · 7 months ago
  73. 24b086d Make `equals` work when comparing a `cartesianProduct` against another `Set`. by Éamonn McManus · 7 months ago
  74. bd766f0 Bump `failureaccess` dep to 1.0.2. by cpovirk · 7 months ago
  75. 46be346 Add `.mvn/wrapper/maven-wrapper.jar` to `.gitignore`. by cpovirk · 7 months ago
  76. 76b3b3f Copy `sonatype-oss-release` configuration from Guava to `failureaccess`. by cpovirk · 7 months ago
  77. 280b5d2 Give `failureaccess` an `Automatic-Module-Name`, and bump its version to 1.0.2 to prepare for a release (which we'll then need to update Guava to use). by cpovirk · 7 months ago
  78. 5550ffc Begin using Maven Wrapper. by cpovirk · 7 months ago
  79. e029236 Work around Javadoc and JDiff bugs caused by the existence of two `copyOf(E[])` declared in the same class. by cpovirk · 7 months ago
  80. cc3ed44 Bump github/codeql-action from 2.22.2 to 2.22.3 by dependabot[bot] · 7 months ago
  81. d65edb4 Avoid exposing some types outside the scope in which those types are visible. by cpovirk · 7 months ago
  82. b4812fd Bump github/codeql-action from 2.22.1 to 2.22.2 by dependabot[bot] · 7 months ago
  83. b3a1252 Clarify documentation of transform methods in `ClosingFuture`. by Google Java Core Libraries · 7 months ago
  84. 6736cad Simplify our `maven-javadoc-plugin` configuration, and move both it and `maven-source-plugin` to the default phase (which is `package`). by cpovirk · 7 months ago
  85. e38ed26 Avoid exposing some types outside the scope in which those types are visible. by cpovirk · 7 months ago
  86. ca01197 Inline `*FauxverideShim` classes into their subclasses. by cpovirk · 7 months ago
  87. db3017f Fix double-source-jar error during releases: by cpovirk · 7 months ago
  88. 27b4428 Add `@GwtIncompatible` to a bunch of tests that had neither that nor `@GwtCompatible`. by cpovirk · 7 months ago
  89. d316455 Bump github/codeql-action from 2.21.9 to 2.22.1 by dependabot[bot] · 7 months ago
  90. 5116b41 Bump ossf/scorecard-action from 2.2.0 to 2.3.0 by dependabot[bot] · 7 months ago
  91. 0a30cc3 roll back fix of behavior of Graph/ValueGraph views for a node when that node is removed from the graph (breaking internal tests) by Google Java Core Libraries · 7 months ago
  92. 853ca10 [automerger skipped] Merge "Merge Android 14" into main am: f0f253c8b1 -s ours am: 73df6efdef -s ours am: efaaf0786d -s ours am: 9c7bf7e750 -s ours am: eec82bd5ac -s ours by Xin Li · 8 months ago
  93. 3062dd3 [automerger skipped] Merge Android 14 am: 8483c3e777 -s ours am: 45664b1767 -s ours am: 545c1ca26e -s ours am: cce53c7319 -s ours am: 998cba3a33 -s ours by Xin Li · 8 months ago
  94. a78bea4 Prepare for release 32.1.3. by cpovirk · 8 months ago
  95. 9507996 fix behavior of Graph/ValueGraph views for a node when that node is removed from the graph by ineuwirth · 8 months ago
  96. f87f68c Fix `Files.createTempDir` and `FileBackedOutputStream` under Windows _services_ (at least under JDK 9+), a rare use case. by cpovirk · 8 months ago
  97. fad1fa3 Add `@GwtIncompatible` to `ConverterTest` methods that fail J2CL compilation. by cpovirk · 8 months ago
  98. eec82bd [automerger skipped] Merge "Merge Android 14" into main am: f0f253c8b1 -s ours am: 73df6efdef -s ours am: efaaf0786d -s ours am: 9c7bf7e750 -s ours by Xin Li · 8 months ago
  99. 998cba3 [automerger skipped] Merge Android 14 am: 8483c3e777 -s ours am: 45664b1767 -s ours am: 545c1ca26e -s ours am: cce53c7319 -s ours by Xin Li · 8 months ago
  100. 9c7bf7e [automerger skipped] Merge "Merge Android 14" into main am: f0f253c8b1 -s ours am: 73df6efdef -s ours am: efaaf0786d -s ours by Xin Li · 8 months ago