Ivan Škugor

Results 8 issues of Ivan Škugor

Hello! If I enable selection of videos, I can select them, but how can I get them in result? I can see there's only function to get images: `List images...

The problem is ".nomedia" file is being search through many directories, this solution caches directories that has been already checked. ## Description The solution uses HashSet to cache directories which...

**Describe the bug** Image selection shows multiple same folders. **To Reproduce** Steps to reproduce the behavior: 1. Run test app 2. Press button: LAUNCH IMAGE PICKER 3. Observe folder list...

Hello! :) I'm wondering, what would be the best way to implement messenger-like adapter? So, we have sorted list where newest items are on top of list (list is sorted...

**Describe the bug** When using JsonContentPolymorphicSerializer to deserialize class which extends abstract class, properties from super class are missing. **To Reproduce** Lets say there is abstract class BaseClass ... ```...

bug
design

If full width is not used, attachment menu width is not calculated well. ![device-2018-03-06-123525](https://user-images.githubusercontent.com/878389/37030367-008cb770-213b-11e8-98dd-86fa91881cae.png) Tested on Samsung tablet with Android 4.4

Hello. I notice one exception in Google playstore crash logs: ` java.lang.NullPointerException: at com.sandrios.sandriosCamera.internal.manager.impl.Camera1Manager.closeCamera (Camera1Manager.java:92) at com.sandrios.sandriosCamera.internal.controller.impl.Camera2ControllerAPI24.onPause (Camera2ControllerAPI24.java:61) at com.sandrios.sandriosCamera.internal.ui.SandriosCameraActivity.onPause (SandriosCameraActivity.java:89) at com.sandrios.sandriosCamera.internal.ui.BaseSandriosActivity.onPause (BaseSandriosActivity.java:146) ` It looks like it happens...

Hello! **Describe the bug** I'm seeing one crash in Google play console: ``` java.lang.IllegalArgumentException: at com.datatheorem.android.trustkit.config.TrustKitConfiguration.getPolicyForHostname (TrustKitConfiguration.java:90) at com.datatheorem.android.trustkit.pinning.TrustManagerBuilder.getTrustManager (TrustManagerBuilder.java:67) at com.datatheorem.android.trustkit.TrustKit.getTrustManager (TrustKit.java:390) ``` https://github.com/datatheorem/TrustKit-Android/blob/master/trustkit/src/main/java/com/datatheorem/android/trustkit/config/TrustKitConfiguration.java#L91 **To Reproduce** Unfortunately I cannot...