Idan Ben Shalom

Results 11 issues of Idan Ben Shalom

Hi, How much effort would it take to add also video support? At least viewing the thumbnails of the video for Step 1? (Maybe ability to play them as well...

enhancement

I saw that there's a pull request from like a year ago, and this feature is not yet in master. https://github.com/aritraroy/PinLockView/pull/15 Hope this will be added soon, thanks!

I'm aware of that I can access the pin via listeners like onComplete, onProgress and so on.. However, some scenarios require accessing the pin or its length on demand. Use...

The following piece of code in `ImagePickerActivity.java`: ```java @Override protected void onStart() { super.onStart(); if (isCameraOnly) { return; } if (handler == null) { handler = new Handler(); } observer...

enhancement
performance

Even though there was a lot of progress since then..?

There's a component from android SDKs that is responsible exactly for this kind of job, the component is called `BottomSheetDialog` or `BottomSheetDialogFragment`. and is part of `android.support.design` since version `v24.3`!...

Hello, Thank you for this great library, it is very convenient to use. To the issue itself: Disabling padEnds, along with enabling the autoplay feature, causes weird behavior while autoplay...

` ` The app will accept sharing images along with video files, while it should accept only images. leading to undesired behavior. Edit: seems as that is Android's behavior and...

## 🚀 Feature Requests It would be great to have the NSPhotoLibraryAddUsageDescription permission included (i.e permission for saving photos only - available on ios 11+). Currently we can only leverage...

platform: ios
type: enhancement
P3

Play billing sample (the trivial drive kotlin one, not sure about the JAVA one as I haven't followed this one), is way too complex to study from and to implement...