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

Api Issue fixes and code refactoring #85

Open
wants to merge 28 commits into
base: dev
Choose a base branch
from

Commits on Jun 8, 2023

  1. Build(deps): bump kotlin from 1.8.21 to 1.8.22

    Bumps `kotlin` from 1.8.21 to 1.8.22.
    
    Updates `org.jetbrains.kotlin.android` from 1.8.21 to 1.8.22
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.8.21...v1.8.22)
    
    Updates `org.jetbrains.kotlin.kapt` from 1.8.21 to 1.8.22
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.8.22/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.8.21...v1.8.22)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin.android
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin.kapt
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    b00947a View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#60 from CodeCrowCorp/dependabot/gradl…

    …e/kotlin-1.8.22
    
    Build(deps): bump kotlin from 1.8.21 to 1.8.22
    mergify[bot] authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    5e0918c View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Build(deps): bump com.google.devtools.ksp

    Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.8.21-1.0.11 to 1.8.22-1.0.11.
    - [Release notes](https://github.com/google/ksp/releases)
    - [Commits](google/ksp@1.8.21-1.0.11...1.8.22-1.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.devtools.ksp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9ccc72a View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#61 from CodeCrowCorp/dependabot/gradl…

    …e/com.google.devtools.ksp-1.8.22-1.0.11
    
    Build(deps): bump com.google.devtools.ksp from 1.8.21-1.0.11 to 1.8.22-1.0.11
    mergify[bot] authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    2fcbe9a View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Build(deps): bump com.google.accompanist:accompanist-systemuicontroller

    Bumps [com.google.accompanist:accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.31.3-beta to 0.31.4-beta.
    - [Release notes](https://github.com/google/accompanist/releases)
    - [Commits](google/accompanist@v0.31.3-beta...v0.31.4-beta)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.accompanist:accompanist-systemuicontroller
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a9c5b48 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#62 from CodeCrowCorp/dependabot/gradl…

    …e/com.google.accompanist-accompanist-systemuicontroller-0.31.4-beta
    
    Build(deps): bump com.google.accompanist:accompanist-systemuicontroller from 0.31.3-beta to 0.31.4-beta
    mergify[bot] authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    fedefc3 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-test

    Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.0 to 1.7.2.
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](Kotlin/kotlinx.coroutines@1.7.0...1.7.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    a720baa View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#63 from CodeCrowCorp/dependabot/gradl…

    …e/org.jetbrains.kotlinx-kotlinx-coroutines-test-1.7.2
    
    Build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.7.0 to 1.7.2
    mergify[bot] authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    002b48b View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Build(deps): bump com.google.accompanist:accompanist-systemuicontroller

    Bumps [com.google.accompanist:accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.31.4-beta to 0.31.5-beta.
    - [Release notes](https://github.com/google/accompanist/releases)
    - [Commits](google/accompanist@v0.31.4-beta...v0.31.5-beta)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.accompanist:accompanist-systemuicontroller
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d840ef8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#64 from CodeCrowCorp/dependabot/gradl…

    …e/com.google.accompanist-accompanist-systemuicontroller-0.31.5-beta
    
    Build(deps): bump com.google.accompanist:accompanist-systemuicontroller from 0.31.4-beta to 0.31.5-beta
    mergify[bot] authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    cd91670 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Build(deps): bump kotlin from 1.8.22 to 1.9.0

    Bumps `kotlin` from 1.8.22 to 1.9.0.
    
    Updates `org.jetbrains.kotlin.android` from 1.8.22 to 1.9.0
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.8.22...v1.9.0)
    
    Updates `org.jetbrains.kotlin.kapt` from 1.8.22 to 1.9.0
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.8.22...v1.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin.android
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jetbrains.kotlin.kapt
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2e2a099 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#66 from CodeCrowCorp/dependabot/gradl…

    …e/kotlin-1.9.0
    
    Build(deps): bump kotlin from 1.8.22 to 1.9.0
    mergify[bot] authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4754382 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Build(deps): bump com.google.devtools.ksp

    Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.8.22-1.0.11 to 1.9.0-1.0.11.
    - [Release notes](https://github.com/google/ksp/releases)
    - [Commits](google/ksp@1.8.22-1.0.11...1.9.0-1.0.11)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.devtools.ksp
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    9a95cb1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#67 from CodeCrowCorp/dependabot/gradl…

    …e/com.google.devtools.ksp-1.9.0-1.0.11
    
    Build(deps): bump com.google.devtools.ksp from 1.8.22-1.0.11 to 1.9.0-1.0.11
    mergify[bot] authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    bf73ea2 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Build(deps): bump hilt from 2.46.1 to 2.47

    Bumps `hilt` from 2.46.1 to 2.47.
    
    Updates `com.google.dagger:hilt-android` from 2.46.1 to 2.47
    - [Release notes](https://github.com/google/dagger/releases)
    - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
    - [Commits](google/dagger@dagger-2.46.1...dagger-2.47)
    
    Updates `com.google.dagger:hilt-android-compiler` from 2.46.1 to 2.47
    - [Release notes](https://github.com/google/dagger/releases)
    - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
    - [Commits](google/dagger@dagger-2.46.1...dagger-2.47)
    
    Updates `com.google.dagger:hilt-android-testing` from 2.46.1 to 2.47
    - [Release notes](https://github.com/google/dagger/releases)
    - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
    - [Commits](google/dagger@dagger-2.46.1...dagger-2.47)
    
    Updates `com.google.dagger:hilt-compiler` from 2.46.1 to 2.47
    - [Release notes](https://github.com/google/dagger/releases)
    - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
    - [Commits](google/dagger@dagger-2.46.1...dagger-2.47)
    
    Updates `com.google.dagger:hilt-android-gradle-plugin` from 2.46.1 to 2.47
    - [Release notes](https://github.com/google/dagger/releases)
    - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
    - [Commits](google/dagger@dagger-2.46.1...dagger-2.47)
    
    Updates `com.google.dagger.hilt.android` from 2.46.1 to 2.47
    - [Release notes](https://github.com/google/dagger/releases)
    - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
    - [Commits](google/dagger@dagger-2.46.1...dagger-2.47)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.dagger:hilt-android
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.dagger:hilt-android-compiler
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.dagger:hilt-android-testing
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.dagger:hilt-compiler
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.dagger:hilt-android-gradle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.dagger.hilt.android
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8fd9c7b View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#68 from CodeCrowCorp/dependabot/gradl…

    …e/hilt-2.47
    
    Build(deps): bump hilt from 2.46.1 to 2.47
    mergify[bot] authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    bb9c8c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Build(deps): bump com.google.devtools.ksp

    Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.0-1.0.11 to 1.9.0-1.0.12.
    - [Release notes](https://github.com/google/ksp/releases)
    - [Commits](google/ksp@1.9.0-1.0.11...1.9.0-1.0.12)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.devtools.ksp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    da86da2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#69 from CodeCrowCorp/dependabot/gradl…

    …e/com.google.devtools.ksp-1.9.0-1.0.12
    
    Build(deps): bump com.google.devtools.ksp from 1.9.0-1.0.11 to 1.9.0-1.0.12
    mergify[bot] authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    21dbb43 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-test

    Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.7.2 to 1.7.3.
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](Kotlin/kotlinx.coroutines@1.7.2...1.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    49d1a25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#70 from CodeCrowCorp/dependabot/gradl…

    …e/org.jetbrains.kotlinx-kotlinx-coroutines-test-1.7.3
    
    Build(deps): bump org.jetbrains.kotlinx:kotlinx-coroutines-test from 1.7.2 to 1.7.3
    mergify[bot] authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    7bd8bdb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Build(deps): bump com.google.accompanist:accompanist-systemuicontroller

    Bumps [com.google.accompanist:accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.31.5-beta to 0.31.6-rc.
    - [Release notes](https://github.com/google/accompanist/releases)
    - [Commits](google/accompanist@v0.31.5-beta...v0.31.6-rc)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.accompanist:accompanist-systemuicontroller
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    dbcd245 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#74 from CodeCrowCorp/dependabot/gradl…

    …e/com.google.accompanist-accompanist-systemuicontroller-0.31.6-rc
    
    Build(deps): bump com.google.accompanist:accompanist-systemuicontroller from 0.31.5-beta to 0.31.6-rc
    mergify[bot] authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    8b19742 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Build(deps): bump com.google.devtools.ksp

    Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.0-1.0.12 to 1.9.0-1.0.13.
    - [Release notes](https://github.com/google/ksp/releases)
    - [Commits](google/ksp@1.9.0-1.0.12...1.9.0-1.0.13)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.devtools.ksp
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    7ceffe9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#75 from CodeCrowCorp/dependabot/gradl…

    …e/com.google.devtools.ksp-1.9.0-1.0.13
    
    Build(deps): bump com.google.devtools.ksp from 1.9.0-1.0.12 to 1.9.0-1.0.13
    mergify[bot] authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    76e80bf View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Build(deps): bump com.google.accompanist:accompanist-systemuicontroller

    Bumps [com.google.accompanist:accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.31.6-rc to 0.33.0-alpha.
    - [Release notes](https://github.com/google/accompanist/releases)
    - [Commits](google/accompanist@v0.31.6-rc...v0.33.0-alpha)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.accompanist:accompanist-systemuicontroller
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7767c72 View commit details
    Browse the repository at this point in the history
  2. Merge pull request CodeCrowCorp#76 from CodeCrowCorp/dependabot/gradl…

    …e/com.google.accompanist-accompanist-systemuicontroller-0.33.0-alpha
    
    Build(deps): bump com.google.accompanist:accompanist-systemuicontroller from 0.31.6-rc to 0.33.0-alpha
    mergify[bot] authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f19f9e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. able to run project by fixing changed json structure

    Rabindra Khadka committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    29b7a1f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. merging with dev

    Rabindra Khadka committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    57051b4 View commit details
    Browse the repository at this point in the history