q_tzdata_aml_297100400 (11568878,com.google.android.tzdata)
  1. af3ee1c common.graph: adding new EndpointPair-accepting overloads. by jrtom · 6 years ago
  2. 725856b [automerger skipped] Merge pie-platform-release to aosp-master - DO NOT MERGE am: 9e71488ac9 -s ours am: 982a47bc44 -s ours by Bill Yi · 6 years ago
  3. a2da56a [automerger skipped] Merge pie-platform-release to aosp-master - DO NOT MERGE am: 9e71488ac9 -s ours by Bill Yi · 6 years ago
  4. 982a47b [automerger skipped] Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  5. 9e71488 Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 6 years ago nougat-iot-release android-n-iot-release-ihome-igv1 android-o-mr1-iot-release-1.0.10 android-o-mr1-iot-release-1.0.7 android-o-mr1-iot-release-1.0.8 android-o-mr1-iot-release-cube-fcs android-o-mr1-iot-release-cube-fsi android-o-mr1-iot-release-cube_r2 android-o-mr1-iot-release-smart-clock-fcs android-o-mr1-iot-release-smart-clock-fsi android-o-mr1-iot-release-smart-clock-r2 android-o-mr1-iot-release-smart-clock-r6 android-o-mr1-iot-release-smart-display-r14 android-o-mr1-iot-release-smart-display-r22 android-o-mr1-iot-release-smart-display-r30 android-o-mr1-iot-release-smart-display-r39 android-o-mr1-iot-release-smart-display-r4 android-o-mr1-iot-release-smart-display-r40.1J android-o-mr1-iot-release-smart-display-r5 android-o-mr1-iot-release-smart-display-r8 android-o-mr1-iot-release-smart-display-r9 android-q-preview-1 android-q-preview-2.5 android-q-preview-4 android-q-preview-5 android-q-preview-6 android-wear-8.0.0_r2
  6. 2794615 [automerger skipped] Merge pi-platform-release to stage-aosp-master - DO NOT MERGE am: 56fb352756 -s ours by Bill Yi · 6 years ago
  7. 278c2e0 [automerger skipped] Merge pi-platform-release to stage-aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  8. 56fb352 Merge pi-platform-release to stage-aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  9. 64276db Suppress warnings in classes that implement equals() without also implementing by bhagwani · 6 years ago
  10. cceb259 *Builder.java: add @param documentation for the node/value/edge types that clarifies their behavior. by jrtom · 6 years ago
  11. 473f8d2 Enable goodtime-api for Guava (with some exceptions). by kak · 6 years ago
  12. 292118d Mention Guava's new dependency in documentation. by cgdecker · 6 years ago
  13. 74034a9 Remove oraclejdk10 from Travis build. by cgdecker · 6 years ago
  14. 968f5c9 Enable GoodTime API checker for guava-testlib. by kak · 6 years ago
  15. 9704538 Prepare for release 27.0. by cgdecker · 6 years ago
  16. d6a12e4 Push back deprecated API removals again. by cgdecker · 6 years ago
  17. a5cafa6 Enable GoodTime API checker for Guava by kak · 6 years ago
  18. e72e35d Fix ThrowablesTest for JDK 11. by cgdecker · 6 years ago
  19. f6d4417 Fix ForwardingMapTest in JDK11. by cgdecker · 6 years ago
  20. 94863a0 Update Public Suffix data. by erikv · 6 years ago
  21. 581ba14 Clarify a comment in Futures.NonCancellationPropagatingFuture. by cgdecker · 6 years ago
  22. e074cf1a Add support for Early-Data HTTP header. by vasilvv · 6 years ago
  23. 3912da1 Add JDK11 to the Travis config. by Sean Sullivan · 6 years ago
  24. 3bab1fb Cast null to make sure to select the right Collection.toArray(). In JDK 11 there's a new default method that takes a different parameter. by dpb · 6 years ago
  25. 0d34c12 Check input collection size in PowerSet before actually copying it's content. by Teubel György · 6 years ago
  26. 8dbe749 Properly handle input cancellations in Futures.catching[Async] by saserr · 6 years ago
  27. 0743f9a Remove unnecessary mocking of a data structure. by diamondm · 6 years ago
  28. 95521f7 Update truth, animal sniffer, error prone annotations, and JUnit by Jesse Wilson · 6 years ago
  29. ec9b5d5 Make FutureCombiner recommend Futures.getDone(). by cpovirk · 6 years ago
  30. 88e6fb8 Remove trustedGetException() by sergeyv · 6 years ago
  31. e2cf262 Use newGuard() to make example in Monitor class javadoc more concise. by Justin T. Sampson · 6 years ago
  32. b62d529 Introduce listenablefuture and failureaccess artifacts, plus InternalFutureFailureAccess. by cpovirk · 6 years ago
  33. eb3a9f4 Fix a bug in AbstractFuture.addListener where we failed to follow the contract precisely. by lukes · 6 years ago
  34. b611718 Disambiguate Collection.toArray() call so that the test passes in Java 11 where a new toArray method was added. by ifigotin · 6 years ago
  35. b03e282 Short circuit in withTimeout if the input future is already done. by clm · 6 years ago
  36. d3abde3 Include original input value and RoundingMode in the failure message for MathPreconditions.checkInRange(). by kak · 6 years ago
  37. 3e4d052 Use TrustedFuture where possible by clm · 6 years ago
  38. a149cd4 Bail early without a CancellationException in AbstractTransformFuture. by clm · 6 years ago
  39. 326562f Add more validation to AbstractFuture when cancellation causes are enabled, so that it matches the behavior when they are disabled. by clm · 6 years ago
  40. 83ea00f Update Public Suffix data. by erikv · 6 years ago
  41. ec2dede Automated rollback of changelist f380040f0041f94c83d24623c10f32de58d436c4 by clm · 6 years ago
  42. 40fad58 Suppress violation of MissingEqualsCall for EqualsTesterTest, given it quite legitimately fails to call #testEquals. by ghm · 6 years ago
  43. 879482a Suppress warnings on thread suspending test. by clm · 6 years ago
  44. 1b12d0f Add more validation to AbstractFuture when cancellation causes are enabled, so that it matches the behavior when they are disabled. by clm · 6 years ago
  45. 1e072a7 Fix parameter name in Javadoc by suzhang · 6 years ago
  46. 230b11a Merge "Add METADATA for guava" am: 50810aab85 am: 8a218ab93d am: 11f8adef82 by Haibo Huang · 6 years ago
  47. 11f8ade Merge "Add METADATA for guava" am: 50810aab85 am: 8a218ab93d by Haibo Huang · 6 years ago
  48. 8a218ab Merge "Add METADATA for guava" am: 50810aab85 by Haibo Huang · 6 years ago
  49. 50810aa Merge "Add METADATA for guava" by Treehugger Robot · 6 years ago master-cuttlefish-testing-release oreo-mr1-1.2-iot-release android-o-mr1-iot-release-1.0.4 android-o-mr1-iot-release-1.0.5 android-o-mr1-iot-release-smart-display-r3
  50. 9aa5569 Add METADATA for guava by Haibo Huang · 6 years ago
  51. 99ada5a [guava concurrent] Inlined getDone() and getUninterruptibly() to break the source dependency from AbstractFuture to other classes in /util/concurrent. by yorick · 6 years ago
  52. a922dfe Add Javadoc for MediaType.KML+KMZ+MBOX by Simon Legner · 6 years ago
  53. 0bcf0c1 Don't allocate a CancellationException if cancellation causes are not enabled. by clm · 6 years ago
  54. 0f8d360 Switch FluentFuture and AbstractFuture in inheritance chain by sergeyv · 6 years ago
  55. 59f3b8a Make delayed get() test more resilient to thread scheduling delays. by clm · 6 years ago
  56. 1cd76fd Remove unnecessary local. by cpovirk · 6 years ago
  57. e662c3d Add information about thread wakeup or scheduling delays to TimeoutExceptions thrown from guava futures. by clm · 6 years ago
  58. 829db48 Add missing @since tag. by cpovirk · 6 years ago
  59. 4675e30 Use gradle formatting by Elias Ojala · 6 years ago
  60. a9dd709 Add a gap method to Range which computes the range that lies between two ranges. This operation is particularly useful as a replacement for Joda Time's Interval.gap when migrating to Java Time which has no Interval class. by mdiamond · 6 years ago
  61. f264e96 Make ordering of Primitives#all{Wrapper,Primitive}Types deterministic by cushon · 6 years ago
  62. 2fc1819 Enhance toString() for futures returned from ExecutionSequencer. by clm · 6 years ago
  63. f7af0da Add callable's toString to null failure message. by clm · 6 years ago
  64. bd8019f Fix javadoc typo in LinkedListMultimap by kak · 6 years ago
  65. 27bfe41 Allow Service to transition from STARTING to TERMINATED. Add a new "doCancelStart" method that is called when a service is stopped while still starting. This gives implementations a chance to abort code which may be preventing the service from starting. by chrisn · 6 years ago
  66. 0b3eb0f Adds WASM as a supported Media type to Google Java utilities. by edwintay · 6 years ago
  67. f29f5d3 Optimize ImmutableCollection.toArray(T[]) as per https://shipilev.net/blog/2016/arrays-wisdom-ancients/, the key goal being to avoid the necessity of zeroing a newly created array where possible. by lowasser · 6 years ago
  68. bd3a471 Automated rollback of 45ca38358cac4368877650e591daf9650f5eaae1 by sergeyv · 6 years ago
  69. 45ca383 Automated rollback of 227d67fc6600a6041a3a3881f1e1b6652d3cf75c by sergeyv · 6 years ago
  70. e4474ff Introduce Trusted interface. by sergeyv · 6 years ago
  71. 78d793e Remove reference to Strings.isNullOrEmpty from AbstractFuture. by sumir · 6 years ago
  72. 129b7f2 Insulate AbstractFuture from Futures.java/MoreExecutors.java dependency by sumir · 6 years ago
  73. 0c5bb7a Add a note about the relative ordering of afterDone and listener execution by lukes · 6 years ago
  74. 59ca61a Prepare for release 26.0. by cgdecker · 6 years ago
  75. a4cb541 Isolate AbstractFuture from dependency on Ascii. by sumir · 6 years ago
  76. de09995 Push back removals again. by cgdecker · 6 years ago
  77. 59d7140 Roll-forward addition of ExecutionSequencer. by clm · 6 years ago
  78. 13e39cd Change to some TODOs caused by some internal change. by jrtom · 6 years ago
  79. fdc3426 Automated rollback of c7aa4671cd70853515171333c823e3cdece92918. by binxu · 6 years ago
  80. 8d1fbc9 Move ExecutionSequencer into guava as @Beta. by clm · 6 years ago
  81. f1249c4 Remove deprecated CharMatcher constants. by cpovirk · 6 years ago
  82. 591825f Reduce ProGuard retained code from usages of Multimaps.synchronizedXYZMultimap. by lowasser · 6 years ago
  83. 87d87f5 Remove Futures methods that implicitly use directExecutor(). by cpovirk · 6 years ago
  84. 148688a Fix initialCapacity calculation for a maximum size over Integer.MAX_VALUE. by cpovirk · 6 years ago
  85. 34c1616 Change HostAndPort equals() and hashCode() to stop depending on whether brackets were included by pekow · 6 years ago
  86. 08adcec Internally, use PatternCompiler from Doubles.tryParse. by cpovirk · 6 years ago
  87. 7975a2f Add @Nullable to AbstractSequentialIterator's computeNext() method return value so that [] doesn't complain by ilevit · 6 years ago
  88. f85390d Update Public Suffix data. by erikv · 6 years ago
  89. 986a3a3 Adds constants for Sec-Metadata header. by juerg · 6 years ago
  90. c9add81 Change Files.map(File, MapMode) to get the size of the file from the channel just before mapping rather than before opening the file. by cgdecker · 6 years ago
  91. 5af518f Avoid using inotify, which is causing problem under JDK10. by cpovirk · 6 years ago
  92. 644e918 Remove @WeakOuter from ImmutableMultiset.ElementSet. @WeakOuter is useful for inner classes but not for static nested classes. by antoniocortes · 6 years ago
  93. fa63efc Remove incorrect Javadoc in Multimaps. by Spencer Kelley · 6 years ago
  94. 1b94234 Implement Lists.cartesianProduct.indexOf efficiently. by Hadrien Kohl · 6 years ago
  95. c0b2828 add 'oraclejdk10' to Travis build matrix by Sean Sullivan · 6 years ago
  96. 06aad4c Make Guava tests pass under Java 10. by cpovirk · 6 years ago
  97. 625d180 Partial automated g4 rollback of changelist 202132002. by cpovirk · 6 years ago
  98. dc53de7 Internally, use PatternCompiler from Doubles.tryParse. by cpovirk · 6 years ago
  99. fea88fe Add MediaType for "application/hal+json". by kak · 6 years ago
  100. 86eabf1 Omit some unnecessary parens by cushon · 6 years ago