Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5a94fae4 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

- 🖼️ Downscale and display huge images in preview mode instead of crash (#1034)

parent 0342e135
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -19,6 +19,5 @@ allprojects {
        google()
        jcenter()
        maven { url "https://jitpack.io" }
        maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
    }
}
+1 −0
Original line number Diff line number Diff line
- 🖼 Downscale and display huge images in preview mode instead of crash (#1034)
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ android {
}

ext {
    markwonVersion = "4.6.2-SNAPSHOT"
    markwonVersion = "4.6.2"
    rxMarkdownVersion = "0.1.3"
}

+0 −1
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@ public class MarkwonMarkdownViewer extends AppCompatTextView implements Markdown
                .usePlugin(ThemePlugin.create(context))
                .usePlugin(StrikethroughPlugin.create())
                .usePlugin(SimpleExtPlugin.create())
                .usePlugin(ImagesPlugin.create())
                .usePlugin(MarkwonInlineParserPlugin.create())
                .usePlugin(SearchHighlightPlugin.create(context))
                .usePlugin(TablePlugin.create(context))