Skip to content

FlowR 1.4.1

Compare
Choose a tag to compare
@v3n3 v3n3 released this 03 Oct 15:31
· 14 commits to master since this release
  • Fix #32.
  • Replace FragmentManager#popBackStackImmediate with FragmentManager#popBackStack for the Flowr#clearBackStack() call. This improves performance when combing the clear back stack call with other transactions, as it remove the need to wait for the clear stack transaction to be executed before queuing the other transactions.
  • Remove the no longer needed fragment replace issue workaround, as it was fixed in support library version 25.1.0.
  • Start generating sources and java docs artifacts when building the library.
  • Update support library to version 26.1.0 and build tools to version 16.0.1.