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

Feature/perist credentials issue 37 #49

Closed
wants to merge 26 commits into from

Commits on Jun 16, 2024

  1. added storage module

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    706998f View commit details
    Browse the repository at this point in the history
  2. added PreferenceKey

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ceb5395 View commit details
    Browse the repository at this point in the history
  3. added build.gradle.kts

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    da62f80 View commit details
    Browse the repository at this point in the history
  4. added SecureFileStorage

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    4dbe08d View commit details
    Browse the repository at this point in the history
  5. tested delete

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    071bdd1 View commit details
    Browse the repository at this point in the history
  6. added Storage interface

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    aad0b49 View commit details
    Browse the repository at this point in the history
  7. added coroutine and testing dependency

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e220cf9 View commit details
    Browse the repository at this point in the history
  8. added LocalStorage

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    4de8d19 View commit details
    Browse the repository at this point in the history
  9. added EncryptedSharedPreferencesStorage and tested it

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3fb00eb View commit details
    Browse the repository at this point in the history
  10. added documentation

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    0a8533b View commit details
    Browse the repository at this point in the history
  11. removed not needed lines

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    e1a109d View commit details
    Browse the repository at this point in the history
  12. added libs.versions.toml

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    0f0dc04 View commit details
    Browse the repository at this point in the history
  13. added libs.versions.toml version

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    70006b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Merge branch 'main' into feature/issue-42-local-storage-encryption

    # Conflicts:
    #	gradle/libs.versions.toml
    #	settings.gradle.kts
    Basler182 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d4b703d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    278fecd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    47c0bc9 View commit details
    Browse the repository at this point in the history
  2. sorted libs.versions.toml

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    0efb34d View commit details
    Browse the repository at this point in the history
  3. fixed README.MD

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    bb38c9c View commit details
    Browse the repository at this point in the history
  4. refactored to UnconfinedTestDispatcher

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    ab0d4a2 View commit details
    Browse the repository at this point in the history
  5. removed no longer needed dependencies

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    d77a989 View commit details
    Browse the repository at this point in the history
  6. removed not needed runBlocking

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    f1d3718 View commit details
    Browse the repository at this point in the history
  7. refactored to firstOrNull

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    4b2f01b View commit details
    Browse the repository at this point in the history
  8. caught datastore.data

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    6ee145d View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. added delete file after each test

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    58b191d View commit details
    Browse the repository at this point in the history
  2. added runCatching Wrappings to FileStorage

    Signed-off-by: Basler182 <[email protected]>
    Basler182 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    cf52b3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9e1205 View commit details
    Browse the repository at this point in the history