Skip to content

Releases: AmrDeveloper/CodeView

CodeView 1.3.9

30 Dec 18:08
Compare
Choose a tag to compare
  • Handle exchanging code lists at the runtime #43

CodeView 1.3.8

27 Mar 15:33
Compare
Choose a tag to compare
  • Improve line number text padding with different text sizes #42
  • Improve the doc for setLineNumberTextSize to be explicit that the value is in pixel

CodeView 1.3.7

28 Oct 19:53
Compare
Choose a tag to compare
  • Make highlighting the current line number option off by default
  • Update samples app to add example for Setup highlighting current line

CodeView 1 3 6

CodeView 1.3.6

28 Oct 14:04
Compare
Choose a tag to compare
  • Improve calculating line number padding from 3k ns to 1.5k ns per line.
  • Add support for relative line number feature inspired from vim editor
  • Add support for highlighting the current line and customize the color

CodeView 1.3.5

13 May 15:20
Compare
Choose a tag to compare
  • Fix #28: auto-complete on Android 6 and lower
  • Remove unused get location call on autocomplete

CodeView 1.3.4

20 Mar 19:42
Compare
Choose a tag to compare

Feature #18: Add option to bring cursor at the middle of pair, suggested by @m-anshuman2166
Feature#11: Add setLineNumberTypeface method to change line number font, implemented by @m-anshuman2166

CodeView 1.3.3

27 Feb 19:13
Compare
Choose a tag to compare

Version 1.3.3 (2022-02-28)

Fix Issue #15: Improve Auto complete drop down position when the cursor on the end of the view

CodeView 1.3.2

19 Feb 19:25
Compare
Choose a tag to compare

Fix OnDraw not working issue when the line number is disabled

CodeView 1.3.1

06 Feb 17:42
Compare
Choose a tag to compare

Fix calculate indentation issue when user insert on the end with no next char

CodeView 1.3.0

27 Jan 14:39
Compare
Choose a tag to compare
  • Version 1.3.0 (2022-01-27)
    • Improve drawing line number performance
    • Improve Auto Complete implementation to fix multi size drop down popup position
    • Add setMaxSuggestionsSize to limit the number of suggestions
    • Add setAutoCompleteItemHeightInDp take the auto complete list item to change the drop down final size
    • Add support for Auto Pair complete
    • Improve Auto indenting implementation and be able to support python indentation (Issue #9)