You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pyx_gitpractice/doc/代码质量分析报告.txt

18 lines
1.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

版本修改说明:
基于Android Studio编译器下的
2025.4.2
对原始小米便签代码进行环境搭载使用了gradle-8.10.2版本的构建工具。在 Android Studio 中Gradle 是一个强大的构建工具。它是一种基于 Groovy一种运行在 Java 虚拟机上的语言)或 Kotlin DSL领域特定语言的构建自动化系统。它的主要作用是将代码、资源文件等项目组件进行编译、打包等操作最终生成可安装的 APKAndroid 应用程序包文件。并且能够在Medium Phone API 35的虚拟机上面成功运行小米便签。
2025.4.3
对于原始的小米便签项目进行了网络库的导入以及switch的修改一系列的bug修复使得小米便签能够正常运行功能。
2025.4.12
对于小米便签Data文件夹前两个文件Contact.java和Notes.java进行了详细的注释。
2025.5.1
将小米便签的data和gtask文件夹所有的代码进行了详细的注释。
2025.5.5
准备更新功能后写质量分析等文档。