kaiken icon indicating copy to clipboard operation
kaiken copied to clipboard

User scoping library for Android applications.

Results 8 kaiken issues
Sort by recently updated
recently updated
newest added

Anvil 2.4.0 needed an update Kotlin 1.6. A variety of other dependencies needed updated as well.

This diff adds a lot of new functionality to the logged in example. It will load your favorite Ghibli Films from the database as long as you have added any...

* Add an example for Snackbar usage * Add an example for a multipage form * Add a Preview to the last page of the form Todo: Save the form...

Bumps appcompat from 1.3.0 to 1.4.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=androidx.appcompat:appcompat&package-manager=gradle&previous-version=1.3.0&new-version=1.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I have a feature that utilize Android navigation. The activity implements the `getInjectorFactory()` to provide the component for all the fragments in the nav_graph. However, we have another project that...

Currently kaiken retains components within view model stores which allows reuse of components past rotation. As we move to a compose world we need a new hook for scoping components....

Some users are forgetting to call `finishIfInvalidAuth()` in their `onAttach` method in their fragments. Since the users call it in their Activity, this usually works in development. But when the...