Go to file
Cold-Mint 5d4b9c7d29
refactor(app): 重构代码表页面布局和功能
- 更新 activity_code_table.xml 布局,简化结构并添加工具栏
- 重写 CodeTableAdapter,改为使用 BaseExpandableListAdapter
-移除 CodeTableItemAdapter,直接在 CodeTableAdapter 中处理条目布局
- 更新代码表项布局,使用新的 code_table_group.xml 文件
- 优化搜索和过滤功能,使用 InputDialog 替代原有的搜索框
- 改进代码示例展示方式,使用 MaterialAlertDialog 替代底部对话框
- 优化类型信息展示,根据开发者模式显示不同内容
2025-02-09 10:17:54 +08:00
app refactor(app): 重构代码表页面布局和功能 2025-02-09 10:17:54 +08:00
assistantCoreLibrary refactor(res): 删除未使用的资源文件 2025-02-08 15:11:53 +08:00
dialog refactor(项目): 升级Gradle和SDK版本并优化代码 2025-02-07 18:33:49 +08:00
editor refactor(res): 删除未使用的资源文件 2025-02-08 15:11:53 +08:00
gradle/wrapper refactor(项目): 升级Gradle和SDK版本并优化代码 2025-02-07 18:33:49 +08:00
imageactivity refactor(res): 删除未使用的资源文件 2025-02-08 15:11:53 +08:00
library refactor(res): 删除未使用的资源文件 2025-02-08 15:11:53 +08:00
screenshots 添加截图。 2023-08-19 17:28:14 +08:00
.gitignore 修复数据集的错误,忽略打包的apk文件。 2024-07-22 20:19:26 +08:00
build.gradle refactor(项目): 升级Gradle和SDK版本并优化代码 2025-02-07 18:33:49 +08:00
gradle.properties 修复已知BUG调色器MD3化 2024-01-28 17:06:30 +08:00
gradlew 初始提交 2022-04-04 22:03:10 +08:00
gradlew.bat 初始提交 2022-04-04 22:03:10 +08:00
LICENSE update LICENSE. 2022-06-16 09:18:47 +00:00
README.md feat(layout): 适配平板设备 2025-01-17 14:09:39 +08:00
settings.gradle 修复BUG,优化UI 2024-02-14 23:14:18 +08:00

铁锈助手 - Rust Assistant

安卓端铁锈战争游戏编码辅助工具。

代码编辑器

支持中文和英文的代码联想,自动补全。

Support Chinese and English code association, automatic completion.

源码运行问题解决:

1.打包时报错缺少SDK路径
SDK location not found.

请在项目根目录创建名为 local.properties 的文件。并在其文件内写入

sdk.dir=(安卓SDK路径)

DeBug

偷偷的更新一下,适配一下平板吧