Carlos

Results 11 issues of Carlos

java.lang.RuntimeException: Error executing ShaderProgram! at android.filterfw.core.ShaderProgram.process(ShaderProgram.java:132) at android.filterfw.core.Program.process(Program.java:32) at android.filterpacks.imageproc.CrossProcessFilter.process(CrossProcessFilter.java:116) at android.filterfw.core.Filter.performProcess(Filter.java:483) at android.filterfw.core.FilterFunction.execute(FilterFunction.java:80) at android.filterfw.core.FilterFunction.executeWithArgList(FilterFunction.java:97) at android.media.effect.SingleFilterEffect.apply(SingleFilterEffect.java:73) at ja.burhanrashid52.photoeditor.ImageFilterView.applyEffect(ImageFilterView.java:263) at ja.burhanrashid52.photoeditor.ImageFilterView.onDrawFrame(ImageFilterView.java:100) at android.opengl.GLSurfaceView$GLThread.guardedRun(GLSurfaceView.java:1590) at android.opengl.GLSurfaceView$GLThread.run(GLSurfaceView.java:1286) Test Device: Google Pixel...

v7.0.5版本 ActivityApiCustomMedia界面播放asset下的mp4视频有声音无画面 原因是因为Jzvd的onPrepared中数据源判断没有考虑到AssetFileDescriptor情况 因此没有调用onStatePlaying()来隐藏进度条与封面 另外这个逻辑是不是有问题 只能播放mp3与wav? ![图片](https://user-images.githubusercontent.com/12493233/64920409-08b66100-d7ea-11e9-8bf0-829baf72970a.png)

app:stv_solid设置为 #FFEDF2F5 ,app:stv_pressBgColor设置为 #20EDF2F5 时按压时stv_pressBgColor不生效,但是将stv_pressBgColor设置其他颜色如 #FF4F636D时又是正常的

1.0.6版本下载报错 java.io.IOException: The current offset on block-info isn't update correct, 609015 != -1 on 0 下载链接:http://www.fyuniot.com:1885/Tools/Down.ashx?Code=93d698e8-674f-4324-8707-9282e8e07802 这个问题之前不是解决了吗 实际上出现这个问题时是下载成功的 我暂时强制做下载成功处理 ![图片](https://user-images.githubusercontent.com/12493233/69415693-0b848380-0d50-11ea-9fdd-fbaea692fa06.png)

bug

我测试了demo 是正常的 但我在项目中应用不行 ![图片](https://user-images.githubusercontent.com/12493233/62438148-b577da00-b778-11e9-92ec-040326ae64fe.png) 在scrollChild()里加个requestLayout();就正常了

测试设备:Google Pixel 3A 原因:MediaStoreCompat.dispatchCaptureIntent()中captureIntent.resolveActivity(context.packageManager) != null为false

这是我在google pixel 3a(Android Q系统,测试app targetSdkVersion 29)上真机测试的出来可以分享的代码 ![图片](https://user-images.githubusercontent.com/12493233/78233215-fbec2700-7507-11ea-9ffa-d8ec0e858e29.png)