Skip to content

Changes

Started by timer
Started 15 hr ago
Took 2 min 36 sec

Summary

  1. Update README.md (commit: 635519e) (details)
  2. Create CONTRIBUTING.md (commit: bfa39b2) (details)
  3. Update CONTRIBUTING.md to clarify contribution types (commit: 4d2d577) (details)
  4. Revise CONTRIBUTING.md (commit: 255c9ea) (details)
  5. Revise CONTRIBUTING.md (commit: 66d6c3a) (details)
  6. Add issue template for app catalog requests (commit: 3adb525) (details)
  7. Update CONTRIBUTING.md (commit: d41eee0) (details)
  8. Create localization.MD (commit: 1436b71) (details)
  9. Update CONTRIBUTING.md (commit: bef105b) (details)
  10. Update CONTRIBUTING.md (commit: 508d677) (details)
  11. Update contributing.md (commit: 1abbff4) (details)
  12. Add contributing guidelines to README (commit: 1c61153) (details)
  13. Fix link formatting in README.md (commit: d082830) (details)
  14. Fix issue #209 (commit: 5e6b93f) (details)
  15. Update LaunchCustomTabUseCase to use Url type. (commit: c86cd41) (details)
  16. Update default base catalog url. (commit: c20ab8c) (details)
  17. Bump version number. (commit: 4ef8e04) (details)
  18. commit (commit: f5dddb9) (details)
  19. Add confirmation feedback guideline for user actions (commit: 65b57bc) (details)
The file was modifiedREADME.md (diff)
The file was addedCONTRIBUTING.md
Commit 4d2d577c074261d46b7da9fd78869c41335c815b by noreply
Update CONTRIBUTING.md to clarify contribution types

Expanded contribution guidelines to include non-coding contributions.
(commit: 4d2d577)
The file was modifiedCONTRIBUTING.md (diff)
The file was modifiedCONTRIBUTING.md (diff)
The file was modifiedCONTRIBUTING.md (diff)
Commit 3adb525ecee9881eeecb0701badac5cb1dfa4fb8 by noreply
Add issue template for app catalog requests
(commit: 3adb525)
The file was added.github/ISSUE_TEMPLATE/add_app_to_default_catalog.MD
The file was modifiedCONTRIBUTING.md (diff)
The file was added.github/ISSUE_TEMPLATE/localization.MD
The file was modifiedCONTRIBUTING.md (diff)
The file was modifiedCONTRIBUTING.md (diff)
The file was modifiedCONTRIBUTING.md (diff)
Commit 1c61153609b7b0f4f77fd75a7385ac22fe62fc2c by noreply
Add contributing guidelines to README

Added a contributing section to the README to encourage community involvement.
(commit: 1c61153)
The file was modifiedREADME.md (diff)
Commit d0828308512c5fe7bc10a3e0fe7180c0e71dfb37 by noreply
Fix link formatting in README.md
(commit: d082830)
The file was modifiedREADME.md (diff)
Commit 5e6b93f7cebe6c0a82390618f3bcbb3f1e044ff8 by Mike Dawson
Fix issue #209

Attempting to self-register a new school failed when URL is included in verified app links as per the Android Manifest.
(commit: 5e6b93f)
The file was modifiedrespect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/school/LaunchCustomTabUseCaseAndroid.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/AndroidManifest.xml (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/schooldirectory/list/SchoolDirectoryListViewModel.kt (diff)
Commit c86cd41b696bc6a2c81db3363dc0a0b2a4d30956 by Mike Dawson
Update LaunchCustomTabUseCase to use Url type.
(commit: c86cd41)
The file was modifiedrespect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/school/LaunchCustomTabUseCaseAndroid.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/school/LaunchCustomTabUseCase.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/schooldirectory/list/SchoolDirectoryListViewModel.kt (diff)
Commit c20ab8c871ed3a46390d51d4b9db99d3108783e3 by Mike Dawson
Update default base catalog url.
(commit: c20ab8c)
The file was modifiedrespect-server/build.gradle.kts (diff)
The file was modifiedrespect-app-compose/build.gradle.kts (diff)
The file was modifiedrespect-app-compose/build.gradle.kts (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/person/detail/PersonDetailScreen.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/ChangeHistoryProvider.kt (diff)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/routes/school/respect/ClassRoute.kt (diff)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/routes/school/respect/PersonRoute.kt (diff)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/ClassDataSourceHttp.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/ChangeHistoryMarkSentToServerDb.kt (diff)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/PersonDataSourceHttp.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/detail/ClazzDetailScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/person/detail/PersonDetailViewModel.kt (diff)
The file was addedrespect-server/src/main/kotlin/world/respect/server/util/ext/ReceiveDataAndChangeHistory.kt
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/domain/CheckPersonPermissionUseCase.kt (diff)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/EnrollmentDataSourceHttp.kt (diff)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/routes/school/respect/EnrollmentRoute.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/changehistory/ChangeHistoryViewModel.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/ChangeHistoryProviderDb.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/detail/ClazzDetailViewModel.kt (diff)
Commit 65b57bc675618aadff7f1cb7ce02a1b8f343b28c by noreply
Add confirmation feedback guideline for user actions

Added guideline for user action confirmation feedback.
(commit: 65b57bc)
The file was modifiedDESIGN_GUIDELINES.md (diff)