File tree Expand file tree Collapse file tree 3 files changed +29
-6
lines changed
src/main/java/com/brian/csdnblog/util Expand file tree Collapse file tree 3 files changed +29
-6
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,29 @@ CodeBlog是为了方便在手机端阅读编程技术博文。集成展示了CSD
88 - 机器人陪聊;
99 - 文章推送;
1010
11+ ---
12+ ####更新日志:
13+ v1.3.75
14+ 1 . 集成小米更新模块;
15+ 2 . 优化首次打开博客卡顿;
16+ 3 . 增加水波纹效果;
17+
18+ 1.3.74
19+ 1 . 修复CSDN列表解析;
20+ 2 . 修复首次加载X5内核ANR;
21+ 3 . 源代码提交github,地址见关于页面;
22+
23+ 1.3.73
24+ 1 . 优化X5内核加载;
25+ 2 . 使用SwipeRefreshLayout;
26+ 3 . 增加推送功能;
27+
28+ 1.3.72
29+ 1 . 修复博文列表及内容解析出错;
30+ 2 . 集成腾讯X5内核;
31+ 3 . 优化UI;
32+
33+
1134---
1235使用到的技术点:
1336 - Netroid(Volley拓展库)用于网络请求;
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ android {
1616 applicationId " com.brian.csdnblog"
1717 minSdkVersion 15
1818 targetSdkVersion 23
19- versionCode 74
20- versionName " 1.3.74 "
19+ versionCode 75
20+ versionName " 1.3.75 "
2121 multiDexEnabled true
2222 vectorDrawables. useSupportLibrary = true
2323 }
@@ -27,9 +27,9 @@ android {
2727 }
2828 release {
2929 storeFile file(" ../release/brian.keystore" )
30- storePassword ' huaman512 '
30+ storePassword ' brian512 '
3131 keyAlias ' 年少的风'
32- keyPassword ' huaman512 '
32+ keyPassword ' brian512 '
3333 }
3434 }
3535 buildTypes {
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ public class LogUtil {
1919
2020 private static boolean LOGV = Config .isDebug ;
2121 private static boolean LOGF = Config .isDebug ;
22- private static boolean LOGD = true ;
23- private static boolean LOGI = true ;
22+ private static boolean LOGD = Config . isDebug ;
23+ private static boolean LOGI = Config . isDebug ;
2424 private static boolean LOGW = true ;
2525 private static boolean LOGE = true ;
2626
You can’t perform that action at this time.
0 commit comments