anonym24

Results 80 issues of anonym24
trafficstars

Before I had `implementation 'com.ncorti:slidetoact:0.9.0'` and the button looked like this ![image](https://user-images.githubusercontent.com/8851301/203032787-904661d4-5ead-4005-8d53-db44ee5ac061.png) I upgraded to `'com.ncorti:slidetoact:0.10.0'` and now it looks like this ![image](https://user-images.githubusercontent.com/8851301/203032831-eb8ab88a-a7b9-4162-b405-bbbe658d625e.png) What has been changed? :) 0dp wrap_content...

Using official Android Camera/Camera2 API I can recording videos in background (using a foreground service) without even launching the app - from widget for example or notification (with start/stop buttons)....

## Environment - Android OS version: 34 API - Devices affected: all - Maps SDK Version: 11 beta 4 + Compose extension 1.0.0 I'm trying to use `MapBox` in Compose...

bug :beetle:
compose

The library will continue to process the file until it finishes it though it may not be needed any more or we close the screen where we display it or...

``` LD libavutil/libavutil.so.55 /home/user/Android/AndroidStudioProjects/FFmpeg/toolchain-android/sysroot/usr/lib/crtbegin_dynamic.o:crtbegin.c:function _start_main: error: undefined reference to 'main' libavutil/file.o:file.c:function av_file_map: error: undefined reference to 'mmap64' libavutil/log.o:log.c:function colored_fputs.part.0: error: undefined reference to 'stderr' libavutil/log.o:log.c:function av_log_default_callback: error: undefined reference to...

``` 2019-08-06 17:21:24.887 28220-28243/com.serenegiant.usbcameratest0 E/AndroidRuntime: FATAL EXCEPTION: USBMonitor Process: com.serenegiant.usbcameratest0, PID: 28220 java.lang.NullPointerException: Attempt to invoke virtual method 'byte[] android.hardware.usb.UsbDeviceConnection.getRawDescriptors()' on a null object reference at com.serenegiant.usb.USBMonitor.updateDeviceInfo(USBMonitor.java:900) at com.serenegiant.usb.USBMonitor$UsbControlBlock.(USBMonitor.java:974) at...

Is it possible to record byte[] frames or bitmap?

`public OkHttp3Downloader(final File cacheDir, final long maxSize);` it says > maxSize The size limit for the cache. well, the size in bytes, kilobytes? also if it reaches this limit what...

When I use ShowcaseView and set some target ShowcaseView's circle around my view (button for example) is quite big. Would be great to add option so we could set radius...

Love this project but it would be great to have a similar one for editing (trim/clip) audio files with sound form wave preview: ![image](https://github.com/a914-gowtham/android-video-trimmer/assets/8851301/aa9a211f-fecc-43e7-8792-2fa935a9f89c) (something like this) Currently there is...