Skip to content
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

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    55fdbdc View commit details
    Browse the repository at this point in the history
  2. feat : login activity mvvm migration

    -> modified Ui state class
    -> added unit tests for LoginViewModel
    gururani-abhishek committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4b5b0f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. feat : login activity mvvm migration

    -> updated LoginViewModel unit tests
    -> added unit tests for functions related to login feature in UserAuthRepositoryTest
    gururani-abhishek committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    1af9aa0 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. 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
    gururani-abhishek committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    afbcedc View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. feat : login activity mvvm migration

    -> injected preferences helper dependency through hilt
    gururani-abhishek committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    81ba0d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. 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
    gururani-abhishek committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    48461b7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. 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
    gururani-abhishek committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    888ca39 View commit details
    Browse the repository at this point in the history