Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Releases: zeoflow/material-elements

v2.1.1

19 Jan 21:09
4e58bfb
Compare
Choose a tag to compare

Changes

- Enhancement

Created Gradient and Color seek bar (#55) by @TeodorHMX1

v2.1.0

07 Oct 14:26
a7de9a5
Compare
Choose a tag to compare

Changes

- Enhancement

Created PhotoView (#52) by @TeodorHMX1
Added SquareView (#49) by @TeodorHMX1 and @teogor

- Bug Fixes

Fixed duplicate BuildConifg (#51) by @TeodorHMX1
ColorWheel Private Access (#50) by @TeodorHMX1 and @teogor

v2.0.0

06 Oct 21:27
99a191b
Compare
Choose a tag to compare

Changes

- New

Created PagerIndicator (#45) by @TeodorHMX1
Created SlidingUpPanel (#44) by @TeodorHMX1
Created ColorWheel and GradientSeekbar (#43) by @TeodorHMX1 and @teogor

v1.3.0

06 Oct 17:33
0b4ccf0
Compare
Choose a tag to compare

Changes

- Enhancement

created AutoFitEditText (#42) by @TeodorHMX1
created CircleImageView (#41) by @TeodorHMX1

v1.2.1

02 Oct 18:31
a2d2c9f
Compare
Choose a tag to compare

Changes

- Bug Fixes

MaterialButtonLoading OnClickListener (#38) by @TeodorHMX1

v1.2.0

02 Oct 17:12
ef97fa3
Compare
Choose a tag to compare

Changes

- Security

Updated Material Button (#36) by @TeodorHMX1

- Enhancement

Updated Material Button (#36) by @TeodorHMX1
Loading Button: new Elements (#35) by @TeodorHMX1

- Bug Fixes

Updated Material Button (#36) by @TeodorHMX1

- Maintenance

ZeoBot's Environment Prepared (#31) by @TeodorHMX1 and @zeobot[bot]

- Dependency Updates

ZeoBot's Environment Prepared (#31) by @TeodorHMX1 and @zeobot[bot]

- Documentation

add teogor as a contributor (#33) by @zeobot[bot]
add TeodorHMX1 as a contributor (#32) by @zeobot[bot]

- Others

Docs (#28) by @TeodorHMX1
Indentation (#27) by @TeodorHMX1
Improve text layout (#26) by @TeodorHMX1

1.1.1

25 Aug 19:59
29b106d
Compare
Choose a tag to compare

What's new in v1.1.1

  • Added possibility to set text for TextInputLayout
//..
TextInputLayout mTextInputLayout;
//..
mTextInputLayout.setText("This is the edit text");
//..

1.1.0

24 Aug 19:14
29eb176
Compare
Choose a tag to compare

What's new in v1.1.0

  • Initial deploy to maven