Android-RTEditor
Android-RTEditor copied to clipboard
The Android RTEditor is a rich text editor component for Android that can be used as a drop in for EditText
Thank you a ton for your hard work in this library. I just want to report some issue with the numbering format it's got append with `` when I tried...
when you add a link then get html text you will not get added link as link but after that you press any character then get html then will find...
v1.6.7 In the manifest of the library, it has a constant : `android:authorities="com.onegravity.rteditor.fileprovider"` This means, that if I create 2 projects that use this library, and install one, I won't...
After I choose to get the text : `rtEditText.getText(RTFormat.HTML)` And then I type any character, the text gets duplicated. Attached sample project and video. [RTEditTextTest.zip](https://github.com/1gravity/Android-RTEditor/files/1716198/RTEditTextTest.zip) [device-2018-02-12-140535.zip](https://github.com/1gravity/Android-RTEditor/files/1716202/device-2018-02-12-140535.zip)
To the best of my knowledge, I have followed the implementation steps faithfully. But when I try to select an image from my device, nothing happens, and the log says...
Hi, I've been using your RTEditor in my application for almost a year and didn't have any problems with it. But after recent updated (Android Studio, Build tools, SDK Versions...
in android 8.0 when I insert a long text , change font size ,insert image,change font size ,insert text ... ,It may be crash. the log like this: Process: com.onegravity.rteditor.demo,...
If we wish to only view the content that was saved before on the RTEditText, into TextView, using the normal `Html.fromHtml` isn't enough, as it doesn't handle lists well, and...
I took a portrait image, and got this:  Trying to rotate to have it nicely, it shows an even worse preview of it:  Yet if I touch it,...
It takes too much time to load editor activity first time. I have used only 8 function and use my vector icons for each of them. after all these things...