Skip to content
Success

Changes

Summary

  1. Set app-android-launcher resConfigs so that unsupported locale resources from libraries are removed. (commit: 4f09b00) (details)
  2. Fix query in ContainerImportJobDao that does not work on Postgres. (commit: 25e0f9f) (details)
  3. Improve some logging and exception catching on scraping. Convert Apache http indexer and UrlScraper to use OkHttp instead of HttpUrlConnection. (commit: 23aa59d) (details)
Commit 4f09b009ec51b4d100a6f45953dd919f4d8395be by Mike Dawson
Set app-android-launcher resConfigs so that unsupported locale resources from libraries are removed.
(commit: 4f09b00)
The file was modifiedapp-android-launcher/build.gradle (diff)
Commit 25e0f9f33a25c0b951a1588e97d82d966b3c07f3 by Mike Dawson
Fix query in ContainerImportJobDao that does not work on Postgres.
(commit: 25e0f9f)
The file was modifiedlib-database/src/commonMain/kotlin/com/ustadmobile/core/db/dao/ContainerImportJobDao.kt (diff)
Commit 23aa59dfa6fbbc22a6f9d468c4d6f39ccc878b35 by Mike Dawson
Improve some logging and exception catching on scraping. Convert Apache http indexer and UrlScraper to use OkHttp instead of HttpUrlConnection.
(commit: 23aa59d)
The file was modifiedcore/src/commonMain/kotlin/com/ustadmobile/core/util/LiveDataWorkQueue.kt (diff)
The file was addedlib-content-scrapers/src/jvmMain/kotlin/com/ustadmobile/lib/contentscrapers/util/DownloadRequestToFile.kt
The file was modifiedlib-content-scrapers/src/jvmMain/kotlin/com/ustadmobile/lib/contentscrapers/abztract/UrlScraper.kt (diff)
The file was modifiedlib-content-scrapers/src/jvmMain/kotlin/com/ustadmobile/lib/contentscrapers/apache/ApacheIndexer.kt (diff)
The file was modifiedapp-ktor-server/src/jvmMain/kotlin/com/ustadmobile/lib/rest/ContentEntryLinkImporter.kt (diff)
The file was modifiedlib-content-scrapers/src/jvmMain/kotlin/com/ustadmobile/lib/contentscrapers/abztract/Scraper.kt (diff)
The file was modifiedlib-content-scrapers/src/jvmMain/kotlin/com/ustadmobile/lib/contentscrapers/abztract/ScraperManager.kt (diff)