Michał Klimczak

Results 21 issues of Michał Klimczak

Stylable attributes: - ~~bg color of the bubble~~, - width/height of the bubble, - ~~text style of the bubble~~, - bubble corner round size, - ~~animation for bubble showing/hiding~~ (via...

enhancement

Hello, I've seen that when you switched to full tunnel, you started using the tun2socks from Outline. However it's only built for 32-bit CPU architectures. This is fine now, but...

### Troubleshooting - [x] I've searched [discuss.bitrise.io](https://discuss.bitrise.io/) for possible solutions. - Which version of the step is effected? 4.1.x - 4.2.x - Is the issue reproducible with the latest version?...

bug
enhancement

This part of compiler plugin should not be required theoretically. ksp for common code should always run before ios targets compilation and generally speaking it's a bad idea to hardcode...

The `AppInjector` class looks for activities with `HasSupportFragmentInjector` interface overridden and then calls `AndroidInjection.inject(activity);` on them. I think it would make more sense if it looked for `Injectable`. `HasSupportFragmentInjector` should...

dependency injection

### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [Github issues](https://github.com/facebook/facebook-android-sdk/issues) - [X] I've...

needs-triage
bug

MediaPlayer.setDataSource(path) hangs forever - there is no exception, it just stays there. (I know it's an initial preview and it probably has something to do with the media player not...