You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Upgraded build tools and AndroidX navigation/fragment dependencies #166
Limit pre-caching requests to 2 requests concurrently #168
API change: Require AppCompatActivity (not Activity) in the TurboSessionNavHostFragment.registeredActivities definition #167
API change:TurboFragment subclasses can no longer override onActivityCreated(), since it’s now deprecated in AndroidX. Use onViewCreated() for code touching the Fragment's view and onCreate() for other initialization. #169
API change:TurboFragment subclasses can no longer override onActivityResult(), since it’s now deprecated in AndroidX. Use Fragment.registerForActivityResult with the androidx.activity.result.contract.ActivityResultContract and its callback. Turbo provides the new TurboNavDestination.activityResultLauncher interface to obtain registered result launchers from any destination. #170