Releases: therealshabi/AutoImageFlipper
Releases · therealshabi/AutoImageFlipper
Add new features and bug fixes
Changelogs
- Add circular indicator below the whole flipper view
- Add background for the circular indicator
- Update method to show/hide circular pager indicator by simply updating the visibility of the indicator
- Add alpha hex code in bg_overlay file in the form of #AARRGGBB
- Extract dimen and color resources of layouts
- Add method to remove Auto Cycle
- Also remove autocycle if scroll time set to 0
- Add a method to remove all flipper views from the FlipperLayout
- Add a new UIUtil class to convert dp values to pixels and vice versa
- Create new HomeActivity with a recycler view in which flipper view is inside a recycler view
- Create an interior and exterior tab layouts
- Add a method to showInnerPagerndicator to display an inner pager indicator instead of outer pager indicator
- Add a method to add background color/drawable to flipper pager
- Create a method to expose the flipper pager to the user, so that they can customise it as per their needs
- Update Readme and add new GIFs
Fixed Minor bugs
Changelog
- Add bintray publish the plugin to upload the library from CLI, see this link
1.5.7: Merge pull request #25 from therealshabi/dev
Changelogs
- Converted the code to Kotlin
- Add feature to add page transformer animations for FlipperLayout
- Add placeholder and error images
- Create a custom method to let the user decide how to load the image into the flipper view
- Remove explicit Picasso dependency from the library
- Add method to add list of multiple FlipperViews at once
Http url loading fixed
Changelogs
- Used clearTextTraffic for http url loading
Feature Addition and Bug Fixed
Changelogs:-
- Added custom view pager indicator for flipper layout
- Added option to show/hide view pager indicator
- Include Picasso JAR library into the project instead of including the dependency
- Added option to customize the description text view, now you can set background color, alpha, drawable,
you can hide/show textView, can reset the background color to default, can set the Text color etc. - Include the package into Jcenter too (bintray), link of which is here
Bug fixed
v1.4.4-beta2 Merge branch 'dev'
Beta version with fixed layout inflate exception
Merge pull request #13 from therealshabi/dev Updated imageslider version
v1.5-beta.6
Changed file tree to api instead of implementation
v1.5-beta.5
Changed file tree to api instead of implementation
Pre release
v1.5-beta.4 Minor version changes