From aca647a7bf8a6cbc9bd93c677551de86346b9ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=85=B5=E5=85=B5?= Date: Mon, 12 Jul 2021 19:24:35 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E4=B8=8A=E4=BC=A0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b3332e6..76215f1 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,6 @@ allprojects { Provided Styles are: MaterialSearchBarLight and MaterialSearchBarDark Example: -·· ``` -```java +``` private void onFocusChangedListener() { main_tf.setFocusChangedListener((component, isFocused) -> { if (isFocused) { -- Gitee From 64b3cbef17b8d45ebeb44b7ed9b025545206b9fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=85=B5=E5=85=B5?= Date: Mon, 12 Jul 2021 19:33:31 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E4=B8=8A=E4=BC=A0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 76215f1..a495b42 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ allprojects { 使用该库非常简单,只需查看提供的示例的源代码。(查看ViewCreateHelper.java中在ScrollView和ListContainer中的使用) ```示例xml Provided Styles are: MaterialSearchBarLight and MaterialSearchBarDark - Example: Date: Mon, 9 Aug 2021 11:40:16 +0800 Subject: [PATCH 3/6] =?UTF-8?q?=E4=B8=8A=E4=BC=A0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf77b9..b8c4c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0 +ohos 第三个版本 +* 正式版本 + ## 0.0.2-SNAPSHOT * ohos 第二个版本,修复了findbugs问题,更新SDK6 diff --git a/README.md b/README.md index a495b42..c076542 100644 --- a/README.md +++ b/README.md @@ -117,4 +117,4 @@ CloudTest代码测试无异常 #### 版本迭代 -- 0.0.2-SNAPSHOT \ No newline at end of file +- 1.0.0 \ No newline at end of file -- Gitee From 18b2e6d94c40ccfdb3f0098daa5629f00bb678f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=85=B5=E5=85=B5?= Date: Mon, 9 Aug 2021 14:04:45 +0800 Subject: [PATCH 4/6] =?UTF-8?q?=E4=B8=8A=E4=BC=A0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.OPENSOURCE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 2309f17..33e75cc 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -5,6 +5,6 @@ "License File": " LICENSE ", "Version Number": " 0.8.5 ", "Upstream URL": " https://github.com/mancj/MaterialSearchBar ", - "Description": " 实现搜索和侧滑 " + "Description": " 实现搜索和侧滑 " } ] -- Gitee From 2bade6f3e50c576a1821d8b30394bcf3bcf70444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=85=B5=E5=85=B5?= Date: Mon, 9 Aug 2021 14:09:18 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E4=B8=8A=E4=BC=A0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c076542..35f625a 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ allprojects { 2.在entry模块的build.gradle文件中 ```gradle dependencies { - implementation('com.gitee.chinasoft_ohos:MaterialSearchBar:0.0.2-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:MaterialSearchBar:1.0.0') ...... } ``` -- Gitee From 51b2eeb5706ac77e7398800bb7b804a69803c3c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=85=B5=E5=85=B5?= Date: Mon, 9 Aug 2021 14:10:37 +0800 Subject: [PATCH 6/6] =?UTF-8?q?=E4=B8=8A=E4=BC=A0README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35f625a..8809cb5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ allprojects { repositories { maven { - url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + url 'https://s01.oss.sonatype.org/content/repositories/releases/' } } } -- Gitee