sucese / phoenix

The one-stop solution for taking pictures / videos, picture / video selection, editing and compression on the Android platform.
Apache License 2.0
1.62k stars 288 forks source link

v4/v7等包一定要25.4.0才能正常使用吗? #27

Open liangzhengang opened 6 years ago

liangzhengang commented 6 years ago

//图片/视频选择、预览、编辑与拍照 compile ('com.github.guoxiaoxing:phoenix:1.0.11'){ exclude group: 'com.android.support', module: 'support-v4' exclude group: 'com.android.support', module: 'appcompat-v7' exclude group: 'com.android.support', module: 'recyclerview-v7' exclude group: 'com.android.support', module: 'support-annotations' exclude group: 'com.android.support', module: 'design' } //选填 - 视频压缩,开启功能:Phoenix.with().enableCompress(true),获取结果:MediaEntity.getCompressPath() compile ('com.github.guoxiaoxing:phoenix-compress-video:1.0.11'){ exclude group: 'com.android.support', module: 'appcompat-v7' } 您好,感谢您的分享,以上是我gradle。 项目出现的问题: 1.在选择视频预览时,背景是透明即没有按播放前,可以直接透过视频看到待选图片/视频...不知道是不是由于我gradle设置的问题...还是代码?感觉是主题样式导致的? 2.在 Phoenix.with() .fileType(MimeType.ofAll())//显示的文件类型图片、视频、图片和视频 如果选择ofAudio时(ofVideo正常使用),待选视频没有显示正确的缩略图,而是统一系统默认的,而且点击选择出来的图片或者视频,也不是所需的;

issue

831516788901_ pic_hd

sucese commented 6 years ago

没看明白,放个截图?

liangzhengang commented 6 years ago

放了放了 回复好快,感谢🙏

sucese commented 6 years ago

=。=我怎么感觉第一张图时卡住了

sucese commented 6 years ago

明天过来发个新版,修复音频选择的bug。

liangzhengang commented 6 years ago

第一个问题不是卡住的。 它弹出来到显示一直时透明的,换了三台机测试一样。 补充一下,我是在fragment中使用的,不过不会有影响才对... 继续补充,我的其他基础库如v4/v7等,是23.4.0,

sucese commented 6 years ago

新版已修复

Download

第一个问题无法复现。

liangzhengang commented 6 years ago

感谢ing~ 第一个问题,我自己想办法解决~~