Skip to content

Releases: ChaosLeung/PinView

1.4.3

09 Mar 06:21
Compare
Choose a tag to compare

1.4.2

26 Aug 09:41
Compare
Choose a tag to compare
  • New attribute hideLineWhenFilled for specifies whether the line (border) should be hidden or visible when text entered.
  • Fix issue of the first letter of hint did not draw when the item background is set

1.4.1

07 Aug 13:06
Compare
Choose a tag to compare
  • Fix issue of duplicate value for resource attr/itemBackground, #26

1.4.0

07 Aug 13:05
Compare
Choose a tag to compare
  • Add font style and font family support, #24
  • Support setting item background, #11

1.3.2

25 Apr 02:36
Compare
Choose a tag to compare
  • Fix issue of radius is exactly half the item width but throw RunTimeException in some devices #18

1.3.1

02 Apr 01:30
Compare
Choose a tag to compare
  • Fix issue of unable to show keyboard after setting an empty string #12, #13
  • Fix issue of check item radius before set radius or item width

1.3.0

28 Jan 07:38
Compare
Choose a tag to compare
  • Fix the issue of the line is not a straight line #7
  • Fix the issue of the PinView disappears on RTL mode #6 #8 #9
  • Add highlight configuration for the item to be input #5
  • Add cursor supports #3
  • Remove deprecated methods
  • Modify the minSdkVersion from 14 to 16
  • Fix the issue of if the line color not stateful, the line always black

1.2.0

11 Oct 03:32
Compare
Choose a tag to compare
  • [Fix] Fixed incorrect box size
  • [Feature] Support line mode

1.1.0

21 Jun 09:01
Compare
Choose a tag to compare
  • [Feature] Draw hint text if need
  • [Optimize] Always draw anchor line if in debug mode
  • [Fix] There is some spacing between the boxes when 'boxMargin' is 0
  • [Refactor] Better naming attributes

1.0.1

10 Apr 02:01
Compare
Choose a tag to compare
  • [Fix] Set the count of boxes while not setting the maximum length
  • [Fix] When 'mBorderColor' is null, the border color is not changed at the same time after setting the text color programmatically