Skip to content

Releases: jguerinet/Morf

v2.2.3

21 Apr 16:13
Compare
Choose a tag to compare

v2.2.2

21 Apr 16:13
Compare
Choose a tag to compare

See the Change Log.

v2.2.1

21 Apr 16:13
Compare
Choose a tag to compare

See the Change Log.

v2.2.0

21 Apr 16:13
Compare
Choose a tag to compare

See the Change Log.

v2.1.5

10 Mar 19:23
Compare
Choose a tag to compare

See the Change Log.

v2.1.4

29 Feb 15:17
Compare
Choose a tag to compare

See the Change Log.

v2.1.3

02 Dec 00:59
Compare
Choose a tag to compare
  • Added the borderless button

v2.1.2

13 Nov 21:03
Compare
Choose a tag to compare
  • Fixed bug where the icon drawable was no longer being mutated when set

v2.1.1

13 Nov 20:40
Compare
Choose a tag to compare
  • Added the possibility to initialize TextViewFormItems or its descendants with a string resource Id

v2.1.0

13 Nov 19:15
Compare
Choose a tag to compare
  • Added gravity to the form items
  • Now using Drawable tinting instead of a color filter to color the icons
  • Added the single line option to the form items with a text field
  • Added the single line option to the EditTextFormItem
  • Added the ellipsize option to the form items with a text field
  • Completely reworked the get(), set(), and bind() methods to make it more clear (see README for more info)
  • Added the on and off text on the SwitchFormItem
  • Added method to initialize a new Builder instance from an old one, allowing you to base a Builder instance from your default one
  • ButtonFormItem no longer inherits the default background