Summary
- Fix XapiStatementEntityDao (details)
- Fix XapiStatementEntityDao (details)
- Fix XapiActorExt.distinctMerged function (details)
- Fix mistake on XapiStatementEntityDao get assignment progress function: incorrect use of group. (details)
- Make assignment progress query test more rigorous. (details)
- Implement creation of an XapiGroup for students in a given class to enable assignments to work as expected. (details)
- Replaced showAddStudent, showAddTeacher, and showStudentGrouping with a single isAdminOrTeacher because all three were always set to the exact same value. (details)
- Refine log messages (details)
- Remove the app url argument from Learning Unit Detail screen. This should not be required. (details)
- Add GetXapiActivityForPublicationUseCase and related readme. (details)
- Refine log messages (details)
- Update assignment recipe example. (details)
- Add `STACK_COUNT` constant to `ClazzDetailViewModel` and use it to limit member display in `ClazzDetailScreen`. (details)