Skip to content

Commit df7a95e

Browse files
committed
精简 ButterKnife
精简手机校验界面 优化资源文件命名 优化 Git 忽略规则 新增验证码对话框 新增视频播放界面 新增视频选择界面 新增视频拍摄功能 优化崩溃 UI 和功能 优化 Fragment 懒加载 优化加载对话框显示逻辑 优化显示比例 Layout 逻辑 加入微信资源瘦身 对部分位图转到矢量图 兼容 Kotlin 使用 AOP 处理 Json 数据解析容错 更新友盟第三方 Jar 包 扩展 WebView 上传图片功能 修复原生 VideoView 一系列的 Bug 为 Dialog 和 Application 植入 Lifecycle 特性 修正 WrapRecyclerView 位置计算异常的问题
1 parent 1bca46c commit df7a95e

File tree

450 files changed

+8317
-4634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

450 files changed

+8317
-4634
lines changed

.gitignore

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
*.iml
2-
*/build
3-
.gradle
4-
/local.properties
5-
/.idea/workspace.xml
6-
/.idea/libraries
7-
.DS_Store
1+
/.gradle
2+
/.idea
83
/build
4+
*/build
95
/captures
10-
/.idea
6+
/.cxx
7+
/.externalNativeBuild
8+
9+
*.iml
10+
.DS_Store
11+
local.properties

API.md

-193
This file was deleted.

AndroidBug.md

-89
This file was deleted.

AndroidProject.apk

30.8 KB
Binary file not shown.

ProjectDetails.md

-78
This file was deleted.

0 commit comments

Comments
 (0)