Skip to content

Simple Stack 1.11.6

Choose a tag to compare

@Zhuinden Zhuinden released this 14 Aug 15:26
· 287 commits to master since this release

Simple-Stack 1.11.6 (2018-08-14)

  • ADDED: Navigator.hasScope(scopeTag), BackstackDelegate.hasScope(scopeTag), BackstackManager.hasScope(scopeTag).

  • ADDED: Navigator.canFindService(Context, serviceTag), BackstackDelegate.canFindService(serviceTag), BackstackManager.canFindService(serviceTag) to check if lookup can find the service.

  • ADDED: ServiceBinder.lookup() and ServiceBinder.canFind() to inherit from currently existing scopes while creating service binding.

  • CHANGE: onExitScope(scopeTag) is now ensured to happen in reverse order compared to onEnterScope(scopeTag) (both in terms of scope creation order and service binding order).