Beehive Innovations

Results 38 issues of Beehive Innovations

In an ActionMode.Callback implementation, we did the following: public boolean onCreateActionMode(ActionMode mode, Menu menu) { getSupportMenuInflater().inflate(R.menu.action_mode_menu, menu); return true; } The action mode comes and goes fine the first time....

Bug Report

I'm trying to obtain the center of the map but it's always null. How do I go about doing it when using the Web view?

The sprite animation would never stop if the visibility of the progress bar is changed from `VISIBLE` to `GONE` or `INIVISIBLE` at runtime. Updated gradle and support library versions.

The following is what I've observed in Fabric. It seems to happen mostly when the user closes the activity (that launched the async check). ``` Fatal Exception: java.lang.ArrayIndexOutOfBoundsException: length=8192; regionStart=0;...

possible bug

Sometimes you want to disable the SpringView to work, please update to detect 'setEnabled(false)'

Opened our project and it crashed. ``` Process: Stringz [31551] Path: /Applications/Stringz.app/Contents/MacOS/Stringz Identifier: dev.stringz.stringz Version: 0.7.0 (43) Code Type: ARM-64 (Native) Parent Process: ??? [1] Responsible: Stringz [31551] User ID:...

I see the following: ``` Failed to build module 'Combine'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.5 (swiftlang-1300.0.24.14 clang-1300.0.25.10)', while...

We're using a loopback server (on macOS) for OAuth but it seems to be failing on Chrome since AppAuth is hard-coded to using `http`. How can we make this work...

via `CVDisplayLink`?

It would be nice to be able to interactively control the animation and set a faction / completion / percentage as we do with UIViewPropertyAnimators.