From 8cabad7c12c1f2fe99c9685f929bbede89f51a41 Mon Sep 17 00:00:00 2001 From: Leonardi Date: Mon, 28 Sep 2020 09:40:14 +0700 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d55df9b..cfb8f22 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,13 @@ RichEditor for Android ============= -### Modifications made by @quipper: +### Modifications made by @quipper: available on [jitpack IO](https://jitpack.io/#quipper/richeditor-android) ``` - Add UnorderedList and OrderedList to OnTextSelectionChangeListener - Update the UI: - Move the formatting toolbar so it doesn't blocked by the android text selection pop up - Apply Open Sans Regular as the default font - Attempt to add rounded box on the richEdit using FrameLayout (check the layout for details) - - Publish to [jitpack IO](https://jitpack.io/#quipper/richeditor-android) - Support clipboard text insertion on paste event - Support Android 21 (fix crash when running on android 21) ```