Skip to content
Changes
- Pass assignment activity id through learning unit detail to launch app use case. (commit: cf4a9f4)
—
Mike Dawson /
githubweb
- Update GetXapiLaunchUrlUseCase to include assignment activity id in the path. (commit: 50b4557)
—
Mike Dawson /
githubweb
- Implement initial support for statement voiding. (commit: 175af5b)
—
Mike Dawson /
githubweb
- Rename and document LaunchRequest properties. (commit: 752caaf)
—
Mike Dawson /
githubweb
- Update terms/conditions to use .well-known path on school directory server. (commit: 4513cf5)
—
Mike Dawson /
githubweb
- Add guideline on AI-generated content submission (commit: 230b80b)
—
noreply /
githubweb
- Clarify guidelines on submitting AI-generated content (commit: e5a71f8)
—
noreply /
githubweb
- Bump version for xAPI preview (commit: 008215d)
—
Mike Dawson /
githubweb
- Work in progress adding embedded Nanohttpd based xapi server. (commit: 2826c4b)
—
Mike Dawson /
githubweb
- Work in progress: setup learning unit detail viewmodel to get xapi launch url using embedded xapi server. (commit: 901a5b0)
—
Mike Dawson /
githubweb
- Work in progress: setup learning unit detail viewmodel to get xapi launch url using embedded xapi server. (commit: 56c69cf)
—
Mike Dawson /
githubweb
- 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
- Add note on canonical updates to permission recipe. (commit: fd821aa)
—
Mike Dawson /
githubweb
- Merge dev-xapi changes. (commit: b1f93cb)
—
Mike Dawson /
githubweb
- Initial xAPI embedded server implementation. (commit: 1b761b2)
—
Mike Dawson /
githubweb
- Fix ktor path for xapi statements resource. (commit: 1e990ff)
—
Mike Dawson /
githubweb
- Initial statement maker. (commit: 846633c)
—
Mike Dawson /
githubweb
- Update statement maker to use a statement json from text area and actor from params. (commit: 1bc6aee)
—
Mike Dawson /
githubweb
- Update example app structure and naming. (commit: 30e70b9)
—
Mike Dawson /
githubweb
- Add jstetris example. (commit: 6187e85)
—
Mike Dawson /
githubweb
- Update LaunchAppUseCaseAndroid to handle launching native app if app with a verified app link is available. (commit: 62ccad8)
—
Mike Dawson /
githubweb
- Work in progress: add header xapi header fields (commit: c9c5399)
—
Mike Dawson /
githubweb
- Add confirmation feedback guideline for user actions (commit: 65b57bc)
—
noreply /
githubweb
- Update design guidelines for screen inclusion (commit: f45fcd1)
—
noreply /
githubweb
- Update README.md (commit: d69440b)
—
noreply /
githubweb
- Initial installatoin instructions for RESPECT server binary installation (commit: 18fe79f)
—
noreply /
githubweb
- Add respect-server.service and update INSTALL.md (commit: 6b466c0)
—
Mike Dawson /
githubweb
- Make example IP address consistent on INSTALL.md (commit: 8aa8a74)
—
Mike Dawson /
githubweb
- Add Maestro flow summary documentation for core features. (commit: 507c9fb)
—
Pooja Ravi /
githubweb
- Update `.maestro/README.md` formatting. (commit: 426ab42)
—
Pooja Ravi /
githubweb
- Refactor Maestro test documentation by consolidating flow summaries. (commit: df4bd8e)
—
Pooja Ravi /
githubweb
- Update Maestro README.md to use numbered lists for test flow descriptions. (commit: c1bfccd)
—
Pooja Ravi /
githubweb
- Update Maestro README with detailed steps for user management and school registration test flows. (commit: efb7a28)
—
Pooja Ravi /
githubweb
- 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
- Fix for issue #231. (commit: 93e8ed5)
—
Mike Dawson /
githubweb
- Issue #231 (commit: de6e9a8)
—
Mike Dawson /
githubweb
- Disable flow 003 until new xAPI based assignment branch is merged. (commit: 69f8132)
—
Mike Dawson /
githubweb
- Check username unique during invitation acceptance process (issue #232). (commit: f57c392)
—
Mike Dawson /
githubweb
- Apply username unique check to when admin sets a username manually. (commit: f80a98b)
—
Mike Dawson /
githubweb
- Correct visibility of floating action button on PersonListViewModel.kt and update to use common GetWritableRolesUseCase (commit: 8f8b359)
—
Mike Dawson /
githubweb
- Show role on PersonListScreen. (commit: 6252aff)
—
Mike Dawson /
githubweb
- Show error snackbar when no valid link is found. (commit: ab5a99a)
—
Mike Dawson /
githubweb
- Bump version and change assignment label. (commit: a3ad308)
—
Mike Dawson /
githubweb
- Fix mistake on xapi statement query: using incorrect verb field (commit: a500ce4)
—
Mike Dawson /
githubweb
- Fix mistake on xapi resource: wrong parameter for until. (commit: df8580a)
—
Mike Dawson /
githubweb
- Add query intent filter (commit: 9c3cb8f)
—
Mike Dawson /
githubweb
- Add work in progress permission recipe. (commit: b3662b2)
—
Mike Dawson /
githubweb
- Work in progress statement resource integration test. (commit: fcd2369)
—
Mike Dawson /
githubweb
- Update statement resource test to use flow instead of delay. (commit: 4f06422)
—
Mike Dawson /
githubweb
- Update Statement resource integration test to include get. (commit: f6174d6)
—
Mike Dawson /
githubweb
- Update recipe for class groups. (commit: 5cf8624)
—
Mike Dawson /
githubweb
- Update XapiActorDataSourceDb to fix compilation issue. Create new independent dataloadstate module. (commit: 556d069)
—
Mike Dawson /
githubweb
- Update XapiActorDataSourceDb to fix compilation issue. Create new independent dataloadstate module. (commit: 3bcff88)
—
Mike Dawson /
githubweb
- Remove obsolete GetStatementsRequest (commit: 4cdd8bb)
—
Mike Dawson /
githubweb
- Add support for flow based return on XapiStatementResource (commit: b6deb7d)
—
Mike Dawson /
githubweb