Releases: msmt2017/ZeroStudio
v20250701
更新:
1.新增dataFileFragment,用于访问和挂载私有数据目录。建议挂载路径:documentUI>选择应用程序>[应用程序]>data 路径,就可以访问:/data/data/[应用程序]/files 等私有数据目录
fix bug:
1.修复部分机型出现的BaseEditorActivity.getBinding问题,对activity增加检查避免异常与闪退,具体代码可以看:https://github.com/msmt2017/ZeroStudio/blob/ZeroStudio/app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fitsaky%2Fandroidide%2Fhandlers%2FEditorBuildEventListener.kt
对该修复有更好的建议可以提出
目前就BaseEditorActivity.getBinding出现频率比较高🤣所以优先修复这个
其它bug后续陆陆续续会修复的。
to update:
- Add dataFileFragment for accessing and mounting private data directories. Suggested mounting path: documentUI>select application>[application]>data path to access private data directories such as/data/data/[application]/files
fix bug: - Fix the BaseEditActive.getBinding issue that occurs in some models, add checks to the activity to avoid exceptions and crashes. The specific code can be seen in: https://github.com/msmt2017/ZeroStudio/blob/ZeroStudio/app%2Fsrc%2Fmain%2Fjava%2Fcom%2Fitsaky%2Fandroidide%2Fhandlers%2FEditorBuildEventListener.kt
There are better suggestions for this repair that can be put forward
Other bugs will be fixed gradually in the future.
Currently, the frequency of occurrence of BaseEditors Activity. getBinding is relatively high 🤣 So prioritize fixing this
Full Changelog: v20250618...v20250701
v20250701-NoChatai
该版本保留IDE新增功能 取消chatai
NoChatai:取消chatai功能可以保证sdk对IDEAPI的影响,以保证稳定性
需要chatai的可以自行下载:rikkahub
This version retains the IDE's new features and cancels chatai
NoChatai: Cancelling the chatai function can ensure the impact of SDK on IDEAPI to ensure stability
Those who need chatai can download it themselves: rikkahub
v20250610
更新:
1.在编辑器窗口新增fragment:ChatAiFragment;添加此页面,操作和提问会更方便。
2.修复关于界面被kotlin序列化导致的闪退问题
3.修改诸多文件
4.由于混淆规则缺失导致暂时无法提供release变体,后续修复后提供,目前优先提供debug变体。
5.更新chatai模块到最新版:0.8.8
友情提示:如使用过程中遇到闪退/bug等可向我提供错误日志
update:
- Add a fragment: HatAiFragment in the editor window; Adding this page will make it easier to operate and ask questions.
- Fix the issue of interface crashes caused by Kotlin serialization
- Modify numerous files
- Due to the lack of confusion rules, the release variant cannot be provided temporarily. It will be provided after repair, and the debug variant is currently given priority.
- Update chatai module to the latest version: 0.8.8
Friendly reminder: If you encounter crashes/bugs during use, please provide me with error logs
v20250610-fix
为arm-v7和x86-64添加缺失文件:liblocal-socket.so,libtermux.so
刚刚收到这两个abi的安装包无法使用问题,使用新安装包即可解决。
Add missing files for arm-v7 and x86-64: liblocality socket.so, libtermux.so
I just received the installation packages for these two abis, but the issue cannot be resolved by using the new installation packages.
v20250609
目前已经完成集成Chat [[ai(基于rakkahub项目:https://github.com/rikkahub/rikkahub/releases/tag/0.8.6)模块,你可以畅快的与ai聊天了!(the integration of Chat AI module has been completed, and you can chat with AI freely! )
调整mainActivity图标为蓝色(Adjust the mainActivity icon to blue)
修改诸多源码(Modify numerous source codes)
特别提示:由于rikkahub作者更新比较快,所以我会不定时更新集成的rikkahub源码版本(Special Reminder: Due to the fast updates of Rikkahub authors, I will periodically update the integrated Rikkahub source code version)
如有问题或者bug闪退可留言反馈(If there are any problems or bugs causing crashes, please leave a message for feedback)
v20250605
1.暂时撤回chatai功能,过段时间调试好上线,因为sdk有很多不兼容的地方,所以需要沉淀一下。
1.Temporarily withdraw chatai and debug it before going live, as there are many incompatible parts in the SDK that need to be resolved.
其它:line操作功能维持上线(The line operation function remains online)
有问题随时可以反馈(Feel free to provide feedback at any time if there are any issues)
现在优先上线稳定版(Priority should be given to launching the stable version now)
v20250605-fix
更新bootstrap,此版bootstrap将不会再有gpg过期问题导致的无法访问下载源问题
运行以下命令:
apt-get reinstall termux-keyring
pkg upgrade
Update Bootstrap, this version of Bootstrap will no longer have issues with accessing download sources caused by expired GPG
Run the following command:
apt-get reinstall termux-keyring
pkg upgrade
此外:还版本已经注入数据目录提供者,也就意味着你可以使用:MT管理器,np管理器或者其它文件管理器来访问
(In addition, the version has been injected with a data directory provider, which means you can use MT Manager, NP Manager, or other file managers to access it)
ZeroStudio:/data/data 路径