Arka Prava Basu

Results 19 issues of Arka Prava Basu

The documentation says ``` Sets the source of the animation. Pass {@code null} to remove current source. Equivalent of {@code setInputSource(inputSource, null)}. ``` However the Texture view seems to persist...

feature-request

The primary objective of this PR is to solve #360 #413 We are using the camerax library instead of the camera view library we have been using. CameraX will use...

~~Call cameraview destroy() instead of close() on Fragment onDestroy()~~ Do the same with `LifecycleOwner` -> #393 - destroy() releases the camera resource unlike close() which just stops the preview (Seems...

`SignalSender` being a singleton keeps reference to the context.

this seems to be an issue with [MaterialDateTimePicker](https://github.com/wdullaer/MaterialDateTimePicker) LeakCanary Log: ``` * org.havenapp.main.MonitorActivity has leaked: * array Object[].!([0])! * ↳ ObjectAnimator.!(mUpdateListeners)! * ↳ ArrayList.!(elementData)! * ↳ array Object[].!([0])! * ↳...

[LeakCanary](https://github.com/square/leakcanary) Log: ``` * org.havenapp.main.MonitorActivity has leaked: * thread HandlerThread.!()! (named 'CameraViewController') * ↳ thread HandlerThread.!(uncaughtExceptionHandler)! (named 'CameraViewController') * ↳ Camera1.!(mCameraCallbacks)! * ↳ CameraView$Callbacks.!(this$0)! * ↳ CameraView.mContext * ↳ MonitorActivity...

LeakCanary Log: ``` * android.widget.LinearLayout has leaked: * array Object[].!([0])! * ↳ ObjectAnimator.!(mUpdateListeners)! * ↳ ArrayList.!(elementData)! * ↳ array Object[].!([0])! * ↳ RadialSelectorView$InvalidateUpdateListener.!(this$0)! * ↳ RadialSelectorView.mParent * ↳ RadialPickerLayout.mParent *...

[LeakCanary](https://github.com/square/leakcanary) Log: ``` * androidx.lifecycle.ReportFragment has leaked: * thread HandlerThread.!()! (named 'CameraViewController') * ↳ thread HandlerThread.!(uncaughtExceptionHandler)! (named 'CameraViewController') * ↳ Camera1.!(mCameraCallbacks)! * ↳ CameraView$Callbacks.!(this$0)! * ↳ CameraView.mContext * ↳ MonitorActivity.mFragments...

[LeakCanary](https://github.com/square/leakcanary) Log: ``` * android.widget.FrameLayout has leaked: * thread HandlerThread.!(uncaughtExceptionHandler)! (named 'CameraViewController') * ↳ Camera1.!(mCameraCallbacks)! * ↳ CameraView$Callbacks.!(this$0)! * ↳ CameraView.mParent * ↳ FrameLayout * Reference Key: ddbadfd1-cbf7-4026-a8eb-90e836d25972 * Device:...

Trying out [LeakCanary](https://github.com/square/leakcanary) on the master branch. Log: ``` * org.havenapp.main.ui.CameraFragment has leaked: * thread HandlerThread.!()! (named 'CameraViewController') * ↳ thread HandlerThread.!(uncaughtExceptionHandler)! (named 'CameraViewController') * ↳ Camera1.!(mCameraCallbacks)! * ↳ CameraView$Callbacks.!(this$0)!...