AndroidDeveloperLB

Results 602 issues of AndroidDeveloperLB

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)

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: ![image](https://user-images.githubusercontent.com/5357526/36097922-93a23b30-1005-11e8-8978-2a2ed47cae1b.png) Trying to rotate to have it nicely, it shows an even worse preview of it: ![image](https://user-images.githubusercontent.com/5357526/36097936-a65799d2-1005-11e8-9846-c8460c41e06c.png) Yet if I touch it,...

Suppose I put some text, in multiline, and then call `getText(RTFormat.HTML)` , it returns me a string that has both "\n" and : ![image](https://user-images.githubusercontent.com/5357526/37873467-314e5b6c-3026-11e8-925e-59d95232561a.png)

Steps: have list. put text on first row. on next row, press backspace, to disable the list for this row. type. The bug: The new text is shown on previous...

Steps: 1. write some text. 2. cause `setRichTextEditing` to set to a new text, can even be the same as what you wrote. The bug: The caret gets reset to...

v1.6.7 Steps: 1. put some text in the editText of this library. 2. Put the caret in the middle of the text. 3. change orientation. The bug is that the...

v1.6.7 If you have 2 instances of RTEditor, while one is not focusable, it can somehow get focus and even be modified by the user (by pasting) . Since I'm...

v1.6.7 It crashes with this exception: ``` 03-06 15:39:46.202 31590-31590/com.onegravity.rteditor.demo E/AndroidRuntime: FATAL EXCEPTION: main Process: com.onegravity.rteditor.demo, PID: 31590 android.os.FileUriExposedException: file:///storage/emulated/0/Android/data/com.onegravity.rteditor.demo/files exposed beyond app through Intent.getData() at android.os.StrictMode.onFileUriExposed(StrictMode.java:1960) at android.net.Uri.checkFileUriExposed(Uri.java:2348) at...