Skip to content

Loading builds...

Changes

#31 (May 20, 2026, 2:36:00 AM)

  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
  4. Implement comments in AssignmentEdit (commit: b7d5f80) — Anugraha / githubweb
  5. refactor (commit: 3aa20d8) — Anugraha / githubweb
  6. improve list screen (commit: 4256f6c) — Anugraha / githubweb
  7. refactor (commit: 2461ae1) — Anugraha / githubweb
  8. refactor (commit: e6cf0fb) — Anugraha / githubweb
  9. refactor (commit: 297b0ce) — Anugraha / githubweb
  10. refactor (commit: 64d0fe3) — Anugraha / githubweb
  11. Update Maestro E2E test flows for assignment management and app browsing. (commit: dcaf4ae) — Pooja Ravi / githubweb
  12. refactor (commit: 4bce99f) — Anugraha / githubweb
  13. refactor (commit: ea8c54c) — Anugraha / githubweb

#30 (May 19, 2026, 2:36:00 AM)

  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. Update terms/conditions to use .well-known path on school directory server. (commit: 4513cf5) — Mike Dawson / githubweb
  8. Add guideline on AI-generated content submission (commit: 230b80b) — noreply / githubweb
  9. Clarify guidelines on submitting AI-generated content (commit: e5a71f8) — noreply / githubweb
  10. Initial xAPI embedded server implementation. (commit: 1b761b2) — Mike Dawson / githubweb
  11. Fix ktor path for xapi statements resource. (commit: 1e990ff) — Mike Dawson / githubweb
  12. Initial statement maker. (commit: 846633c) — Mike Dawson / githubweb
  13. Update statement maker to use a statement json from text area and actor from params. (commit: 1bc6aee) — Mike Dawson / githubweb
  14. Update example app structure and naming. (commit: 30e70b9) — Mike Dawson / githubweb
  15. Add jstetris example. (commit: 6187e85) — Mike Dawson / githubweb
  16. Update LaunchAppUseCaseAndroid to handle launching native app if app with a verified app link is available. (commit: 62ccad8) — Mike Dawson / githubweb
  17. Work in progress: add header xapi header fields (commit: c9c5399) — Mike Dawson / githubweb
  18. Bump version for xAPI preview (commit: 008215d) — Mike Dawson / githubweb
  19. change assignment detail and edit screens to use XapiStatement instead of Assignment model (commit: 623ad6e) — Anugraha / githubweb
  20. Rename and document LaunchRequest properties. (commit: 752caaf) — Mike Dawson / githubweb
  21. resolve conflict (commit: 29863af) — Anugraha / githubweb

#27 (May 16, 2026, 2:36:00 AM)

  1. refactor (commit: 3afdd31) — Anugraha / githubweb
  2. refactor (commit: 64c87e1) — Anugraha / githubweb
  3. refactor (commit: 2ed057d) — Anugraha / githubweb
  4. refactor (commit: 2b7b837) — Anugraha / githubweb

#26 (May 15, 2026, 2:36:00 AM)

  1. Update Maestro assignment flow. (commit: 0a87243) — Pooja Ravi / githubweb
  2. refactor (commit: bf68c64) — Anugraha / githubweb

#25 (May 14, 2026, 2:36:00 AM)

  1. Disable flow 003 until new xAPI based assignment branch is merged. (commit: 69f8132) — Mike Dawson / githubweb
  2. Check username unique during invitation acceptance process (issue #232). (commit: f57c392) — Mike Dawson / githubweb
  3. Apply username unique check to when admin sets a username manually. (commit: f80a98b) — Mike Dawson / githubweb
  4. Correct visibility of floating action button on PersonListViewModel.kt and update to use common GetWritableRolesUseCase (commit: 8f8b359) — Mike Dawson / githubweb
  5. Show role on PersonListScreen. (commit: 6252aff) — Mike Dawson / githubweb
  6. Show error snackbar when no valid link is found. (commit: ab5a99a) — Mike Dawson / githubweb
  7. Bump version and change assignment label. (commit: a3ad308) — Mike Dawson / githubweb
  8. Update Maestro flows for assignment management and class member creation. (commit: 969e552) — Pooja Ravi / githubweb
  9. remove Assignmententity and related classes (commit: a6012b5) — Anugraha / githubweb
  10. Move `003_admin_user_assigns_assignment_to_a_class_test.yaml` to `pending-flows` and add an xAPI verification script. (commit: 3df63fd) — Pooja Ravi / githubweb

#24 (May 13, 2026, 2:36:00 AM)

  1. refactor (commit: 365ec1f) — Anugraha / githubweb

#20 (May 9, 2026, 2:36:00 AM)

  1. Update design guidelines for screen inclusion (commit: f45fcd1) — noreply / githubweb
  2. Update README.md (commit: d69440b) — noreply / githubweb
  3. Initial installatoin instructions for RESPECT server binary installation (commit: 18fe79f) — noreply / githubweb
  4. Add respect-server.service and update INSTALL.md (commit: 6b466c0) — Mike Dawson / githubweb
  5. Make example IP address consistent on INSTALL.md (commit: 8aa8a74) — Mike Dawson / githubweb
  6. Add query intent filter (commit: 9c3cb8f) — 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. Fix mistake on xapi statement query: using incorrect verb field (commit: a500ce4) — Mike Dawson / githubweb
  15. Fix mistake on xapi resource: wrong parameter for until. (commit: df8580a) — Mike Dawson / githubweb
  16. Issue #231 (commit: de6e9a8) — Mike Dawson / githubweb
  17. add Assignment xAPI Recipe in edi, list, deatil screen (commit: 52ce3ef) — Anugraha / githubweb

#17 (May 6, 2026, 2:36:00 AM)

  1. update getAssignmentResult on repository (commit: 55fc5a2) — Anugraha / githubweb
  2. refactor (commit: dfa5028) — Anugraha / githubweb

#16 (May 5, 2026, 2:36:00 AM)

  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
  10. resolve conflict (commit: 7611405) — Anugraha / githubweb

#12 (May 1, 2026, 2:36:00 AM)

  1. refactor (commit: 3f460e9) — Anugraha / githubweb
  2. refactor (commit: d650248) — Anugraha / githubweb