MohitMaliFtechiz
MohitMaliFtechiz
Fixes #2892 a) In this PR we are generating Kotlin report by buildKotlinToolingMetadata gradle task then we check the Kotlin version used in project if its 1.7.0 then CI will...
**Describe the bug** SearchFragmentTest is often failing on CI. Sometimes its works but sometimes its failing. ```java.lang.RuntimeException: No view found with Id org.kiwix.kiwixmobile:id/search_list```
Fixes #625
**Describe the bug** When we are navigating via search widget the search fragment required twice click to open search.
**Describe the bug** Currently method is written as ``` getDecodedFileName(url: String?, src: String?): String = url?.substringAfterLast("/", "") ?.takeIf { it.contains(".") } ?: src?.substringAfterLast("/", "") ?.substringAfterLast("%3A") ?: "" ``` **Expected behavior**...
**Describe the bug** We have to make sure in CI that we are using kotlin version 1.7.0 in our project to build , if fail abort the build process.
**Describe the bug** Configure android 13 CI configuration.
## Describe the issue Add an error handling for adding Trust Relationship with duplicate entity ID. ## Steps To Reproduce Steps to reproduce the behavior: 1. Go to admin UI...