-
Notifications
You must be signed in to change notification settings - Fork 266
Release log
JingYeoh edited this page Aug 16, 2018
·
12 revisions
- Bugfix: issue#43
- Bugfix: issue#44
- Bugfix: fix LeakMemory leaked by
SwipeActivityManager
.
- Feature done: add swipe back to exit
Activity/Fragment
.
- Feature done: Add onBackPressed method support for the fragment that is not added into stack.
- Bugfix:
startFragmentForResult
issue.
- Fix bug that
Fragment
will behidden
whenshowFragment
method is called twice with same fragment or tag. - Extent
showFagment
method, addshowRepeatAnim
parameter.
- Optimize library,fix memory leak in
Rigger#mPuppetMap
.
- Option to support for custom fragment tag.
- Add method
Rigger.setFragmentTag()
- Add method
getFragmentTag()
for fragment. - Update ProGuard rule.
- Update point cut to optimize library.
- Add
isLazyLoading
method for rigger.
- Finish base functions.
- Installation
- Using start
- Fragment usage
- Custom fragment tag
- Lazy loading
- Transition animations
- Intercept onBackPressed
- startFragmentForResult
- Swipe edge to exit
- How to use in library module