- Update dependencies and build tools for SDK 25
- Blur the content layout's root view, instead of passing in a view to blur
- Improve the blur effect
- Turn blurring on by default
- Remove the
RenderScript
dependency and extra maven dependency
- Configure the blur overlay color (defaults to a light white) with
PeekViewOptions#setBlurOverlayColor
.
- Blur the background behind
PeekView
withPeekViewOptions#setBlurredView
, instead of just using a dark dim
- Improve long and short click gesture detection with
PeekView
- Initial public release!
- Some bug fixes
- Make
PeekView
smarter. Will react better to finger placement and move out of the way, so that it is not covered up when displayed. - Ensure correct the
PeekView
is always dismissed whenActivity#onPause
is called.
- Set the absolute width and height of a view instead of a screen size percentage
- Allow for clearing the "peek" ability on a
View
- Show ripple touch effects on the clicked views, if they use a RippleDrawable for a background
- Match
AppCompatActivity
's protectected visibility for onCreate()
- Fix issue with the
PeekView
consuming click events
- Initial BETA Release