Skip to content

Changes

Started by timer
Started 21 hr ago
Took 2 min 55 sec

Summary

  1. Update README.md (details)
  2. Create CONTRIBUTING.md (details)
  3. Update CONTRIBUTING.md to clarify contribution types (details)
  4. Revise CONTRIBUTING.md (details)
  5. Revise CONTRIBUTING.md (details)
  6. Add issue template for app catalog requests (details)
  7. Update CONTRIBUTING.md (details)
  8. Create localization.MD (details)
  9. Update CONTRIBUTING.md (details)
  10. Update CONTRIBUTING.md (details)
  11. Update contributing.md (details)
  12. Add contributing guidelines to README (details)
  13. Fix link formatting in README.md (details)
  14. Fix issue #209 (details)
  15. Update LaunchCustomTabUseCase to use Url type. (details)
  16. Update default base catalog url. (details)
  17. Bump version number. (details)
  18. commit (details)
  19. Add confirmation feedback guideline for user actions (details)
The file was modifiedREADME.md (diff)
Commit bfa39b2a3c882f4d1a6bd38434113917aa9fd04f by noreply
Create CONTRIBUTING.md
The file was addedCONTRIBUTING.md
Commit 4d2d577c074261d46b7da9fd78869c41335c815b by noreply
Update CONTRIBUTING.md to clarify contribution types

Expanded contribution guidelines to include non-coding contributions.
The file was modifiedCONTRIBUTING.md (diff)
Commit 255c9ea9b8c73cd3984a3a39fa98bfd76a5f0be3 by noreply
Revise CONTRIBUTING.md
The file was modifiedCONTRIBUTING.md (diff)
Commit 66d6c3acce0f2f9e6d67ee69a50ed0052135ea6b by noreply
Revise CONTRIBUTING.md
The file was modifiedCONTRIBUTING.md (diff)
Commit 3adb525ecee9881eeecb0701badac5cb1dfa4fb8 by noreply
Add issue template for app catalog requests
The file was added.github/ISSUE_TEMPLATE/add_app_to_default_catalog.MD
Commit d41eee02111a434cd28e8aaf46ec80aca4d17252 by noreply
Update CONTRIBUTING.md
The file was modifiedCONTRIBUTING.md (diff)
Commit 1436b71a08c919402daf54676335d6f762ceeaf2 by noreply
Create localization.MD
The file was added.github/ISSUE_TEMPLATE/localization.MD
Commit bef105b18bfdc9b0a6f50b71a583e255dcd24b32 by noreply
Update CONTRIBUTING.md
The file was modifiedCONTRIBUTING.md (diff)
Commit 508d677cb32637726a803e6a92bae4ad3b3fac34 by noreply
Update CONTRIBUTING.md
The file was modifiedCONTRIBUTING.md (diff)
Commit 1abbff4ce9a48a56e39ac1aaaceabede35dc9ea2 by noreply
Update contributing.md
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.
The file was modifiedREADME.md (diff)
Commit d0828308512c5fe7bc10a3e0fe7180c0e71dfb37 by noreply
Fix link formatting in README.md
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.
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/viewmodel/schooldirectory/list/SchoolDirectoryListViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/AndroidManifest.xml (diff)
Commit c86cd41b696bc6a2c81db3363dc0a0b2a4d30956 by Mike Dawson
Update LaunchCustomTabUseCase to use Url type.
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/schooldirectory/list/SchoolDirectoryListViewModel.kt (diff)
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)
Commit c20ab8c871ed3a46390d51d4b9db99d3108783e3 by Mike Dawson
Update default base catalog url.
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-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/changehistory/ChangeHistoryViewModel.kt (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/school/domain/CheckPersonPermissionUseCase.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/ChangeHistoryProvider.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/ChangeHistoryProviderDb.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/detail/ClazzDetailViewModel.kt (diff)
The file was modifiedrespect-server/src/main/kotlin/world/respect/server/routes/school/respect/EnrollmentRoute.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/ClassRoute.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-server/src/main/kotlin/world/respect/server/routes/school/respect/PersonRoute.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)
Commit 65b57bc675618aadff7f1cb7ce02a1b8f343b28c by noreply
Add confirmation feedback guideline for user actions

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