From 2a3d3853b5cad870b877f55c151b929a0da3a571 Mon Sep 17 00:00:00 2001 From: chentianyu <18756170827@163.com> Date: Mon, 31 May 2021 15:21:27 +0800 Subject: [PATCH 1/8] =?UTF-8?q?tooltips=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f588758..88c9b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## 0.0.1-SNAPSHOT - ohos 第一个版本 + ohos 第一个版本 * 实现了原库的大部分api * 因为ohos不支持点9图加载拉伸的原因,从加载点9图改成了图片拼接方式。 -- Gitee From ccd17ef5970c08fcf72819fd31aa827ca2cc029f Mon Sep 17 00:00:00 2001 From: chentianyu <18756170827@163.com> Date: Mon, 31 May 2021 15:24:57 +0800 Subject: [PATCH 2/8] =?UTF-8?q?tooltips=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88c9b4c..f588758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## 0.0.1-SNAPSHOT - ohos 第一个版本 + ohos 第一个版本 * 实现了原库的大部分api * 因为ohos不支持点9图加载拉伸的原因,从加载点9图改成了图片拼接方式。 -- Gitee From 4ffec152b9af0a3b2ea44d83a90fe61be6d27a69 Mon Sep 17 00:00:00 2001 From: chentianyu <18756170827@163.com> Date: Mon, 31 May 2021 15:29:21 +0800 Subject: [PATCH 3/8] =?UTF-8?q?tooltips=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f588758..88c9b4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## 0.0.1-SNAPSHOT - ohos 第一个版本 + ohos 第一个版本 * 实现了原库的大部分api * 因为ohos不支持点9图加载拉伸的原因,从加载点9图改成了图片拼接方式。 -- Gitee From e336cb80b95844535f4fc800bd5958977fa21857 Mon Sep 17 00:00:00 2001 From: chentianyu <18756170827@163.com> Date: Mon, 31 May 2021 19:32:52 +0800 Subject: [PATCH 4/8] =?UTF-8?q?tooltips=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java b/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java index eb6604e..5e53aa4 100644 --- a/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java +++ b/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java @@ -6,6 +6,7 @@ import org.junit.Test; import static org.junit.Assert.assertEquals; public class ExampleOhosTest { + //UI项目不涉及单元测试 @Test public void testBundleName() { final String actualBundleName = AbilityDelegatorRegistry.getArguments().getTestBundleName(); -- Gitee From 1939d2172aacce1c9a4fe17532a756d3b507521d Mon Sep 17 00:00:00 2001 From: chentianyu <18756170827@163.com> Date: Mon, 31 May 2021 19:41:26 +0800 Subject: [PATCH 5/8] =?UTF-8?q?tooltips=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java b/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java index 5e53aa4..d77bac3 100644 --- a/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java +++ b/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java @@ -6,7 +6,7 @@ import org.junit.Test; import static org.junit.Assert.assertEquals; public class ExampleOhosTest { - //UI项目不涉及单元测试 + //UI项目不涉及单元测试。 @Test public void testBundleName() { final String actualBundleName = AbilityDelegatorRegistry.getArguments().getTestBundleName(); -- Gitee From fdc5b5ddb33ee498f81905b14adfbd5d0200cbbe Mon Sep 17 00:00:00 2001 From: chentianyu <18756170827@163.com> Date: Mon, 31 May 2021 19:45:25 +0800 Subject: [PATCH 6/8] =?UTF-8?q?tooltips=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java b/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java index eb6604e..d77bac3 100644 --- a/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java +++ b/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java @@ -6,6 +6,7 @@ import org.junit.Test; import static org.junit.Assert.assertEquals; public class ExampleOhosTest { + //UI项目不涉及单元测试。 @Test public void testBundleName() { final String actualBundleName = AbilityDelegatorRegistry.getArguments().getTestBundleName(); -- Gitee From 2462f72342c17b8e105b3a0efae1ecea7e5cee14 Mon Sep 17 00:00:00 2001 From: chentianyu <18756170827@163.com> Date: Mon, 31 May 2021 19:51:31 +0800 Subject: [PATCH 7/8] =?UTF-8?q?tooltips=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java b/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java index d77bac3..5e53aa4 100644 --- a/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java +++ b/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java @@ -6,7 +6,7 @@ import org.junit.Test; import static org.junit.Assert.assertEquals; public class ExampleOhosTest { - //UI项目不涉及单元测试。 + //UI项目不涉及单元测试 @Test public void testBundleName() { final String actualBundleName = AbilityDelegatorRegistry.getArguments().getTestBundleName(); -- Gitee From cc121c9b166e745c9fe95e5a186899176be624ed Mon Sep 17 00:00:00 2001 From: chentianyu <18756170827@163.com> Date: Tue, 1 Jun 2021 16:22:08 +0800 Subject: [PATCH 8/8] =?UTF-8?q?tooltips=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.OPENSOURCE | 2 +- .../java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.OPENSOURCE b/README.OPENSOURCE index 9e4f4ae..348e9bd 100644 --- a/README.OPENSOURCE +++ b/README.OPENSOURCE @@ -3,7 +3,7 @@ "Name": "tootips", "License": " Apache License ", "License File": " LICENSE ", - "Version Number": " v1.1.0 ", + "Version Number": " 1.1.0 ", "Upstream URL": " https://github.com/tomergoldst/tooltips", "Description": " Simple to use library for ohos, Enabling to add a tooltip near any view with ease " } diff --git a/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java b/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java index 5e53aa4..aa13f64 100644 --- a/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java +++ b/app/src/ohosTest/java/com/tomergoldst/tooltipsdemo/ExampleOhosTest.java @@ -6,7 +6,9 @@ import org.junit.Test; import static org.junit.Assert.assertEquals; public class ExampleOhosTest { - //UI项目不涉及单元测试 + /** + * 全UI应用项目不涉及单元测试 + */ @Test public void testBundleName() { final String actualBundleName = AbilityDelegatorRegistry.getArguments().getTestBundleName(); -- Gitee