Skip to content

Releases: Commit451/ForegroundViews

2.4.0

19 Jun 19:46
Compare
Choose a tag to compare
  • android:foregroundInsidePadding changed to app:foregroundInsidePadding since AAPT2 is more strict about private resources. Thanks to @stepango for finding this error

2.3.1

04 Nov 20:10
Compare
Choose a tag to compare

Make ForegroundLinearLayout a linear layout again

2.3.0

04 Nov 17:29
Compare
Choose a tag to compare

Added ForegroundTextView

2.2.1

03 Oct 03:20
Compare
Choose a tag to compare

Fix build issue when targeting less than API 23 thanks to @kuFEAR

2.2.0

09 Sep 17:37
Compare
Choose a tag to compare

Fix crash on inflating ForegroundLinearLayout and ForegroundRelativeLayout on pre 5.0 devices thanks to @kuFEAR

2.1.0

13 Jun 01:58
Compare
Choose a tag to compare

Update lib to use M implementations when available, and also use the defStyleRes when available

2.0.3

11 Jun 18:26
Compare
Choose a tag to compare

Fix null pointer exception on 6.0+ devices thanks to @jaredrummler

2.0.1

31 May 15:57
Compare
Choose a tag to compare

Rewrote some bits so the library offers a ForegroundDelegate which a user can use an instance of to make any view support foregrounds

Rename package

15 Apr 23:16
Compare
Choose a tag to compare

The package was named com.commit451.foregroundimageview and it changed to com.commit451.foregroundviews to make it more clear. It will involve doing a find and replace for all those instances within XML