File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
utilcode/src/test/java/com/blankj/utilcode/util Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# :fire : Android开发人员不得不收集的代码([ 持续更新中] [ update_log.md ] )
2
2
3
- [ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ build] [ buildsvg ]] [ build ] [ ![ License] [ licensesvg ]] [ license ]
3
+ [ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ build] [ buildsvg ]] [ build ] [ ![ Insight ] [ insightsvg ]] [ insight ] [ ![ License] [ licensesvg ]] [ license ]
4
4
5
5
## [ README of English] [ readme.md ]
6
6
@@ -694,6 +694,9 @@ Utils.init(context);
694
694
[ buildsvg ] : https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
695
695
[ build ] : https://travis-ci.org/Blankj/AndroidUtilCode
696
696
697
+ [ insightsvg ] : https://www.insight.io/repoBadge/github.com/Blankj/AndroidUtilCode
698
+ [ insight ] : https://insight.io/github.com/Blankj/AndroidUtilCode
699
+
697
700
[ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg
698
701
[ license ] : https://github.com/Blankj/AndroidUtilCode/blob/master/LICENSE
699
702
Original file line number Diff line number Diff line change 1
1
# :fire : Android developers should collect the following utils
2
2
3
- [ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ build] [ buildsvg ]] [ build ] [ ![ License] [ licensesvg ]] [ license ]
3
+ [ ![ auc] [ aucsvg ]] [ auc ] [ ![ api] [ apisvg ]] [ api ] [ ![ build] [ buildsvg ]] [ build ] [ ![ Insight ] [ insightsvg ]] [ insight ] [ ![ License] [ licensesvg ]] [ license ]
4
4
5
5
## [ README of Chinese] [ readme-cn.md ]
6
6
@@ -694,6 +694,9 @@ Utils.init(context);
694
694
[ buildsvg ] : https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
695
695
[ build ] : https://travis-ci.org/Blankj/AndroidUtilCode
696
696
697
+ [ insightsvg ] : https://www.insight.io/repoBadge/github.com/Blankj/AndroidUtilCode
698
+ [ insight ] : https://insight.io/github.com/Blankj/AndroidUtilCode
699
+
697
700
[ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg
698
701
[ license ] : https://github.com/Blankj/AndroidUtilCode/blob/master/LICENSE
699
702
Original file line number Diff line number Diff line change
1
+ * 17/06/16 新增insight.io的bandage
1
2
* 17/06/14 发布1.7.1版本,LogUtils优化回退栈
2
3
* 17/06/13 更新Snackbar和Toast的Demo
3
4
* 17/06/12 变更Snackbar为建造者模式
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public void readme2Eng() throws Exception {
46
46
File readmeEng = new File (new File (System .getProperty ("user.dir" )).getAbsolutePath () + FILE_SEP + "README.md" );
47
47
List <String > list = FileIOUtils .readFile2List (readmeCN , "UTF-8" );
48
48
StringBuilder sb = new StringBuilder ("# :fire: Android developers should collect the following utils" + LINE_SEP + LINE_SEP +
49
- "[![auc][aucsvg]][auc] [![api][apisvg]][api] [![build][buildsvg]][build] [![License][licensesvg]][license]" + LINE_SEP + LINE_SEP +
49
+ "[![auc][aucsvg]][auc] [![api][apisvg]][api] [![build][buildsvg]][build] [![Insight][insightsvg]][insight] [![ License][licensesvg]][license]" + LINE_SEP + LINE_SEP +
50
50
"## [README of Chinese][readme-cn.md]" + LINE_SEP + LINE_SEP +
51
51
"## API" + LINE_SEP + LINE_SEP );
52
52
List <String > lines = list .subList (8 , list .size ());
You can’t perform that action at this time.
0 commit comments