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 11# :fire : Android开发人员不得不收集的代码([ 持续更新中] [ update_log.md ] )
22
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 ]
44
55## [ README of English] [ readme.md ]
66
@@ -694,6 +694,9 @@ Utils.init(context);
694694[ buildsvg ] : https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
695695[ build ] : https://travis-ci.org/Blankj/AndroidUtilCode
696696
697+ [ insightsvg ] : https://www.insight.io/repoBadge/github.com/Blankj/AndroidUtilCode
698+ [ insight ] : https://insight.io/github.com/Blankj/AndroidUtilCode
699+
697700[ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg
698701[ license ] : https://github.com/Blankj/AndroidUtilCode/blob/master/LICENSE
699702
Original file line number Diff line number Diff line change 11# :fire : Android developers should collect the following utils
22
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 ]
44
55## [ README of Chinese] [ readme-cn.md ]
66
@@ -694,6 +694,9 @@ Utils.init(context);
694694[ buildsvg ] : https://travis-ci.org/Blankj/AndroidUtilCode.svg?branch=master
695695[ build ] : https://travis-ci.org/Blankj/AndroidUtilCode
696696
697+ [ insightsvg ] : https://www.insight.io/repoBadge/github.com/Blankj/AndroidUtilCode
698+ [ insight ] : https://insight.io/github.com/Blankj/AndroidUtilCode
699+
697700[ licensesvg ] : https://img.shields.io/badge/License-Apache--2.0-brightgreen.svg
698701[ license ] : https://github.com/Blankj/AndroidUtilCode/blob/master/LICENSE
699702
Original file line number Diff line number Diff line change 1+ * 17/06/16 新增insight.io的bandage
12* 17/06/14 发布1.7.1版本,LogUtils优化回退栈
23* 17/06/13 更新Snackbar和Toast的Demo
34* 17/06/12 变更Snackbar为建造者模式
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public void readme2Eng() throws Exception {
4646 File readmeEng = new File (new File (System .getProperty ("user.dir" )).getAbsolutePath () + FILE_SEP + "README.md" );
4747 List <String > list = FileIOUtils .readFile2List (readmeCN , "UTF-8" );
4848 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 +
5050 "## [README of Chinese][readme-cn.md]" + LINE_SEP + LINE_SEP +
5151 "## API" + LINE_SEP + LINE_SEP );
5252 List <String > lines = list .subList (8 , list .size ());
You can’t perform that action at this time.
0 commit comments