phoenix icon indicating copy to clipboard operation
phoenix copied to clipboard

The one-stop solution for taking pictures / videos, picture / video selection, editing and compression on the Android platform.

Results 87 phoenix issues
Sort by recently updated
recently updated
newest added

图片的文件路径中包含中文的情况下,图片无法压缩

拍照预览界面模糊,且点屏幕无法对焦,需要切一次前置摄像头再回到后置摄像头,方才清楚 机型:华为畅享7 Android7.0

在华为p20手机上拍照后获取的图片是反向的,而且编辑功能失效,编辑例如裁剪完完成后没有生效怎么回事?

在Cammer1Manager中startPreview(surfaceHolder),在外层又添加SurfaceView是不是重复了,这个是不是不对啊

哈喽,部分4.4.4和4.4.2系统的机型上 报如下错误: ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{com.sinosig.ygqd/com.guoxiaoxing.phoenix.picker.ui.picker.PickerActivity}: kotlin.TypeCastException: null cannot be cast to non-null type android.view.ViewGroup at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2464) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2526) at android.app.ActivityThread.access$800(ActivityThread.java:174) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1398) at android.os.Handler.dispatchMessage(Handler.java:110) at android.os.Looper.loop(Looper.java:229)...

在其它fragment时状态栏是常驻的,转到phoenix的fragment之后状态栏变成自动隐藏了,转回其它fragment的时候状态栏仍然是自动隐藏的。 请问在哪里可以修改有关状态栏的设置?

'com.guoxiaoxing.phoenix.picker.ui.picker.PickerActivity' does not implement interface 'androidx.lifecycle.LifecycleOwner' in call to 'androidx.lifecycle.Lifecycle androidx.lifecycle.LifecycleOwner.getLifecycle()' (declaration of 'androidx.lifecycle.LiveData' appears in

core gradle 中依赖了kotlin,但是 core 模块并没有使用 kotlin。我觉得可以将依赖移到使用到的模块。 并且 kotlin-reflect 好像没有用到是否可以移除? kotlin-reflect的体积还是很大的,能不依赖还是尽量去除吧。