Skip to content
Failed

Changes

Summary

  1. splash and Acknowledgement screen added (commit: 9e0e340) (details)
  2. respect credential module added (commit: ad6d2af) (details)
  3. added login screen (commit: d3f2d44) (details)
  4. merged main branch (commit: cbb3589) (details)
  5. added whole signup flow (commit: 730174e) (details)
  6. commit (commit: eda03e0) (details)
  7. main merged (commit: a3f5b45) (details)
  8. commit (commit: d177395) (details)
  9. test updated adding login flow (commit: d66722f) (details)
  10. test description added login flow (commit: 63e668f) (details)
  11. Add OneRoster data classes and basic datasource functions for manage user. (commit: 7e62f72) (details)
  12. pull request changes (commit: 25e8fc6) (details)
  13. Initial UI implementation to add/remove from launchpad. (commit: 771e35e) (details)
  14. Profile pic added (commit: 46f19dc) (details)
  15. back button hidden (commit: 0e7dd68) (details)
  16. Add initial RespectAccountManager. (commit: cf87e1d) (details)
  17. Add RespectLocalDateField. Remove DateOfBirthSelector. (commit: d4e9e20) (details)
  18. ConfirmationScreen : do not use lazy column. (commit: 4edf0cd) (details)
  19. Add basic logic in account manager. (commit: 74f1269) (details)
  20. Add initial avatar component. (commit: 11740e3) (details)
  21. resolve conflict (commit: a3860ee) (details)
  22. maestro test added - Create Report (commit: e4afcfc) (details)
  23. maestro test added - tags (commit: 675d55b) (details)
  24. add basic indicator screen (commit: b8cd0b7) (details)
  25. maestro test added - scroll update (commit: e8c29d1) (details)
  26. maestro test added - scroll commented (commit: 29ecdff) (details)
  27. add edit filter screen (commit: 63b7d61) (details)
  28. update filter screen (commit: a037c1b) (details)
  29. update edit screen (commit: 5adc0e1) (details)
Commit 9e0e3401a3032021f5be76261ae2ced59c2162ee by nikunj.sharma
splash and Acknowledgement screen added
(commit: 9e0e340)
The file was addedcomposeApp/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt
The file was addedcomposeApp/src/androidMain/res/drawable/spix_logo.webp
The file was modifiedcomposeApp/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was modifiedcomposeApp/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/view/splash/SplashScreen.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/navigation/NavCommand.kt (diff)
The file was addedcomposeApp/src/androidMain/res/drawable/respect_logo.webp
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/navigation/RespectComposeNavController.kt (diff)
The file was addedcomposeApp/src/desktopMain/resources/img/respect_logo.png
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/view/acknowledgement/AcknowledgementScreen.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/splash/SplashViewModel.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/images/RespectImage.kt
The file was addedcomposeApp/src/desktopMain/kotlin/world/respect/images/RespectImage.desktop.kt
The file was addedcomposeApp/src/androidMain/kotlin/world/respect/app/app/AppIcon.android.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/acknowledgement/AcknowledgementViewModel.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppScreenList.kt (diff)
The file was addedcomposeApp/src/desktopMain/kotlin/world/respect/app/app/AppIcon.desktop.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppIcon.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was addedcomposeApp/src/desktopMain/resources/img/spix_logo.png
Commit ad6d2af67332afe5ccc1f7143e4d3e76191fa525 by nikunj.sharma
respect credential module added
(commit: ad6d2af)
The file was addedrespect-credentials/build.gradle.kts
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/view/manageuser/JoinClazzWithCodeScreen.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppBar.kt (diff)
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialRequestOptionsJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticatorSelectionCriteria.kt
The file was modifiedsettings.gradle.kts (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialRpEntity.kt
The file was modifiedcomposeApp/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticationExtensionsClientOutputsJSON.kt
The file was modifiedcomposeApp/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticationExtensionsPRFOutputsJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/ClientDataJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialParameters.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialCreationOptionsJSON.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was addedrespect-lib-util/src/commonMain/kotlin/world/respect/libutil/ext/RandomString.kt
The file was addedrespect-credentials/.gitignore
The file was addedrespect-credentials/proguard-rules.pro
The file was addedrespect-credentials/src/main/AndroidManifest.xml
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticationResponseJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticatorAssertionResponseJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialDescriptorJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialUserEntityJSON.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppScreenList.kt (diff)
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedcomposeApp/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppScreenList.kt (diff)
The file was modifiedcomposeApp/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt (diff)
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/splash/SplashViewModel.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/login/LoginViewModel.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/components/ModifierExt.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/view/splash/SplashScreen.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/images/RespectImage.kt
The file was removedcomposeApp/src/desktopMain/kotlin/world/respect/images/RespectImage.desktop.kt
The file was addedrespect-app-compose/src/androidMain/kotlin/world/respect/app/app/AppIcon.android.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt
The file was addedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/app/AppIcon.desktop.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/acknowledgement/AcknowledgementViewModel.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt
The file was removedcomposeApp/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt
The file was addedrespect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/view/acknowledgement/AcknowledgementScreen.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/images/RespectImage.kt
The file was removedcomposeApp/src/desktopMain/kotlin/world/respect/app/app/AppIcon.desktop.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/components/ModifierExt.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/ModifierExt.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/acknowledgement/AcknowledgementScreen.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/view/manageuser/JoinClazzWithCodeScreen.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/login/LoginViewModel.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/NavCommand.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/JoinClazzWithCodeScreen.kt
The file was addedrespect-app-compose/src/desktopMain/kotlin/world/respect/images/RespectImage.desktop.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt
The file was removedcomposeApp/src/androidMain/kotlin/world/respect/app/app/AppIcon.android.kt
The file was addedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.desktop.kt
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/joinclazzwithcode/JoinClazzWithCodeViewModel.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/mock/MockSubmitRedeemInviteRequestUseCase.kt
The file was addedrespect-app-compose/src/androidMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/app/appstate/ActionBarButtonUiState.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/confirmation/ConfirmationViewModel.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileViewModel.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/app/appstate/AppUiState.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileType.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/UstadExposedDropDownMenuField.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/termsandcondition/TermsAndConditionScreen.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/mock/MockGetInviteInfoUseCase.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/signup/SignupViewModel.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/waitingforapproval/WaitingForApprovalViewModel.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppBar.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/respect/model/invite/RespectInviteInfo.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/termsandcondition/TermsAndConditionViewModel.kt
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/JoinClazzWithCodeScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/waitingforapproval/WaitingForApprovalScreen.kt
The file was removedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/profile/ProfileScreen.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/confirmation/ConfirmationScreen.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/joinclazzwithcode/JoinClazzWithCodeScreen.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignupScreen.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/acknowledgement/AcknowledgementScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/mock/MockGetInviteInfoUseCase.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/profile/ProfileScreen.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/util/GenderToString.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileType.kt (diff)
The file was modifiedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.desktop.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/NavCommand.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/RespectComposeNavController.kt (diff)
Commit d66722fc40d70bec6d9c3b9a44d2ac45d67de776 by Pooja Ravi
test updated adding login flow
(commit: d66722f)
The file was modifiedrespect-test-end-to-end/android-maestro/e2e-tests/001_browse_lessons_test.yaml (diff)
Commit 63e668f5d67d479309692a2f86f9846b6ce242be by Pooja Ravi
test description added login flow
(commit: 63e668f)
The file was modifiedrespect-test-end-to-end/test-description/001_browse_lessons_test_description.md (diff)
Commit 7e62f72c4738091989e20dbac8b957d3cebed20f by Mike Dawson
Add OneRoster data classes and basic datasource functions for manage user.
(commit: 7e62f72)
The file was addedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/oneroster/rostering/model/OneRosterUserGUIDRef.kt
The file was addedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/oneroster/rostering/model/OneRosterClass.kt
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/oneroster/rostering/OneRosterRosterDataSource.kt (diff)
The file was addedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/oneroster/rostering/model/OneRosterEnrollment.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/oneroster/rostering/model/OneRosterClassGUIDRef.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/SignupViewModel.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/waitingforapproval/WaitingForApprovalViewModel.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/createaccount/CreateAccountScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileType.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/util/GenderToString.kt (diff)
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/profile/ProfileScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/confirmation/ConfirmationViewModel.kt (diff)
The file was removedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/signup/SignupViewModel.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/termsandcondition/TermsAndConditionViewModel.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/signup/CreateAccountViewModel.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/Signup/SignUpScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/joinclazzwithcode/JoinClazzWithCodeViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was removedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileViewModel.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignupScreen.kt
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/respect/model/invite/RespectRedeemInviteRequest.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt (diff)
Commit 771e35ed5ddb9156311f57ee0a00cee19ac6ceba by Mike Dawson
Initial UI implementation to add/remove from launchpad.
(commit: 771e35e)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/apps/launcher/AppLauncherScreen.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/compatibleapps/CompatibleAppDataSourceDb.kt (diff)
The file was addedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/compatibleapps/daos/CompatibleAppAddJoinDao.kt
The file was modifiedrespect-datalayer-db/schemas/world.respect.datalayer.db.RespectDatabase/1.json (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/compatibleapps/adapters/CompatbileAppAdapter.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/compatibleapps/daos/CompatibleAppEntityDao.kt (diff)
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/compatibleapps/CompatibleAppDataSourceRepository.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/RespectDatabase.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/launcher/AppLauncherViewModel.kt (diff)
The file was addedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/compatibleapps/entities/CompatibleAppAddJoin.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/apps/detail/AppsDetailScreen.kt (diff)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/compatibleapps/CompatibleAppDataSourceHttp.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/detail/AppsDetailViewModel.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/compatibleapps/CompatibleAppsDataSource.kt (diff)
The file was addedrespect-app-compose/src/androidMain/kotlin/world/respect/app/components/RespectImageSelectButton.android.kt
The file was addedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/components/RespectImageSelectButton.desktop.kt
The file was addedrespect-app-compose/src/androidMain/res/xml/file_paths.xml
The file was modifiedrespect-app-compose/src/androidMain/AndroidManifest.xml (diff)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignUpScreen.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectImageSelectButton.kt
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/Signup/SignUpScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/SignupViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/joinclazzwithcode/JoinClazzWithCodeViewModel.kt (diff)
Commit cf87e1d34ee2ad820d59d103225ec0303da2b201 by Mike Dawson
Add initial RespectAccountManager.
(commit: cf87e1d)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/account/RespectAccountManager.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/RespectApp.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/respectaccount/list/RespectAccountListViewModel.kt
Commit d4e9e20327526f7063359077a3c8e3d1fec7f8f0 by Mike Dawson
Add RespectLocalDateField. Remove DateOfBirthSelector.
(commit: d4e9e20)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/SignupViewModel.kt (diff)
The file was addedrespect-lib-util/src/commonMain/kotlin/world/respect/libutil/ext/IntExt.kt
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was removedrespect-app-compose/src/androidMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignUpScreen.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectLocalDateField.kt
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt
The file was removedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.desktop.kt
Commit 4edf0cd206527256d2a9b911ee164ec1369b8733 by Mike Dawson
ConfirmationScreen : do not use lazy column.
(commit: 4edf0cd)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/confirmation/ConfirmationScreen.kt (diff)
Commit 74f126900ba72c41e81d6a5f8557f1500792c5e0 by Mike Dawson
Add basic logic in account manager.
(commit: 74f1269)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/account/RespectAccountManager.kt (diff)
Commit 11740e30f8c82ce7fa37ded5002cd640ffc37563 by Mike Dawson
Add initial avatar component.
(commit: 11740e3)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectPersonAvatar.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/util/AvatarColorForName.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/util/ext/IntExt.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/util/StringExt.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/list/ReportListViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/report/edit/ReportEditScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/edit/ReportEditViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
Commit e4afcfc5b5f5e850df9cec7d160492638a241856 by Pooja Ravi
maestro test added - Create Report
(commit: e4afcfc)
The file was addedrespect-test-end-to-end/android-maestro/e2e-tests/004_create_report_test.yaml
The file was modifiedrespect-test-end-to-end/android-maestro/e2e-tests/001_browse_lessons_test.yaml (diff)
The file was modifiedrespect-test-end-to-end/android-maestro/e2e-tests/004_create_report_test.yaml (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/edit/ReportEditViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/list/ReportListViewModel.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/report/indictor/IndictorEditScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/App.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/report/model/IndicatorData.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/indictor/IndictorEditViewmodel.kt
Commit e8c29d146886847cb91c21e34da3994ebcbab816 by Pooja Ravi
maestro test added - scroll update
(commit: e8c29d1)
The file was modifiedrespect-test-end-to-end/android-maestro/e2e-tests/004_create_report_test.yaml (diff)
Commit 29ecdff64eee928bb83d79e2bdef4a3eb4222467 by Pooja Ravi
maestro test added - scroll commented
(commit: 29ecdff)
The file was modifiedrespect-test-end-to-end/android-maestro/e2e-tests/004_create_report_test.yaml (diff)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/report/detail/ReportDetailScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/indictor/IndictorEditViewmodel.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/report/filteredit/ReportFilterEditScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/filteredit/ReportFilterEditViewModel.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/edit/ReportEditViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/report/edit/ReportEditScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/detail/ReportDetailViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/filteredit/ReportFilterEditViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/report/edit/ReportEditScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/edit/ReportEditViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/edit/ReportEditViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/report/detail/ReportDetailScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/report/model/IndicatorData.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/report/indictor/IndictorEditViewmodel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/report/edit/ReportEditScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)