Skip to content

Changes

Started by timer
Started 10 days ago
Took 2 min 28 sec

Summary

  1. Add hidekeyboad logic in Jetpack compose to attempt to avoid flakiness on Maestro test. (commit: 5e4c700) (details)
  2. Update README and ARCHITECTURE docs. (commit: d5b2632) (details)
  3. Update architecture, design, and coding guidelines. (commit: ee345bc) (details)
  4. Fix case. (commit: 0f8ce0d) (details)
  5. Clarify domain layer use case. (commit: 8a904b5) (details)
  6. child name added (commit: f700227) (details)
Commit 5e4c70056e1e0bdc4fc0dea403d48cda0d6acfc5 by Mike Dawson
Add hidekeyboad logic in Jetpack compose to attempt to avoid flakiness on Maestro test.
(commit: 5e4c700)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/apps/launcher/AppLauncherScreen.kt (diff)
Commit d5b263244ba545af39f206e36497610672aafe10 by Mike Dawson
Update README and ARCHITECTURE docs.
(commit: d5b2632)
The file was modifiedREADME.md (diff)
The file was modifiedARCHITECTURE.md (diff)
Commit ee345bcb2f29e397b7fc60ba50e027f02b0ae083 by Mike Dawson
Update architecture, design, and coding guidelines.
(commit: ee345bc)
The file was addedCODING_GUIDELINES.md
The file was modifiedARCHITECTURE.md (diff)
The file was modifiedDESIGN_GUIDELINES.md (diff)
The file was modifiedDESIGN_GUIDELINES.md (diff)
The file was modifiedCODING_GUIDELINES.md (diff)
Commit 8a904b556b33d8e23e7ed75cd6ab1698149933c8 by Mike Dawson
Clarify domain layer use case.
(commit: 8a904b5)
The file was modifiedCODING_GUIDELINES.md (diff)
The file was modifiedrespect-lib-shared/src/jvmMain/kotlin/world/respect/shared/domain/account/invite/RedeemInviteUseCaseDb.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/acceptinvite/AcceptInviteScreen.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/respect/model/invite/RespectInviteInfo.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/account/invite/GetInviteInfoUseCaseServer.kt (diff)