Ray Li

Results 26 issues of Ray Li

Calling `areFingerprintsEnrolled` causes a crash for Samsung users on Android Marshmallow (6.1). Error: > Caused by java.lang.SecurityException > Permission Denial: getCurrentUser() from pid=9160, uid=10126 requires android.permission.INTERACT_ACROSS_USERS > github.nisrulz.easydeviceinfo.base.EasyFingerprintMod.areFingerprintsEnrolled > Stacktrace:...

bug

I got the following crash from an user on a Samsung Galaxy Tab 2 (Android 9.0) ``` Fatal Exception: java.lang.IllegalArgumentException Invalid path: /storage/emulated/0 android.os.StatFs.doStat (StatFs.java:51) android.os.StatFs. (StatFs.java:41) github.nisrulz.easydeviceinfo.base.EasyMemoryMod.getAvailableExternalMemorySize (EasyMemoryMod.java:147) ```...

bug

Discuss the Responsive Framework here ⬇️ Feel free to leave your thought on the features, API, and functionality. Or use this to start a discussion and share what's on your...

TODO: Investigate whether a hard assertion and error is necessary for when padding exceeds grid view width. Perhaps a safer way is to log a warning and not throw an...

Lots of big things planned for Responsive Framework. [Release Tracker](https://github.com/Codelessly/ResponsiveFramework/projects) v0.1.0 - refactor logic to maintainable mutators and write tests. Finalize API. v0.2.0 - create max autoscale mutator. Create API...

## 🐛 Bug Report Building Permissions Handler on Windows fails due to 2 errors. 1. Nuget not installed 2. Failed to run cppwinrt.exe CC @azchohfi ### Expected behavior Building for...

**Describe the bug** `_messageTopMargin` is hardcoded to 6.0. Allow this value to be user configurable. **Paste relevant code** `_messageTopMargin = _isTitlePresent ? 6.0 : widget.padding.top;` **Solution** There are two solutions:...

*Update to AndroidX. *Update Gradle to v3.2.0-beta05. *TargetSDK v28.

*Text can now be positioned via setXPosition and setYPosition functions instead of defaulting to center of view. Values range from 0-100 with 50 as the center by default. *Note: No...

Inflating a layout with ElasticView causes a layout exception and crashes. Can ElasticView be made to work with layout inflation?