Skip to content
Success

Changes

Summary

  1. Update CODING-STYLE.md (commit: 40ed0bd) (details)
  2. Make SortOrderOption.order nullable. Some order options already imply ascending or descending order (e.g. most recent, least recent, etc). (commit: ab44130) (details)
  3. Update Android Gradle plugin versions to 8.8.2. (commit: ec356d4) (details)
  4. Update Gradle wrapper to version 8.11.1 and Android Gradle plugin to version 8.9.0. (commit: c18ed44) (details)
  5. Update package.json to clear testserver-controller.log when running clean. (commit: 2c4feaa) (details)
Commit 40ed0bdcc0fc18c1fecd92ce45eff3591618cdac by noreply
Update CODING-STYLE.md

Update coding-style guidance on use of dates/times.
(commit: 40ed0bd)
The file was modifiedCODING-STYLE.md (diff)
Commit ab441302d044e5da433e504f92fc5269becd87e2 by Mike Dawson
Make SortOrderOption.order nullable. Some order options already imply ascending or descending order (e.g. most recent, least recent, etc).

Where SortOrderOption.order = null, then no (Ascending) or (Descending) text will be added by sort option bottom sheets/dropdowns etc.
(commit: ab44130)
The file was removedapp-android/src/main/java/com/ustadmobile/port/android/view/composable/UstadListSortHeader.kt
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/util/SortOrderOption.kt (diff)
The file was addedlib-ui-compose/src/commonMain/kotlin/com/ustadmobile/libuicompose/util/ext/SortOrderOptionExt.kt
The file was modifiedlib-ui-compose/src/commonMain/kotlin/com/ustadmobile/libuicompose/components/UstadSortOptionsBottomSheet.kt (diff)
The file was modifiedapp-react/src/jsMain/kotlin/com/ustadmobile/mui/components/UstadListSortHeader.kt (diff)
The file was addedapp-react/src/jsMain/kotlin/com/ustadmobile/util/ext/SortOrderOptionExt.kt
The file was modifiedlib-ui-compose/src/commonMain/kotlin/com/ustadmobile/libuicompose/components/UstadListSortHeader.kt (diff)
The file was removedapp-android/src/main/java/com/ustadmobile/port/android/view/LanguageListFragment.kt
Commit ec356d487421137e2b2ce78709cf5dd54b7b9b79 by Mike Dawson
Update Android Gradle plugin versions to 8.8.2.
(commit: ec356d4)
The file was modifiedbuild.gradle (diff)
Commit c18ed44d722004245860b5e39481fa206ad265ff by Mike Dawson
Update Gradle wrapper to version 8.11.1 and Android Gradle plugin to version 8.9.0.
(commit: c18ed44)
The file was modifiedbuild.gradle (diff)
The file was modifiedgradle/wrapper/gradle-wrapper.properties (diff)
Commit 2c4feaaaa9c65de614b4f21f62c134d419c0544b by Mike Dawson
Update package.json to clear testserver-controller.log when running clean.
(commit: 2c4feaa)
The file was modifiedtest-end-to-end/webapp-cypress/package.json (diff)