-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d4cf794
commit 47a0cf7
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
*v0.4.11* | ||
- Fix display error on scrolling over an empty section with a header (#83). | ||
- Work around for items without layout params (#74). | ||
- Update to support libs v22.1.1 (#76). | ||
|
||
*v0.4.10.1* | ||
- Remove unneeded library drawables (default launcher icons) (#80) - @kingargyle. | ||
|
||
*v0.4.10* | ||
- Add static factory method to preserve margin layout parameters (#73) - @adi1133. | ||
- Fix overscroll after notifyDataSetChanged() is called (#70). | ||
|
||
*v0.4.9.1* | ||
- Change minSdk to 9 (#72). | ||
- Add read me disclaimer for support only from API 15+. | ||
|
||
*v0.4.9* | ||
- Fix jumpy layout when scrolling with header as last item (#67). | ||
|
||
*v0.4.8* | ||
- Fix RCE on change to smaller data set (#65). | ||
|
||
*v0.4.7* | ||
- Fix NPE when computing scroll indicator (#62). | ||
|
||
*v0.4.6* | ||
- Fix scroll to start over section with one item (#60). | ||
|
||
*v0.4.5* | ||
- Fix scroll at content end with grid (#55). Thank you @Eifelschaf for your help. | ||
- Lots of minor fixes. | ||
|
||
*v0.4.4* | ||
- Fix regression spamming onCreateViewHolder (#50). | ||
|