Loading fastlane/metadata/android/en-US/changelogs/3004001.txt +2 −1 Original line number Diff line number Diff line - ⚠️️ Display confirm dialog when deleting an account with unsynchronized changes (#989) - by @AlpAcA0072 - ➖ Allow dashes in note titles (#1104) - 🌐 Support links in tables (#1115) No newline at end of file markdown/src/main/java/it/niedermann/android/markdown/markwon/MarkwonMarkdownViewer.java +3 −0 Original line number Diff line number Diff line Loading @@ -22,12 +22,14 @@ import io.noties.markwon.Markwon; import io.noties.markwon.MarkwonPlugin; import io.noties.markwon.SoftBreakAddsNewLinePlugin; import io.noties.markwon.ext.strikethrough.StrikethroughPlugin; import io.noties.markwon.ext.tables.TableAwareMovementMethod; import io.noties.markwon.ext.tables.TablePlugin; import io.noties.markwon.ext.tasklist.TaskListPlugin; import io.noties.markwon.image.DefaultDownScalingMediaDecoder; import io.noties.markwon.image.ImagesPlugin; import io.noties.markwon.inlineparser.MarkwonInlineParserPlugin; import io.noties.markwon.linkify.LinkifyPlugin; import io.noties.markwon.movement.MovementMethodPlugin; import io.noties.markwon.simple.ext.SimpleExtPlugin; import io.noties.markwon.syntax.Prism4jTheme; import io.noties.markwon.syntax.Prism4jThemeDarkula; Loading Loading @@ -86,6 +88,7 @@ public class MarkwonMarkdownViewer extends AppCompatTextView implements Markdown .usePlugin(TablePlugin.create(context)) .usePlugin(TaskListPlugin.create(context)) .usePlugin(LinkifyPlugin.create(true)) .usePlugin(MovementMethodPlugin.create(TableAwareMovementMethod.create())) .usePlugin(LinkClickInterceptorPlugin.create()) .usePlugin(ImagesPlugin.create(plugin -> plugin.defaultMediaDecoder(DefaultDownScalingMediaDecoder.create(context.getResources().getDisplayMetrics().widthPixels, 0)))) .usePlugin(SoftBreakAddsNewLinePlugin.create()) Loading Loading
fastlane/metadata/android/en-US/changelogs/3004001.txt +2 −1 Original line number Diff line number Diff line - ⚠️️ Display confirm dialog when deleting an account with unsynchronized changes (#989) - by @AlpAcA0072 - ➖ Allow dashes in note titles (#1104) - 🌐 Support links in tables (#1115) No newline at end of file
markdown/src/main/java/it/niedermann/android/markdown/markwon/MarkwonMarkdownViewer.java +3 −0 Original line number Diff line number Diff line Loading @@ -22,12 +22,14 @@ import io.noties.markwon.Markwon; import io.noties.markwon.MarkwonPlugin; import io.noties.markwon.SoftBreakAddsNewLinePlugin; import io.noties.markwon.ext.strikethrough.StrikethroughPlugin; import io.noties.markwon.ext.tables.TableAwareMovementMethod; import io.noties.markwon.ext.tables.TablePlugin; import io.noties.markwon.ext.tasklist.TaskListPlugin; import io.noties.markwon.image.DefaultDownScalingMediaDecoder; import io.noties.markwon.image.ImagesPlugin; import io.noties.markwon.inlineparser.MarkwonInlineParserPlugin; import io.noties.markwon.linkify.LinkifyPlugin; import io.noties.markwon.movement.MovementMethodPlugin; import io.noties.markwon.simple.ext.SimpleExtPlugin; import io.noties.markwon.syntax.Prism4jTheme; import io.noties.markwon.syntax.Prism4jThemeDarkula; Loading Loading @@ -86,6 +88,7 @@ public class MarkwonMarkdownViewer extends AppCompatTextView implements Markdown .usePlugin(TablePlugin.create(context)) .usePlugin(TaskListPlugin.create(context)) .usePlugin(LinkifyPlugin.create(true)) .usePlugin(MovementMethodPlugin.create(TableAwareMovementMethod.create())) .usePlugin(LinkClickInterceptorPlugin.create()) .usePlugin(ImagesPlugin.create(plugin -> plugin.defaultMediaDecoder(DefaultDownScalingMediaDecoder.create(context.getResources().getDisplayMetrics().widthPixels, 0)))) .usePlugin(SoftBreakAddsNewLinePlugin.create()) Loading