-
Based on findings from #966 we need to do some more work on image picker functionality in the app. There a couple quick workarounds (enumerated on #966) that fall short of the ideal scenario.
@aks…
-
```
Fatal Exception: java.lang.RuntimeException: An error occurred while executing doInBackground()
at android.os.AsyncTask$3.done(AsyncTask.java:318)
at java.util.concurrent.FutureTa…
maxme updated
7 years ago
-
项目中的下载升级需要在Manifest 中配置FileProvider
引入photoPicker 后也有FileProvider,build failed,提示信息如下:(XXXX 是我替换的)
D:\Android\Code\l********g\src\main\AndroidManifest.xml:700:13-65 Error:
Attribute provider#and…
-
java.lang.ClassCastException: android.support.v7.widget.TintContextWrapper cannot be cast to android.app.Activity
at c…
-
选择图片界面 底部“所有图片”所在区域 的颜色可以设置为与toolbar一致吗?
-
video: https://transfer.sh/9gdwx/video.mov (available for 14 days)
I have had this on Sierra and also have it on High Sierra GM.
Using latest version 1.1
I cannot save an icon at all.
…
-
项目已经使用Glide , 下面是配置的参数:
```
TransferConfig config = TransferConfig.build()
.setNowThumbnailIndex(position)
.setSourceImageList(sourceImageList)
…
-
Error:Failed to resolve: annotationProcessor
Error:Failed to resolve: com.github.hss01248.PhotoOut:1.0.2:
-
```
java.lang.IndexOutOfBoundsException: setSpan (1 ... 2) ends beyond length 1
at android.text.SpannableStringBuilder.checkRange(SpannableStringBuilder.java:1090)
at android.text.SpannableStringBu…
-
At photopicker\utils\FileUtils.java there is unnecessary Log.e("TMG",path+"file not exists");