unsplash-photopicker-android
unsplash-photopicker-android copied to clipboard
📱An Android photo picker to search and download photos from Unsplash.
**Is your feature request related to a problem? Please describe.** My application has a landscape orientation. Unsplash is shown in portrait orientation **Describe the solution you'd like** Possible implementation add...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...
- gradle wrapper 4.10.1 -> 7.0.2, plugin 3.3.2 -> 7.0.3 - kotlin_version 1.3.11 -> 1.5.31 - add android:exported="true" to the Manifest as it's required by SDK 31 - 'androidx.appcompat:appcompat:1.1.0-alpha04' ->...
**Describe the bug** When trigering startActivityForResult(UnsplashPıckerActivity(...)) From java class the unsplash picker intent shows up with progressbar and halts immidieately throwing following error. `java.lang.NoSuchMethodError: No virtual method isContiguous()Z in class...
**Describe the bug** A project using this component crashes in Release mode when launching the picker. The problem does not happen in Debug mode. **To Reproduce** Steps to reproduce the...
**Is your feature request related to a problem? Please describe.** My Android application support Android 4.1 (API level 16). I can not use due to error: ``` uses-sdk:minSdkVersion 16 cannot...
### **Issue:** As of May 1st, _Bintray_ is **sunsetted** and this library went down with it. https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/ Builds are now failing with: ``` Execution failed for task ':app:dataBindingMergeGenClassesAppStore'. > Could...
I am initializing the library like this (in JAVA) - > UnsplashPhotoPicker.INSTANCE.init( > getApplication(), // application > "xxxxxxxx", > "xxxxxxxx", > 20 > ); It works most of the time...