behelit

Results 13 issues of behelit

The time it takes for the dialog to open is way too slow. I'm running it on a Note 8 and it feels like I'm on a Nexus One. The...

0.1.4 The back button inside the search view will dismiss the view but it doesn't clear the search term or trigger any of the callbacks so there's no way to...

I'm using the defaults form the examples but the blur appends to itself every update. If I set the fps to 0, every redraw of the fragment will add additional...

There are several reports of crashes in the Google Play console relating to libtinyWRAP.so It appears to affect multiple Android versions and devices but is a lot higher towards sdk...

`bindProcessToConnectionApi8` can no longer be used because `connectivityManager.requestRouteToHost` is no longer allowed, if targeting Oreo or higher. The same with `requestCellularRouteToHostApi8` and `connectivityManager.startUsingNetworkFeature` This is likely to push the minimum...

Results are different to Android Studio coverage. For example, if I run the built in version with the 'coverage' button for unit tests, my results are 100%, but in the...

In Android Studio 3.4, you are forced to use `classpath 'com.android.tools.build:gradle:3.4.0-alpha06'` Building the project produces the following error: > error: cannot access Function1 > class file for kotlin.jvm.functions.Function1 not found

wontfix

Some devices store the phone numbers with spaces in the contacts db, which makes it currently impossible to search for unless you know where the exact spaces are. There should...

I love this library but I'm having the following issues, using Galaxy S8+ Oreo 8.0 1. I tap the widget, it animates to the editable view but I can't enter...

Hello, I parse an Australian phone number like "+61401118888" correctly, then I try adding 6 digits to the number and it still parses as valid. How is this possible? For...