Skip to content

Releases: kbiakov/CodeView-Android

Update versions, add default view constructors

Choose a tag to compare

@kbiakov kbiakov released this 17 Jan 15:59
7949ee2
Merge pull request #56 from kbiakov/develop

Release 1.3.2

Fixed escaping html tags before highlighting

Choose a tag to compare

@kbiakov kbiakov released this 09 Sep 18:34
Merge pull request #36 from kbiakov/develop

Fixed escaping html tags before highlighting

More customization! And bugfixes.

Choose a tag to compare

@kbiakov kbiakov released this 02 Sep 15:24
  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

Choose a tag to compare

@kbiakov kbiakov released this 27 Nov 21:38
1.2.0

Update README.md

Fixed padding for single line view

Choose a tag to compare

@kbiakov kbiakov released this 01 Sep 15:39
Merge pull request #19 from Softwee/develop

Fixed padding for single line view

Fixed animation issues

Choose a tag to compare

@kbiakov kbiakov released this 31 Aug 14:34

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

Choose a tag to compare

@kbiakov kbiakov released this 31 Aug 12:18
  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

Choose a tag to compare

@kbiakov kbiakov released this 24 Aug 11:18

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

Choose a tag to compare

@kbiakov kbiakov released this 23 Aug 19:32
Merge pull request #2 from Softwee/develop

Improved adapter initialization, added shadows control

First release!

Choose a tag to compare

@kbiakov kbiakov released this 23 Aug 13:07

First release. Moved from Bitbucket & added instructions.