An Android library that allows you to build text layouts more easily.
by facebookKotlin
Last 12 weeks · 13 commits
4 of 6 standards met
#3: Linking greylist-max-p Landroid/text/StaticLayout;->(Ljava/lang/CharSequence;IILandroid/text/TextPaint;ILandroid/text/Layout$Alignment;Landroid/text/TextDirectionHeuristic;FFZLandroid/text/TextUtils$TruncateAt;II)V use(s): Lcom/facebook/fbui/textlayoutbuilder/proxy/StaticLayoutProxy;->create(Ljava/lang/CharSequence;IILandroid/text/TextPaint;ILandroid/text/Layout$Alignment;FFZLandroid/text/TextUtils$TruncateAt;IILandroidx/core/text/TextDirectionHeuristicCompat;)Landroid/text/StaticLayout; (2 occurrences) the constructor method is Deprecated, should be instead of Builder.
Repository: facebook/TextLayoutBuilder. Description: An Android library that allows you to build text layouts more easily. Stars: 1473, Forks: 132. Primary language: Kotlin. Languages: Kotlin (88.8%), Java (11.2%). License: Apache-2.0. Homepage: https://facebook.github.io/TextLayoutBuilder Latest release: v1.7.0 (2y ago). Open PRs: 0, open issues: 1. Last activity: 1mo ago. Community health: 75%. Top contributors: xiphirx, sriramramani, mkarpio, muraziz, zertosh, astreet, dmitryvinn, sjkirby, zpao, passy and others.
Summary: X-link: https://github.com/facebook/SoLoader/pull/122 This diff migrates google java format form 1.7 to 1.19.2. This update will allow for new language features from java 17 and 21. This diff also formats all necessary files. Changelog: [Internal][Changed] - Updated format from google-java-format 1.7 -> 1.19.2 Reviewed By: IanChilds Differential Revision: D52786052