AndroidDeveloperLB

Results 602 issues of AndroidDeveloperLB

v1.6.7 Steps: 1. write some text. 2. write a list of text 3. copy all of what you've written. 4. Delete all 5. paste. The bug: The list bullets/numbers were...

v1.6.7 Steps: 1. write text 2. write text with bullets 3. write text 4. write text with bullets 5. press the backspace key multiple times, till you are supposed to...

v1.6.7 Steps: 1. write some text. 2. Go to next line 3. press on the bullets button The bug: Nothing occurs. If you click on it again (meaning: turn off),...

Suppose I have written some text in the `RTEditText` view, including lists (bullets or numbers). When I convert to plain text, I'd want that the bullets would be converted to...

When I call `rtEditText.getText(RTFormat.HTML)` , it generates multiple `\n` . I think after each `` . Example: ![image](https://user-images.githubusercontent.com/5357526/37032312-b8159204-214a-11e8-8661-bf7817434b71.png) Please fix this.

Crash log: ``` 02-12 17:52:14.462 29538-29538/com.onegravity.rteditor.demo E/AndroidRuntime: FATAL EXCEPTION: main Process: com.onegravity.rteditor.demo, PID: 29538 java.util.ConcurrentModificationException at java.util.ArrayList$Itr.next(ArrayList.java:860) at com.onegravity.rteditor.effects.ParagraphSpanProcessor.process(ParagraphSpanProcessor.java:70) at com.onegravity.rteditor.effects.BulletEffect.applyToSelection(BulletEffect.java:75) at com.onegravity.rteditor.effects.BulletEffect.applyToSelection(BulletEffect.java:39) at com.onegravity.rteditor.effects.Effects.cleanupParagraphs(Effects.java:128) at com.onegravity.rteditor.effects.Effects.cleanupParagraphs(Effects.java:117) at com.onegravity.rteditor.RTEditText.onSelectionChanged(RTEditText.java:633) at...

Instead of creating it from file path.

I've noticed it has its own style, and the URL editText might need some changes (all selected by default, or at least put caret at the end)...

I've noticed many "video" and "audio" being mentioned in the code, but I can't find how to use them.

It is written: > Note that inflating the toolbar might take a moment (noticable) on certain devices because the included icons are high-resolution and each one comes in three different...