Skip to content

Releases: Aspsine/FragmentNavigator

FragmentNavigator v1.0.4

07 May 06:10
Compare
Choose a tag to compare

FragmentNavigator v1.0.2

27 Apr 10:58
Compare
Choose a tag to compare

API Changes:

  1. All operation support 'commit allowing state loss'.
  2. Method showFragment(int position, boolean reset, boolean allowingStateLoss) second param reset function change. In the last version showFragment(0, true); means remove all the fragment and show fragment at position = 0. In this version showFragment(0, true); means remove the fragment at position=0 then add a new fragment in position=0.
  3. Add resetFragments(int position)series functions. These functions mean remove all fragments then add a new fragment at given position.
  4. Add getFragment(int position) function.

FragmentNavigator v1.0.1

04 Apr 14:15
Compare
Choose a tag to compare

Fix current position assignment issue.

FragmentNavigator v1.0.0

03 Apr 16:23
Compare
Choose a tag to compare

First release.