Kshitij Chauhan

Results 23 issues of Kshitij Chauhan

It would be great if the user could receive notifications after a launch has completed with information about the success of the launch.

enhancement

- [x] I am on the [latest](https://github.com/KELiON/cerebro/releases/latest) Cerebro.app version - [x] I have searched the [issues](https://github.com/KELiON/cerebro/issues) of this repo and believe that this is not a duplicate - **OS version...

To disable version checks, we have to set `disableVersionCheck = true` instead of false, as the original message suggested.

Hilt is the new recommended DI library for Android. ViewModel Injection in Vector currently relies on using AssistedInject with Dagger. Integration with Dagger Hilt would be nice too.

enhancement

This PR makes the following changes: * Add an internal drain method to `VectorViewModel` for draining all jobs launched using `viewModelScope` and its `StateProcessor`. This method is marked `internal` and...

enhancement

**Is your feature request related to a problem? Please describe.** There are several pieces of state in an app that need to be accessed globally, such as a user's auth...

enhancement

**Is your feature request related to a problem? Please describe.** The Navigation Architecture Component supports scoping ViewModels to a Navigation Graph. These ViewModels can be instantiated using `by navGraphViewModels()` delegate....

enhancement

**Describe the bug** On an app with code obfuscation turned on, there are crashes with the message "Incomplete class hierarchy" for VectorViewModel classes. Here's the stacktrace from an obfuscated release...

bug

**Is your feature request related to a problem? Please describe.** The docs should provide a solution to the usage of [SafeArgs](https://developer.android.com/guide/navigation/navigation-pass-data#Safe-args) with this library. **Describe the solution you'd like** A...

documentation
enhancement