Emanuel Moecklin

Results 24 comments of Emanuel Moecklin

Contributions are always welcome. Feel free to submit a pull request

This is due to the high-res icons, each one in three states (enabled, pressed, disabled). The only way around this would be to use lower res icons. The Android platform...

You need to extend RTMediaFactoryImpl and RTImageImpl, e.g: RTMediaCustom extends RTMediaFactoryImpl and RTImageCustom extends RTImageImpl. Your custom RTMediaFactoryImpl overrides createImage to return your custom RTImageImpl. Don't try to do it...

There's not fix for this except to scale down the images

Yes. The scaling would have to be added to the rich text editor component. Some of the functionality is already in place when taking pictures (not picking a picture from...

This is because Android simply doesn't draw BulletSpans for an empty line. Feel free to investigate and find a workaround. I'm happy about any pull requests for this.

You can't insert images from a url at the moment. Feel free to submit a pull request for that. Android does support only local images in ImageSpan, so you would...

You can use the FontManager.preLoadFonts(Context) method to asynchronously load the fonts when the app starts up. I call the method from my Application class. Please don't create an issue with...

You can submit a pull request of you want heading options. I'm not going to add it since you can already set the font size and it's a rich text...