{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Mike Dawson",
          "userId" : "mike",
          "userName" : "Mike Dawson"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 108,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "711dbf368280084ef3ebe162e63630b44901ce95",
            "branch" : [
              {
                "SHA1" : "711dbf368280084ef3ebe162e63630b44901ce95",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "711dbf368280084ef3ebe162e63630b44901ce95",
            "branch" : [
              {
                "SHA1" : "711dbf368280084ef3ebe162e63630b44901ce95",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "711dbf368280084ef3ebe162e63630b44901ce95",
        "branch" : [
          {
            "SHA1" : "711dbf368280084ef3ebe162e63630b44901ce95",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/UstadMobile/Respect.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "respect-app-compose-debug.apk",
      "fileName" : "respect-app-compose-debug.apk",
      "relativePath" : "respect-app-compose/build/outputs/apk/debug/respect-app-compose-debug.apk"
    },
    {
      "displayPath" : "respect-app-compose-release.apk",
      "fileName" : "respect-app-compose-release.apk",
      "relativePath" : "respect-app-compose/build/outputs/apk/release/respect-app-compose-release.apk"
    },
    {
      "displayPath" : "respect-app-compose-debug.aab",
      "fileName" : "respect-app-compose-debug.aab",
      "relativePath" : "respect-app-compose/build/outputs/bundle/debug/respect-app-compose-debug.aab"
    },
    {
      "displayPath" : "respect-app-compose-release.aab",
      "fileName" : "respect-app-compose-release.aab",
      "relativePath" : "respect-app-compose/build/outputs/bundle/release/respect-app-compose-release.aab"
    },
    {
      "displayPath" : "mapping.txt",
      "fileName" : "mapping.txt",
      "relativePath" : "respect-app-compose/build/outputs/mapping/release/mapping.txt"
    },
    {
      "displayPath" : "respect-cli.zip",
      "fileName" : "respect-cli.zip",
      "relativePath" : "respect-cli/build/distributions/respect-cli.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#108",
  "duration" : 220215,
  "estimatedDuration" : 189321,
  "executor" : None,
  "fullDisplayName" : "RESPECT-Primary #108",
  "id" : "108",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 108,
  "queueId" : 3725,
  "result" : "SUCCESS",
  "timestamp" : 1758854638368,
  "url" : "https://devserver3.ustadmobile.com/jenkins/view/all/job/RESPECT-Primary/108/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt",
          "respect-lib-shared/src/commonMain/composeResources/values/strings.xml",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt",
          "gradle/libs.versions.toml"
        ],
        "commitId" : "f0f67ce7cfdf81c893a791283492a16546f907ea",
        "timestamp" : 1758626576000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Refactor: Add consent checkbox to onboarding screen\u000a\u000aThis commit introduces a consent checkbox to the onboarding flow. Users must now agree to anonymous usage reporting and crash reports before proceeding.\u000a\u000aKey changes:\u000a- Added `consentGiven` and `showConsentError` to `OnboardingUiState`.\u000a- Updated `OnboardingViewModel` to handle consent changes and prevent navigation if consent is not given.\u000a- Added new string resources for consent text.\u000a- Implemented a `ConsentCheckbox` composable in `OnboardingScreen.kt`.\u000a- Updated the Android Gradle Plugin version to `8.12.3`.\u000a",
        "date" : "2025-09-23 16:52:56 +0530",
        "id" : "f0f67ce7cfdf81c893a791283492a16546f907ea",
        "msg" : "Refactor: Add consent checkbox to onboarding screen",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "gradle/libs.versions.toml"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/composeResources/values/strings.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/composeResources/values/strings.xml",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt"
        ],
        "commitId" : "ef1bfd3099c3c1f2f3dd36acf1a21d1ede4049e2",
        "timestamp" : 1758689294000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Refactor: Improve onboarding consent flow and UI\u000a\u000aThis commit enhances the onboarding experience by introducing a snackbar for consent errors and refining the UI.\u000a\u000aKey changes:\u000a- Added `snackBarMessage` to `OnboardingUiState` to display error messages.\u000a- Implemented `clearSnackBar` function in `OnboardingViewModel` to dismiss the snackbar.\u000a- `OnboardingViewModel` now fetches the \"agree_terms_and_conditions\" string resource to display in the snackbar when consent is not given.\u000a- Added a new string resource `agree_terms_and_conditions`.\u000a- Integrated `SnackbarHost` into `OnboardingScreen` to display messages from `OnboardingUiState`.\u000a- Adjusted `OnboardingScreen` layout:\u000a    - Wrapped the main content in a `Scaffold` to accommodate the `SnackbarHost`.\u000a    - Reduced image size from `300.dp` to `280.dp`.\u000a    - Removed `showError` parameter from `ConsentCheckbox` as error handling is now managed by the snackbar.\u000a    - Adjusted padding for the \"Get Started\" button and the `ConsentCheckbox`.\u000a    - Changed the background color of the `ConsentCheckbox`'s `ListItem` to a light gray with alpha.\u000a    - Vertically aligned the `Checkbox` within `ConsentCheckbox` to the top.\u000a",
        "date" : "2025-09-24 10:18:14 +0530",
        "id" : "ef1bfd3099c3c1f2f3dd36acf1a21d1ede4049e2",
        "msg" : "Refactor: Improve onboarding consent flow and UI",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/composeResources/values/strings.xml"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
        ],
        "commitId" : "4e4020374bd588a00bfc573a6f0ecd1170bebe5f",
        "timestamp" : 1758690626000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Refactor: Introduce CheckBoxConsent composable\u000a\u000aThis commit introduces a new composable function `CheckBoxConsent` in `OnboardingScreen.kt`.\u000a\u000aKey changes:\u000a- Added a new `@Composable` function `CheckBoxConsent` which takes `checked` and `onCheckedChange` as parameters.\u000a- This new composable creates a `Column` with a `Checkbox` inside.\u000a- The `Column` has a `fillMaxWidth` modifier, a `RoundedCornerShape(8.dp)` clip, and a light gray background with alpha.\u000a",
        "date" : "2025-09-24 10:40:26 +0530",
        "id" : "4e4020374bd588a00bfc573a6f0ecd1170bebe5f",
        "msg" : "Refactor: Introduce CheckBoxConsent composable",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
        ],
        "commitId" : "e0d178a90b07b57a34c189da8e374f0f7121c887",
        "timestamp" : 1758787646000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Refactor: Update OnboardingScreen UI with MaterialTheme\u000a\u000aThis commit updates the `OnboardingScreen` to use `MaterialTheme` colors for background and text elements, ensuring a consistent look and feel with the rest of the application.\u000a\u000aKey changes:\u000a- Changed the main `Column` background from `Color.White` to `MaterialTheme.colorScheme.background`.\u000a- Updated `Text` composables for onboarding title and description to use `MaterialTheme.colorScheme.onBackground` for their text color.\u000a",
        "date" : "2025-09-25 13:37:26 +0530",
        "id" : "e0d178a90b07b57a34c189da8e374f0f7121c887",
        "msg" : "Refactor: Update OnboardingScreen UI with MaterialTheme",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/app/App.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/components/ModifierExt.kt"
        ],
        "commitId" : "24999ab2145d6a0515c53942cc80478e7b8c2cc5",
        "timestamp" : 1758791185000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Refactor: UI adjustments and code cleanup\u000a\u000aThis commit introduces minor UI adjustments to the onboarding screen and navigation rail, and removes an unused modifier extension.\u000a\u000aKey changes:\u000a- Removed the unused `editScreenPadding()` Modifier extension from `ModifierExt.kt`.\u000a- In `App.kt`, the `Text` label in the navigation rail now has `maxLines = 1` to prevent text wrapping.\u000a- In `OnboardingScreen.kt`:\u000a    - Adjusted padding for `onboardingTitle` to `bottom = 0.dp`.\u000a    - Adjusted padding for `onboardingDescription` to `top = 0.dp`.\u000a",
        "date" : "2025-09-25 14:36:25 +0530",
        "id" : "24999ab2145d6a0515c53942cc80478e7b8c2cc5",
        "msg" : "Refactor: UI adjustments and code cleanup",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/app/App.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/components/ModifierExt.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/composeResources/values/strings.xml",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt"
        ],
        "commitId" : "8d9590401780fe17663c9dafcdeb9fb6974cc82c",
        "timestamp" : 1758791719000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Refactor: Simplify onboarding consent logic\u000a\u000aThis commit simplifies the onboarding consent flow by removing redundant string resources and related logic from `OnboardingViewModel`.\u000a\u000aKey changes:\u000a- Removed unused string resources: `agree_terms_and_conditions`, `headline_consent_content`, and `supporting_consent_content` from `strings.xml`.\u000a- Simplified `OnboardingViewModel`:\u000a    - The `init` block now only updates `usageStatsOptInChecked` based on `getUsageReportingEnabledUseCase()`.\u000a    - Removed logic related to displaying a snackbar for terms and conditions agreement.\u000a",
        "date" : "2025-09-25 14:45:19 +0530",
        "id" : "8d9590401780fe17663c9dafcdeb9fb6974cc82c",
        "msg" : "Refactor: Simplify onboarding consent logic",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/composeResources/values/strings.xml"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/CreatePasskeyUseCaseImpl.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/CreatePasskeyUseCaseAndroidImpl.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/CreatePasskeyUseCaseProcessor.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/MainActivity.kt"
        ],
        "commitId" : "b7bbabc13a97b6ce23e092ba9c8fdbf20d86fee6",
        "timestamp" : 1758837842000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Process create passkey requests using Activity context to resolve issue #61\u000a",
        "date" : "2025-09-25 15:04:02 -0700",
        "id" : "b7bbabc13a97b6ce23e092ba9c8fdbf20d86fee6",
        "msg" : "Process create passkey requests using Activity context to resolve issue #61",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/MainActivity.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/CreatePasskeyUseCaseProcessor.kt"
          },
          {
            "editType" : "delete",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/CreatePasskeyUseCaseImpl.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/CreatePasskeyUseCaseAndroidImpl.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/GetCredentialUseCaseProcessor.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/GetCredentialUseCaseAndroidImpl.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/CreatePasskeyUseCaseProcessor.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/GetCredentialUseCaseImpl.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/MainActivity.kt"
        ],
        "commitId" : "9680c8d47b8042dbfdca1a1ad129eb44865ed5a8",
        "timestamp" : 1758842300000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Update GetCredential and CreatePasskey use cases to only receive processing requests when resumed and avoid cancellation issues.\u000a",
        "date" : "2025-09-25 16:18:20 -0700",
        "id" : "9680c8d47b8042dbfdca1a1ad129eb44865ed5a8",
        "msg" : "Update GetCredential and CreatePasskey use cases to only receive processing requests when resumed and avoid cancellation issues.",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/GetCredentialUseCaseImpl.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/GetCredentialUseCaseProcessor.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/GetCredentialUseCaseAndroidImpl.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/MainActivity.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/CreatePasskeyUseCaseProcessor.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/joinclazzwithcode/JoinClazzWithCodeScreen.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/CreatePasskeyUseCaseAndroidImpl.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/getstarted/GetStartedScreen.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/CheckPasskeySupportUseCaseAndroidImpl.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/signup/CreateAccountViewModel.kt",
          "respect-credentials/src/commonMain/kotlin/world/respect/credentials/passkey/CheckPasskeySupportUseCase.kt"
        ],
        "commitId" : "b7306930098547121575ab70097402b29cb9a61b",
        "timestamp" : 1758846964000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Add CheckPasskeySupportUseCase to check API level support as required.\u000a\u000aUpdate GetStartedScreen to focus textfield automatically.\u000a\u000aUpdate JoinClazzWithCodeScreen to use numerical input and go to next when user clicks done on input.\u000a",
        "date" : "2025-09-25 17:36:04 -0700",
        "id" : "b7306930098547121575ab70097402b29cb9a61b",
        "msg" : "Add CheckPasskeySupportUseCase to check API level support as required.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/signup/CreateAccountViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/getstarted/GetStartedScreen.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/joinclazzwithcode/JoinClazzWithCodeScreen.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/CheckPasskeySupportUseCaseAndroidImpl.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/credentials/passkey/CreatePasskeyUseCaseAndroidImpl.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-credentials/src/commonMain/kotlin/world/respect/credentials/passkey/CheckPasskeySupportUseCase.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/person/edit/PersonEditViewModel.kt"
        ],
        "commitId" : "f9d707986ad315c3b2713ed068924cf0b0691d35",
        "timestamp" : 1758847776000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Fix issue #63\u000a\u000aTypo made save button invisible.\u000a",
        "date" : "2025-09-25 17:49:36 -0700",
        "id" : "f9d707986ad315c3b2713ed068924cf0b0691d35",
        "msg" : "Fix issue #63",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/person/edit/PersonEditViewModel.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/build.gradle.kts"
        ],
        "commitId" : "cad979cedadd5b2c9a77509012cd4f541f171e76",
        "timestamp" : 1758854329000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Bump version\u000a",
        "date" : "2025-09-25 19:38:49 -0700",
        "id" : "cad979cedadd5b2c9a77509012cd4f541f171e76",
        "msg" : "Bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/build.gradle.kts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
        ],
        "commitId" : "1ef71199e41327a28a274e8ade77798bcbe5960c",
        "timestamp" : 1758854535000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Minor style fix.\u000a",
        "date" : "2025-09-25 19:42:15 -0700",
        "id" : "1ef71199e41327a28a274e8ade77798bcbe5960c",
        "msg" : "Minor style fix.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
      "fullName" : "mandvi.verma"
    },
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
      "fullName" : "Mike Dawson"
    }
  ]
}