Skip to content
Success

Changes

Summary

  1. Fix error in AbstractAppActivity: downloads would be shown when any extra arguments were passed with the intent (even if showDownloads is not set or false). (commit: d7f5573) (details)
  2. Update compile sdk and target sdk to 35 (Android 15) (commit: 48d474d) (details)
  3. removed ${TESTCOURSENAME} and added course name "Test Course Block" (commit: 31b7a5f) (details)
  4. Fix handling of using the site database within React. (commit: 75e5a60) (details)
Commit d7f55738758172371419231ec6710bfc698b9a32 by Mike Dawson
Fix error in AbstractAppActivity: downloads would be shown when any extra arguments were passed with the intent (even if showDownloads is not set or false).
(commit: d7f5573)
The file was modifiedapp-android/src/main/java/com/ustadmobile/port/android/view/AbstractAppActivity.kt (diff)
Commit 48d474def616341475baadddc3437e0167792444 by Mike Dawson
Update compile sdk and target sdk to 35 (Android 15)
(commit: 48d474d)
The file was modifiedlib-ihttp-iostreams/build.gradle.kts (diff)
The file was modifiedlib-xxhashkmp-commonjvmimpl/build.gradle.kts (diff)
The file was modifiedlib-util/build.gradle (diff)
The file was modifiedlib-cache/build.gradle.kts (diff)
The file was modifiedapp-android-baselineprofile/build.gradle.kts (diff)
The file was modifiedlib-centralappconfigdb-sqldelight/build.gradle.kts (diff)
The file was modifiedcore/build.gradle (diff)
The file was modifiedlib-centralappconfigdb-common/build.gradle.kts (diff)
The file was modifiedlib-ihttp-core/build.gradle.kts (diff)
The file was modifiedlib-ui-compose/build.gradle.kts (diff)
The file was modifiedlib-xxhashkmp/build.gradle.kts (diff)
The file was modifiedsharedse/build.gradle (diff)
The file was modifiedlib-database/build.gradle (diff)
The file was modifiedbuild.gradle (diff)
The file was modifiedlib-xxhashkmp-core/build.gradle.kts (diff)
The file was modifiedlib-ihttp-nanohttpd/build.gradle.kts (diff)
The file was modifiedlib-ihttp-okhttp/build.gradle.kts (diff)
Commit 31b7a5f5a5aa28de4528f4baf85799d2f4bae9fd by Pooja Ravi
removed ${TESTCOURSENAME} and added course name "Test Course Block"
(commit: 31b7a5f)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/003_005_course_view_and_modules_can_expand_collapse.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/002_001_admin_add_new_course_and_teacher.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/004_003_multiple_submission_possible_for_student.yaml (diff)
The file was modifiedtest-end-to-end/android-maestro/e2e-tests/003_006_all_user_able_to_open_text_block.yaml (diff)
Commit 75e5a6029bed7efd41b1e3d109f7d5935b6de443 by Mike Dawson
Fix handling of using the site database within React.

The database and site flow was being retrieved in the UstadScreens component without using memo or state; so each render resulted in a new flow instance. Each new flow instance changed the state, resulting in infinite re-renders.
(commit: 75e5a60)
The file was modifiedapp-react/src/jsMain/kotlin/com/ustadmobile/mui/components/Sidebar.kt (diff)
The file was modifiedapp-react/src/jsMain/kotlin/com/ustadmobile/mui/components/UstadScreens.kt (diff)
The file was modifiedapp-react/src/jsMain/kotlin/com/ustadmobile/mui/components/UstadRootScreenNavLinks.kt (diff)