Skip to content

Commit

Permalink
docs: 更新部分版本信息、忽略配置
Browse files Browse the repository at this point in the history
  • Loading branch information
afkT committed Jun 29, 2023
1 parent 5360b6d commit 99ceb64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 235 deletions.
118 changes: 1 addition & 117 deletions API/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,123 +49,7 @@
![module](https://github.com/afkT/DevUtils/raw/master/art/module.png)


## Download

下载 DevUtils 系列开发库演示应用 [APK](https://github.com/afkT/Resources/blob/main/APK)


## Documentation - [Lib](https://github.com/afkT/DevUtils/blob/master/lib) **( 全部已迁移至 Maven Central )**

### DevApp - Android 工具类库

- [README - API](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md)

- [Use and Config](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/utils_readme/USE_CONFIG.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/CHANGELOG.md)

### DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等

- [README - API](https://github.com/afkT/DevUtils/blob/master/lib/DevAssist/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevAssist/CHANGELOG.md)

### DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevBase/CHANGELOG.md)

### DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/CHANGELOG.md)

### DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/CHANGELOG.md)

### DevHttpCapture - OkHttp 抓包工具库

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevHttpCapture/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevHttpCapture/CHANGELOG.md)

### DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )

- [README](https://github.com/afkT/DevUtils/blob/master/lib/HttpCapture/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/HttpCapture/CHANGELOG.md)

### DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/CHANGELOG.md)

### DevRetrofit - Retrofit + Kotlin Coroutines 封装

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/CHANGELOG.md)

### DevWidget - 自定义 View UI 库

- [README - API](https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md)

- [Preview README](https://github.com/afkT/DevUtils-repo/blob/main/lib/DevWidget_Preview.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/CHANGELOG.md)

### DevEnvironment - Android 环境配置切换库

- [README - API](https://github.com/afkT/DevUtils/blob/master/lib/Environment)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/Environment/DevEnvironment/CHANGELOG.md)

### DevJava - Java 工具类库 ( 不依赖 android api )

- [README - API](https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevJava/CHANGELOG.md)


## Other

### DevComponent

**[DevComponent](https://github.com/afkT/DevComponent)** 【100% Kotlin 实现 Android 项目组件化示例代码】
基于 Android JetPack + Kotlin + Coroutines + MVVM 架构(DataBinding、ViewModel、Lifecycle)
等最新技术栈进行组件化基础搭建,使用 ARouter 方案实现组件化

### DevUtils-repo

**[DevUtils-repo](https://github.com/afkT/DevUtils-repo)** 该项目是针对 [DevUtils](https://github.com/afkT/DevUtils) 第三方库封装扩展、新技术 Demo 编写、大文件资源等迁移存储仓库。

减少 `DevUtils` 仓库大小方便快速 clone,并让 `DevUtils` 项目**更加纯粹**只保留 Dev 系列开发库相关代码。

移除多余的第三方库、插件依赖配置,避免过多无关且繁杂配置影响快速理解项目,降低第三方库下载数量、编译运行 `DevUtils 演示 Demo App` 难度,使项目可更加快捷运行。

### DevUtils API Generate

[JavaDoc API Generate](https://github.com/afkT/JavaDoc) 该工具类 (DevUtils) API 文档,是通过 JavaDoc 项目读取 class 信息生成,
并且进行代码、注释间距规范检测,生成效果示范 [DevApp - API](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md)

### DevOther

[DevOther](https://github.com/afkT/DevUtils-repo/blob/main/lib/LocalModules/DevOther)
功能、工具类二次封装,直接 copy 使用【 大部分迁移至 DevUtils-repo 】

### DevSKU

[DevSKU](https://github.com/afkT/DevUtils/blob/master/lib/LocalModules/DevSKU/src/main/java/dev/sku/SKU.kt)
商品 SKU 组合封装实现 ( 如何使用搜索 DevSKUActivity )


## Dev 系列开发库全部 Lib Gradle
## Dev 系列开发库全部 Lib Gradle [API README](https://github.com/afkT/DevUtils/blob/master/README_API.md)[DevApp API](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md)

```gradle
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/javadoc/dev_utils/ApiConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private ApiConfig() {
// ============

// DevUtils Readme 文件保存路径
public static final String DEV_UTILS_README_FILE_SAVE_PATH = API_FILE_SAVE_PATH;
public static final String DEV_UTILS_README_FILE_SAVE_PATH = API_FILE_SAVE_PATH + File.separator;
// DevUtils Readme
public static final String DEV_UTILS_README = JAVADOC_TEMPLATE_PACKAGE_PATH + "/Dev_README.md";
// DevUtils 完整 API Readme
Expand Down
118 changes: 1 addition & 117 deletions src/main/java/javadoc/dev_utils/readme/template/Dev_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,123 +49,7 @@
![module](https://github.com/afkT/DevUtils/raw/master/art/module.png)


## Download

下载 DevUtils 系列开发库演示应用 [APK](https://github.com/afkT/Resources/blob/main/APK)


## Documentation - [Lib](https://github.com/afkT/DevUtils/blob/master/lib) **( 全部已迁移至 Maven Central )**

### DevApp - Android 工具类库

- [README - API](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md)

- [Use and Config](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/utils_readme/USE_CONFIG.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/CHANGELOG.md)

### DevAssist - 封装逻辑代码, 实现多个快捷功能辅助类、以及 Engine 兼容框架等

- [README - API](https://github.com/afkT/DevUtils/blob/master/lib/DevAssist/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevAssist/CHANGELOG.md)

### DevBase - Base ( Activity、Fragment )、MVP、ViewBinding、ContentLayout 基类库

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevBase/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevBase/CHANGELOG.md)

### DevBaseMVVM - MVVM ( ViewDataBinding + ViewModel ) 基类库

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevBaseMVVM/CHANGELOG.md)

### DevEngine - 第三方框架解耦、一键替换第三方库、同类库多 Engine 组件化混合使用

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevEngine/CHANGELOG.md)

### DevHttpCapture - OkHttp 抓包工具库

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevHttpCapture/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevHttpCapture/CHANGELOG.md)

### DevHttpCaptureCompiler - OkHttp 抓包工具库 ( 可视化功能 )

- [README](https://github.com/afkT/DevUtils/blob/master/lib/HttpCapture/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/HttpCapture/CHANGELOG.md)

### DevHttpManager - OkHttp 管理库 ( Retrofit 多 BaseUrl 管理、Progress 监听 )

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevHttpManager/CHANGELOG.md)

### DevRetrofit - Retrofit + Kotlin Coroutines 封装

- [README](https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevRetrofit/CHANGELOG.md)

### DevWidget - 自定义 View UI 库

- [README - API](https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/README.md)

- [Preview README](https://github.com/afkT/DevUtils-repo/blob/main/lib/DevWidget_Preview.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevWidget/CHANGELOG.md)

### DevEnvironment - Android 环境配置切换库

- [README - API](https://github.com/afkT/DevUtils/blob/master/lib/Environment)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/Environment/DevEnvironment/CHANGELOG.md)

### DevJava - Java 工具类库 ( 不依赖 android api )

- [README - API](https://github.com/afkT/DevUtils/blob/master/lib/DevJava/README.md)

- [Change Log](https://github.com/afkT/DevUtils/blob/master/lib/DevJava/CHANGELOG.md)


## Other

### DevComponent

**[DevComponent](https://github.com/afkT/DevComponent)** 【100% Kotlin 实现 Android 项目组件化示例代码】
基于 Android JetPack + Kotlin + Coroutines + MVVM 架构(DataBinding、ViewModel、Lifecycle)
等最新技术栈进行组件化基础搭建,使用 ARouter 方案实现组件化

### DevUtils-repo

**[DevUtils-repo](https://github.com/afkT/DevUtils-repo)** 该项目是针对 [DevUtils](https://github.com/afkT/DevUtils) 第三方库封装扩展、新技术 Demo 编写、大文件资源等迁移存储仓库。

减少 `DevUtils` 仓库大小方便快速 clone,并让 `DevUtils` 项目**更加纯粹**只保留 Dev 系列开发库相关代码。

移除多余的第三方库、插件依赖配置,避免过多无关且繁杂配置影响快速理解项目,降低第三方库下载数量、编译运行 `DevUtils 演示 Demo App` 难度,使项目可更加快捷运行。

### DevUtils API Generate

[JavaDoc API Generate](https://github.com/afkT/JavaDoc) 该工具类 (DevUtils) API 文档,是通过 JavaDoc 项目读取 class 信息生成,
并且进行代码、注释间距规范检测,生成效果示范 [DevApp - API](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md)

### DevOther

[DevOther](https://github.com/afkT/DevUtils-repo/blob/main/lib/LocalModules/DevOther)
功能、工具类二次封装,直接 copy 使用【 大部分迁移至 DevUtils-repo 】

### DevSKU

[DevSKU](https://github.com/afkT/DevUtils/blob/master/lib/LocalModules/DevSKU/src/main/java/dev/sku/SKU.kt)
商品 SKU 组合封装实现 ( 如何使用搜索 DevSKUActivity )


## Dev 系列开发库全部 Lib Gradle
## Dev 系列开发库全部 Lib Gradle [API README](https://github.com/afkT/DevUtils/blob/master/README_API.md)[DevApp API](https://github.com/afkT/DevUtils/blob/master/lib/DevApp/README.md)

```gradle
Expand Down

0 comments on commit 99ceb64

Please sign in to comment.