Skip to content

Changes

Started by timer
Started 3 days 21 hr ago
Took 3 min 40 sec

Summary

  1. Fix issue #209 (details)
  2. Update LaunchCustomTabUseCase to use Url type. (details)
  3. Update default base catalog url. (details)
  4. Bump version number. (details)
  5. Update SchoolConfigSettingDataSource.GetListParams to use a list of keys instead of a single key (details)
Commit 5e6b93f7cebe6c0a82390618f3bcbb3f1e044ff8 by Mike Dawson
Fix issue #209

Attempting to self-register a new school failed when URL is included in verified app links as per the Android Manifest.
The file was modifiedrespect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/school/LaunchCustomTabUseCaseAndroid.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/AndroidManifest.xml (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/schooldirectory/list/SchoolDirectoryListViewModel.kt (diff)
Commit c86cd41b696bc6a2c81db3363dc0a0b2a4d30956 by Mike Dawson
Update LaunchCustomTabUseCase to use Url type.
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/school/LaunchCustomTabUseCase.kt (diff)
The file was modifiedrespect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/school/LaunchCustomTabUseCaseAndroid.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/schooldirectory/list/SchoolDirectoryListViewModel.kt (diff)
Commit c20ab8c871ed3a46390d51d4b9db99d3108783e3 by Mike Dawson
Update default base catalog url.
The file was modifiedrespect-server/build.gradle.kts (diff)
The file was modifiedrespect-app-compose/build.gradle.kts (diff)
The file was modifiedrespect-app-compose/build.gradle.kts (diff)
Commit c0fe5a3f603bc350ed2c560eb3667701a2ed9746 by Anugraha
Update SchoolConfigSettingDataSource.GetListParams to use a list of keys instead of a single key
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/SchoolConfigSettingDataSourceDb.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/SchoolConfigSettingDataSource.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/SchoolConfigSettingEntityDao.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/list/AppListViewModel.kt (diff)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/SchoolConfigSettingDataSourceHttp.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/DataLayerParams.kt (diff)