icarus-android icon indicating copy to clipboard operation
icarus-android copied to clipboard

[DISCONTINUED] Rrich text editor for android platform. 安卓富文本编辑器,暂停维护

Results 22 icarus-android issues
Sort by recently updated
recently updated
newest added

This is what I see when I click on the right button, that has HTML5 logo: ![image](https://user-images.githubusercontent.com/5357526/36073571-b1260602-0f3b-11e8-88cf-c91a07cc74d4.png)

什么也不输入长按文本框直接崩溃

比如现在有一个加粗字段,后面还有一个普通字段,我通过点击使光标移动到加粗字段中,下面的B按钮颜色会改变成选中

I tried that your library. I'm facing the issue line to line spacing is more. How can I adjust the spacing between the lines?

Hello, thanks for your library, im migrating to react-native, but having some issues, i want to know if you can help me. The error is this. ``` Attempt to invoke...

1.type 2. enable bold 3. type Bug: it doesn't write in bold. [device-2018-02-12-113534.zip](https://github.com/mr5/icarus-android/files/1715860/device-2018-02-12-113534.zip) Also: 1. enable bold 2. type stuff. 3.disable bold. 4.type Bug: It gets the new text bold...

Steps: 1. write something. 2. make it in a list. 3. change alignment, to be on the right or even center. The bug is that it stays on the left....

There is no longer `ActionBarActivity` class...

我自己implements Popover,实现了show和hide方法。 将示例中的代码修改如下: TextView imageButtonTextView = (TextView) findViewById(R.id.button_image); imageButtonTextView.setTypeface(iconfont); TextViewButton imageButton = new TextViewButton(imageButtonTextView, icarus); imageButton.setName(Button.NAME_IMAGE); imageButton.setPopover(new ImgPopover()); toolbar.addButton(imageButton); 但当我点击这个按钮的时候并没有调用show方法,只是插入了一张tower的logo 我已经写好了相册选择,压缩上传等功能,想知道应该在什么地方调用这些功能

@mr5 你好,我想问一下这个编辑器如何做才能插入音频呢?我试了插入音频标签的内容,但是没法显示,想实现这个功能,求方法,或者思路,谢谢!