更新:
1.新增二合一对话框:支持创建多级路径的文件/文件夹,支持将“."符号转换为“/”符号来快捷创建多级路径(类似用java包名来快捷创建文件夹,比如:android.zero.test,勾选转换按钮就可以创建为多级文件夹),更严格的特殊符号限制(避免不必要的异常情况),支持快捷去掉输入框内空格符号,更多特殊场景和异常情况处理,支持历史记录(历史输入的内容记录),支持快捷输入文件后缀。
该输入框待优化项目:快捷创建源文件,比如java,xml,layout,kotlin等各类源文件模板。2.快捷列表换行(历史记录和文件后缀列表),布局四个按钮左右间距调整。长按快捷列表显式完整item,这些以后再优化。
chatai添加两个国家或者说民族语言(values-ar,values-bn)
2.修复的bug:修复个别类空值检查,避免闪退,比如某个Basteditor基类的bind导致的闪退。
2.1优化gradle和tooling的服务导致内存不足的阻塞和闪退,这是我在控制台看到的个别用户的bug,建议根据自己设备调整jvm运存量,合理分配:org.gradle.jvmargs=.*的运存量。对gradle构建服务和tooling服务增加协程,线程池,运存自动分配达到运行流程效果。
其它:修改诸多文件
友情提示:目前在控制台收到很多bug,后续会逐步修复完善,以及UI卡顿和不流畅问题。部分情况会遇到内存泄露。
to update:
- New 2-in-1 dialog box: supports creating files/folders with multi-level paths, supports converting the "." symbol to the "/" symbol to quickly create multi-level paths (similar to using Java package names to quickly create folders, such as android.rzero.test, check the conversion button to create multi-level folders), stricter special symbol restrictions (to avoid unnecessary exceptions), supports quick removal of space symbols in input boxes, handles more special scenarios and exceptions, supports historical records (records of historical input content), supports quick input of file suffixes.
The input box needs to be optimized for project: quick creation of source files, such as Java, XML, layout, Kotlin, and various other source file templates. 2. Quick list wrapping (history and file suffix list), adjust the left and right spacing of the four layout buttons. Long press the shortcut list to explicitly complete the items, which will be optimized later. - Fixed bug: Fixed some class null value checks to avoid crashes, such as crashes caused by a bind in a Basteditor base class.
2.1 Optimizing the services of Gradle and Tooling resulted in insufficient memory blocking and crashes. This is a bug that I saw in the console for individual users. It is recommended to adjust the JVM running capacity according to your own device and allocate the running capacity of org. Gradle. jvmaggs=. * reasonably. Add coroutines, thread pools, and automatic allocation of runtime and storage to Gradle build services and tooling services to achieve the effect of running processes.
Other: Modify many files
Friendly reminder: Currently, we have received many bugs in the console, which will be gradually fixed and improved in the future, as well as UI lag and unsmooth issues. In some cases, memory leaks may occur.
Chatai adds two national or ethnic languages (values ar, values bn)