Keval Patel

Results 9 issues of Keval Patel

Extension functions to check if the bitmap is empty or not using byte counts. See #568 . ## Usage: ``` if (bitmap.isEmpty()){ // Did not read bitmap correctly. } ```...

I think it would be great if bitmap has an extension for checking if the bitmap is empty or not based on the byte count. ``` if (bitmap.isEmpty()){ // Did...

This is test body. Crash report : [Firebase Console Link](https://console.firebase.google.com/u/0/project/green-build-app/crashlytics/app/android:com.kevalpatel2106.ci.greenbuild/issues/5b18e0ca6007d59fcd218daa) ### Application Info: **Application name**: Green Build(com.kevalpatel2106.ci.greenbuild) **Version**: 1.2.1 (6) on android

crash

This is test body. Crash report : [Firebase Console Link](https://console.firebase.google.com/u/0/project/green-build-app/crashlytics/app/android:com.kevalpatel2106.ci.greenbuild/issues/5b18e09c6007d59fcd218a5c) ### Application Info: **Application name**: Green Build(com.kevalpatel2106.ci.greenbuild) **Version**: 1.2.1 (6) on android

crash

I have added driver for the ultrasonic ranging module to measure the distance of the object from the sensor. I have tested this driver using [HC-SR04](https://cdn.sparkfun.com/datasheets/Sensors/Proximity/HCSR04.pdf) ultrasonic sensor. It has...

When trying to build the project with gradle 8.0, and plugin version `0.1.5`, gradle throws following exception: ``` Caused by: org.codehaus.groovy.runtime.metaclass.MissingMethodExecutionFailed: No signature of method: org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport.enabled() is applicable for argument...

closes: https://github.com/arturdm/jacoco-android-gradle-plugin/issues/102 Updated the `jacocoTestReport` properties from `enabled` to `required` as mentioned by [Gradle documentation for plugin.](https://docs.gradle.org/current/userguide/jacoco_plugin.html#sec:jacoco_report_configuration) I tested the project builds on both Gradle 7.0.2 (current version in master)...

### Checklist - [x] I've read and followed the [Contribution Guidelines](https://github.com/bitrise-steplib/.github/blob/main/CONTRIBUTING.md) - [x] `step.yml` and `README.md` is updated with the changes (if needed) ### Version Requires a *MAJOR/MINOR/PATCH* [version update](https://semver.org/)...