Skip to content

Releases: ncapdevi/FragNav

1.2.1

21 Nov 16:06
Compare
Choose a tag to compare
  • Fixed major bug that would happen if you used the list of Fragments version of the constructor.
  • Fixed a bug resulting in a null crash from a refactoring miss

1.2.0

21 Nov 06:38
Compare
Choose a tag to compare

Several Breaking Changes
Several breaking changes in this version that were long overdue, but provide more modularity and structure moving forward. I know it's a little frustrating, but shouldn't take to long to update.

  • Changing constructors.
  • breaking apart the listeners into two separate classes (TransactionListener and RootFragmentListener)
  • several name changes that help for clarity.
  • transition mode being use in all transactions
  • savedInstanceState using either method.
  • a few bug fixes and stability improvements.

1.1.0

20 Nov 04:50
Compare
Choose a tag to compare
  • Handle savedinstancestate in some cases (not done yet)
  • Added support for Dialogues
  • Added the functionality to dynamically create base fragments via the NavListener
  • Added a helper method to setTransition, it doesn’t need to be part of the constructor
  • added an initialize method. This is helper to use when first creating instead of switchTab. Specifically because if the activity was destroyed (due to memory) you still may have a fragment backstack.
  • properly handle executependingtransactions with a helper function
  • Added a replace method
  • Added helper canPop() method
  • sample app bottom bar now shows new dynamic fragment method
  • getBaseFragment method to simplify the process
  • updated build tools
  • updated support libraries
  • reorganized sample app