10/21
2019

Android Dev Tools 5.5.9 is Online Now

English Version:
Android Dev Tools 5.5.9 is online now, You can download it from Google play: https://play.google.com/store/apps/details?id=cn.trinea.android.developertools , Features includes:

1. ColorPicker: Fix Android color picker cannot move bug
2. DeviceInfo: Remove Android 10 nickName
3. Other: Fix ColorPicker and FileViewer exception sometimes

This is a version for Android 10, Color Picker cannot move on Android 10, because color picker’s strawView is a custom view, it’s invisible after action_down(setVisibility(View.INVISIBLE)), so cannot receive action_move, This may be a optimization of Android 10.

 

中文版:
Android 开发助手 5.5.9 上线,可以从 Google Play应用宝酷安及各大商店下载,主要功能包含:

1. 屏幕取色:修复 Android 10 取色器无法拖动问题
2. 设备信息:删除 Android 10 昵称
3. 其他:修复屏幕取色及文件查看特殊场景下异常退出

这是适配 Android 10 的版本,之前的版本 屏幕取色 功能在 Android 10 上无法正常使用,主要由于取色器无法拖动,主要原因在于取色器是一个自定义的 View,之前在 ACTION_DOWN 后就设置为了不可见(setVisibility(View.INVISIBLE)),导致无法接收到 MOVE 事件,没仔细看源码,应该是 Android 10 的一个优化,当应用已经不可见时不再分发 ACTION_MOVE 事件

 

繁体版:
Android 開發助手 5.5.9 上線,可以從 Google Play應用寶酷安及各大商店下載,主要功能包含:

1. 屏幕取色:修複 Android 10 取色器無法拖動問題
2. 設備信息:刪除 Android 10 昵稱
3. 其他:修複屏幕取色及文件查看特殊場景下異常退出

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

3 thoughts on “Android Dev Tools 5.5.9 is Online Now