mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-02-16 18:39:07 -06:00
* Move password generation logic to ViewModel. * Store GeneratePassword state in GeneratePasswordViewState. * Update GeneratePasswordState when form is updated. * Remove password StateFlow nad use the one in the ViewState. * Fix dependency version incompatibility issue and add missing dependencies. * Add mdc3Theme adapter. * Add GeneratePasswordContent form. * Integrate GeneratePasswordContent. * Fix spotless issues. * Remove xml layout file.