被风吹过的夏天

Results 8 issues of 被风吹过的夏天

Hello,Can this problem be fixed? Device: Nexus 5X , System version: 6.0.1 ```java java.lang.NumberFormatException: Invalid int: "te" at java.lang.Integer.invalidInt(Integer.java:138) at java.lang.Integer.parse(Integer.java:410) at java.lang.Integer.parseInt(Integer.java:367) at com.jaredrummler.android.colorpicker.ColorPickerDialog.afterTextChanged(SourceFile:13) at android.widget.TextView.sendAfterTextChanged(TextView.java:8004) at android.widget.TextView.setText(TextView.java:4356) at...

Hello, there is a null pointer here, please follow up, thank you! 👉👉👉👉【 **com.jaredrummler.android.colorpicker.ColorPickerView.onDraw(SourceFile:20)** 】👈👈👈👈 java.lang.NullPointerException: Attempt to invoke virtual method 'void android.graphics.Matrix.set(android.graphics.Matrix)' on a null object reference at android.graphics.Shader.copyLocalMatrix(Shader.java:159)...

java.lang.IllegalArgumentException: pointerIndex out of range at android.view.MotionEvent.nativeGetAxisValue(Native Method) at android.view.MotionEvent.getX(MotionEvent.java:2378) at androidx.viewpager.widget.ViewPager.onInterceptTouchEvent(ViewPager.java:2072) at android.view.ViewGroup.checkInterception(ViewGroup.java:2728) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2773) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3226) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2919) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3226) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2919) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3226) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:2919) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:3226)...

链接如下: https://api.spencerwoo.com/substats/?source=coolapk&queryKey=2904535

bug

Please provide the following informations. - System version MAC Mini Apple M2 Pro - Java version 17 - Gradle version gradle-8.0-bin.zip - Android Gradle plugin version 8.1.3 - Booster version...

1、增强版的API是付费接口,需要收费的,仅支持 **企业开发者** 2、如果App所属的账号是个人开发者,当前是无法使用增强版的权限的。 所以,很多能力和功能阻塞了,无法进一步验证和测试

enhancement

目前高德地图对部分国产手机兼容有问题,等待高德地图修复。 建议同学们集成的时候,暂时可以考虑选百度或者腾讯过渡替代。 ![1000056529.jpg](https://github.com/TheMelody/OmniMap-Compose/assets/9635441/cc50c741-5018-4496-9127-fb6e6d0da2c5)

bug

使用TMap.LatLng 报错: TypeError: _map_component_vue_tmap__WEBPACK_IMPORTED_MODULE_0__.TMap.LatLng is not a constructor ``` import { TMap } from "@map-component/vue-tmap"; var pointA = new TMap.LatLng(maxLat,maxLng); // 创建点坐标A var pointB = new TMap.LatLng(minLat,minLng); // 创建点坐标B ```...