Adil Hussain
Adil Hussain
### Description The [UiDevice.getLauncherPackageName()](https://developer.android.com/reference/androidx/test/uiautomator/UiDevice#getlauncherpackagename) method returns an incorrect value on Android 11+ devices. Most likely, this is due to [package visibility changes in Android 11](https://developer.android.com/about/versions/11/privacy/package-visibility). If the method cannot be...
I see in the [CHANGELOG](https://github.com/openbakery/gradle-xcodePlugin/blob/main/CHANGELOG.md) that there's a 0.22.0 release which supports Xcode 13.2.1. Do you have any plans to publish this release to Maven Central or https://plugins.gradle.org/m2 any time...
I just tried upgrading from version `0.19.1` of the plugin to version `0.20.0` and I'm seeing the following error when Gradle attempts to configure the project: ``` A problem occurred...
The `grey_text` matcher does not work for a SwiftUI [Text](https://developer.apple.com/documentation/swiftui/text) view. This is demonstrated by the UI testing target defined [here](https://github.com/adil-hussain-84/EarlGrey2-SwiftUI-Experiment/tree/master/EarlGrey2ExperimentUITests) which tests the application target defined [here](https://github.com/adil-hussain-84/EarlGrey2-SwiftUI-Experiment/tree/master/EarlGrey2Experiment).
In the Bookmarks tab, when the "Group by Tags" option is turned on, the app currently shows "Recent pages" followed by tagged bookmarks followed by untagged bookmarks ("untagged bookmarks" ==...
I'm enjoying the tag feature and I like how a tagged Ayah appears as highlighted in the Mushaf. It would be great to associate a colour to a tag and...
I'm building a couple of Hifdh revision assistance apps for iOS which will offer the ability to jump the user to see a particular Ayah in the [quran.com](https://quran.com) web app....
Fixed a Swift 5 compilation error in 'Locatable' which was complaining of wrapper type 'Locatable' missing a non-static property named 'wrappedValue'. Renaming the `Locatable.value` property to `Locatable.wrappedValue` fixes it.
It would be sweet if the `assertNotNull(actual:)` method returned the object that is passed into it back out as a non-null type. This would help with writing JUnit 5 tests...
I've added `https://openbakery.org/repository/` to my list of build script repositories. If I declare the `org.openbakery.xcode-plugin` plugin with a version name of `0.23.+`, the Gradle process is able to find it....