Skip to content

Releases: kbiakov/CodeView-Android

Update versions, add default view constructors

17 Jan 15:59
7949ee2
Compare
Choose a tag to compare
Merge pull request #56 from kbiakov/develop

Release 1.3.2

Fixed escaping html tags before highlighting

09 Sep 18:34
Compare
Choose a tag to compare
Merge pull request #36 from kbiakov/develop

Fixed escaping html tags before highlighting

More customization! And bugfixes.

02 Sep 15:24
Compare
Choose a tag to compare
  1. Fixed bug with trimming initial spaces and tabs 💥
  2. Font customization: added font presets and ability to use custom Typeface, inspired by article 📄
  3. Now you can manage space 📏 that code line takes (see updated README)
  4. Minor bugfixes, version updates, improvements & optimizations, code cleanup

Revised API & improved performance

27 Nov 21:38
Compare
Choose a tag to compare
1.2.0

Update README.md

Fixed padding for single line view

01 Sep 15:39
Compare
Choose a tag to compare
Merge pull request #19 from Softwee/develop

Fixed padding for single line view

Fixed animation issues

31 Aug 14:34
Compare
Choose a tag to compare

Fixed tow animation issues:

  1. long execution of code highlighting & related placeholder hiding state inconsistency
  2. bugs with animations in nested layouts

Adapter customization & other additions

31 Aug 12:18
Compare
Choose a tag to compare
  1. Added ability to customize adapter as suggested.
  2. Added Markdown support.
  3. Improved click listener.
  4. Fixed line break to support multiline tags.
  5. Added Monokai theme.

Fixed bugs with view size stretching

24 Aug 11:18
Compare
Choose a tag to compare

Fixed bugs with invalid view stretching with content lower then marked up width & shadows which stretched placeholder height on full layout height on initialization stage

Improved adapter interface

23 Aug 19:32
Compare
Choose a tag to compare
Merge pull request #2 from Softwee/develop

Improved adapter initialization, added shadows control

First release!

23 Aug 13:07
Compare
Choose a tag to compare

First release. Moved from Bitbucket & added instructions.