behelit

Results 18 comments of behelit

This doesn't work on Galaxy Tab 3 8" Only the image/toolbar scrolls, the cards remain in position

I'm pretty sure this is only a selection for your own use. It doesn't overwrite the system selections and nor should it. I.e. add the URI to your own app's...

but it never displays a name? isn't this a feature request rather than a bug? @adarshvijayanp if you need this feature, I would recommend adding it yourself and doing a...

Similarly, it would be great to hide/show items programatically without having to replace the menu res, i.e. menuItem1.setVisibility(View.GONE)

I'm having the same issue. It looks like the GPU is not being used at all, while the CPU is at 100%. I am using a GTX 1070. FPS is...

If you build the latest, it has the OpenSSL vulnerabilities patched. You can use this to check what versions are in use: https://stackoverflow.com/questions/30815617/how-to-check-openssl-library-version-of-android-application `$ unzip -p YourApp.apk | strings |...

@MahendranB that's not suitable as you now have to target at least 26 to publish to Google Play

I just modified the source to use the new methods and target 21

My users keep reporting the BadParcelableException but it's not due to unmarshalling ``` Caused by: android.os.BadParcelableException: at android.os.Parcel.readParcelableCreator (Parcel.java:2536) at android.os.Parcel.readParcelable (Parcel.java:2462) at android.view.AbsSavedState. (AbsSavedState.java:67) at android.view.View$BaseSavedState. (View.java:22764) at android.view.View$BaseSavedState....

I don't have the same test but I've created a new project which shows as 100% coverage for the StringUtils class in Android Studio while the generated report displays 0%....