We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Migrate off our `Charsets` constants, and further discourage usage. Guava has required Java 8 for a while now. [`StandardCharsets`](https://developer.android.com/reference/java/nio/charset/StandardCharsets) has been available since API Level 19, and we currently [test for compatibility with 21](https://guava.dev/#important-warnings). RELNOTES=n/a PiperOrigin-RevId: 655152755
Fix up some small typos and pronouns. RELNOTES=n/a PiperOrigin-RevId: 482578178
Run part of our hashing docs through a Markdown formatter. PiperOrigin-RevId: 403978540
Fix typo, and remove unused method. RELNOTES=n/a PiperOrigin-RevId: 397761983
Updated HashingExplained (markdown)
Begin tweaking Guava sources to satisfy Copybara. - Change from http to https (and from github.io links to guava.dev/truth.dev while I'm at it). - Remove go/ links. - Add whitespace around MOE directives. - Put MOE stripping directives alone in comments, moving other comment text to a separate comment. - One particular case of that: Put MOE intracomment stripping into HTML comments... even when it happens in non-Javadoc comments (i.e., /* */). It seems that Copybara wants for intracomment directives to stand alone in *some* kind of comment? - Add @GoogleInternal to some files that are currently omitted from Guava simply by not being in MOE filegroup targets. This is surely not a complete set of changes, but it's enough to get me started. RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=334840448
Add a link to Hashing javadocs to "Provided Hash Functions" wiki. Fixes https://github.com/google/guava/issues/3865 RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=313186834
Fix md files that were incorrectly marked executable.
Sync changes from migration to internal pages. Primarily, fix up tons of Markdown stuff.
12.0 -> snapshot javadoc links
Update all or most Javadoc links to use new GitHub locations
Fix wiki links to use proper format to work on GitHub.
Initial commit of Guava wiki contents.