An Android package for doing useful things easily...
Stars
198
Forks
61
Watchers
198
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
Fixed bug when using BounceScrollView in HorizontalScrollView where the BounceScrollView could get stuck
b4a9cb0View on GitHubMerge branch 'master' of https://github.com/ribot/uk.co.jasonfry.android.tools
43ceb52View on GitHubFixed bugs with Bouncing on post honeycomb devices (introduced a few days ago)
ce3b5d2View on GitHubUpdated RotatableImageView's getRotation method, as this has now been implemented in a view slightly differently and wasn't compiling… You shouldn't really need to use this view for honeycomb or newer.
b804a84View on GitHubFixed bugs around bouncing views where the content is not larger than the scrollview. Moved to using setTranslationY (instead of padding) for honeycomb or later.
f59813aView on GitHubYou can now enabled bouncing on just the top or bottom. Removed unused variables.
1247203View on GitHubAdded a new widget BounceScrollView, based on a ScrollView, but with some nice bouncing effects. Can be used to reveal nice hidden messages behind your scrollable content.
4491722View on GitHubFixed a crash relating to incorrect layout params being set on a view
4a6d770View on GitHub