File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
kotlin/org/wordpress/aztec Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3333
3434import org .ccil .cowan .tagsoup .HTMLSchema ;
3535import org .ccil .cowan .tagsoup .Parser ;
36- import org .wordpress .aztec .plugins .html2visual .IHtmlContentHandler ;
3736import org .wordpress .aztec .plugins .IAztecPlugin ;
3837import org .wordpress .aztec .plugins .html2visual .IHtmlCommentHandler ;
38+ import org .wordpress .aztec .plugins .html2visual .IHtmlContentHandler ;
3939import org .wordpress .aztec .plugins .html2visual .IHtmlPreprocessor ;
4040import org .wordpress .aztec .plugins .html2visual .IHtmlTextHandler ;
4141import org .wordpress .aztec .spans .AztecCodeSpan ;
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ import org.wordpress.aztec.spans.AztecPreformatSpan
2121import org.wordpress.aztec.spans.AztecQuoteSpan
2222import org.wordpress.aztec.spans.AztecUnorderedListSpan
2323import org.wordpress.aztec.spans.IAztecBlockSpan
24+ import org.wordpress.aztec.spans.IAztecCompositeBlockSpan
2425import org.wordpress.aztec.spans.IAztecLineBlockSpan
2526import org.wordpress.aztec.spans.IAztecNestable
2627import org.wordpress.aztec.spans.IAztecParagraphStyle
27- import org.wordpress.aztec.spans.IAztecCompositeBlockSpan
2828import org.wordpress.aztec.spans.ParagraphSpan
2929import org.wordpress.aztec.util.SpanWrapper
3030import java.util.Arrays
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import android.text.style.LeadingMarginSpan
77import android.text.style.LineHeightSpan
88import android.text.style.UpdateLayout
99import org.wordpress.aztec.Constants
10- import java.util.ArrayList
1110
1211abstract class AztecListSpan (override var nestingLevel : Int ,
1312 var verticalPadding : Int = 0 ,
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ import android.graphics.Canvas
2121import android.graphics.Color
2222import android.graphics.Paint
2323import android.graphics.Rect
24- import android.text.Editable
2524import android.support.v4.text.TextDirectionHeuristicCompat
2625import android.support.v4.text.TextDirectionHeuristicsCompat
2726import android.support.v4.text.TextUtilsCompat
2827import android.support.v4.view.ViewCompat
28+ import android.text.Editable
2929import android.text.Layout
3030import android.text.Spanned
3131import android.text.style.LineBackgroundSpan
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import android.graphics.Color
55import android.os.Build
66import android.support.annotation.ColorInt
77import android.text.TextUtils
8+ import org.wordpress.aztec.util.ColorConverter.Companion.COLOR_NOT_FOUND
89
910/* *
1011 * Converts color strings into color integers used by android. This translation process will attempt to
You can’t perform that action at this time.
0 commit comments