Skip to content

Releases: daothanhduy305/KRichEditor

0.0.6

21 Sep 12:53
Compare
Choose a tag to compare

Changelog

  • [FIX] Correcting javascript method name from `getHtmlContent()' to 'getHtml()' (Thanks @RahulSDeshpande )
  • [UPDATE] Migrate to SDK 29 and AndroidX

0.0.5

13 Jan 17:03
Compare
Choose a tag to compare

Changelog

  • [NEW] Add api for setting custom HTML content
  • [FIX] Menu button's state was not being updated properly
  • [UPDATE] Target build version to 28 and update dependencies

v0.0.4

13 Jan 16:45
Compare
Choose a tag to compare

Changelog

  • [NEW] Add api for retrieving contents (Quill Delta object)
  • [NEW] Add api for setting contents
  • [NEW] Add api for disabling toolbar and menu
  • [NEW] Add check list support
  • [NEW] Add custom Java interfaces for friendlier naming
  • [NEW] Add onInitialized life cycle method
  • [MOD] Move menu into toolbar
  • [MOD] Use anko to construct hyperlink dialog
  • [MOD] Update QuillJs to v1.3.5
  • [FIX] Retain fragment instance on rotation
  • [FIX] Update button states for hyperlink
  • [FIX] Some stability issues with EventBus
  • [DEL] Re-focus flag in command api

v0.0.3

13 Jan 16:46
d243174
Compare
Choose a tag to compare

Changelog

  • [NEW] Add Java support
  • [NEW] Modularize toolbar for customizations
  • [NEW] Add support for Base64 image insertion
  • [MOD] Now let devs decide what to do with image button pressed
  • [FIX] Get HTML and get Text functions
  • [FIX] Broken alignments
  • [FIX] Some more UI bugs fixed

v0.0.2

13 Jan 16:47
Compare
Choose a tag to compare

Changelog

  • [NEW] Switched to QuillJs as base
  • [NEW] HyperLink insertion functional
  • [NEW] Text color and highlight functional
  • [NEW] Font size changing functional
  • [NEW] Image insertion by URL functional
  • [NEW] Posibility to retrieve HTML code
  • [MOD] Placeholder, image callback and buttons color settings
  • [FIX] Improve UI design for editor menu
  • [FIX] Soft keyboard behavior
  • [DEL] Table insertion (Not officially supported by QuillJs)
  • [DEL] Horizontal line (Not officially supported by QuillJs)

v0.0.1

13 Jan 16:48
b061107
Compare
Choose a tag to compare

This is the first release of this library.

Features

  • Bold
  • Italic
  • Underline
  • Strike-through
  • Heading 1
  • Heading 2
  • Heading 3
  • Heading 4
  • Heading 5
  • Heading 6
  • Paragraph
  • Quote
  • Ordered List
  • Unordered List
  • Code
  • Horizontal Rule
  • Justify Center
  • Justify Full
  • Justify Left
  • Justify Right
  • Subscript
  • Superscript
  • Indent
  • Outdent
  • Undo
  • Redo

Current WIP Features:

  • Image
  • Link
  • Font Name
  • Font Size
  • Table
  • Text color
  • Highlight color