Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add implementation to apply formatting to highlighted texts. #239

Closed
wants to merge 47 commits into from

Conversation

zubisofts
Copy link

There is no implementation to apply formatting to a highlighted text.

wasabeef and others added 30 commits March 21, 2017 16:34
    Since this library's next version is going to target API 21+, adding shouldOverrideUrlLoading(WebView, WebResourceRequest) method relevant for Api 21+ as shouldOverrideUrlLoading(WebView,String) has been deprecated.
…l size of the image.

 So this method can manually process the image by adjusting specific width and height to fit into different mobile screens.
…ale the image according to the specific width automatically.
Fix misprint "JUSTUFYLEFT" to "JUSTIFYLEFT"
修复setPlaceholder()无效BUG
  Use encodeURIComponent() so that it supports the following characte…
Added insertImage(String url, String alt, int width, int height) method can set width, height of the inserted image manually.
Ensuring WebView overrides non-deprecated method
fix url decoding ( '+' is not decoded to ' ' anymore)