Skip to content

Loading builds...

Changes

#30 (May 19, 2026, 3:02:00 PM)

  1. Pass assignment activity id through learning unit detail to launch app use case. (commit: cf4a9f4) — Mike Dawson / githubweb
  2. Update GetXapiLaunchUrlUseCase to include assignment activity id in the path. (commit: 50b4557) — Mike Dawson / githubweb
  3. Implement initial support for statement voiding. (commit: 175af5b) — Mike Dawson / githubweb

#29 (May 18, 2026, 3:02:00 PM)

  1. Rename and document LaunchRequest properties. (commit: 752caaf) — Mike Dawson / githubweb

#28 (May 17, 2026, 9:59:43 PM)

  1. Update terms/conditions to use .well-known path on school directory server. (commit: 4513cf5) — Mike Dawson / githubweb
  2. Add guideline on AI-generated content submission (commit: 230b80b) — noreply / githubweb
  3. Clarify guidelines on submitting AI-generated content (commit: e5a71f8) — noreply / githubweb
  4. Bump version for xAPI preview (commit: 008215d) — Mike Dawson / githubweb

#27 (May 17, 2026, 3:02:00 PM)

  1. Work in progress adding embedded Nanohttpd based xapi server. (commit: 2826c4b) — Mike Dawson / githubweb
  2. Work in progress: setup learning unit detail viewmodel to get xapi launch url using embedded xapi server. (commit: 901a5b0) — Mike Dawson / githubweb
  3. Work in progress: setup learning unit detail viewmodel to get xapi launch url using embedded xapi server. (commit: 56c69cf) — Mike Dawson / githubweb
  4. Refine permission recipe to be folder based : simpler for queries, simpler to run on mobile/SQL, and suitable for folder based backends (e.g. Google Drive, NextCloud, etc). (commit: 4c50dfe) — Mike Dawson / githubweb
  5. Add note on canonical updates to permission recipe. (commit: fd821aa) — Mike Dawson / githubweb
  6. Merge dev-xapi changes. (commit: b1f93cb) — Mike Dawson / githubweb
  7. Initial xAPI embedded server implementation. (commit: 1b761b2) — Mike Dawson / githubweb
  8. Fix ktor path for xapi statements resource. (commit: 1e990ff) — Mike Dawson / githubweb
  9. Initial statement maker. (commit: 846633c) — Mike Dawson / githubweb
  10. Update statement maker to use a statement json from text area and actor from params. (commit: 1bc6aee) — Mike Dawson / githubweb
  11. Update example app structure and naming. (commit: 30e70b9) — Mike Dawson / githubweb
  12. Add jstetris example. (commit: 6187e85) — Mike Dawson / githubweb
  13. Update LaunchAppUseCaseAndroid to handle launching native app if app with a verified app link is available. (commit: 62ccad8) — Mike Dawson / githubweb
  14. Work in progress: add header xapi header fields (commit: c9c5399) — Mike Dawson / githubweb

#23 (May 13, 2026, 3:02:00 PM)

  1. Add confirmation feedback guideline for user actions (commit: 65b57bc) — noreply / githubweb
  2. Update design guidelines for screen inclusion (commit: f45fcd1) — noreply / githubweb
  3. Update README.md (commit: d69440b) — noreply / githubweb
  4. Initial installatoin instructions for RESPECT server binary installation (commit: 18fe79f) — noreply / githubweb
  5. Add respect-server.service and update INSTALL.md (commit: 6b466c0) — Mike Dawson / githubweb
  6. Make example IP address consistent on INSTALL.md (commit: 8aa8a74) — Mike Dawson / githubweb
  7. Add Maestro flow summary documentation for core features. (commit: 507c9fb) — Pooja Ravi / githubweb
  8. Update `.maestro/README.md` formatting. (commit: 426ab42) — Pooja Ravi / githubweb
  9. Refactor Maestro test documentation by consolidating flow summaries. (commit: df4bd8e) — Pooja Ravi / githubweb
  10. Update Maestro README.md to use numbered lists for test flow descriptions. (commit: c1bfccd) — Pooja Ravi / githubweb
  11. Update Maestro README with detailed steps for user management and school registration test flows. (commit: efb7a28) — Pooja Ravi / githubweb
  12. Change PERSON_ADMIN_WRITE flag to an explicit permission. Using a value that was not represented by a single 2^x value resulted in errors in the permission check queries not working as expected. (commit: 67d616e) — Mike Dawson / githubweb
  13. Fix for issue #231. (commit: 93e8ed5) — Mike Dawson / githubweb
  14. Issue #231 (commit: de6e9a8) — Mike Dawson / githubweb
  15. Disable flow 003 until new xAPI based assignment branch is merged. (commit: 69f8132) — Mike Dawson / githubweb
  16. Check username unique during invitation acceptance process (issue #232). (commit: f57c392) — Mike Dawson / githubweb
  17. Apply username unique check to when admin sets a username manually. (commit: f80a98b) — Mike Dawson / githubweb
  18. Correct visibility of floating action button on PersonListViewModel.kt and update to use common GetWritableRolesUseCase (commit: 8f8b359) — Mike Dawson / githubweb
  19. Show role on PersonListScreen. (commit: 6252aff) — Mike Dawson / githubweb
  20. Show error snackbar when no valid link is found. (commit: ab5a99a) — Mike Dawson / githubweb
  21. Bump version and change assignment label. (commit: a3ad308) — Mike Dawson / githubweb

#17 (May 7, 2026, 3:02:00 PM)

  1. Fix mistake on xapi statement query: using incorrect verb field (commit: a500ce4) — Mike Dawson / githubweb
  2. Fix mistake on xapi resource: wrong parameter for until. (commit: df8580a) — Mike Dawson / githubweb

#15 (May 5, 2026, 3:02:00 PM)

  1. Add query intent filter (commit: 9c3cb8f) — Mike Dawson / githubweb

#14 (May 4, 2026, 3:02:00 PM)

  1. Add work in progress permission recipe. (commit: b3662b2) — Mike Dawson / githubweb
  2. Work in progress statement resource integration test. (commit: fcd2369) — Mike Dawson / githubweb
  3. Update statement resource test to use flow instead of delay. (commit: 4f06422) — Mike Dawson / githubweb
  4. Update Statement resource integration test to include get. (commit: f6174d6) — Mike Dawson / githubweb
  5. Update recipe for class groups. (commit: 5cf8624) — Mike Dawson / githubweb
  6. Update XapiActorDataSourceDb to fix compilation issue. Create new independent dataloadstate module. (commit: 556d069) — Mike Dawson / githubweb
  7. Update XapiActorDataSourceDb to fix compilation issue. Create new independent dataloadstate module. (commit: 3bcff88) — Mike Dawson / githubweb
  8. Remove obsolete GetStatementsRequest (commit: 4cdd8bb) — Mike Dawson / githubweb
  9. Add support for flow based return on XapiStatementResource (commit: b6deb7d) — Mike Dawson / githubweb