Releases: kbiakov/CodeView-Android
Releases · kbiakov/CodeView-Android
Update versions, add default view constructors
Fixed escaping html tags before highlighting
Merge pull request #36 from kbiakov/develop Fixed escaping html tags before highlighting
More customization! And bugfixes.
- Fixed bug with trimming initial spaces and tabs 💥
- Font customization: added font presets and ability to use custom
Typeface
, inspired by article 📄 - Now you can manage space 📏 that code line takes (see updated README)
- Minor bugfixes, version updates, improvements & optimizations, code cleanup
Revised API & improved performance
1.2.0 Update README.md
Fixed padding for single line view
Merge pull request #19 from Softwee/develop Fixed padding for single line view
Fixed animation issues
Fixed tow animation issues:
- long execution of code highlighting & related placeholder hiding state inconsistency
- bugs with animations in nested layouts
Adapter customization & other additions
- Added ability to customize adapter as suggested.
- Added Markdown support.
- Improved click listener.
- Fixed line break to support multiline tags.
- Added Monokai theme.
Fixed bugs with view size stretching
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
Merge pull request #2 from Softwee/develop Improved adapter initialization, added shadows control
First release!
First release. Moved from Bitbucket & added instructions.