- Remove
final
modifier, per request
- Update dependencies and build tools for SDK 26
- Add ability to put a transparent overlay over the header image
- Add method to get the FAB instance
- Add ability to change the text color of the header text
- Update dependencies and build tools for SDK 25
- Update to
PeekView
1.2.2 to improve blurring support and removeRenderScript
dependency in the example app
- We need the libraries min SDK to be 15 since that is what the blur on
PeekView
uses.
- Update to
PeekView
1.2.0 for background blur support.
- Allow
SlidingActivity
to work withPeekView
(https://github.com/klinker24/Android-3DTouch-PeekView)
- Fix a crash on sw600dp tablets
- Make sure 720dp tablets have the new layout too
- Tablets have had a cool non-full-screen layout in portrait mode. Apply that layout to tablets landscape mode, as well as phone's landscape mode, if space allows.
- Don't allow text to overlap FAB when title is long
- Add Day/Night theme
- Improve logic behind header color tint
- Fixed custom headers wrapping content instead of matching parent
- Added the ability to set custom header views
- Fade in the header text after it is set
- Remove the padding from the content view because it caused a weird coloring effect
- Add an 'Inbox' style expansion animation to the window
- Fix issue with the expansion when there is no header
- Allow for keyboard showing on
SlidingActivity
- Initial release and feature set