haoxiqiang

Results 13 issues of haoxiqiang

异常类型:app运行时异常 手机型号:荣耀 COL AL10 手机系统版本:Android 10.0 Robust版本:0.4.99 Gradle版本:5.6.4 系统:Mac OS 堆栈/日志: Java.lang.IncompatibleClassChangeError Expected 'com.meituan.robust.ChangeQuickRedirect a00.changeQuickRedirect' to be a instance field rather than a static field (declaration of 'cn.xiaochuankeji.tieba.media.components.VideoBrowseFragment' appears in...

## Description The SVG file renders the file's document width/height as the first choice. ## Motivation and Context In some files. ```xml ``` ``` On the pixel 3xl: view box...

import-ready

As the issue https://github.com/prof18/RSS-Parser/issues/38 I have a pr simple support. more work should be done. e.g. atom file has a diff time format( 2021-11-11T00:00:00+00:00Z) which the android does not support...

In the code,I found these: ViewPerformanceSampler public static boolean isSupported() { return Build.VERSION.SDK_INT >= 20 && Build.VERSION.SDK_INT < 26; } why? I want to support more android version.what should I...

I suggest get PM from native code can do the samething. replace getPackageInfo(package, 0)[0] with env->GetMethodID(cz_pm,"getPackageInfo","(Ljava/lang/String;I)Landroid/content/pm/PackageInfo;" more ...

Phone inputType works well,But all keys will show the English alphabet.I f number ,does edittext would set int not char?

I'm writing a wrapper for glide and I don't want to use the original source for a project. for android, the following two APIs are required. ```kotlin Apng.Companion.isApng(source) ApngDrawable.decode(xxx) ```