-
Notifications
You must be signed in to change notification settings - Fork 688
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat : login activity mvvm migration #2201
feat : login activity mvvm migration #2201
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 55fdbdc - Browse repository at this point
Copy the full SHA 55fdbdcView commit details -
feat : login activity mvvm migration
-> modified Ui state class -> added unit tests for LoginViewModel
Configuration menu - View commit details
-
Copy full SHA for 4b5b0f4 - Browse repository at this point
Copy the full SHA 4b5b0f4View commit details
Commits on Jul 8, 2023
-
feat : login activity mvvm migration
-> updated LoginViewModel unit tests -> added unit tests for functions related to login feature in UserAuthRepositoryTest
Configuration menu - View commit details
-
Copy full SHA for 1af9aa0 - Browse repository at this point
Copy the full SHA 1af9aa0View commit details
Commits on Jul 9, 2023
-
feat : login activity mvvm migration
-> created ClientRepository, its implementation and unit tests. -> removed Client related methods from UserAuthRepository, and its unit tests. -> injected ClientRepositoryImp to LoginViewModel through Hilt, and added its entry to repository module of DI
Configuration menu - View commit details
-
Copy full SHA for afbcedc - Browse repository at this point
Copy the full SHA afbcedcView commit details
Commits on Jul 10, 2023
-
feat : login activity mvvm migration
-> injected preferences helper dependency through hilt
Configuration menu - View commit details
-
Copy full SHA for 81ba0d1 - Browse repository at this point
Copy the full SHA 81ba0d1View commit details
Commits on Jul 17, 2023
-
Merge remote-tracking branch 'origin/mvvm_architecture' into login-ac…
…tivity-mvvm-migration # Conflicts: # app/src/main/java/org/mifos/mobile/injection/module/RepositoryModule.kt # app/src/main/java/org/mifos/mobile/repositories/ClientRepository.kt # app/src/main/java/org/mifos/mobile/repositories/ClientRepositoryImp.kt # app/src/main/java/org/mifos/mobile/repositories/UserAuthRepository.kt # app/src/main/java/org/mifos/mobile/repositories/UserAuthRepositoryImp.kt # app/src/test/java/org/mifos/mobile/repositories/ClientRepositoryImpTest.kt
Configuration menu - View commit details
-
Copy full SHA for 48461b7 - Browse repository at this point
Copy the full SHA 48461b7View commit details
Commits on Jul 21, 2023
-
Merge remote-tracking branch 'origin/mvvm_architecture' into login-ac…
…tivity-mvvm-migration # Conflicts: # app/src/main/java/org/mifos/mobile/injection/module/RepositoryModule.kt # app/src/main/java/org/mifos/mobile/repositories/UserAuthRepository.kt # app/src/main/java/org/mifos/mobile/repositories/UserAuthRepositoryImp.kt # app/src/test/java/org/mifos/mobile/repositories/UserAuthRepositoryImpTest.kt
Configuration menu - View commit details
-
Copy full SHA for 888ca39 - Browse repository at this point
Copy the full SHA 888ca39View commit details