ChiliPhotoPicker
ChiliPhotoPicker copied to clipboard
Photo picker library for android. Let's you pick photos directly from files, or navigate to camera or gallery.
**Issue 1** ------------------------------------------------------------------------------------------------------------------------- Fatal Exception: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.zrtech.pixart/lv.chi.photopicker.utils.CameraActivity}: java.lang.IllegalStateException: intent.resolveActivity(packageManager) must not be null at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3611) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3775) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2246) at...
Hello, I noticed that when I click the gallery text without giving any permission, the gallery is opening. This looks a bug, can you fix it?
Starting from `API 30`, due to the new restrictions on package visibility introduced in Android 11, it's required to add additional code in the AndroidManifest to run the library. This...
This PR adds an ImageLoader for the popular Kotlin library Coil in the example app.
Hello I have Android 11 installed on my Pixel 2. Every time I try to select picture by camera the library crashes with the following stacktrace: 2020-09-30 11:08:05.444 7462-7462/com.landwirt E/AndroidRuntime:...
There was no dialogue requesting permission. I gave permission again
Got this on a production device `vivo 1811`, SDK - 8.1.0. Any ideas? ``` Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setTranslationY(float)' on a null object reference at...
Error: uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library
Hello, I integrated your library into one of my apps but Its showing some weird behavior. First I open the PhotoPickerFragment - everything works. I choose 1-2 pictures. Second the...